[Ondrej Feela Filip]
On Sun, 3 Nov 2002, Terje Malmedal wrote:
Is Bird still being worked on?
Yes, a little bit. Which version do you use?
Bird version 1.0.5, Kernel is 2.4.18-10smp from RedHat.
I'm playing around a bit with it, and it seems to forget the nexthop part of the routes it gets:
bird> show route 10.2.6.0/24 via 10.2.7.1 on eth1 [kernel1 12:16] (10) 10.2.7.0/24 dev eth1 [direct1 Nov02] (240) 10.1.7.0/24 dev eth2 [direct1 Nov02] (240) 10.3.8.0/24 dev eth0 [gaustad 12:16] I (150/20) 10.4.8.0/24 via 0.0.0.0 on eth0 [gaustad 12:16] E2 (150/20/20) 10.5.8.0/24 via 0.0.0.0 on eth0 [gaustad 12:16] E2 (150/20/20) 10.9.8.0/24 dev eth0 [direct1 Nov02] (240) dev eth0 [gaustad 12:16] I (150/10) 62.70.74.192/27 dev eth0 [gaustad 12:16] I (150/11) 127.0.0.0/8 dev lo [direct1 Nov02] (240) 62.70.74.224/28 dev eth0 [gaustad 12:16] I (150/20)
# ip route 62.70.74.224/28 dev eth0 proto bird 62.70.74.192/27 dev eth0 proto bird 10.2.6.0/24 via 10.2.7.1 dev eth1 10.2.7.0/24 dev eth1 proto kernel scope link src 10.2.7.26 10.3.8.0/24 dev eth0 proto bird 10.9.8.0/24 dev eth0 proto bird 10.1.7.0/24 dev eth2 proto kernel scope link src 10.1.7.26 127.0.0.0/8 dev lo scope link
Both Zebra and Cisco gets it right.
Could you send me 'ip r l' from Zebra?
Bird does not accept the command, Linux does though: # ip r l 62.70.74.224/28 dev eth0 proto bird 62.70.74.192/27 dev eth0 proto bird 10.2.6.0/24 via 10.2.7.1 dev eth1 10.2.7.0/24 dev eth1 proto kernel scope link src 10.2.7.26 10.3.8.0/24 dev eth0 proto bird 10.9.8.0/24 dev eth0 proto bird 10.1.7.0/24 dev eth2 proto kernel scope link src 10.1.7.26 127.0.0.0/8 dev lo scope link 62.70.74.224/28 and 62.70.74.192/27 are announced by a Cisco while 10.3.8.0/24 and 10.9.8.0/24 are coming from Zebra. -- - Terje malmedal@usit.uio.no