PingΒΆ

To send ICMP ECHO_REQUESTs to network hosts, you can use the following command:

vsr> cmd ping localhost packetsize 256 count 4
PING localhost(localhost (::1)) 256 data bytes
264 bytes from localhost (::1): icmp_seq=1 ttl=64 time=0.033 ms
264 bytes from localhost (::1): icmp_seq=2 ttl=64 time=0.035 ms
264 bytes from localhost (::1): icmp_seq=3 ttl=64 time=0.034 ms
264 bytes from localhost (::1): icmp_seq=4 ttl=64 time=0.041 ms

--- localhost ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3053ms
rtt min/avg/max/mdev = 0.033/0.035/0.041/0.003 ms

The command can be interrupted by hitting ctrl-c.

See also

The command reference for details.