checkpoint rename
Syntax
checkpoint rename <OLD-CHECKPOINT-NAME> <NEW-CHECKPOINT-NAME>
Description
Renames an existing checkpoint.
Command context
Manager (#
)
Parameters
<OLD-CHECKPOINT-NAME>
Specifies the name of an existing checkpoint to be renamed.
<NEW-CHECKPOINT-NAME>
Specifies the new name for the checkpoint. The checkpoint name can be alphanumeric. It can also contain underscores (_) and dashes (-).
NOTE:Do not start the checkpoint name with
CPC
because it is used for system-generated checkpoints.
Authority
Administrators or local user group members with execution rights for this command.
Examples
Renaming checkpoint ckpt1 to cfg001:
switch# checkpoint rename ckpt1 cfg001