System information
1-72 LOAD AR Series Router Reference Manual
Software Release 2.0.1
C613-03018-00 REV A
For security reasons this command will only be accepted if the user has SECURITY
OFFICER privilege.
Examples
To download a release using the default values set previously with the SET
LOADER command on page 1-83, use the command:
LOAD
To download release
28-761.rel
into the FLASH File System from a TFTP
server with an IP address of 172.16.8.5, with a delay of one minute, use the
command:
LOAD FILE=28-761.REL DESTINATION=FLASH SERVER=172.16.8.5
DELAY=60
To load a script called SHOW.SCP from asynchronous port 1, use the command:
LOAD FILE=SHOW.SCP PORT=1
To load the script SHOW.SCP from asynchronous port 1 using the ZMODEM
protocol, use the command:
LOAD PORT=1 METHOD=ZMODEM
To download the file
8-191.rez
from the downloads directory on the web
server at www.company.com, when a name server has been set, use the
command:
LOAD METHOD=HTTP DEST=FLASH FILE=/downloads/8-191.rez
SERVER=www.company.com
To download the file
8-191.rez
from the downloads directory on the web
server at www.company.com (with IP address
192.168.1.1
) when a name
server is not defined, use the command:
LOAD METHOD=HTTP DEST=FLASH FILE=/downloads/8-191.rez
SERVER=192.168.1.1
To download the file 8-191.rez from the downloads directory on the web server
at www.company.com using a proxy server at 192.168.1.2 and the default proxy
port, use the command:
LOAD METHOD=HTTP DEST=FLASH FILE=/downloads/8-191.rez
HTTPPROXY=192.168.1.1 SERVER=www.company.com
See Also
SET LOADER
SHOW LOADER
UPLOAD