beautypg.com

Allied Telesis AT-S62 User Manual

Page 227

background image

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

Section II: Advanced Operations

227

The following command uses TFTP to upload the switch’s active
configuration file from the file system to a TFTP server with the IP address
149.11.11.11. 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. The file is stored as
“master112.cfg” on the TFTP server:

upload method=tftp destfile=master112.cfg

server=149.11.11.11 srcfile=switchcfg

The following command uploads a SSL certificate enrollment request form
titled “sw12_ssl_enroll.csr” from the file system to the TFTP server. It
changes the name of the file to “slave5b enroll.csr”:

upload method=tftp destfile="slave5b enroll.csr"

server=149.11.11.11 srcfile=sw12_ssl_enroll.csr

The following command uploads the switch’s active AT-S62 image file to a
TFTP server with an IP addresses 149.55.55.55. The file is given the
name “ats63 sw12.img”:

upload method=tftp destfile="ats63 sw12.img"

server=149.55.55.55 srcfile=appblock

Note

It is unlikely you will ever need to upload an active image file from a
switch to your workstation. If you are uploading the file to update the
image file on another switch, you can instead perform a switch to
switch upload using “UPLOAD METHOD=REMOTESWITCH” on
page 221.