欢迎来到天天文库
浏览记录
ID:10076162
大小:223.00 KB
页数:16页
时间:2018-05-24
《cisco交换机与华为交换机链路聚合》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、CISCO交换机与华为交换机链路聚合CISCO交换机与华为交换机链路聚合链路聚合有成端口聚合,端口捆绑,英文名porttrunking.功能是将交换机的多个低带宽端口捆绑成一条高带宽链路,可以实现链路负载平衡。避免链路出现拥塞现象。通过配置,可通过两个三个或是四个端口进行捆绑,分别负责特定端口的数据转发,防止单条链路转发速率过低而出现丢包的现象。 Trunking的优点:价格便宜,性能接近千兆以太网;不需要重新布线,也无需考虑千兆网传输距离极限问题;trunking可以捆绑任何相关的端口,也可以随时取
2、消设置,这样提供了很高的灵活性还可以提供负载均衡能力以及系统容错。 命令:port-groupmode{active
3、passive
4、on} noport-group 功能:将物理端口加入PortChannel,该命令的no操作为将端口从PortChannel中去除 参数:为PortChannel的组号,范围为1~16;active(0)启动端口的LACP协议,并设置为Active模
5、式;passive(1)启动端口的LACP协议,并且设置为Passive模式;on(2)强制端口加入PortChannel,不启动LACP协议。 举例:在Ethernet0/0/1端口模式下,将本端口以active模式加入port-group Switch(Config-Ethernet0/0/1)#port-group1modeactive 命令:interfaceport-channel 功能:进入汇聚接口配置模式 命令模式:全局配置模式 举例:
6、进入port-channel1配置模式Switch(Config)#interfaceport-channel1Switch(Config-If-Port-Channel1)# 举例1:如果交换机Switch1上的1,2,3端口都是access口,并且都属于vlan1,将这三个端口以active方式加入group1,Switch2上6,8,9端口为trunk口,并且是allowall,将这三个端口以passive方式加入group2,将以上对应端口分别用网线相连。 方法1配置步骤如下:Switch1
7、#configSwitch1(Config)#interfaceeth0/0/1-3Switch1(Config-Port-Range)#port-group1modeactiveSwitch1(Config-Port-Range)#exitSwitch1(Config)#interfaceport-channel1Switch1(Config-If-Port-Channel1)#Switch2#configSwitch2(Config)#port-group2Switch2(Config)#inter
8、faceeth0/0/6Switch2(Config-Ethernet0/0/6)#port-group2modepassiveSwitch2(Config-Ethernet0/0/6)#exitSwitch2(Config)#interfaceeth0/0/8-9Switch2(Config-Port-Range)#port-group2modepassiveSwitch2(Config-Port-Range)#exitSwitch2(Config)#interfaceport-channel2Swi
9、tch2(Config-If-Port-Channel2)# 配置结果: 过一段时间后,shell提示端口汇聚成功,此时Switch1的端口1,2,3汇聚成一个汇聚端口,汇聚端口名为Port-Channel1,Switch2的端口6,8,9汇聚成一个汇聚端口,汇聚端口名为Port-Channel2,并且都可以进入汇聚接口配置模式进行配置。方法2:以ON方式配置PortChannel. 配置步骤如下:Switch1#configSwitch1(Config)#interfaceeth0/0/1Swi
10、tch1(Config-Ethernet0/0/1)#port-group1modeonSwitch1(Config-Ethernet0/0/1)#exitSwitch1(Config)#interfaceeth0/0/2Switch1(Config-Ethernet0/0/2)#port-group1modeonSwitch1(Config-Ethernet0/0/2)#exitSwitch1(Config)#interfaceeth0/
此文档下载收益归作者所有