disable

Purpose

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.

Related Commands

See enable and set.

Example

Disable a vlan-interface named v1000.
Console> disable vlan-interface v1000
Console>