
2.Enter the ifconfig command, and examine the output. Figure
Figure 6-34. ifconfig Command Output
Disabling a Bonding Network Interface
To disable a bonding interface, issue the following command:
#ifconfig bondX down
In this command, bondX is the bonding interface. For example:
#ifconfig bond0 down
To remove a physical network interface from a bond, enter the following command:
#ifenslave -d bondX ethY
In this command:
bondX is the bonding interface.
ethY is the physical network interface to be removed from bondX For example:
# ifenslave -d bond0 eth1
|