链路聚合
目录
1.LACP & PAgP
LACP (链路汇聚控制协议) active passive 最大可捆绑16条,最大8条同时工作
PAgP (端口聚集协议) desirable auto 最大捆绑8条,可同时工作8条
两者都属于协商模式,PAGP为私有,
ON ,强制模式,最大捆绑8条
2.二层口的EtherChannel:
二层口捆绑后,新的逻辑口(channel-group xx)上设置的命令会继承到物理口上。
Interface range f1/0/1 – 1/0/10
channel-protocol {PAGP|LACP } (可以不设置,只设置下面的)
channel-group 1 mode (active passive ,auto desirable ,on)
SW2(config-if-range)#channel-group 1
int port-channel 1
switchport mode trunk
! 删除
no int port-channel 1
3.三层口的EtherChannel
show etherchannel summary
三层口捆绑后,新的逻辑口(channel-group xx)上设置的命令不会继承到物理口上。
! 设置端口聚合时,可以先将口sh,等所有交换配完之后,整体no sh。
!因为形成EtherChannel会有协商,一边设置一边未设置完成会导致协商失败
EtherChannel 负载均衡
port-channel load-balance ?
str-ip/srt-mac dst-ip/dst-mac etc.
可以基于源IP等进行负载均衡
ppp multilink
int s0/0
en ppp
ppp multilink group xx
no sh
int s0/1
en ppp
ppp multilink group xx
no sh
int multilink xx
ip add 12.1.1.1 255.255.255.0