ETH-trunk Lacp基本配置

ETH-trunk Lacp基本配置_第1张图片
SW1:

interface Eth-Trunk1
port link-type trunk
port trunk allow-pass vlan 2 to 4094
mode lacp-static//配置LACP模式
lacp preempt enable//开启抢占机制
max active-linknumber 2//设置活跃端口为2个
lacp preempt delay 15//抢占时间15秒

SW2:

interface Eth-Trunk1
port link-type trunk
port trunk allow-pass vlan 2 to 4094
mode lacp-static

验证:
[SW1]display eth-trunk
Eth-Trunk1’s state information is:
Local:
LAG ID: 1 WorkingMode: STATIC
Preempt Delay Time: 15 Hash arithmetic: According to SIP-XOR-DIP
System Priority: 30000 System ID: 4c1f-ccfb-22ca
Least Active-linknumber: 1 Max Active-linknumber: 2
Operate status: up Number Of Up Port In Trunk: 2

ActorPortName Status PortType PortPri PortNo PortKey PortState Weight
GigabitEthernet0/0/1 Selected 1GE 32768 2 305 10111100 1
GigabitEthernet0/0/2 Selected 1GE 32768 3 305 10111100 1
GigabitEthernet0/0/3 Unselect 1GE 32768 4 305 10100000 1

Partner:

ActorPortName SysPri SystemID PortPri PortNo PortKey PortState
GigabitEthernet0/0/1 32768 4c1f-ccb9-6f2d 32768 2 305 10111100
GigabitEthernet0/0/2 32768 4c1f-ccb9-6f2d 32768 3 305 10111100
GigabitEthernet0/0/3 32768 4c1f-ccb9-6f2d 32768 4 305 10110000

你可能感兴趣的:(网络)