802.3ad xmit_hash_policy

From the Hash Mode menu, select the load-balancing mode for a port channel (LAG):

  • 1 Src MAC, VLAN, EType, incoming port. This mode uses the source MAC
    address, VLAN, EtherType, and incoming port that are associated with the packet.
  • 2 Dest MAC, VLAN, EType, incoming port. This mode uses the destination MAC
    address, VLAN, EtherType, and incoming port that are associated with the packet.
  • 3 Src/Dest MAC, VLAN, EType, incoming port. This mode uses the source and
    destination MAC addresses, VLAN, EtherType, and incoming port that are associated
    with the packet. This is the default mode.
  • 4 Src IP and Src TCP/UDP Port Fields. This mode uses the source IP address and
    source TCP or UDP port value that are associated with the packet.
  • 5 Dest IP and Dest TCP/UDP Port Fields. This mode uses the destination IP
    address and destination TCP or UDP port value that are associated with the packet.
  • 6 Src/Dest IP and TCP/UDP Port Fields. This mode uses the source and destination
    IP addresses and source and destination TCP or UDP port values that are associated
    with the packet.

Note: The switch balances traffic on a port channel (LAG) by selecting one of

the links in the channel over which packets must be transmitted. The

switch selects the link by creating a binary pattern from selected fields

in a packet and associating that pattern with a particular link.

相关推荐
Fang_Qianling8 个月前
Linux网络配置与抓包工具介绍
网络配置·tcpdump·bonding
比特流10241 年前
Linux使用bonding实现双网冗余
linux·网络·双冗余·bonding