259
Cisco Nexus 5500 Series NX-OS Security Command Reference
OL-27883-02
Chapter       Show Commands
show checkpoint
show checkpoint
To display the configuration at the time a checkpoint was implemented, use the show checkpoint 
command.
show checkpoint [checkpoint-name] [all [system | user]]
Syntax Description
Command Default None
Command Modes EXEC mode
Command History
Usage Guidelines The command output displays a history of the most recent (up to ten) checkpoint IDs. The checkpoint 
IDs represent the rollback points that allow the user to restore the system to a checkpoint configuration.
Examples This example shows how to display the rollback checkpoints configured in the local switch:
switch# show checkpoint 
--------------------------------------------------------------------------------
Name: chkpnt-1
!Command: Checkpoint cmd vdc 1
!Time: Mon Sep  6 09:40:47 2010
version 5.2(1)N1(1)
feature telnet
feature tacacs+
cfs eth distribute
feature private-vlan
feature udld
feature interface-vlan
feature lacp
feature vpc
feature lldp
feature fex
username adminbackup password 5 !  role network-operator
username admin password 5 $1$KIPRDtFF$7eUMjCAd7Nkhktzebsg5/0  role network-admin
checkpoint-name (Optional) Checkpoint name. The name can be a maximum of 32 characters.
all (Optional) Displays user-configured and system-configured checkpoints.
system (Optional) Displays all system-configured checkpoints.
user (Optional) Displays all user-configured checkpoints.
Release Modification
5.2(1)N1(1) This command was introduced.