У меня есть 3 OSPF area, с 2.9.11 и routing-test всё отлично работало, но после обновления до 2.9.16 роутеры перестали перераспределять маршруты между area. Вот конфиг с одного роутера, который может это перераспределять... Проблема сохраняется как с routing, так и с routing-test... Роутер "видит" все маршруты из обеих area, но не перераспределяет. Роутер - x86 машина. Вокруг роутеры RB с 2.9.16 и routing-test. Если роутер перераспределения откатить до 2.9.11, всё ОК.
mar/10/2006 12:07:56 by RouterOS 2.9.16 software id = ES7J-JFT / routing ospf set router-id=82.150.183.64 distribute-default=never redistribute-connected=as-type-2 redistribute-static=as-type-2 redistribute-rip=no redistribute-bgp=no metric-default=1 metric-connected=20 metric-static=20 metric-rip=20 metric-bgp=20 / routing ospf area set backbone area-id=0.0.0.0 authentication=none prefix-list-import="" prefix-list-export="" disabled=no add area-id=172.20.0.0 name="sferia" default-cost=1 stub=no authentication=md5 prefix-list-import="" prefix-list-export="" disabled=no add area-id=82.150.183.64 name="hamrska" default-cost=1 stub=no authentication=md5 prefix-list-import="" prefix-list-export="" disabled=no / routing ospf interface set FIXME interface=ether1_in cost=1 priority=1 authentication-key="vdYnamicejEsKrytapAternIsIla:]" retransmit-interval=5s transmit-delay=1s hello-interval=10s dead-interval=2m network-type=broadcast set FIXME interface=ether2_out cost=1 priority=1 authentication-key="vdYnamicejEsKrytasIla:]" retransmit-interval=5s transmit-delay=1s hello-interval=10s dead-interval=2m network-type=broadcast / routing ospf network add network=82.150.183.240/30 area=sferia disabled=no add network=172.20.65.0/30 area=hamrska disabled=no / routing ospf nbma-neighbor add address=82.150.183.245 poll-interval=1m priority=0 disabled=no / routing bgp set enabled=yes as=1 router-id=0.0.0.0 redistribute-static=no redistribute-connected=no redistribute-rip=no redistribute-ospf=no / routing rip set redistribute-static=yes redistribute-connected=yes redistribute-ospf=no redistribute-bgp=no metric-static=1 metric-connected=1 metric-ospf=1 metric-bgp=1 update-timer=30s timeout-timer=3m garbage-timer=2m PS: Connection tracking SYN times set to 5s
mar/10/2006 12:07:56 by RouterOS 2.9.16 software id = ES7J-JFT / routing ospf set router-id=82.150.183.64 distribute-default=never redistribute-connected=as-type-2 redistribute-static=as-type-2 redistribute-rip=no redistribute-bgp=no metric-default=1 metric-connected=20 metric-static=20 metric-rip=20 metric-bgp=20 / routing ospf area set backbone area-id=0.0.0.0 authentication=none prefix-list-import="" prefix-list-export="" disabled=no add area-id=172.20.0.0 name="sferia" default-cost=1 stub=no authentication=md5 prefix-list-import="" prefix-list-export="" disabled=no add area-id=82.150.183.64 name="hamrska" default-cost=1 stub=no authentication=md5 prefix-list-import="" prefix-list-export="" disabled=no / routing ospf interface set FIXME interface=ether1_in cost=1 priority=1 authentication-key="vdYnamicejEsKrytapAternIsIla:]" retransmit-interval=5s transmit-delay=1s hello-interval=10s dead-interval=2m network-type=broadcast set FIXME interface=ether2_out cost=1 priority=1 authentication-key="vdYnamicejEsKrytasIla:]" retransmit-interval=5s transmit-delay=1s hello-interval=10s dead-interval=2m network-type=broadcast / routing ospf network add network=82.150.183.240/30 area=sferia disabled=no add network=172.20.65.0/30 area=hamrska disabled=no / routing ospf nbma-neighbor add address=82.150.183.245 poll-interval=1m priority=0 disabled=no / routing bgp set enabled=yes as=1 router-id=0.0.0.0 redistribute-static=no redistribute-connected=no redistribute-rip=no redistribute-ospf=no / routing rip set redistribute-static=yes redistribute-connected=yes redistribute-ospf=no redistribute-bgp=no metric-static=1 metric-connected=1 metric-ospf=1 metric-bgp=1 update-timer=30s timeout-timer=3m garbage-timer=2m PS: Connection tracking SYN times set to 5s
