home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

ping

This command tests the connectivity between the system and a remote end-point.

Example: ping

$OS_PROMPT$ ping 10.0.10.1
PING 10.0.10.1 (10.0.10.1) 56(84) bytes of data.
64 bytes from 10.0.10.1: icmp_seq=1 ttl=64 time=0.023 ms
64 bytes from 10.0.10.1: icmp_seq=2 ttl=64 time=0.045 ms
^C
--- 10.0.10.1 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1010ms
rtt min/avg/max/mdev = 0.023/0.034/0.045/0.011 ms
Note: For more about this command see .