
网络工程师Cisco交换机配置命令链路聚合配置 S1配置 S1>en S1#conf t S1(config)#interface port-channel 1 S1(config-if)#exit S1(config)#interface range fa 0/2-3 S1(config-if-range)#channel-group 1 mode on/ auto/desirable S1(config-if-range)#end
查看S1配置
S1#show etherchannel summary
S2配置 S2>en S2#conf t S2(config)#interface port-channel 1 S2(config-if)#exit S2(config)#interface range fa 0/2-3 S2(config-if-range)#channel-group 1 mode on/auto/desirable S2(config-if-range)#end 查看S2配置 S2#show etherchannel summary
Leave a Reply