default route problem

Ondrej Zajicek santiago at crfreenet.org
Wed Jul 25 23:55:13 CEST 2012


On Wed, Jul 25, 2012 at 10:26:27AM +0200, e2rd at piekielko.pl wrote:
> Hi,
> I've got very simple config:
> -- bird.conf --
> log "/var/log/bird.log" { debug, trace, info, remote, warning, error, auth, fatal, bug };
> debug protocols all;
> router id 172.0.0.1;
> protocol kernel {
>     learn;
>     persist;
>     scan time 20;
>     export all;
> }
> protocol device {
>     scan time 10;
> }
> protocol static {
>     route 0.0.0.0/0 drop;
> }
> protocol ospf MyOSPF {
>     export all;
>     area 0.0.0.0 {
>         interface "dummy*" {
>         };
>     };
>     area 10.0.0.0 {
>         nssa;
>         interface "eth*" {
>             type nbma;
>         };
>     };
> }
> -- end --
>
> If area 10.0.0.0 is commented it works as expected:
>
...
>
> but if I uncomment it (area 10) default route is disapearing:
> bird> sh ro

...


Hello

Does the problem appear even if you just start BIRD in this problematic
configuration? Or you have to reconfigure if from other working
to trigger that?


-- 
Elen sila lumenn' omentielvo

Ondrej 'SanTiago' Zajicek (email: santiago at crfreenet.org)
OpenPGP encrypted e-mails preferred (KeyID 0x11DEADC3, wwwkeys.pgp.net)
"To err is human -- to blame it on a computer is even more so."
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: Digital signature
URL: <http://trubka.network.cz/pipermail/bird-users/attachments/20120725/e681e65e/attachment-0001.asc>


More information about the Bird-users mailing list