Specifications
OmniAccess Reference: AOS-W System Reference
128 Part 031652-00 May 2005
For example:
Here, the configuration file is downloaded to a TFTP server with IP address
10.5.10.21.
N
OTE—A placeholder file with the destination filename must exist on the FTP or
TFTP server prior to executing the copy command.
Restoring the Configuration File
To restore a backup configuration file, copy the backup over the original
source.
To restore an on-system backup, the format for the CLI command is:
copy flash: <backup filename> flash: <original filename>
For example:
To restore a copy stored on an FTP or TFTP server, the command is:
copy tftp:
<TFTP server address>
<backup filename>
flash:
<original filename>
For example:
Annotating Configuration Files
You can insert comments into configuration files by inserting a pound sign (#)
as the first character of the line.
(Alcatel) # copy flash: default.cfg tftp: 10.5.10.21 default.cfg
(Alcatel) # copy flash: default-backup.cfg flash: default.cfg
(Alcatel) # copy tftp: 10.5.10.21 default.cfg flash: default.cfg