5
•
Download the system software image file
wa2600a_fat.bin
from the FTP server to the AP.
•
Upload the configuration file
startup.cfg
from the AP to the FTP server for backup.
Figure 2
Network diagram
Configuration procedure
# Examine the storage space of the AP for insufficiency or impairment. If no sufficient free space is
available, use the
fixdisk
command to fix the storage medium or use the
delete/unreserved
file-url
command to delete unused files. (Details not shown.)
# Log in to the server by using the username
abc
and password
abc
.
<Sysname> ftp 10.1.1.1
Trying 10.1.1.1 ...
Connected to 10.1.1.1.
220 WFTPD 2.0 service (by Texas Imperial Software) ready for new user
User(10.1.1.1:(none)):abc
331 Give me your password, please
Password:
230 Logged in successfully
# Set the file transfer mode to binary.
[ftp] binary
200 Type set to I.
# Download the system software image file
wa2600a_fat.bin
.
[ftp] get wa2600a_fat.bin
227 Entering Passive Mode (10,1,1,1,4,1).
125 BINARY mode data connection already open, transfer starting for / wa2600a_fat.bin.
.....226 Transfer complete.
FTP: 5805100 byte(s) received in 19.898 second(s) 291.74K byte(s)/sec.
# Set the file transfer mode to ASCII, and upload the configuration file
startup.cfg
from the AP to the FTP
server for backup.
[ftp] ascii
[ftp] put startup.cfg back-startup.cfg
227 Entering Passive Mode (10,1,1,1,4,2).
125 ASCII mode data connection already open, transfer starting for /startup.cfg.
226 Transfer complete.
FTP: 3494 byte(s) sent in 5.646 second(s), 618.00 byte(s)/sec.
[ftp] bye
# Specify
wa2600a_fat.bin
as the main system software image file for the next startup.