Chapter 5 Managing the ACE Software
Saving Configuration Files
5-6
Cisco 4700 Series Application Control Engine Appliance Administration Guide
OL-11157-01
The keywords, arguments, and options are:
•
running-config
—Specifies the running-configuration file currently residing
on the ACE in RAM (volatile memory).
•
startup-config
—Specifies the startup-configuration file currently residing
on the ACE in Flash memory (nonvolatile memory).
•
disk0:
—Specifies that the running-configuration file or startup-configuration
file is copied to the disk0: file system.
•
[
path/
]
filename—
(Optional) The path in the disk0: file system. If you do not
provide the optional path, the ACE copies the file to the root directory on the
disk0: file system.
For example, to save the running-configuration file to the disk0: file system as
running-config_copy, enter:
host1/Admin#
copy running-config disk0:running-config_copy
Merging the Startup-Configuration File with the
Running-Configuration File
To merge the contents of the startup-configuration file into the
running-configuration file, use the
copy startup-config running-config
command in Exec mode. This command copies any additional configurations
from the startup-configuration file into the running-configuration file. If any
common commands exist in both files, the startup-configuration file overwrites
the attributes in the running-configuration file.
The syntax for the command is:
copy startup-config running-config
For example, enter:
host1/Admin#
copy startup-config running-config