Purpose
Restore
a configuration object or a
part of a configuration object to its default settings.
Syntax
- Reset a singleton configuration
object: reset object-type
- Reset
an instance of a configuration object: reset object-type object-instance
- Reset a field of a configuration object in an edit session: reset property
Parameters
- object-type
- Type of the object to be reset
- object-instance
- Instance of the object to be reset, if the configuration object
is not a singleton object
- property
- Field within a configuration object to be reset
Example
- Reset the IP addresses for
ethernet-interface eth3.
Console> edit ethernet-interface eth3
Console ethernet-interface:eth3> ip
Entering "ip" mode
Console ethernet-interface:eth3 ip> reset address
Console ethernet-interface:eth3 ip> exit
Console ethernet-interface:eth3> exit
Console>
- Reset the entire configuration object
for ethernet-interface eth3
to default values.
Console> reset ethernet-interface eth3
Console>