wcdz 发表于 2018-7-26 09:46:42

华为交换机间链路聚合

  一、命令行
  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
  同上
  二、建立顺序

[*]  建立eth-trunk
[*]  把接口划到eth-trunk中。
  三、拓展
  两台SW之间,最多可做多少条链路的聚合?
页: [1]
查看完整版本: 华为交换机间链路聚合