思科G0/25—华为G0/0/1
思科G0/27—华为G0/0/2
华为交流机设置链路聚合有两种模式,划分是manual和lacp-static,若是不做设置,交流机默认是manual,以是一定要手动将模式改为lacp-static,这点很主要,不然无法跟思科交流机乐成协商LACP。
华为交流机
#interface Eth-Trunk1
port link-type trunk
port trunk allow-pass vlan 2 to 4094
mode lacp-static??? //修改链路聚合模式
max active-linknumber 2???//设置最大运动链接数为2
bpdu enable????????//开启BPDU
#lacp priority 100
#interface GigabitEthernet0/0/1
eth-trunk 1
undo ntdp enable
undo ndp enable
(在设置端口前,一定要将端口原有设置清空,所有undo掉,不然无法应用eth-trunk下令。若是之前端口设置过trunk口,可以使用undo port link-type扫除trunk状态)
#interface GigabitEthernet0/0/2
eth-trunk 1
undo ntdp enable
undo ndp enable
思科交流机
interface port-channel1
switchport trunk encapsulation dot1q
switchport?mode trunk
interface g0/25
switchport trunk encapsulation dot1q
switchport mode trunk
channel-group?1 mode active
interface g0/27
switchport trunk encapsulation dot1q
switchport mode trunk
channel-group?1 mode active