network interface bonding disable

Disable network interface bond0 or bond1.

CAUTION!    Once the default route is added to the bonded interface, disabling the bond for any reason will cause a loss of SSH connectivity to the Luna Network HSM 7. It is highly recommended that you configure manual routes on at least one of the secondary interfaces within the bonded interface (eth0 or eth1 for bond0, eth2 or eth3 for bond1). Refer to Disabling a Bonded Interface.

User Privileges

Users with the following privileges can perform this command:

>Admin

>Operator

Syntax

network interface bonding disable -name <netbond> [-keeproutes] [-force]

Argument(s) Shortcut Description
-force -f Force the action without being prompted.
-keeproutes -k

When a bonded interface is disabled, all associated routes are also deleted automatically as part of interface cleanup. Specify this option to preserve static routes.

-name <netbond> -n

Specifies the bonded interface you want to disable.

Valid values: bond0, bond1

Example

lunash:>network interface bonding disable -name bond0
 
WARNING! All network connections through bond0 will be interrupted.
WARNING! A default route is present on this interface. Disabling this network interface
         will also remove associated default route.
If you are sure that you wish to proceed, then type 'proceed', otherwise type 'quit'
 
> proceed

Activating eth0...
Activating eth1...

Command Result : 0 (Success)