根据是否启用链路聚合控制协议LACP,Eth-Trunk分为手工模式和LACP模式。在配置Eth-Trunk之前首先进行步骤1和步骤2的判断。 检查两台交换机之间接口是否已经通过线缆连接并且运行正常。 未连接线缆前,执行命令display interface brief查看接口状态。 <HUAWEI>display interface briefPHY: Physical *down: administratively down...
配置命令方面,主要包括interface Eth-Trunk进入链路聚合配置模式,eth-trunk将接口添加到链路聚合组中,以及mode lacp-static设置LACP模式等。 3. 华为eth-trunk的负载分担与冗余保护机制 华为eth-trunk支持静态负载分担方式和动态负载分担方式。静态负载分担方式基于数据流的属性(如源MAC地址、目的MAC地址、源IP地址、目的I...
执行命令undo portswitch,将Eth-Trunk接口从二层模式切换到三层模式。 缺省情况,Eth-Trunk接口工作在二层模式。 执行命令ip addressip-address{mask|mask-length} [sub],配置三层Eth-Trunk接口的IP地址。 缺省情况下,接口上没有配置IP地址。 (可选)执行命令mac-addressmac-address,配置三层Eth-Trunk接口的MAC地址。
port link-type trunk undo port trunk allow-pass vlan 1 port trunk allow-pass vlan 10 20 mode lacp-static 配置模式为静态LACP max active-linknumber 1 配置活动接口数量(默认活动接口数量为8,此处两条线路一条为主,一条为备。通信是只有活动接口转发数据) 注:配置完Eth-Trunk之后再加入接口,LACP模式适用...
华为交换机配置Eth-Trunk端口(LACP模式)交换机配置示例: [A2-42U-ACC]int Eth-Trunk 10 [A2-42U-ACC-Eth-Trunk10]mode lacp [A2-42U-ACC-Eth-Trunk10]port link-type access Info: This operation may take a few seconds. Please wait for a moment...done. ...
华为交换机eth-trunk链路聚合的配置方法, 视频播放量 6629、弹幕量 3、点赞数 44、投硬币枚数 19、收藏人数 73、转发人数 8, 视频作者 小六小六你真6, 作者简介 ,相关视频:Mux-Vlan实验,在华为AR2200路由器上实现静态NAT地址转换,华为Super-vlan实验,办公网络+视频监控
配置Eth-Trunk 1聚合链路 interface Eth-Trunk 1 创建Eth-Trunk 1 接口 mode manual load-balance 指定为手工负载分担模式 int g0/0/1 进入接口 eth-trunk 1 将接口g0/0/1加入到Eth-Trunk 1接口 di
# 查看ID为10的Eth-Trunk接口(LACP模式)的配置信息。 <HUAWEI>display eth-trunk 10Eth-Trunk10's state information is: Local: LAG ID: 10 WorkingMode:LACPPreempt Delay Time: 10 Hash arithmetic: According to SIP-XOR-DIP System Priority: 120 System ID: 0018-82d4-04c3 Least Active-linknumber: ...
1.1.2 接口配置Access模式 [Huawei]interface GigabitEthernet 0/0/1//进入接口 [Huawei-GigabitEthernet0/0/1]port link-type access//将接口配置为Access模式 1.1.3 接口配置Trunk模式 [Huawei] interface GigabitEthernet 0/0/1//进入接口 [Huawei-GigabitEthernet0/0/1]port link-type trunk//将接口配置Trun...