System Configuration and Monitoring
Left running head:
Chapter name (automatic)
91
Beta Beta
OmniAccess 5740 Unified Services Gateway CLI Configuration Guide
Alcatel-Lucent
EXAMPLE 2
ALU(config)# mkdir fpkey:
Directory []? ALUtest
ALU(config)# mkdir user:
Directory []? ALUtest
ALU(config)# rmdir user:
Directory []? abc
deleted directory abc
COPYING FILES
To copy files between different locations, use the copy command. The source can
be memory, or an external location via one of the supported protocols.
EXAMPLE
ALU# copy tftp://10.91.0.35/my-config/config running-config
The ‘copy’ command can also be used in an interactive mode as shown below. If
the remote file details are not given, the command prompts for the same.
ALU(config)# copy ftp: user:
Address name of remote host []? 10.91.2.87
Remote Port [ Enter for default ] :
Source Path/File []? /tmp/test_file
Username [anonymous]? admin
Password []?
Local filename []? test_file
URL specification sanity OK, proceeding with copy (please wait)
Copy successful
The following command shows copying of the factory default file through HTTP to
the factory default configuration file. This will overwrite the current factory default
configuration file.
ALU(config)# copy http: factory_defaults
Address name of remote host []? 10.0.0.1
Remote Port [ Enter for default ] :
Source Path/File []? fdc.txt
Username [anonymous]? user
Password []?
Local file already exits.Overwrite the file(y/n) [n]? y
URL specification sanity OK, proceeding with copy (please wait)
Command (in CM) Description
copy <from-location> <to-
location>
This command is used to copy files
between the two locations.