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 - 2004 ZyXEL Communications Corp.

                           Prestige 364 Main Menu

    Getting Started                          Advanced Management
    1. General Setup                         21. Filter and Firewall Setup
    2. WAN Setup                             22. SNMP Configuration
    3. LAN Setup                             23. System Security
    4. Internet Access Setup                 24. System Maintenance
                                             26. Schedule Setup
                                             27. VPN/IPSec Setup
    Advanced Applications
    11. Remote Node Setup
    12. Static Routing Setup
    15. NAT 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 Upload
8. Command Interpreter Mode
9. Call Control
10. Time and Date Setting
11. Remote Management Setup

 

                         Enter Menu Selection Number: 8

Copyright (c) 1994 - 2004 ZyXEL Communications Corp.
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 © 2004 ZyXEL Communications Corporation.