Ping和TTL过期数据包:未显示往返时间

时间:2013-08-01 12:43:00

标签: ip ping icmp ttl

如果我使用在给定跃点到期的数据包运行pingping将无法计算任何往返时间:

~# ping www.google.com -t 3 -v
PING www.google.com (173.194.40.17) 56(84) bytes of data.
From te1-3-marseille1-rtr-021.noc.renater.fr (193.51.189.25) icmp_seq=1 Time to live exceeded
From te1-3-marseille1-rtr-021.noc.renater.fr (193.51.189.25) icmp_seq=2 Time to live exceeded
From te1-3-marseille1-rtr-021.noc.renater.fr (193.51.189.25) icmp_seq=3 Time to live exceeded
From te1-3-marseille1-rtr-021.noc.renater.fr (193.51.189.25) icmp_seq=4 Time to live exceeded
^C
--- www.google.com ping statistics ---
4 packets transmitted, 0 received, +4 errors, 100% packet loss, time 3003ms

有没有办法表明它?

1 个答案:

答案 0 :(得分:0)

不,因为没有响应数据包所以没有往返时间。

如果您想知道到第3个节点的往返时间,请使用traceroute找出该跳的ip并改为ping该ip。