
IP COMMANDS
Command Usage
•Use the ping command to see if another site on the network can be reached.
•Following are some results of the ping command:
•Normal response
•Destination does not respond - If the host does not respond, a “timeout” appears in ten seconds.
•Destination unreachable - The gateway for this destination indicates that the destination is unreachable.
•Network or host unreachable - The gateway found no corresponding entry in the route table.
•Press <Esc> to stop pinging.
Example
Console#ping 10.1.0.9 Type ESC to abort.
PING to 10.1.0.9, by 5
response time: 10 ms
response time: 10 ms
response time: 10 ms
response time: 10 ms
response time: 0 ms
Ping statistics for 10.1.0.9:
5 packets transmitted, 5 packets received (100%), 0 packets lost (0%) Approximate round trip times:
Minimum = 0 ms, Maximum = 10 ms, Average = 8 ms Console#