Operation Manual
AT-RG213 Residential VoIP Gateway - SIP Software Reference Manual
SIP Software Release 6-0-0
J613-M0524-00
12
SET CONFIG
Syntax
SET CONFIG=[filename | NONE]
Short Syntax
S CONF=[filename | NONE]
where:
filename is a file name that can contain up to 20 characters excluding | ; , ! @
# $ ( ) < > / \ " ' `~ { } [ ] = + & ^ <space> <tab>.
Description
This command configures the device to execute a specific configuration
script starting from the following start-up. The script must exist on the flash
when the command is executed. If the NONE parameter is used, the device
will not execute any script starting the next boot.
Examples
To set the script boot.cfg as the script executed at the start-up:
SET CONFIG=boot.cfg
To delete the boot script setting
SET CONFIG=NONE
See Also
SHOW CONFIG
VIEW CONFIG
CREATE CONFIG
DELETE CONFIG
LOAD CONFIG
SAVE CONFIG
SET LOADER
Syntax
SET LOADER [FILE=filename] [SERVER=ipaddr]
Short Syntax
S LO [FILE=filename] [SERVER=ipaddr]
where:
filename is a file name that can contain up to 20 characters excluding | ; , ! @
# $ ( ) < > / \ " ' `~ { } [ ] = + & ^ <space> <tab>.
ipaddr is an ip address in dotted decimal notation
Description
This command changes the default parameters used in LOAD commands.
FILE is the default image file loaded and SERVER the default tftp server.
Examples
To set the device to load the file rg1-sip-6-0-0.bin from the server
192.168.0.10:
SET LOADER FILE= rg1-sip-6-0-0.bin
SERVER=192.168.0.10