AT-S62 Command Line User’s Guide
255
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” 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:
upload method=tftp destfile="ats62 sw12.img"
server=149.55.55.55 srcfile=appblock
Note
It is unlikely you will ever have cause to upload an active image file
from a switch to a TFTP server. If you are considering the upload so
as to update the image file on another switch, you can simplify the
process by instead performing a switch to switch upload using
UPLOAD METHOD=REMOTESWITCH on page 248.