hotnet 发表于 2018-7-25 09:34:35

如何在华为交换机上实现链路聚合

  实验之一:链路聚合
  华为S5700交换机两台,拓扑图如下:

  在A交换机做如下配置
  interface Eth-Trunk 0
  
  将A交互垃圾需要聚合的端口加入到Eth-Trunk 0中
  interface g0/0/1
  e
  eth-trunk 0
  Info: This operation may take a few seconds. Please wait for a moment...done.
  interface g0/0/2
  eth-trunk 0
  Info: This operation may take a few seconds. Please wait for a moment...done.
  
  dis eth-trunk 0
  Eth-Trunk0's state information is:
  WorkingMode: NORMAL         Hash arithmetic: According to SIP-XOR-DIP
  Least Active-linknumber: 1Max Bandwidth-affected-linknumber: 8
  Operate status: up          Number Of Up Port In Trunk: 2
  --------------------------------------------------------------------------------
  PortName                      Status      Weight
  GigabitEthernet0/0/1          Up          1
  GigabitEthernet0/0/2          Up          1
  
  在B交换机上进行如下配置
  interface Eth-Trunk 0
  quit
  
  将B交换机需要聚合的端口加入到Eth-Trunk 0中
  int g0/0/1
  e
  eth-trunk 0
  Info: This operation may take a few seconds. Please wait for a moment...done.
  
  eth-trunk 0
  Info: This operation may take a few seconds. Please wait for a moment...done.
  
  dis eth-trunk 0
  Eth-Trunk0's state information is:
  WorkingMode: NORMAL         Hash arithmetic: According to SIP-XOR-DIP
  Least Active-linknumber: 1Max Bandwidth-affected-linknumber: 8
  Operate status: up          Number Of Up Port In Trunk: 2
  --------------------------------------------------------------------------------
  PortName                      Status      Weight
  GigabitEthernet0/0/1          Up          1
  GigabitEthernet0/0/2          Up          1
  
  以上就是配置链路聚合的简单步骤,希望对大家有用!!shxke希望大家多多交流我网络方面的知识!!
页: [1]
查看完整版本: 如何在华为交换机上实现链路聚合