Allied Telesis AT-S63 User Manual

Page 233

Advertising
background image

AT-S63 Stack Command Line User’s Guide

Section II: Advanced Operations

233

ˆ

filename - Uploads a file from the switch’s file system or a compact
flash memory card. This differs from the SWITCHCFG parameter in
that the latter can upload just the active boot configuration file, while
this parameter can upload any file on the switch. If the file is stored on
a flash memory card in the switch, precede the filename with “cflash:”.

ˆ

APPBLOCK - Uploads the switch’s active AT-S63 image file.

Note

It is unlikely you will ever need to upload the active AT-S63 image
file from a switch to your workstation.

Examples

The following command uses Xmodem to upload a configuration file called
“sw22 boot.cfg” from the switch’s file system to your workstation:

upload method=xmodem srcfile="sw22 boot.cfg"

An Xmodem upload command does not include a destination filename.
After entering the command, use your terminal emulator program to
indicate where to store the file on your workstation and its filename.

The following command uploads the switch’s active configuration file from
the file system to your workstation. The active boot file is signified with the
SWITCHCFG option rather than by its filename. This option is useful in
situations where you do not know the name of the active boot
configuration file:

upload method=xmodem srcfile=switchcfg

The following command uploads a SSL certificate enrollment request
named “sw12_ssl_enroll.csr” from the switch’s file system to the
workstation:

upload method=xmodem srcfile=sw12_ssl_enroll.csr

The following command uses Xmodem to upload a configuration file called
“pre10.cfg” from a flash memory card to the workstation where you are
running the local management session:

upload method=xmodem srcfile=cflash:pre10.cfg

The following command uploads the switch’s active AT-S63 image file to
the workstation:

upload method=xmodem srcfile=appblock

Advertising