Allied Telesis AT-S63 User Manual

Page 159

Advertising
background image

AT-S63 Management Software Command Line Interface User’s Guide

159

Because 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-S63 image to the switch
using TFTP. You can perform a TFTP download from either a local or
Telnet management session. The command uses the SERVER parameter
to specify the IP address of the TFTP server and the FILE parameter to
indicate the location of the image file on the TFTP server. When
downloading an image file, the DESTFILE parameter must be ATS63.IMG:

load method=tftp destfile=ats63.img server=149.166.22.12
file=ats63.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-S63 image file on the master
switch to switches 2 and 4 in an enhanced stack. (Switch numbers are
displayed using “SHOW REMOTELIST” on page 102.)

load method=remoteswitch destfile=ats63.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.

The following command downloads a boot configuration file on the
master switch to slave switch 2:

load method=remoteswitch destfile=boot.cfg switchlist=2

Advertising