Least Active-linknumber: 1 Max Bandwidth-affected-linknumber: 8 Operate status: up Number Of Up Port In Trunk: 2 --- S2 interface Eth-Trunk10 port link-type trunk port trunk allow-pass vlan 2 to 4094 [S2]dis eth Eth-Trunk10's state information is: WorkingMode: NORMAL Hash arithmetic: ...
[LSW1-G0/0/2]port trunk allow-pass vlan 10 [LSW1-G0/0/2/3/4/5]... ...[LSW1-G0/0/1]port link-type access 假如配错了正确的删除命令:1、interface GigabitEthernet0/0/1 2、undo port trunk allow-pass vlan all 3、port trunk allow-pass vlan 1 4、undo port link-type 创建vlanif...
interface eth-trunk 1创建或进入聚合1中 mode manual load-balance在聚合1中设置工作模式,本模式是默认模式,意思是手工负载均衡 interface e0/0/1进入e0/0/1端口 eth-trunk 1将当前端口添加到聚合1下配置后效果如图: ,另一个交换机同样配置即可 方式二的命令说明: interface eth-trunk 1创建或进入聚合1...
[S1-Eth-Trunk1]port link-type trunk [S1-Eth-Trunk1]port trunk allow-pass vlan 10 100 [S1-Eth-Trunk1]load-balance src-dst-mac [S1-Eth-Trunk1]quit S2 [S2]interface Eth-trunk 1 [S2-Eth-Trunk1]trunkport g 0/0/1 to 0/0/2 Info: This operation may take a few seconds. Please w...
3 三、配置基本的eth-trunk(创建eth-trunk)[S1]interface Eth-Trunk 1[S1-Eth-Trunk1][S2]interface Eth-Trunk 1[S2-Eth-Trunk1]4 四、配置eth-trunk的工作模式为lacp,配置完成后查看[S1-Eth-Trunk1]bpdu enable[S1-Eth-Trunk1]mode lacp-static[S2-Eth-Trunk1]bpdu enable[S2-Eth-Trunk1]mode lacp...
interface Eth-Trunk 1 port link-type trunk port trunk allow-pass vlan 10 20 1. 2. 3. 3、创建链路聚合,选择接口链路类型,划分VLAN: interface Eth-Trunk 2 port link-type trunk port trunk allow-pass vlan 20 30 1. 2. 3. 4、配置PC链路类型,划分VLAN: ...
:(系统模式)interface eth-trunk 1(端口号) 第二步:指定聚合端口的链路类型 :(聚合端口模式)port link-type trunk 第三步:如果聚合链路端口是trunk类型,则需要进一步指定允许相应 数据通过的vlan编号 :(聚合端口模式)port trunk allow-pass vlan 10(vlan号) ...
interfaceGigabitEthernet0/0/0 ipaddress192.168.1.25424 #全局配置 dhcpselectglobal quit 运行命令截图 R1 PC1 运行成功截图 十二、链路聚合 最后配置形成的拓扑图 每个设备需要运行的命令(可直接复制执行) SW1 system-view sysnameSW1 interfaceEth-Trunk1 ...
Eth-Trunk的工作模式根据以下两种情况选择: ①如果两端设备均支持LACP协议,推荐使用LACP模式链路聚合。 ②如果对端设备不支持LACP协议,必须使用手工负载分担模式链路聚合。 LACP协议即为链路聚合控制协议,这里的对端设备和两端设备我们要理解清楚,相对于LACP模式来说,其要求的局限性更大,需要两方都支持LACP协议才能使用该...
interface Vlanif10 ip address 10.1.10.254 255.255.255.0 # interface Vlanif11 ip address 10.1.11.1 255.255.255.0 # interface Vlanif20 ip address 10.1.20.254 255.255.255.0 interface Eth-Trunk12 port link-type trunk port trunk allow-pass vlan 2 to 4094 ...