Purpose
- Disable a configuration object
or an instance of a configuration
object.
- This command changes the administrative state (AdminState)
to
"disabled". If no errors occur, the operational state (OpState) changes
to "down".
- No other configuration values are changed as a
result of this
command.
Syntax
disable object-type [ object-instance ]
Parameters
- object-type
- Type of the object to be disabled
- object-instance
- Name of the object instance to be disabled, if the configuration
object is not a singleton object
Usage
Notes
Configuration changes can be made
to an object that is administratively disabled, but the changes will
not be applied until the object is enabled.
Example
Disable a vlan-interface named v1000.
Console> disable vlan-interface v1000
Console>