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

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.

Command Default

None

Command Modes

EXEC mode

Command History

Release
Modification
5.0(2)N1(1)
This command was introduced.

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
 

This example shows how to display information about a specific checkpoint:

switch# show checkpoint chkpnt-1
 

This example shows how to display all configured rollback checkpoints:

switch# show checkpoint all
 

Related Commands

Command
Description
checkpoint
Creates a checkpoint.
rollback
Rolls back the configuration to any of the saved checkpoints.
show checkpoint summary
Displays configuration rollback checkpoints summary.
show checkpoint system
Displays system-defined rollback checkpoints.
show checkpoint user
Displays user-configured rollback checkpoints.