We have two identical Mikrotik routers in two locations (A and B). Each router is on a fiber connection to the Internet and configured with a number of VLANs on the LAN side. On each Mikrotik, VLAN 5 is configured in the 10.10.8.0/21 subnet as our management VLAN (no DHCP on VLAN 5). There is a wireless transparent bridge in the network bridging VLAN 5 between location A and B on the LAN side. This works great. However, that wireless bridge is in the 70 GHz range and during heavy rains, it goes down. As a result, we loose all management access to the far (B) side router and devices connected to it. Our monitoring server is on the A side LAN and sends us tons of alerts since it thinks everything on the B side is down, when in reality, the management link is down but all devices are up and on line.
So, the solution (I think) is to build an EoIP tunnel between A and B and only put VLAN 5 on that link. In addition, I want that EoIP tunnel to be a secondary route for VLAN 5. Under normal conditions, all VLAN 5 traffic will pass over the wireless bridge between A and B. If the bridge goes down, VLAN 5 traffic should re-route to the EoIP bridge.
I am having great difficulty making this scenario work. Is there a better solution?