Zhone 5100 参照マニュアル

ページ / 186
APPENDIX A
FTP loader commands
A-14    
Vpacket 5100/6100 Series Reference Manual
Loading a software image to RAM
You can load an FTP application to RAM by issuing the load command.
Syntax: load <remote_name>
Argument:
remote_name
is the name of a remote file that you want to run without downloading 
the remote file; changes are not saved
Example:
In this example, the code named s020101.bin, which is remote to the 5100/6100 VDR, is loaded 
and run from the RAM.
Passing a command to the application
You can pass a command to the application by issuing the passcmd command.
Syntax: passcmd <tag> <value>
This command is not implemented at this time.
Checking connectivity
You can check wether the 5100/6100 VDR is connected to the network by issuing the ping 
command.
Syntax: ping
Example:
In this example, the web server at 10.10.10.2 received all ping messages. The web server is 
connected to the network.
FtpLoader(17)> load s020101.bin
FtpLoader(18)>
FtpLoader(10)> ping 10.10.10.2
Ping Reply received (1 of 1). Time: 10 ms
Ping Reply received (2 of 2). Time: 0 ms
Ping Reply received (3 of 3). Time: 0 ms
Ping Reply received (4 of 4). Time: 0 ms
4 pings received of 4 transmitted
Min: 0 ms, Max: 10 ms, Avg: 2 ms
No More Responses
FtpLoader(11)>