Aggregating network links

Each physical appliance can bond network interfaces to prevent single point of failure or aggregate links for high-performance applications.

Note: A single connection or TCP flow can only span one link, no matter which hash policy is used.

Data Link Layer [2] is the default transmit hash policy. Each hash policy has its advantages and disadvantages.

The balanced bonding mode requires specific switch configuration that enables LACP mode.

The hash policy only controls the outgoing traffic from the appliance. The directly attached network switch controls the incoming traffic. The number of supported switch hash polices depends on type of network switch is used.

Tip: The decisions as to which hash policy to use can significantly impact overall system performance.

Example 1. Bonding Network Interfaces

Two NICs, identified as eth0 and eth1, will be bonded to increase the collective throughput.

  1. Log in to the appliance as localadmin.
    # login
  2. Enter edit mode to modify the current settings.
    # edit
  3. Set the ports eth0 and eth1 for this channel.
    # channel data port eth0, eth1
  4. Configure the bond for load balancing.
    # channel data bonding 802.3ad
  5. Configure xmit (transmit) hash policy.
    # channel data bond_xmit_policy layer2
  6. Save the new settings.
    # activate
  7. Reboot the appliance
  8. Log in as localadmin.
    # login
  9. Verify the settings are complete and correct.
    # channel list
  10. Ping the network gateway to check connectivity.
    # ping <gateway ip>
    For IPv6 network gateways, use ping6:
    # ping6 <gateway ip>