checkpoint rollback
Syntax
checkpoint rollback {<CHECKPOINT-NAME> | startup-config}
Description
Applies the configuration from a pre-existing checkpoint or startup configuration to the running configuration. All previous configurations are lost after the execution of this command.
Command context
Manager (#
)
Parameters
{<CHECKPOINT-NAME> | startup-config}
Selects whether the running configuration will be applied from a specified checkpoint or a startup configuration. Required.
<checkpoint-name>
Specifies that the named checkpoint will be applied. The checkpoint name can be alphanumeric. It can also contain underscores (_) and dashes (-).
startup-config
Specifies that the startup configuration will be applied.
Authority
Administrators
Examples
Applying a checkpoint named
ckpt1
to the running configuration:
switch# checkpoint rollback ckpt1 Success
Applying a startup checkpoint to the running configuration:
switch# checkpoint rollback startup-config Success