老化路由器故障排除?两条几乎相同的跟踪路线,一条很好,另一条没有

网络工程 路由
2022-03-04 13:31:20

最近我遇到了Juniper SSG-140的问题。

它在 ping 和对其 LAN 上的网站的请求上超时。

这是其中一种不稳定的示例:相同的跟踪路由到相似的 IP,一个完全按预期工作,另一个失败:

ROUTER-> trace 8.8.4.4 
Type escape sequence to escape 

Send ICMP echos to 8.8.4.4, timeout is 2 seconds, maximum hops are 32, 
1 1ms 1ms 2ms xx.xxx.208.3 
2 1ms 1ms 0ms xx.xxx.54.53 
3 2ms 1ms 1ms xx.xxx.55.253 
4 1ms 2ms 1ms xx.xxx.55.221 
5 1ms 1ms 1ms xx.xxx.50.121 
6 1ms 1ms 1ms xx.xxx.51.2 
7 1ms 1ms 1ms xx.xx.211.178 
8 3ms 3ms 3ms 216.239.47.223 
9 2ms 2ms 2ms 209.85.255.143 
10 2ms 2ms 3ms 8.8.4.4 
Trace complete 

另一个:

ROUTER-> trace 8.8.8.8 
Type escape sequence to escape 

Send ICMP echos to 8.8.8.8, timeout is 2 seconds, maximum hops are 32, 
1 2ms 18ms 19ms xx.xxx.208.3 
2 * 58ms 2ms xx.xxx.54.53 
3 9ms * * 
4 * 6ms 17ms xx.xxx.55.221 
5 10ms * 18ms xx.xxx.50.121 
6 * * 9ms xx.xxx.51.2 
7 4ms 5ms * 
8 * 8ms 13ms 216.239.47.223 
9 13ms 14ms 13ms 216.239.46.85 
10 5ms 9ms 14ms 8.8.8.8 
Trace complete 

一路上的跃点是相同的,直到第 9 个跃点。

我一直在与上游网络的网络工程师合作,他们看不到任何问题。

当路由如此相似时,为什么两条跟踪路由的结果会如此不同?这可能是路由器即将退出的标志吗?

1个回答

如果要测量两条走线的差异,可以直接ping 8.8.8.8 和8.8.4.4,看时间响应就知道延迟是否有很大差异。您可以使用选项(用于 Wndows):

-n for increasing the number of ping and having a best average
-w for increasing the delay of the response
ping -w 5000 -n 50 8.8.8.8

关于您的跟踪结果的差异,也许您的数据包(或响应数据包)在传输过程中不会采用相同的路线。这可能是由于您的网络中的动态路由。