ping是一常見的命令,可用來檢查網路的連線性.
ping 10.4.4.4
ping命令有數個選項在故障排除時都很有用
size:指定每個資料包的位元組數目
repeat:指定所傳出的ICMP回應訊息數目(預設到5)
timeout:指定等待ICMP回應回覆的秒數
source:指定ICMP回應資料包的來源
df-bit:設定ICMP回應資料包中部分段(do not fragment)的位元
ping命令在網路上建立一負載,指定一個1500位元組大小的資料包
ping 10.4.4.4 size 1500 repeat 9999 timeout 0
ping目的IP 10.4.4.4 封包大小1500位元組 9999次 timeout值0
CHARACTER | DESCRIPTION |
---|---|
! | 得到對方的回應 |
. | 對方沒有回應(有路由可以去對方) |
U | 沒有路由去對方 |
Q | 目的地太忙碌,無法回應PING |
M | 封包不可以分割 |
? | 不了解的封包類型 |
& | HOP數超過封包的TTL,仍然無法到達目的地 |
Router#ping 10.10.1.1 size 1500 df-bit
Type escape sequence to abort.
Sending 5, 1500-byte ICMP Echos to 10.10.1.1, timeout is 2 seconds:
Packet sent with the DF bit set
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/4 ms
Sending 5, 1500-byte ICMP Echos to 10.10.1.1, timeout is 2 seconds:
Packet sent with the DF bit set
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/4 ms
沒有留言:
張貼留言