R Commands
rollback running-config checkpoint
361
Cisco Nexus 7000 Series NX-OS System Management Command Reference
OL-25806-03
rollback running-config checkpoint
To implement a rollback for the configured checkpoint file, use the rollback running-config checkpoint
command.
rollback running-config {checkpoint cp-name | file cp-file} [atomic | best-effort |
stop-at-first-failure]
Syntax Description
Defaults None
Command Modes Global configuration mode
Supported User Roles network-admin
vdc-admin
Command History
Usage Guidelines The rollback running-config checkpoint command creates a rollback to the specified checkpoint name
or file. The default rollback type is atomic.
Note The running configuration may be disrupted before the rollback operation finally fails if you mistakenly
roll back with the file option using a file from a different device but with the same VDC ID as the local
VDC.
This command does not require a license.
Examples This example shows how to implement a rollback for the configured checkpoint file:
checkpoint Rolls back the running configuration to a checkpoint.
cp-name Checkpoint name used in the checkpoint database. The name can be any
alphanumeric string up to 80 characters but cannot contain spaces.
file Rolls back the running configuration to a configuration file.
cp-file Name of configuration file.
atomic (Optional) Implements a rollback only if no errors occur.
best-effort (Optional) Implements a rollback and skips any errors.
stop-at-first-
failure
(Optional) Implements a rollback that stops if an error occurs.
Release Modification
4.0(1) This command was introduced.