Allied Telesis AT-S62 User Manual
Page 208

Chapter 14: File Download and Upload Commands
208
The following command uses Xmodem to download an AT-S62
configuration file to the switch’s file system and gives it the name
sw12_boot.cfg:
load method=xmodem destfile=sw12_boot.cfg
Since this is another Xmodem transfer, it must be performed from a local
management session. After entering this command, you must specify
the location of the configuration file stored on your workstation using
your terminal emulation program.
TFTP Download Examples
The following command downloads a new AT-S62 image to the switch
using TFTP. You can perform a TFTP download from either a local or
Telnet management session. (The switch to which you are downloading
the file must have an IP address.) The command uses the SERVER
parameter to specify the IP address of the TFTP server and the FILE
parameter to indicate the name of the image file on the TFTP server.
When downloading an image file, the DESTFILE parameter must be
ATS62.IMG:
load method=tftp destfile=ats62.img
server=149.166.22.12 file=ats62_v110.img
The following command uses TFTP to download the configuration file
Switch12.cfg onto the switch:
load method=tftp destfile=”Switch12.cfg”
server=149.166.22.12 file=switch12.cfg
Switch to Switch Download Examples
The following command downloads the AT-S62 image file on the master
switch to switches 2 and 4 in an enhanced stack. (Switch numbers are
displayed using SHOW REMOTELIST on page 34.)
load method=remoteswitch destfile=ats62.img
switchlist=2,4
You can use the REMOTESWITCH option from either a local or a Telnet
management session. However, the switch on which you are executing
the command must be the master switch of the enhanced stack.