Hello, i have got a simple config, which behaves badly: Internet P-t-P netw. local network ------------| VNR |----------| R |------------- ---[/etc/bird.conf debug protocols all; protocol direct { # interface "-eth*", "*"; # Restrict network interfaces it works with } protocol kernel { # learn; # Learn all alien routes from the kernel persist; # Don't remove routes on bird shutdown scan time 20; # Scan kernel routing table every 20 seconds # import none; # Default is import all export all; # Default is export none # kernel table 5; # Kernel table to synchronize with (default: mai n) } protocol static { } protocol rip MyRIP { # You can also use an explicit name port 520; interface "eth2" { mode broadcast; }; authentication none; import none; export all; } protocol ospf MyOSPF { # rfc1583compat yes; area 0.0.0.2 { # stub no; # tick 1; interface "eth0" { cost 500; dead count 4; type broadcast; }; interface "eth1" { cost 500; dead count 4; type broadcast; }; interface "eth2" { stub yes; cost 10; }; interface "eth3" { stub yes; cost 10; }; }; } ------[/etc/bird.conf eth1 and eth3 are up, but there are not any machines. eth3 doesn't have IP address. After start, VNR (Bay Networks) doesn't see internal network. But they are in full state! And even more strange thing: VNR learns LSA after some action in birdc. For example, when i run debug MyOSPF all, or even just start birdc! May be some timing problems. It is PIII/600, 128MB RAM. some strange messages: MyOSPF: LS ack sent to 147.251.61.1 (delayed) shows every max. 20 sec. 147.251.61.0/30 is P-t-P link. I have got BIRD 1.0.4 with OSPF area patch. Please, release 1.0.5 as soon as possible. Or at least publish all patches. -- ------------------------------------------------------------------------- David Rohleder davro@ics.muni.cz Institute of Computer Science, Masaryk University Brno, Czech Republic -------------------------------------------------------------------------
On 9 Apr 2001, David Rohleder wrote:
Hello,
i have got a simple config, which behaves badly:
Internet P-t-P netw. local network ------------| VNR |----------| R |-------------
---[/etc/bird.conf
debug protocols all;
protocol direct { # interface "-eth*", "*"; # Restrict network interfaces it works with }
protocol kernel { # learn; # Learn all alien routes from the kernel persist; # Don't remove routes on bird shutdown scan time 20; # Scan kernel routing table every 20 seconds # import none; # Default is import all export all; # Default is export none # kernel table 5; # Kernel table to synchronize with (default: mai n) }
protocol static { }
protocol rip MyRIP { # You can also use an explicit name port 520; interface "eth2" { mode broadcast; }; authentication none; import none; export all; }
protocol ospf MyOSPF { # rfc1583compat yes; area 0.0.0.2 { # stub no; # tick 1; interface "eth0" { cost 500; dead count 4; type broadcast; }; interface "eth1" { cost 500; dead count 4; type broadcast; }; interface "eth2" { stub yes; cost 10; }; interface "eth3" { stub yes; cost 10; }; }; }
------[/etc/bird.conf
eth1 and eth3 are up, but there are not any machines. eth3 doesn't have IP address.
After start, VNR (Bay Networks) doesn't see internal network. But they are in full state!
And even more strange thing: VNR learns LSA after some action in birdc. For example, when i run debug MyOSPF all, or even just start birdc!
May be some timing problems. It is PIII/600, 128MB RAM.
some strange messages:
MyOSPF: LS ack sent to 147.251.61.1 (delayed)
shows every max. 20 sec.
Hmm it's very strange. :-( Please could you tell me what says 'show ospf' and other 'show ospf *'?
147.251.61.0/30 is P-t-P link.
I have got BIRD 1.0.4 with OSPF area patch.
Please, release 1.0.5 as soon as possible. Or at least publish all patches.
OK, I'll try it.
participants (2)
-
David Rohleder -
Ondrej Filip