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

Syntax

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

Description

Copies a specified checkpoint configuration into the running configuration or to the startup configuration. The command requires that the specified checkpoint exists already.

Command context

Manager (#)

Parameters

<CHECKPOINT-NAME>

Specifies that the named checkpoint for copying to the running configuration or to the startup configuration. The command requires that the specified checkpoint exists before running the command. The checkpoint name can be alphanumeric. It can also contain underscores (_) and dashes (-). Required.

{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. Required.

Authority

Administrators

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