AT-S62 Command Line User’s Guide
241
Examples
The following command downloads a new configuration file into the
switch’s file system using TFTP. The configuration file is stored as “sw
111.cfg” on the TFTP server and is given the name “sw56a.cfg” when
stored in the switch’s file system. The TFTP server has the IP address
149.55.55.55:
load method=tftp destfile=sw56a.cfg
server=149.55.55.55 srcfile=”sw 111.cfg”
The following command downloads an SSL certificate to the switch’s file
system. The name of the file on the TFTP server is “sw12_ssl.cer”. The
same name is used for the file in the switch’s file system:
load method=tftp destfile=sw12_ssl.cer
server=149.44.44.44 srcfile=sw12_ssl.cer
The following command uses the APPBLOCK option of the DESTFILE
parameter to download a new version of the AT-S62 software image
directly to the switch’s application block, making the file the active
image file on the switch. The IP address of the TFTP server is 149.11.11.11
and the name of the image file on the server is “ats62v130.img”:
load method=tftp destfile=appblock
server=149.11.11.11 srcfile=ats62v130.img
Caution
After downloading an AT-S62 image file and writing it to the
application block portion of flash memory, the switch resets itself
and initializes its management software. The entire process can take
a minute or so to complete. Do not interrupt the process by
resetting or power cycling the switch. Some network traffic may be
lost during the process.
The following command downloads a new version of the AT-S62 image
file from a TFTP server to the switch’s file system, changing the name
from “ats62v1_3_0.img” to “ats62.img”:
load method=tftp destfile=ats62.img
server=149.11.11.11 srcfile=ats62v130.img
Since the file is downloaded to the switch’s file system and not to the
application block, it is not used as the switch’s active image file. If, at
some point in the future, you want to make it the active image file, refer
to UPLOAD METHOD=LOCAL on page 246.