channel-group 1 mode desirable这句意思?
channel-group用于将超过一个的交换机互联的端口捆绑到一起,主要用于负载均衡
比如sw1和sw2之间相连的端口为 19,20
sw1(config-if-range)#int rang f0/19 -20
sw1(config-if-range)#ch
sw1(config-if-range)#channel-g
sw1(config-if-range)#channel-group ?
<1-64> Channel group number
sw1(config-if-range)#channel-group 1 ?
mode Etherchannel Mode of the interface
sw1(config-if-range)#channel-group 1 mo
sw1(config-if-range)#channel-group 1 mode ?
active Enable LACP unconditionally
auto Enable PAgP only if a PAgP device is detected
desirable Enable PAgP unconditionally
on Enable Etherchannel only
passive Enable LACP only if a LACP device is detected
要同时在sw1和sw2上做,时间不能超过一分钟,不然端口会err-disable
两边都用on表示不启用标准协议
两边用desirable+auto表示用Cisco专有的PAgP (Port Aggregation Protocol)
两边用active+passive表示用IEEE校准的LACP (Line Aggregation Control Protocol)
其中On+On, Desirable+Desirable/auto, Active+Active/Passive 可以通,其它配置则不能形成正确的portchannel
CHANNEL-GROUP的COST
端口数目(100M)------------ COST
2------------------ 12
3------------------ 9
4------------------ 8
5------------------ 7
6------------------ 6
7------------------ 5
8------------------ 5
阅读(5006) | 评论(0) | 转发(0) |