Firmware/Configurations
Uploading and Downloading using TFTP
- Using
TFTP client software
Using TFTP to
upload/download ZyNOS via LAN
- TELNET
to your P-335 Plus first before running the TFTP software
- Type
the CI command 'sys stdio 0' to disable
console idle timeout
- Run
the TFTP client software
- Enter
the IP address of the P-335 Plus
- To
upload the firmware, please save the remote file as 'ras' to P-335 Plus. After the transfer is
complete, the P-335 Plus will program the upgraded firmware into FLASH
ROM and reboot itself.
- To
download the firmware, please get the remote file 'ras'
from the P-335 Plus.
An example: 
The 192.168.1.1 is the IP address of the P-335 Plus. 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 P-335 Plus. 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
- TELNET
to your P-335 Plus first before running the TFTP software
- Type
the CI command 'sys stdio 0' to disable
console idle timeout.
- Run
the TFTP client software
- To
download the SMT configuration, please get the remote file 'rom-0' from
the P-335 Plus.
- To
upload the SMT configuration, please save the remote file as 'rom-0'
in the P-335 Plus.
An Example: 
- The
192.168.1.1 is the IP address of the P-335 Plus.
- The local
file is the source file of your configuration file that is available in your
hard disk.
- The
remote file is the file name that will be saved in P-335 Plus.
- Check the
port number 69 and 512-Octet blocks for TFTP.
- Check
'Binary' mode for file transfering.
- Using
TFTP command on Windows NT
Before you begin:
- TELNET
to your P-335 Plus first before using TFTP command
- Type the
CI command 'sys stdio 0' to disable
console idle timeout
c:\tftp -i [P-335 PlusIP] put [localfile] ras
|
c:\tftp -i [P-335 Plus IP] get ras [localfile]
|
- Upload configurations
via LAN
c:\tftp -i [P-335 Plus IP] put [localfile]
rom-0
|
- Download configurations via LAN
c:\tftp -i [P-335 Plus IP] get rom-0 [localfile]
|
- Using
TFTP command on UNIX
Before you begin:
- TELNET to
your P-335 Plus first before using TFTP command
- Type the
CI command 'sys stdio 0' to disable
console idle timeout.
Example:
[cppwu@faelinux cppwu]$ telnet 192.168.1.1
Trying 192.168.1.1...
Connected to
192.168.1.1.
Escape character is
'^]'.
Password: ****
ras> sys
stdio 0
ras> (press Ctrl+] to escape to Telnet
prompt)
telnet> z
[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 © 2006 ZyXEL Communications Corporation.