OSPF failover between 2 site-to-site links

Hi,
I’m looking at using ospf to distribute routes and do failover/failback on 2 site-to-site links.
OSPF does not work, probably because I have no control over the provider CPE-routers on the MPLS-link.

So OSPF only works on the wireless link, not on the MPLS. If WIFI fails, traffic does not fail over to MPLS…

Is there a possible work-around or other solution appart from OSPF?

This is a drawing of the setup.
wan_link.jpg

Can’t you create an EoIP tunnel between 192.168.103.1 and 192.168.104.1, via the MPLS, then run OSPF over that?

The MPLS is layer 3? You would need to tunnel across it to form a second adjacency between router 1 and router 2. OSPF only works on layer 2.

Hi,
I did exactly that: added a eoip tunnel (192.168.105.1/192.168.105.2) over the mpls.
OSPF now works perfectly over both links!

Thanks a lot for the suggestion!

you might not need EOIP
try using PointToPoint in ospf configuration and ensure MTU is the same on both sides of the mpls network
even if EOIP works it is better not using it because of MTU overhead

a+
Thierry