Install guide

Rapier Layer 3 Gigabit Switch Software Release 2.1.0 15
Rapier Switch Software Release 2.1.0
C613-10200-01 Rev A
SET LOADER [DELAY=delay|DEFAULT]
[DESTINATION={FLASH|DEFAULT}] [FILE=filename]
[HTTPPROXY={hostname|ipadd|DEFAULT}]
[METHOD={HTTP|TFTP|WEB|WWW|ZMODEM|NONE|DEFAULT}]
[ASYN=port|DEFAULT] [PROXYPORT=1..65535|DEFAULT]
[SERVER={hostname|ipadd|DEFAULT}]
This command sets default values for the name of the file to load, the network
host to load it from, and the memory location in which to store the file. These
default values can be overridden when the load actually takes place. A time
delay between initiating a load and the start of the load can also be configured.
The DELAY parameter specifies the delay, in seconds, between initiating the
file download and the download actually starting. This feature is provided to
allow reconfiguration of ports and devices after initiating the download. For
example, a manager may be at a remote site with a single PC which is to act as
both the access device to the switch and the TFTP server. By specifying a delay,
the manager has time to reconfigure the PC from terminal emulation mode to
TFTP server mode before the download starts. The DELAY parameter is
optional. If DEFAULT is specified, this parameter is set to the factory default,
which is no delay.
The DESTINATION parameter specifies where the file will be stored. If FLASH
is specified, the file is stored in the FLASH File System (FFS) on the switch. If
DEFAULT is specified, this parameter is set to the factory default, FLASH.
The FILE parameter specifies the name of the file, in the syntax of the server
from which the file will be downloaded. The FILE parameter is a full path
name rather than just a file name. The only restriction is that the last part of the
parameter must be a valid file name for the LOADER module. When
METHOD is set to TFTP, HTTP, ZMODEM or NONE, valid file names are of
the form
filename.ext
where
filename
is one to eight characters in length
and
ext
is three characters in length. The following are examples of valid file
names for methods TFTP, ZMODEM or NONE:
\user\public\filename.ext ; UNIX or DOS server
[network.cfg]filename.ext ; DEC VAX server
Note that, starting at the end of the file name and working backwards, the first
character not valid in file names delimits a valid file name for the switch. If the
slash at the beginning of the path is omitted in this command, the LOAD
command adds it. The following are examples of valid file names for method
HTTP:
/path/filename.ext
path/filename.ext
The HTTPPROXY parameter specifies the proxy server used to handle HTTP
requests. Either the IP address or the fully qualified domain name of the proxy
server may be specified. If a domain name is specified, the switch will perform
a DNS lookup to resolve the name. If DEFAULT is specified, this parameter is
set to the factory default, which has no value set for HTTPPROXY, clearing any
value previously set as default.
The METHOD parameter specifies the method to use when downloading the
file. If HTTP is specified, HTTP is used to download the file. The options WEB
and WWW are synonyms for HTTP. If TFTP is specified, TFTP is used to
download the file. If ZMODEM is specified, the ZMODEM protocol is used to
download the file. If ZMODEM is specified, the PORT parameter must be
specified, unless it has been set with the SET LOADER command. If NONE is
specified, only text files can be downloaded and all input received via the port
will be directed to the specified file on the switch’s file subsystem. The file