实现冗余网络和增加带宽
至少要一个为主动才能建立通信,且标准相同
1、LACP
链路汇聚控制协议
基于IEEE802.3ad标准
a.active(主动)
b.passive(被动)
2、pagp
端口聚集协议
思科私有的技术
a.desirable(主动)
b.auto(被动)
3、on
单独模式
Switch(config)#interface port-channel 1
Switch(config)#interface range f0/6-7
如图:
全局模式下
show interfaces etherchannel
原文:https://www.cnblogs.com/zhuyunlong/p/11959119.html