configuration move

Prev Next

Description

Changes the name of a configuration file.

Syntax

configuration move current_name new_name

Parameters

current_name

Name of the configuration file to be renamed. You cannot rename the currently active configuration.

new_name

New name of the configuration file. The name cannot be “active.”

Example

The following example renames “newconfig” as “config1.”

hostname (config) # configuration move newconfig config1

show configuration files