network interface bonding disable
Disable network interface bond0 or bond1.
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 them. |
-name <netbond> | -n |
Specifies the bonded interface you want to disable. Valid values: bond0, bond1 |
Example
lunash:>network interface bonding disable -name bond0 Command Result : 0 (Success)