Ping, Tools command – EXFO BV10 Performance Endpoint Unit User Manual
Page 59

CLI Command Reference
BV10-100 and BV10-1000
53
Operation Commands
Tools Command
ping
Description Initiates a ping of a specified destination using the LAN or Test port and
displays the results. Refer to Ping Test on page 76 for more information.
Syntax
ping destination_IP
[repetition number_of_packets | continuous]
[size size_in_bytes]
[ttl value]
[delay value_in_ms]
[timeout value_in_ms]
exit_interface
The
delay
parameter is the interval between packets.
The
exit_interface
parameter can be either
lan
or
test
and is required.
The parameters can be entered in any order. If a parameter is not
specified, the default value is used as follows:
4 for
repetition
number_of_packets
32 for
size size_in_bytes
128 for
ttl value
1000 for
delay value_in_ms
4000 for
timeout value_in_ms
Example
bv10-100> ping 10.10.10.20 lan
PING 10.10.10.20 (10.10.10.20) from 10.10.10.180 eth0: 24(52) bytes of data.
32 bytes from 10.10.10.20: icmp_seq=1 ttl=128 time=10.0 ms
32 bytes from 10.10.10.20: icmp_seq=2 ttl=128 time=0.000 ms
32 bytes from 10.10.10.20: icmp_seq=3 ttl=128 time=0.000 ms
32 bytes from 10.10.10.20: icmp_seq=4 ttl=128 time=0.000 ms
--- 10.10.10.20 ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3010ms
rtt min/avg/max/mdev = 0.000/2.500/10.000/4.330 ms