在DeviceA和DeviceB上分别创建Eth-Trunk1并配置为静态LACP模式。 # 配置DeviceA。 <HUAWEI>system-view[HUAWEI]sysname DeviceA[DeviceA]interface eth-trunk 1[DeviceA-Eth-Trunk1]mode lacp-static[DeviceA-Eth-Trunk1]quit # 配置DeviceB。 <HUAWEI>system-view[HUAWEI]sysname DeviceB[DeviceB]interface eth...
在DeviceA和DeviceB上分别创建Eth-Trunk1并配置为静态LACP模式。 # 配置DeviceA。 <HUAWEI>system-view[HUAWEI]sysname DeviceA[DeviceA]interface eth-trunk 1[DeviceA-Eth-Trunk1]undo portswitch[DeviceA-Eth-Trunk1]mode lacp-static[DeviceA-Eth-Trunk1]quit ...
*** Eth-Trunk端口号是在0-63之间可选,模式有2个,lacp-static、manual (手工模式) 手工模式,不需要校验,一端启用了Eth-Trunk ,接口就会UP; 下图是LSW1上都没有关联物理端口显示down, LSW2上就已经UP了,说明不需要协商。 *** LACP-Static配置 *** LACP-Static自动协商的,两端都要配置模式为LACP,才能起来...
分别在DeviceA、DeviceB和DeviceC上创建Eth-Trunk1并配置为LACP模式,并将成员接口加入Eth-Trunk1。 # 配置DeviceA。 <HUAWEI>system-view[HUAWEI]sysname DeviceA[DeviceA]interface eth-trunk 1[DeviceA-Eth-Trunk1]mode lacp-static[DeviceA-Eth-Trunk1]trunkport10ge1/0/1to1/0/4[DeviceA-Eth-Trunk1]qui...
华为交换机配置链路聚合有两种模式,分别是manual和lacp-static,如果不做配置,交换机默认是manual,所以一定要手动将模式改为lacp-static,这点很重要,否则无法跟思科交换机成功协商LACP。 华为交换机 #interface Eth-Trunk1 port link-type trunk port trunk allow-pass vlan 2 to 4094 ...
华为交换机配置链路聚合有两种模式,分别是manual和lacp-static,如果不做配置,交换机默认是manual,所以一定要手动将模式改为lacp-static,这点很重要,否则无法跟思科交换机成功协商LACP。 华为交换机#interface Eth-Trunk1 port link-type trunk port trunk allow-pass vlan 2 to 4094 ...
1.创建编号为1的Eth-Trunk,配置它的工作模式为静态LACP模式 #配置S-switch-A。 <Quidway> system-view [Quidway] sysname S-switch-A [S-switch-A] interface eth-trunk 1 [S-switch-A-Eth-Trunk1] mode lacp-static [S-switch-A-Eth-Trunk1] quit ...
[sw3-Eth-Trunk1]mode lacp-static //配置为LACP模式 [sw3-Eth-Trunk1]trunkport e0/0/1 //将物理接口加入端口组 [sw3-Eth-Trunk1]trunkport e0/0/2 [sw3-Eth-Trunk1]port link-type trunk //改接口模式 [sw3-Eth-Trunk1]port trunk allow-pass vlan all ...
方法二 [Huawei]int Eth-Trunk 1[Huawei-Eth-Trunk1][Huawei-Eth-Trunk1]trunkport GigabitEthernet 0/0/1[Huawei-Eth-Trunk1]trunkport GigabitEthernet 0/0/2 lacp-static配置(可实现链路备份) [Huawei]int Eth-Trunk 1[Huawei-Eth-Trunk1]mode lacp-static[Huawei-Eth-Trunk1]trunkport GigabitEthernet 0...