这里以LACP静态模式为例。 plaintext [Huawei] interface Eth-Trunk 1 [Huawei-Eth-Trunk1] mode lacp-static 3. 添加成员端口到Eth-Trunk接口 将需要聚合的物理接口添加到Eth-Trunk接口中。 plaintext [Huawei-Eth-Trunk1] trunkport GigabitEthernet 0/0/1 [Huawei-Eth-Trunk1] trunkport GigabitEthernet 0...
[AR1]interface Eth-Trunk 1[AR1-Eth-Trunk1]mode lacp-static [AR2]interface Eth-Trunk 1[AR2-Eth-Trunk1]mode lacp-static [AR1-Eth-Trunk1]display eth-trunk 1Eth-Trunk1's state information is: Local: LAG ID:1WorkingMode: STATIC Preempt Delay: Disabled Hash arithmetic: According to SIP-...
[LSW1-Eth-Trunk1]mode lacp-static [LSW1-Eth-Trunk1]trunkport GigabitEthernet 0/0/23 0/0/24 接口添加到Eth-Trunk 1 [LSW1-Eth-Trunk1]port link-type trunk [LSW1-Eth-Trunk1]port trunk allow-pass vlan all [LSW1-Eth-Trunk1]mode lacp-static 静态和动态 <LSW1>display trunkmembership eth...
#interface Eth-Trunk1port link-type trunkport trunk allow-pass vlan2to3//LACP模式mode lacp-static//基于源IP地址进行负载分担。load-balance src-dst-ip#interface Ethernet0/0/1eth-trunk1#interface Ethernet0/0/4eth-trunk1# SW2: c #interface MEth0/0/1#interface Eth-Trunk1port link-type trunk...
静态LACP模式也称为M∶N模式,静态 LACP 模式和手工负载分担模式有点像,不过其中需要LACP协议进行参与,并且由LACP协议协商确定活动接口和非活动接口。 2、命令 这里介绍静态LACP模式的命令,在系统视图下,创建一个Eth-Trunk接口;输入命令mode lacp-static,指定为静态LACP模式;在进入相应的接口后,再将该接口加入到聚合接...
[AR1-Eth-Trunk1] mode lacp-static //配置lacp聚合模式 [AR1-Eth-Trunk1] ip address 192.168.1.254 255.255.255.0 [AR1-Eth-Trunk1]lacp preempt enable //开启抢占功能 [AR1-Eth-Trunk1]trunkport g0/0/0 to 0/0/1 1. 2. 3. 4.
mode lacp-static //使用静态lacp模式 命令使用视图:链路聚合口接口视图 例如:[Huawei-Eth-Trunk1]mode lacp-static trunkport [接口类型Ethernet | GigabitEthernet] [接口id] [to [接口id]] //将接口加入聚合链路中 命令使用视图:链路聚合口接口视图 ...
lacp preempt delay 10 interface Eth-Trunk1 undo portswitch ip address 10.0.0.14 255.255.255.252 mode lacp-static lacp preempt enable max active-linknumber 2 lacp preempt delay 10 二层交换机与路由器链路聚合: 二层交换机: interface Eth-Trunk7 ...
二.lacp链路聚合模式: SW3: <Huawei> <Huawei>sys [Huawei]sysname SW3 [SW3]un in en [SW3]int eth-trunk 2 //创建名为 2的聚合组 [SW3-Eth-Trunk2]mode lacp-static //设置为静态lacp模式 [SW3-Eth-Trunk2]int g0/0/10 [SW3-GigabitEthernet0/0/10]eth-trunk 2 ...
#lacp priority 100 //修改系统LACP优先级,选择主动发起端 [sw1]lacp priority 100[sw1]display eth-trunk 10 //交换机s1成为了主动端 Eth-Trunk10's state information is: Local: LAG ID:10WorkingMode: STATIC Preempt Delay: Disabled Hash arithmetic: According to SIP-XOR-DIP ...