XG Series User's Guide Chapter 6 Managing the Device
Saving/Restoring Configuration Information
563
Restoring configuration information using the FTP server function
The following explains how to restore configuration information using ftp commands on a PC.
Precautions
Be sure to observe the following precautions while performing maintenance operations:
Do not cut power to the device.
Ensure that no data communication is taking place on the device.
Perform only when no configuration is taking place on the console.
zExample of using an ftp command
The following example restores configuration information 1 from the config1-1 file on the PC.
Reference "5.14 Password Information" (pg.257)
C:\>cd Directory in which to store configuration information
C:\tmp>ftp 192.168.1.1 : Connect to the device.
Connected to 192.168.1.1.
220 XG2600 V01.00 FTP server (config1) ready.
Name(192.168.1.1:root): ftp-admin : Enter the user name.
331 Password required for ftp-admin.
Password: : Enter the password.
230 User ftp-admin logged in.
ftp>bin : Enter binary mode.
200 Type set to I.
ftp>put config1-1 config1 : Write the config1-1 file as configuration information 1.
local: config1-1 remote: config1
200 PORT command successful.
150 Opening BINARY mode data connection for ‘config1’
226- Transfer complete.
update : File information check now!
update : File information check ok.
226 Write complete.
2856 bytes sent in 1.10 seconds (2.44 Kbytes/s)
ftp>get reset : Restart the device.
local: reset remote: reset
200 PORT command successful.
421 Reset request ok. bye.
ftp>bye : Finish
C:\tmp>
FTPclient
IPaddress
192.168.1.1
Putconfigurationinformation
withanftpcommand