OSPF Problem, very extrange!

Hello, I’m dealing with a very estrange issue with OSPF in my network.
I have a routed network with many mkt routers running OSPF, one of those routers is our border router.
Due increasing traffic we decided to change the border router with a more powerfull one (RB1100AHx2), actually an RB1200.
I have configured manually the new router with the same configuration as the old that will be replaced, and then I switched the old router with the new one.

After the change the problems begins, the new router don’t know any route published in the OSPF area.

When I see this I start reviewing OSFP configuration: Instance, Instance ID, Network, Area, etc. All is well configured and the new router see all the neighbors, but no routes are learned by the new router.

After one hour of checking and rechecking all configuration I decided to rollback the change, backing again the old router in production.

After the change, surprise!, the old router manifest the same problem, no routes was learned!, I see all my neighbors, but no routes are learned with my border router.

After this I decided to see the others routers in the ospf area, and here I confirm that the other routers don’t see my border router in the neighbors list.

Of course I checked visibility between my border router and the others, all is ok, they are in the same LAN, ip connectivity is ok, I reseted the switch (assuming a bad learned mac due the router swap), nothing happens, the border router see all the neighbors but the rest of the routers don’t see the border router in the neighbors list.

I already rebooted the routers in the area, the border router, the switch, etc with no results.

Now I configured all my routes statically in the border router and I’m running in this way.

Anyone can give me a clue ?, I’m not an OSPF expert, but I have my network running in this way from a long time without problems.

Regards,
Jack.-

Does OSPF neighboring come up?
Check that interface MTUs match

What version of RouterOS was the old router running?

What version of RouterOS is the new router running?

What is the network type of the OSPF interface having the problems?

RouterOS 4.x let me get away with mismatched network types, somehow. It even worked with RouterOS (PTP) and Cisco (Broadcast) mismatched. It may have been the other way around. It was several months ago. I only caught the configuration error on my routers after doing a RouterOS upgrade to 5.x.

I same problem, but was is disable and enable network and NBMA Neigboard the dinamics routes is UP

This is bug this Router OS?

Please developers, help me…


My network configuration is


MK(A)5.20 <—ROCKETv5.5.2----------ROCKETv5.5.2—> MK(B)5.20

NBMA is configurated.

allac, I’m not sure I correctly understand what you are trying to say.

I have more than 50 links that look like what you describe.

The most important thing: Make sure the RocketMs are in WDS mode.

If that doesn’t fix the problem: Change the OSPF network-type to point-to-point on your MikroTiks.

/routing ospf interface
add network-type=broadcast passive=yes
add authentication=md5 authentication-key=******* interface=ether1 network-type=point-to-point
add authentication=md5 authentication-key=******* interface=ether2 network-type=point-to-point
add authentication=md5 authentication-key=******* interface=lan_bridge network-type=broadcast

Ether1 and Ether2 are point to point wireless links using UBNT RocketM5s in WDS mode.

If you still have problems, show us your configuration and your logs.