System Configuration and Monitoring
Left running head:
Chapter name (automatic)
99
Beta Beta
OmniAccess 5740 Unified Services Gateway CLI Configuration Guide
Alcatel-Lucent
T
O COPY THE CONFIGURATION
To copy the configuration from one filename to another or between location, use
the copy command. The source can be memory, or an external location via one of
the supported protocols.
E
XAMPLE
The following command copies the running configuration to the config: area and
renames it as startup-config.
ALU(config)# copy running-config startup-config
The following command is used to copy the config file to the user area, fpkey, tftp,
or ftp server:
ALU(config)# copy running-config tftp:
Address name of remote host [10.91.2.87]?
Remote Port [ Enter for default ] :
Destination Path/File [running-config]?
URL specification sanity OK, proceeding with copy (please wait)
Copy successful
T
O LOAD A CONFIGURATION FILE
EXAMPLE
ALU(config)# load config-file config1
Loading config1 to running-config...
/-------- Percent Complete --------
|*********************************
Command (in CM) Description
copy <from-location> <to-
location>
This command is used to copy the
configuration or the files between two
locations.
Command (in CM) Description
load config-file <file-name> This command is used to load a
configuration file to the running
configuration. This effectively leads to
the execution of all the commands in the
given file.
This file should be present in the config
directory. (Use the copy commands to
copy the file to the config directory).