Technical data
Using Technician Interface Software
3-10
303561-A Rev 00
Examples:
ping -ip 192.32.1.151
Pings the device at IP address 192.32.1.151 and waits up
to 5 seconds (default) for a response. The console
displays one of the following messages:
ping: 192.32.1.151 is alive (size = 16 bytes)
ping: 193.32.1.151 does not respond
ping: ICMP host unreachable from 192.32.243.1
ping: 192.32.1.151 is unreachable
ping -ip 192.32.13.200 -p
Displays the intervening hop addresses to the destination
and the time it took to reach them before displaying the
response message for each ping. For example, the
console displays the following messages:
[1:1]$ ping -p 192.32.13.200
traceroute to 192.32.13.200: 1-30 hops, 16 byte
packets
1 193.32.44.57 11 ms 7 ms 7 ms
2 193.32.44.12 9 ms 8 ms 15 ms
3 193.32.60.41 10 ms 10 ms 10 ms
4 192.32.13.200 11 ms 11 ms 11 ms
ping 192.32.1.151 -t3 -r8
-s62
Pings the device at the IP address 192.32.1.151 eight
successive times, sends 62 bytes of data with each ping,
and waits up to 3 seconds for a response to each ping.
The console displays one of the following for each ping
sent:
ping: 192.32.1.151 is alive (size = 62 bytes)
ping: 193.32.1.151 does not respond
ping: ICMP host unreachable from 192.32.243.1
ping: 192.32.1.151 is unreachable
ping 192.32.1.151 -v
Provides statistical information about the ping of IP
address 192.32.1.151. For example, the console displays
the following messages:
(192.32.1.151): icmp_seq=0, time= 1 ms
IP ping: 192.32.1.151 is alive (size = 16 bytes)
---- PING Statistics----
IP ping: 192.32.1.151 responded to 1 out of 1:
100% success.
round-trip (ms) min/avg/max = 1/1/1