Configuring Link Aggregation (Bonding)
Link aggregation combines multiple physical interfaces into a virtual interface called a bond. Bonded interfaces (known as slaves) add redundancy to a connection as well as increasing the connections throughput to a level beyond what is possible using a single physical interface.
To create an interface bond you need to run these commands in this order from the gclich shell:
Commands in Running Order:
|
Purpose:
|
Add bonding group <bond_id>
|
Creates a bonding group
|
set bonding group <bond_id> mode <bond_mode>
|
Sets a bonding mode: 802.3ad (LAPC) or XOR
|
set interface <if_name> state on
|
Sets the slave interface to on
|
add bonding group <bond_id> interface <if_name>
|
Enslaves interfaces to the bond
|
|
Note - Before running the link aggregation commands, make sure that the slave interfaces do not have an IP Address already assigned.
|
|