Allied Telesis AT-S63 User Manual

Page 247

Advertising
background image

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

Section II: Advanced Operations

247

The equivalent SRCFILE and FILE parameters specify the name of the file
that you want to upload from the switch. You have three options:

ˆ

SWITCHCFG - Uploads the switch’s active boot configuration file.

ˆ

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

ˆ

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

Examples

The following command uses Xmodem to upload a configuration file called
“sw22 boot.cfg” from the switch’s file system to the workstation where you
are running the local management session:

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 you want to store the file on your workstation and its
filename.

The following command uses Xmodem to upload 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