Network | Bonding

POSTED ON 15 May, 2018

Bonding interfaces (also known as link bundling, port trunking, channel bonding, link aggregation, NIC teaming among others) permits to join several physical network interfaces to work as one logical network interface. This kind of interfaces are able to provide an aggregation or addition of throughput of several NICs, load balancing between them at NIC layer and redundancy allowing failover between those NICs that builds the bonding.

See below an example of two different use cases of bonding configurations.

zevenet network bonding link aggregation and redundancy

This section describes how to configure and operate with bonding interfaces.

Bonding Interfaces Table

This table lists all the bonding network interfaces configured in the system.

zevenet network bonding listing

NAME. System name for the bonding interface.
ALIAS. Interface alias, if it has been defined.
ADDRESS. IP address assigned to a given interface. Support IPv4 or IPv6.
MAC. MAC address that is assigned to a certain bonding.
NETMASK. Network mask assigned to the bonding, CIDR format is supported.
GATEWAY. Default gateway used by the bonding.
STATUS. The status of a given bonding, the available values are Green if the bonding is up and Red if the bonding is down.
ACTIONS. The available actions for every bonding in the table are the following:

  • Delete. Unset the configuration and remove the Bonding interface. The bonding interface will be disappeared and the slaves interfaces will be available again.
  • Edit. Change the interface configuration like IP address, netmask and gateway.
  • Bring up. Set the interface up and configured to accept traffic.
  • Bring down. Set the interface down and stop accepting traffic.
  • Unset. Remove the interface configuration.
  • Cluster. No actions are allowed as this interface is used in the cluster service for synchronization and heartbeat processes. In order to modify this interface is required to disable the cluster service.

Through the Actions menu button the following actions are available for the selected interfaces:

  • Create Bonding. This option redirects to the bonding interface creation form.
  • The actions mentioned above. The actions mentioned above: Bring up, Bring down, Unset and Delete
Share on:

Documentation under the terms of the GNU Free Documentation License.

Was this article helpful?

Related Articles