How do I get router A to advertise with OSPF 10.0.0.1 only via wlan1 and 10.0.0.2 only via wlan2?
So when wlan2 goes down, then I do not want to access Lobridge2:10.0.0.2 via wlan1.
I want to use this to monitor OSPF between links. So if Lobridge2:10.0.0.2 is unreachable from router D, then I know that OSPF has dropped between Router A and Router B
PS, Assume OSPF is properly configured between all the routers and router D can ping Router A and vice versa
The problem that I am experiencing is that OSPF drops between certain links even though the link is up. This causes traffic to get rerouted even though the link is up
Is there a way to monitor that OSPF is working between 2x routers?
You can find if link is active by looking at the routing table on router D.
For example if you see route to 10.0.0.1 with gateway “router C” and “router B” then both links are active. If you see only one gateway, then one link is down.
I would suggest to look for the cause why ospf link is dropping between two routers. If OSPF is running on wireless links ten NBMA neighbors must be configured. See the example and explanation why: http://wiki.mikrotik.com/wiki/Manual:OSPF-examples