XG Series User's Guide Chapter 6 Managing the Device
Saving/Restoring Configuration Information
562
The following error message may be displayed while using ftp commands:
If this error message is displayed, perform the following operation and retry the failed operation:
Saving configuration information using the FTP server function
The following explains how to save 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 these operations only when no configuration is taking place on the console.
zExample of using an ftp command
The following example saves configuration information 1 to the config1-1 file on the PC.
502 PASV command not implemented.
Passive mode regused.
ftp> passive : Change the passive mode.
Passive mode off.
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.
fftp>get config1 config1-1 : Save configuration information 1 (config1) to the config1-1 file.
local: config1 remote: config1-1
200 PORT command successful.
150 Opening BINARY mode data connection for ‘config1’(2753 bytes)
226- Transfer complete.
2857 bytes received in 1.10 seconds (2.44 Kbytes/s)
ftp>bye : Finish
221 Goodbye.
C:\tmp>
Getconfigurationinformation
withanftpcommand
FTPclient
IPaddress
192.168.1.1