|
Written by Chris
|
The basic ping command syntax is "ping hostname". For example, "ping cisconet.com" from DOS prompt and the output might look like:
C:\Documents and Settings\DOS>ping www.cisconet.com
Pinging www.cisconet.com [71.18.254.xxx] with 32 bytes of data:
Reply from 71.18.254.xxx: bytes=32 time=49ms TTL=49
Reply from 71.18.254.xxx: bytes=32 time=49ms TTL=49
Reply from 71.18.254.xxx: bytes=32 time=49ms TTL=48
Reply from 71.18.254.xxx: bytes=32 time=49ms TTL=48
Ping statistics for 71.18.254.xxx:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 49ms, Maximum = 49ms, Average = 49ms
C:\Documents and Settings\DOS>
If ICMP is blocked by network admin, you will se below. |
|
Read more...
|