Skip to main content

 路由器设置 > 新闻资讯 >

华为交换机间链路聚合

2014-08-19 23:13 浏览:

一、命令行

SW1

interface Vlan 10
 ip address 192.168.1.1 255.255.255.0
#
interface Eth-Trunk1
 port link-type trunk
 port trunk all vlan all
#
interface GigabitEthernet0/0/4
 eth-trunk 1
#
interface GigabitEthernet0/0/5
 eth-trunk 1
SW2

同上

二、建立顺序

  1. 建立eth-trunk

  2. 把接口划到eth-trunk中。

三、拓展

两台SW之间,最多可做多少条链路的聚合?