267
Cisco Nexus 5500 Series NX-OS Security Command Reference
OL-27883-02
Chapter       Show Commands
show diff rollback-patch checkpoint
show diff rollback-patch checkpoint
To display the configuration differences between two checkpoints, use the show diff rollback-patch 
checkpoint command.
show diff rollback-patch checkpoint src-checkpoint-name checkpoint dest-checkpoint-name
Syntax Description
Command Default None
Command Modes EXEC mode
Command History
Usage Guidelines Use this command to view the differences between the source and destination checkpoints that reference 
current or saved configurations. The configuration differences based on the current running 
configuration and checkpointed configuration are applied to the system to restore the running state of 
the system.
Examples This example shows how to view the changes between two checkpoints, chkpnt-1 and chkpnt-2:
switch# checkpoint chkpnt-1 
<-- modify configuration in running configuration--->
switch# checkpoint chkpnt-2 
<-- modify configuration in running configuration--->
switch# checkpoint 
...
user-checkpoint-4 created Successfully
Done
switch# 
<-- modify configuration in running configuration--->
switch# show diff rollback-patch checkpoint user-checkpoint-4 checkpoint chkpnt-1 
#Generating Rollback Patch
!!
interface Ethernet1/2
  no untagged cos
  no description Sample config
  exit
!
interface Ethernet1/2
 channel-group 1
src-checkpoint-name Source checkpoint name. The name can be a maximum of 32 characters.
dest-checkpoint-name Destination checkpoint name. The name can be a maximum of 32 
characters.
Release Modification
5.2(1)N1(1) This command was introduced.