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
-