On 2008/01/17 14:56, Alexander Burnos wrote: > Hello! > > I want to setup fallback to a static default route if bgp fails. > I receive default route via bgp but I want to use static automatically > if bgp session is down of default prefix isn't received. > > Is it possible? How can I do that?
I think the only way you can do something similar to what you're asking for is by filtering the BGP default, and adding your own static default (typical BSD routing tables don't support multiple routes to the same destination, we do support it for equal-cost multipath but not for different priority routes which I think is what you want).

