Chapter 3. Command Reference
hostname# logout
pingaccess: global; all
The ping command tests whether you can reach a particular IP address and how long it takes to receive a reply.
| ip |
| selects the destination IP address. |
| count |
| the number of packets to send. |
| |
| specifies reverse DNS lookup on responding IP address. |
| |
| specifies the interval between packets. |
| |
| suppresses statistics. |
| |
| records the route. |
| |
| specifies theTTL to use. |
| |
| sets verbose format. |
test whether | Use ping test whether you can reach a particular IP address. In this example, the IP address |
you can reach | 111.222.34.200 is tested: |
a particular |
|
IP address | hostname# ping 111.222.34.200 |
| PING 111.222.34.200: 56 data bytes |
| 64 bytes from 111.222.34.200: icmp_seq=0. time=0. ms |
| 64 bytes from 111.222.34.200: icmp_seq=1. time=0. ms |
| 64 bytes from 111.222.34.200: icmp_seq=0. time=0. ms |
| 64 bytes from 111.222.34.200: icmp_seq=1. time=0. ms |
| 64 bytes from 111.222.34.200: icmp_seq=0. time=0. ms |
| |
| 5 packets transmitted, 5 packets received, 0% packet loss |
|
84 X Family CLI Reference V 2.5.1