Is it possible to originate a default route with OSPF? Note that I DO NOT mean "redistribute".
In the network, there are two edge routers which receive a default route from their BGP peers; one is primary and the other is failure-only redundancy. The rest of the network communicates routing with OSPF.
If I set "redistribute default route always as type 1" in the backup router, the default route from OSPF in the backup router disappears, the BGP route takes over as the default route, and the other routers on the network completely lose their default routes.
Setting "redistribute BGP routes" doesn't seem to do anything. I think this is because the BGP route has a lower weight, it is highlighted in blue: I suspect that means it won't redistribute that route.
What I would like to see happen is, on my router with the backup link to simply inject a route for 0.0.0.0/0 with a very low priority (e.g. 254). Is this possible? It doesn't seem to be according to the documentation, but I may have missed something.
In this way, the primary router would get all traffic, unless it goes down or the BGP link is lost, in which case it will stop announcing default route. When this happens, all other routers would have a fallback default route to use.