270
Cisco Nexus 5500 Series NX-OS Security Command Reference
OL-27883-02
Chapter Show Commands
show diff rollback-patch file
Examples This example shows how to view the changes between two checkpoint configurations stored in files in
the bootflash storage system:
switch# checkpoint chkpnt-1
<-- modify configuration in running configuration--->
switch# checkpoint file bootflash:///chkpnt_configSep9-1.txt
<-- modify configuration in running configuration--->
switch# checkpoint file bootflash:///chkpnt_configSep9-2.txt
<-- modify configuration in running configuration--->
switch# checkpoint chkpnt-2
switch# show diff rollback-patch file bootflash:///chkpnt_configSep9-2.txt file
bootflash:///chkpnt_configSep9-1.txt
switch# rollback file bootflash:///chkpnt_configSep9-1.txt
switch#
Related Commands Command Description
rollback Rolls back the switch to any of the saved checkpoints.
show checkpoint Displays checkpoint information.
show diff
rollback-patch
checkpoint
Displays the differences between the current checkpoint and the saved
configuration.
show diff
rollback-patch
running-config
Displays the differences between the current running configuration and the
saved checkpoint configuration.