unixlamaster Posted October 18, 2016 · Report post Помогите разобраться почему могут не ходить трассировки при использовании VRF на Микротиках!?! > export # oct/18/2016 07:16:14 by RouterOS 6.37rc32 # software id = # /interface ethernet set [ find default-name=ether1 ] advertise=10M-half,10M-full,100M-half,100M-full,1000M-full speed=1Gbps /ip address add address=192.168.88.1/24 interface=ether1 network=192.168.88.0 add address=10.0.0.1/24 interface=ether2 network=10.0.0.0 add address=10.0.1.1/24 interface=ether3 network=10.0.1.0 Все работает: PC1> trace 10.0.1.2 trace to 10.0.1.2, 8 hops max, press Ctrl+C to stop 1 10.0.0.1 0.932 ms 0.000 ms 0.000 ms 2 *10.0.1.2 0.952 ms (ICMP type:3, code:3, Destination port unreachable) Добавляю: /ip route vrf add interfaces=ether2,ether3 routing-mark=INET Все, хоп на микротике перестаёт трасироваться: PC1> trace 10.0.1.2 trace to 10.0.1.2, 8 hops max, press Ctrl+C to stop 1 * * * 2 *10.0.1.2 0.976 ms (ICMP type:3, code:3, Destination port unreachable) Как делать VRF, что бы интерфейсы в нем трассировались ??? Вставить ник Quote Ответить с цитированием Share this post Link to post Share on other sites More sharing options...
mikezzzz Posted October 18, 2016 · Report post ну если судить по этой статье - https://net-labs.in/2014/07/19/vrf-l3vpn-%D0%B2-mikrotik-routeros-defective-by-design/ , то в 6 версии (текущей) с VRF у микротИка все не очень, оно работает, но свято верит в старые заветы линукса :) Вставить ник Quote Ответить с цитированием Share this post Link to post Share on other sites More sharing options...
Serejka Posted October 18, 2016 · Report post vrf в 6 ветке defective by design. Хотели использовать, под один проект, но отказались от этой идеи. Вставить ник Quote Ответить с цитированием Share this post Link to post Share on other sites More sharing options...