根据是否启用链路聚合控制协议LACP,Eth-Trunk分为手工模式和LACP模式。在配置Eth-Trunk之前首先进行步骤1和步骤2的判断。 检查两台交换机之间接口是否已经通过线缆连接并且运行正常。 未连接线缆前,执行命令display interface brief查看接口状态。 <HUAWEI>display interface briefPHY: Physical *down: administratively down...
为提高链路可靠性,框式交换机支持将不同单板上的接口加入到同一个链路聚合组中,即跨板Eth-Trunk。当组建跨板Eth-Trunk涉及到可扩展Eth-Trunk规格单板时,对单板的Hash模式要求如下: 可扩展Eth-Trunk规格单板与不可扩展Eth-Trunk规格单板之间组建跨板Eth-Trunk,需要配置可扩展规格单板Hash模式为normal。
[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. [A2-42U-ACC-Eth-Trunk10]port default vlan 88 [A2-42U-ACC]int g 0/0/23 [A2-42U-ACC-GigabitEthernet0/0/23]eth-...
interface Eth-Trunk1 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之后再...
华为交换机eth-trunk链路聚合的配置方法, 视频播放量 6593、弹幕量 3、点赞数 44、投硬币枚数 19、收藏人数 74、转发人数 8, 视频作者 小六小六你真6, 作者简介 ,相关视频:在华为AR2200路由器上实现静态NAT地址转换,华为三层交换机跨vlan访问配置方法,【全10集】IP地址/
华为交换机配置Eth-Trunk端口 1、二层Eth-Trunk的配置 <SW1>system-view [SW1]interface Eth-Trunk 1 //设置Eth-Trunk1 [SW1-Eth-Trunk1]mode lacp [SW1-Eth-Trunk1]port link-type trunk [SW1-Eth-Trunk1]port trunk allow-pass vlan xx [SW1-Eth-Trunk1]trunkport xg0/0/1 [SW1-Eth-Trunk1...
配置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
1.1 华为配置 1.1.1 配置VLAN [Huawei] vlan 10//创建单个VLAN [Huawei]vlan batch 20 to 30//创建多个VLAN [Huawei]interface GigabitEthernet 0/0/1//进入接口 [Huawei-GigabitEthernet0/0/1]port default vlan 10//接口划分Vlan [Huawei]display vlan ...
交换机一 进入配置模式 # system-view 创建vlan # vlan 20 # quit 进入接口1,并配置模式为acess vlan为20 # interface GigabitEthernet 0/0/1 # port link-type access # port # port default vlan 20 创建sw1和sw2之间的eth-trunk 12 # interface Eth-Trunk 12 ...