class="area">
Windows下的Ping命令,是網絡管理員必學的知識,Ping是Windows下的一個命令在Unix和Linux下也有這個命令。ping也屬於一個通信協議,是TCP/IP協議的一部分。利用“ping”命令可以檢查網絡是否連通,可以很好地幫助我們分析和判定網絡故障。
- ping [-t] [-a] [-n count] [-l length] [-f] [-i ttl] [-v tos] [-r count] [-s count] [-j computer-list] │ [-k computer-list] [-w timeout] destination-list
- Options:
- -t Ping the specified host until stopped.To see statistics and continue - type Control-Break;To stop - type Control-C.
不停的ping地方主機,直到你按下Control-C。
此功能沒有什麼特別的技巧,不過可以配合其他參數使用,將在下面提到。
- -a Resolve addresses to hostnames.
解析計算機NetBios名。
- 示例:C:\>ping -a 192.168.1.21
-
- Pinging iceblood.yofor.com [192.168.1.21] with 32 bytes of data:
-
- Reply from 192.168.1.21: bytes=32 time<10ms TTL=254
-
- Reply from 192.168.1.21: bytes=32 time<10ms TTL=254
-
- Reply from 192.168.1.21: bytes=32 time<10ms TTL=254
-
- Reply from 192.168.1.21: bytes=32 time<10ms TTL=254
-