HUAWEI 华为交换机 端口聚合操作

操作方法

# 创建 eth-trunk1 接口
[*CE1-GE1/0/1]int eth-trunk 1

# 把g2-4接口加入到eth-trunk1接口
[*CE1-Eth-Trunk1]trunkport g 1/0/2 to 1/0/4

在SwitchA上创建Eth-Trunk1并配置为LACP模式。SwitchB的配置与SwitchA类似,不再赘述

<HUAWEI> system-view
[HUAWEI] sysname SwitchA
[SwitchA] interface eth-trunk 1   //创建ID为1的Eth-Trunk接口
[SwitchA-Eth-Trunk1] mode lacp   //配置链路聚合模式为LACP模式
[SwitchA-Eth-Trunk1] quit

在SwitchA上配置系统优先级为100,使其成为LACP主动端

[SwitchA] lacp priority 100   //系统LACP优先级缺省为32768,修改SwitchA的优先级大于SwitchB的优先级,作为主动端

原文地址:https://support.huawei.com/enterprise/zh/doc/EDOC1000141427/f36b09a2

THE END