To display only the user-configured checkpoints, use the show checkpoint user command.
show checkpoint user
This command has no arguments or keywords.
None
EXEC mode
Release |
Modification |
---|---|
5.0(2)N1(1) |
This command was introduced. |
This example shows how to display the rollback checkpoints configured by the current user:
switch# show checkpoint user
--------------------------------------------------------------------------------
Name: myChkpoint
!Command: Checkpoint cmd vdc 1
!Time: Mon Sep 6 09:40:47 2010
version 5.0(2)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
no password strength-check
ip domain-lookup
ip domain-lookup
hostname switch
ip access-list ip1
class-map type qos class-fcoe
match cos 4
class-map type qos match-all cq1
match cos 4
match precedence 7
<--output truncated-->
switch#
Command |
Description |
---|---|
checkpoint |
Creates a checkpoint. |
rollback |
Rolls back the configuration to any of the saved checkpoints. |
show checkpoint |
Displays rollback checkpoints. |
show checkpoint summary |
Displays a summary of all configured rollback checkpoints. |
show checkpoint system |
Displays system-defined rollback checkpoints. |