聚合链路

聚合链路

实现冗余网络和增加带宽

模式

至少要一个为主动才能建立通信,且标准相同

1、LACP

链路汇聚控制协议

基于IEEE802.3ad标准

a.active(主动)

b.passive(被动)

 

2、pagp

端口聚集协议

思科私有的技术

a.desirable(主动)

b.auto(被动)

 

3、on

单独模式

 

 

步骤:

1、创建通道

Switch(config)#interface port-channel 1

2、进入6、7端口

Switch(config)#interface range f0/6-7

3、加入通道1并设置模式为active(主动)

Switch(config-if-range)#channel-group 1 mode active

 

4、然后为另一端做同样的设置

 

如图:

 

 

 

查看

全局模式下

show interfaces etherchannel

 

 

 

 

posted @ 2019-11-29 17:23  这肥猫,好橘!  阅读(395)  评论(0编辑  收藏  举报