I have 3 OSPF areas, with 2.9.11 and routing-test everything works great, but after upgrade to 2.9.16 routers stop redistributing routes between areas
here is config from one router that may redistribute it... Problem persist with both routing and routing-test... router "see" all routes from both areas, but not redistribute. Router is x86 machine. Routers around are RB with 2.9.16 and routing-test. If redistribution router is downgraded to 2.9.11 everything is OK
# 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