System information
1-26 AR Series Router Reference Manual
Software Release 2.0.1
C613-03018-00 REV A
■ filename is a descriptive name for the file, and may be one to eight
characters in length. Valid characters are lowercase letters (a–z), uppercase
letters (A–Z), digits (0–9) and the hyphen character (-).
■
ext is a file name extension, one to three characters in length. Valid
characters are lowercase letters (a–z), uppercase letters (A–Z), digits (0–9)
and the hyphen character (-). The extension is used by the router to
determine the data type of the file and how to use the file (Table 1-6 on
page 1-26). If ext is specified, it must be separated from the filename portion
by a period (“.”)
The following are examples of valid file names:
flash:config.scp
A script file.
flash:28-72.rel
Software Release 7.2.
nvs:28-70-02.pat
A patch for Software Release 7.0.
The following are examples of illegal file names:
flash:/sys/head_o.cfg
“/” is not a valid delimiter character, and
directories are not supported.
flash:headoffice.cfg
The filename is too long. A maximum of eight
characters is allowed.
Using Wildcards to Specify Groups of Files
The asterisk character (“*”) may be used as a wildcard character in some
commands to identify a groups of files to be processed by the command. A
wildcard must replace an entire field of the file name — device, filename or ext. A
wildcard can not be combined with other characters. The following are
examples of valid wildcard expressions:
flash:*.*
*:*.rel
The following is not a valid wildcard expression:
flash:28*.rel
Table 1-6: File extensions and file types.
Extension File type/function
CFG Configuration or boot script
HLP Help file
HTM HTML file used by the HTTP server
LIC Licence information
LOG Log file
MDS Modem script
PAT Patch
PAZ Compressed patch
REL Software release
REZ Compressed release
SCP Script
TXT Generic text file