ZyXEL Communications P-2602 Manuel D’Utilisation

Page de 427
P-2602H(W)(L)-DxA Series User’s Guide
308
Chapter 25 Tools
25.7  Using FTP or TFTP to Back Up Configuration
This section covers how to use FTP or TFTP to save your device’s configuration file to your 
computer.
25.7.1  Using the FTP Commands to Back Up Configuration
Launch the FTP client on your computer.
Enter “
open
”, followed by a space and the IP address of your ZyXEL Device. 
Press [ENTER] when prompted for a username.
Enter your password as requested (the default is “1234”).
Enter “
bin
” to set transfer mode to binary.
Use “
get
” to transfer files from the ZyXEL Device to the computer, for example, “
get 
rom-0 config.rom
” transfers the configuration file on the ZyXEL Device to your 
computer and renames it “
config.rom
”. See earlier in this chapter for more information 
on filename conventions.
Enter “
quit
” to exit the ftp prompt. 
25.7.2  FTP Command  Configuration Backup Example
This figure gives an example of using FTP commands from the DOS command prompt to save 
your device’s configuration onto your computer. 
Figure 180   FTP Session Example
331 Enter PASS command
Password:
230 Logged in
ftp> bin
200 Type I OK
ftp> get rom-0 zyxel.rom
200 Port command okay
150 Opening data connection for STOR ras
226 File received OK
ftp: 16384 bytes sent in 1.10Seconds 297.89Kbytes/sec.
ftp> quit