Справочник Пользователя для Alcatel-Lucent speedtouch 500

Скачать
Страница из 422
210
IP Commands
ip ping
Send ICMP ECHO_REQUEST packets.
SYNTAX:
EXAMPLE:
RELATED COMMANDS:
ip ping
addr = <ip-address>
[count = <number{1-1000000}>]
[size = <number{1-20000}>]
[interval = <number{100-1000000}>]
[listen = <{off|on}>]
addr
The destination IP address.
REQUIRED
count
A number between 1 and 1000000.
Represents the number of pings to send.
OPTIONAL
size
A number between 1 and 20000 (bytes).
Represents the size of the ping packet(s).
OPTIONAL
interval
A number between 100 and 10000000 (milliseconds).
Represents the intermediate interval between two sent ICMP 
packets.
OPTIONAL
listen
Listen for incoming ICMP packets (on) or only send ICMP packets 
(off).
OPTIONAL
=>ip ping addr=10.0.0.148 listen=off
=>ip ping addr=10.0.0.148 listen=on
9 bytes from 10.0.0.148: Echo Request
=>ip ping addr=10.0.0.148 count=15 listen=on
9 bytes from 10.0.0.148: Echo Request
9 bytes from 10.0.0.148: Echo Request
9 bytes from 10.0.0.148: Echo Request
9 bytes from 10.0.0.148: Echo Request
9 bytes from 10.0.0.148: Echo Request
9 bytes from 10.0.0.148: Echo Request
9 bytes from 10.0.0.148: Echo Request
9 bytes from 10.0.0.148: Echo Request
9 bytes from 10.0.0.148: Echo Request
9 bytes from 10.0.0.148: Echo Request
9 bytes from 10.0.0.148: Echo Request
9 bytes from 10.0.0.148: Echo Request
9 bytes from 10.0.0.148: Echo Request
9 bytes from 10.0.0.148: Echo Request
9 bytes from 10.0.0.148: Echo Request
=>
Send UDP packets.