係統粉 > 電腦問答 > 其他問答

已解決ping命令的使用方法

提問者:自由蔚嵐  |  瀏覽次  |  提問時間:2017-08-11  |  回答數量:1

ping命令的使用方法你好,這個命令的使用方法:ping隻有在安裝了TCP/IP協議以後才可以使用:  ping [-t] [-a] [-n count] [-l length] [-f] [-i tt...

已有1條答案
情緒無非是

情緒無非是

回答數:78  |  被采納數:120

你好,這個命令的使用方法: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 [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
2017-08-11 19:26:40
讚 7
相關問答
最新其他問答
解決方法