Firmware/Configurations Uploading and Downloading using TFTP


Using TFTP to upload/download ZyNOS via LAN

An example: 

The 192.168.1.1 is the IP address of the Prestige. The local file is the source file of the ZyNOS firmware that is available in your hard disk. The remote file is the file name that will be saved in Prestige. Check the port number 69 and 512-Octet blocks for TFTP. Check 'Binary' mode for file transfering.

Using TFTP to upload/download SMT configurations via LAN

An Example: 


Before you begin:

  1. TELNET to your Prestige first before using TFTP command
  2. Type the CI command 'sys stdio 0' to disable console idle timeout in Menu 24.8 and stay in Menu 24.8



Before you begin:

  1. TELNET to your Prestige first before using TFTP command
  2. Type the CI command 'sys stdio 0' to disable console idle timeout in Menu 24.8 and stay in Menu 24.8

Example:  

[cppwu@faelinux cppwu]$ telnet 192.168.1.1
Trying 192.168.1.1...
Connected to 192.168.1.1.
Escape character is '^]'.

Password: ****

                    Copyright (c) 1994 - 1999 ZyXEL Communications Corp.

                              Prestige 642 Main Menu

     Getting Started                      Advanced Management
       1. General Setup                     21. Filter Set Configuration
       3. Ethernet Setup                    22. SNMP Configuration
       4. Internet Access Setup             23. System Password
                                            24. System Maintenance

     Advanced Applications
       11. Remote Node Setup
       12. Static Routing Setup
       15. SUA Server Setup                 99. Exit
 
 

                          Enter Menu Selection Number: 24
 

                    Menu 24 - System Maintenance

                         1.  System Status
                         2.  System Information and Console Port Speed
                         3.  Log and Trace
                         4.  Diagnostic
                         5.  Backup Configuration
                         6.  Restore Configuration
                         7.  Firmware Update
                         8.  Command Interpreter Mode
 
 

Copyright (c) 1999 ZyXEL Communications Corp.n Number: 8
ras> sys stdio 0
ras> (press Ctrl+] to escape to Telnet prompt)
telnet>
[1]+  Stopped                 telnet 192.168.1.1
[cppwu@faelinux cppwu]$ tftp
tftp> connect 192.168.1.1
tftp> binary                     <- change to binary mode
tftp> get rom-0 [local-rom]      <- download configurations
tftp> get ras [local-firmware]   <- download firmware
tftp> put [local-rom] rom-0      <- upload configurations
tftp> put [local-firmware] ras   <- upload firmware

 


 


All contents copyright (c) 2000 ZyXEL Communications Corporation.