Компьютерный форум OSzone.net  

Компьютерный форум OSzone.net (http://forum.oszone.net/index.php)
-   Сетевые технологии (http://forum.oszone.net/forumdisplay.php?f=31)
-   -   cisco traceroute vs windows tracert vs W2008R2 Firewall (http://forum.oszone.net/showthread.php?t=304880)

Опиум 03-09-2015 12:09 2549021

cisco traceroute vs windows tracert vs W2008R2 Firewall
 
Товарищи, задачка:
есть сеть:
станцияW7_192.168.2.2---cisco192.168.2.2---cisco192.168.242.1---cisco192.168.248.8---server2008R2_192.168.8.5

трассируем неудачно его с циски192.168.2.2

Код:

c871#
c871#trace 192.168.8.5

Type escape sequence to abort.
Tracing the route to 192.168.8.5

  1 192.168.242.1 24 msec 24 msec 24 msec
  2 192.168.248.8 48 msec 48 msec 36 msec
  3  *  *  *
  4  *  *  *
  5  *  *  *
  6
c871#
c871#

трассируем ХПху в той же сети - все ок

Код:

c871#trace 192.168.8.13

Type escape sequence to abort.
Tracing the route to 192.168.8.13

  1 192.168.242.1 24 msec 24 msec 24 msec
  2 192.168.248.8 52 msec 48 msec 52 msec
  3 192.168.8.13 48 msec 36 msec 52 msec
c871#
c871#

Трассируем со станции - вообще всё ок:
Код:

C:\Windows\system32>tracert -d 192.168.8.13

Tracing route to 192.168.8.13 over a maximum of 30 hops

  1    2 ms    2 ms    1 ms  192.168.2.2
  2    31 ms    20 ms    20 ms  192.168.242.1
  3    42 ms    48 ms    45 ms  192.168.248.8
  4    46 ms    41 ms    46 ms  192.168.8.13

Trace complete.

C:\Windows\system32>tracert -d 192.168.8.5

Tracing route to 192.168.8.5 over a maximum of 30 hops

  1    2 ms    2 ms    2 ms  192.168.2.2
  2    20 ms    20 ms    20 ms  192.168.242.1
  3    25 ms    46 ms    47 ms  192.168.248.8
  4    47 ms    24 ms    47 ms  192.168.8.5

Trace complete.

Вопрос, чем отличаются утилиты трассировки, что дает такой эффект?


Время: 07:17.

Время: 07:17.
© OSzone.net 2001-