To remove bonding – Sun Microsystems 5945532 User Manual

Page 51

Advertising
background image

Chapter 6

Configuring VLANs

33

In this example, two bonds (bond0 and bond1) are configured:

Refer to Linux documentation for more information.

To Remove Bonding

Use the rmmod command to remove bonding:

# modprobe bonding mode=balance-rr miimon=100 max_bonds=2

# ifconfig bond0

192.2.2.15 netmask 255.255.255.0 broadcast 192.2.2.255

# ifenslave bond0 eth4 eth5

# ifconfig bond1

193.2.2.15 netmask 255.255.255.0 broadcast 193.2.2.255

# ifenslave bond1 eth6 eth7

# rmmod bonding

Advertising