huawei交换机配置

清除原端口配置

  1. 进入系统视图:

    system-view
    
  2. 进入要清除的接口:

    interface GigabitEthernet 0/0/1
    
  3. 清除配置: 清除该接口上的所有配置。:

    undo port link-type
    undo stp edged-port
    undo port-mirroring
    
  4. 退出接口视图:

    quit
    

配置 Eth-Trunk

清除配置后,将该接口添加到 Eth-Trunk。

  1. 创建Eth-Trunk端口:

    interface Eth-Trunk 1
    stp edged-port enable
    port link-type enable
    mode manual load-balance
    
  2. 将物理接口加入 Eth-Trunk:

    interface GigabitEthernet 0/0/1
    eth-trunk 1
    
  3. 重复此过程为其他要添加的物理接口:

    interface GigabitEthernet 0/0/2
    eth-trunk 1
    

ESXI 配置

注意

  • ESXI虚拟交换机的负载平衡方法必须设置为基于IP哈希的路由。确保参与的网卡已连接到相同物理交换机上配置的端口。
  • 在没有配置802.3ad聚合时,启用基于IP哈希的路由将中断网络,因此必须先对虚拟交换机进行更改。再去修改交换机的链路聚合模式(交换机配置为手动模式的链路聚合)

  1. 创建或修改修改现有虚拟交换机配置:

  1. 确认管理端口组是从虚拟交换机继承配置:

检查流量负载情况

  1. 进入交换机,查看聚合接口流量状况
    dis interface brief