多平台统一管理软件接口,如何实现多平台统一管理软件接口
307
2022-09-23
交换机端口捆绑(交换机做端口绑定)
Cisco端口捆绑etherchannel之LACP
两个捆绑接口都配置为通用捆绑协议lacp,acitve模式又发又收协商信息,以太网最多可以捆绑8条物理链路。
Would you like to enter the initial configuration dialog? [yes/no]: noSwitch>en
Switch#conf t
Switch(config)#hostname SW1
SW1(config)#int range f1/0/12 - 13
SW1(config-if-range)#channel-protocol lacp
创建逻辑接口po12
SW1(config-if-range)#channel-group 12 mode active
Switch(config)#hostname SW2
SW2(config)#int range f2/0/12 - 13
SW2(config-if-range)#channel-protocol lacp
SW2(config-if-range)#channel-group 12 mode active
SW2(config-if-range)#do show etherchannel summaryFlags: D - down P - in port-channelI - stand-alone s - suspendedH - Hot-standby (LACP only)R - Layer3 S - Layer2U - in use f - failed to allocate aggregatoru - unsuitable for bundlingw - waiting to be aggregatedd - default port
Number of channel-groups in use: 1Number of aggregators: 1
Group Port-channel Protocol Ports------+-------------+-----------+-----------------------------------------------12 Po12(SU) LACP Fa2/0/12(P) Fa2/0/13(P)
SU表示捆绑状态正常
SW2(config)#do show int status
逻辑接口po12上的设置,覆盖物理接口的配置。如下配置trunk接口。
SW1(config)#int po12
SW1(config-if)#switchport trunk encapsulation dot1q
SW1(config-if)#switchport mode trunkSW1(config-if)#switchport nonegotiate
SW2(config)#int po12
SW2(config-if)#switchport trunk encapsulation dot1q
SW2(config-if)#switchport mode trunk
SW2(config-if)#switchport nonegotiate
配置本帧vlan和排除vlan
SW1(config)#int po12
SW1(config-if)#switchport trunk native vlan 2
SW1(config-if)#switchport trunk allowed vlan except 99
SW2(config)#int po12
SW2(config-if)#switchport trunk native vlan 2
SW2(config-if)#switchport trunk allowed vlan except 99
SW2(config-if)#do show int trunk
SW2(config-if)#do sh run int f2/0/12
默认就是src-mac的负载均衡方式,不需要修改。
SW2(config)#do show port-channel load-balance
版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。
发表评论
暂时没有评论,来抢沙发吧~