copy checkpoint <CHECKPOINT-NAME> {running-config | startup-config}

Syntax

copy checkpoint <CHECKPOINT-NAME> {running-config | startup-config}

Description

Copies an existing checkpoint configuration to the running configuration or to the startup configuration.

Command context

Manager (#)

Parameters

<CHECKPOINT-NAME>

Specifies the name of an existing checkpoint.

{running-config | startup-config}

Selects whether the running configuration or the startup configuration receives the copied checkpoint configuration. If the startup configuration is already present, the command overwrites the startup configuration.

Authority

Administrators or local user group members with execution rights for this command.

Examples

Copying ckpt1 checkpoint to the running configuration:

switch# copy checkpoint ckpt1 running-config
Success

Copying ckpt1 checkpoint to the startup configuration:

switch# copy checkpoint ckpt1 startup-config
Success