Tftp download examples, Local download example – Allied Telesis AT-S63 User Manual

Page 170

Advertising
background image

Chapter 13: File System Commands

170

load method=xmodem destfile=ats63.img

The following command uses Xmodem to download an AT-S63
configuration file to the switch’s file system and gives it the name
sw12_boot.cfg:

load method=xmodem destfile=sw12_boot.cfg

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 and upgrades the switch. 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 or SRCFILE parameter to indicate the location of the image file on
the TFTP server.

load method=tftp file=ats63.img destfile=appblock
server=149.166.22.12

The following command uses TFTP to download the image file and store it
in the file system without performing the upgrade:

load method=tftp server=149.166.22.12 file=ats63.img
destfile=ats63.img

The following command uses TFTP to download the configuration file
Switch12.cfg onto the switch:

load method=tftp server=149.166.22.12 srcfile=switch12.cfg
destfile=Switch12.cfg

Local Download Example

The following command transfers an AT-S63 image file from the switch’s
file system to the application image area:

load method=local srcfile=ats63.img destfile=appblock

Advertising