Creating a New Bond and Adding Slave Interfaces
Use the add bonding group command to create a new Bond and to add slave interfaces to an existing Bond. You must run this command once for each slave that you add to a Bond.
Syntax
add bonding group <bond_id> [interface <slave_interface>]
Parameter
|
Description
|
<bond_id>
|
Bond identifier, an integer between 1 and 1024
|
<slave_interface>
|
Slave interface name
|
Examples
> add bonding group 4 interface eth1-02
This creates a new Bond with slave interface eth1-02.
> add bonding group 4 interface eth2-02
This command adds another slave interface to bond4.
|