Through the west backhauls there is an RB750. I've tried various versions of 6.42 and 6.43 (only the RB750) but all three routers are now 6.43.7 with the included firmware. This RB750 is doing OSPF to the CCR1009. This router would have an issue where every 24-48 hours or so it would lose all the routes outside of anything adjacent to it. It will stay broken for hours, at least 24. I simply disable the OSPF instance and re-enable fixes it for the time being. We thought it was the wireless backhauls but couldn't find anything. After a week of this, I pointed it to a Powercode BMU (I believe it's some open source OSPF project) and it's been flawless for 3+ weeks. This tells me it can't be the backhauls (unless additional backhauls correct it somehow) and it's an issue specifically between Mikrotiks.
The router to the north is a Powerbox Pro. It will do the same thing (OSPF works for several days, then loses routes until I flap the OSPF instance). It shares nothing in common network wise with the RB750 except it talks to the CCR1009 as well.
The CCR and Powercode BMU have no problems between each other.
The log will repeat this when it breaks until I flap the instance:
Code:Select all
08:28:37 route,ospf,info OSPFv2 neighbor 10.255.0.3: state change from Full to 2-Way 08:29:18 route,ospf,info Database Description packet has different master status flag 08:29:18 route,ospf,info new master flag=false 08:29:18 route,ospf,info OSPFv2 neighbor 10.255.0.3: state change from Full to 2-Way 08:29:59 route,ospf,info Database Description packet has different master status flag 08:29:59 route,ospf,info new master flag=false 08:29:59 route,ospf,info OSPFv2 neighbor 10.255.0.3: state change from Full to 2-Way 08:30:40 route,ospf,info Database Description packet has different master status flag 08:30:40 route,ospf,info new master flag=false 08:30:40 route,ospf,info OSPFv2 neighbor 10.255.0.3: state change from Full to 2-Way 08:31:19 system,info,account user admin logged in from 69.133.101.6 via web 08:31:22 route,ospf,info Database Description packet has different master status flag 08:31:22 route,ospf,info new master flag=false 08:31:22 route,ospf,info OSPFv2 neighbor 10.255.0.3: state change from Full to 2-Way 08:31:36 route,ospf,info OSPFv2 neighbor 10.255.0.3: state change from Full to Down 08:31:36 system,info OSPFv2 instance changed by admin 08:31:39 system,info OSPFv2 instance changed by admin
Code:Select all
/routing ospf instance set [ find default=yes ] redistribute-connected=as-type-1 redistribute-static=as-type-1 router-id=10.255.0.16 /routing ospf network add area=backbone network=1.1.1.1/30
If anyone has any ideas or things to check I would greatly appreciate it. This has been a struggle for weeks and we can't find any resolution.