Bird Preference and OSPF

Damjan gdamjan at mail.net.mk
Thu May 5 19:29:47 CEST 2005


> I want my WRT to advertise 0.0.0.0/0 as long as the WAN port is up. I have 
> another system (Linux w/Quagga) running which provides another default 
> route. I've got a Cisco router on the same net which peers, but does not 
> send a default. I've made the Linux system's default a higher metric.

Maybe you'd like to filter the default route from OSPF

protocol ospf ... {
 import filter {
        if net.ip = 0.0.0.0 then reject;
        accept;
    };
...
}

I even think, instead of reject-ing the default route you could
manipulate its metric too.

-- 
damjan | дамјан
This is my jabber ID --> damjan at bagra.net.mk <-- not my mail address!!!



More information about the Bird-users mailing list