310
Cisco Nexus 5500 Series NX-OS Security Command Reference
OL-27883-02
Chapter       Show Commands
show rollback log
show rollback log
To display the log of configuration rollbacks on the switch, use the show rollback log command.
show rollback log {exec | verify}
Syntax Description
Command Default None
Command Modes EXEC mode
Command History
Usage Guidelines If the rollback log is empty, the following message appears:
ERROR: Log Not Available
Examples This example shows how to display the rollback execution log:
switch# show rolback log exec 
--------------------------------------------------------------------------------
time: Mon, 06:16:02 06 Sep 2010
Status: success
--------------------------------------------------------------------------------
time: Mon, 07:58:36 06 Sep 2010
Status: success
--------------------------------------------------------------------------------
time: Mon, 09:48:58 06 Sep 2010
Status: success
switch#
This example shows how to display the rollback verification log:
switch# show rollback log verify 
--------------------------------------------------------------------------------
time: Mon, 09:48:56 06 Sep 2010
Status: success
--------------------------------------------------------------------------------
time: Mon, 09:48:58 06 Sep 2010
Status: success
switch#
exec Displays the rollback execution log.
verify Displays the rollback verify log.
Release Modification
5.2(1)N1(1) This command was introduced.