执行命令link-state down-delay-time delay-value,配置Eth-Trunk接口延时Down的时间。 执行命令commit,提交配置。 对于三层Eth-Trunk接口 执行命令system-view,进入系统视图。 执行命令interface eth-trunk trunk-id,创建Eth-Trunk接口并进入Eth-Trunk接口视图。 可根据需要,执行如表6-24中的一个或多个操作。 表6-...
删除Eth-Trunk接口。 remove ifm/interfaces/interface[name="interface-name"] 提交配置。 commit 操作结果 执行命令display /ifm/interfaces/interface[name="interface-name"],查看指定接口信息。 背景信息 目前Eth-Trunk接口链路聚合模式可选两种:手工模式(manual)和lacp模式(static),默认值为手工模式(manual)。
仅对于S6780-H,S6750-H系列:Eth-Trunk接口支持静态负载分担方式和动态负载分担方式。 对于其他系列:Eth-Trunk接口支持静态负载分担方式。 静态负载分担方式 在使用Eth-Trunk转发数据时,由于Eth-Trunk接口两端设备之间有多条物理链路,就会产生同一数据流的第一个数据帧在一条物理链路上传输,而第二个数据帧在另外一条...
将Eth-Trunk1配置为Trunk类型接口,允许RouterA和RouterB之间的所有VLAN帧通过。 2、配置思路 采用如下的思路配置二层Eth-Trunk端口允许VLAN通过: 1)创建Eth-Trunk接口。 2)将Eth-Trunk接口转为二层端口。 3)将Eth-Trunk端口配置为Trunk类型的端口,并允许所有VLAN帧通过。 4)将成员口接入Eth-Trunk端口中。 3、配...
1.创建Eth-Trunk接口 [Stack]int Eth-Trunk 1 [Stack-Eth-Trunk1]port link-type trunk [Stack-Eth-Trunk1]port trunk allow-pass vlan all [LSW3]interface Eth-Trunk 1 [LSW3-Eth-Trunk1]port link-type trunk [LSW3-Eth-Trunk1]port trunk allow-pass vlan all ...
1. 配置各设备接口IP地址及路由协议,使各设备间网络层连通。 2. 在SwitchA和SwitchB上部署VLAN聚合,实现VLAN101~VLAN180二层隔离三层互通,节省了IP地址。 3. 在SwitchA和SwitchB上创建Eth-Trunk接口并加入成员接口,实现增加链路带宽,提供链路冗余备份。
//配置Eth-trunk接口对地址池中地址的ARP请求进行回应 nat match-host add-nat undo shutdown ip address 100.1.1.1 255.255.255.0 # interface Ethernet3/0/0 negotiation auto undo shutdown ip address 192.168.1.1 255.255.255.0 //在NAT网关接口接口下发eacl access-group router eacl eacl-nat # interface ...
[SwitchB-GigabitEthernet1/0/5] port link-type trunk //设置接口链路类型为trunk,接口缺省链路类型不是trunk口[SwitchB-GigabitEthernet1/0/5] port trunk allow-pass vlan 20 [SwitchB-GigabitEthernet1/0/5] quit #在SwitchA和SwitchB,配置Eth-Trunk1接口允许VLAN10和VLAN20通过。
[SwitchB-Eth-Trunk1] trunkport gigabitethernet 1/0/1 to 1/0/2 //在Eth-Trunk1接口中加入GE1/0/1到GE1/0/2三个成员接口 [SwitchB-Eth-Trunk1] quit 2、创建VLAN10和VLAN20并分别加入Eth-Trunk接口。SwitchB的配置与SwitchA类似,不再赘述。