Complex Routing Setup

Anyone have a suggestion on how to use BGP or OSPF to handle the following situation?




Normally, each Town will be fed via it’s own T1. However, if a T1 should go down in either Town, I want the Mikrotik to re-route traffic through the wireless link to the T1 in the other Town.

Is this possible, and how is it done?

Thanks

is there a BGP feed from the ISP? BGP is (only) for exterior routing between ASes, OSPF will be the right choice for this scenario.

How is the green wireless link created, between the APs or between the MTs?

Three possible solutions come to mind:

Using HSRP/VRRP between the two Ciscos, if a Layer2 connection is available. (Besides using MTs as replacement, but i guess they are owned by the ISP)

Using VRRP between the two MT Gateways, which needs also bridging.

Using OSPF inside the 10/8 network.
Maybe this is helpful: http://relcom.net/CURS/OSPF/1.html

The

OSPF sound like the smartest idea. How to implement?

Thanks Mag,
Eric

It also seems to me that the bridges need to be placed in front of the Mikrotik boxes?