您现在的位置是:首页 >综合 > 2023-07-22 17:00:08 来源:
ping命令的使用格式(ping命令的使用)
大家好,我是小华,我来为大家解答以上问题。ping命令的使用格式,ping命令的使用很多人还不知道,现在让我们一起来看看吧!
你好,这个命令的使用方法:
ping只有在安装了TCP/IP协议以后才可以使用:
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。
此功能没有什么特别的技巧,不过可以配合其他参数使用,将在下面提到。
其实我们用到的最多的,就是检测下我们要ping的主机能不能通:
使用命令: Ping 192.168.1.10 这个是事例,也就是检查能不能与这个ip的设备通讯的
如果能通讯就会显示相关的参数,延时等结果的。
-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 timeping -n 50 202.103.96.68
Pinging 202.103.96.68 with 32 bytes of data:
Reply from 202.103.96.68: bytes=32 time=50ms TTL=241
Reply from 202.103.96.68: bytes=32 time=50ms TTL=241
Reply from 202.103.96.68: bytes=32 time=50ms TTL=241
本文到此讲解完毕了,希望对大家有帮助。