华为和思科怎么做链路捆绑
发布网友
发布时间:2022-04-20 02:46
我来回答
共1个回答
热心网友
时间:2023-09-09 16:54
华为要将*模式调整lacp的,配置如下:
*******切记!一定要调,否则会产生环路********
华为交换机
#interface Eth-Trunk1
port link-type trunk
port trunk allow-pass vlan 2
to 4094
mode lacp-static //修改链路聚合模式
max active-linknumber 2 //设置最大活动链接数为2
bp enable
//开启BPDU
//**一定先配置好eth-trunk,在将接口放入eth-trunk
#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