Bird-users
Threads by month
- ----- 2026 -----
- June
- May
- April
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2005 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2004 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2003 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2002 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2001 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2000 -----
- December
- November
- October
- September
- August
- July
- June
November 2005
- 6 participants
- 9 discussions
Hi there,
I am trying to make bird running (mostly on bgp first... other protocols
will be used when I'll have finaly finished to it running...
I currently running the FreeBSD port of bird :
root@freebsd:/usr/local/etc# pkg_info | grep bird
bird-1.0.11 Dynamic IP routing daemon
But when trying to start it in order to make some testing with bgp I get
the following error :
root@freebsd:/usr/local/etc# bird -c /usr/local/etc/bird.conf -d
bird: /usr/local/etc/bird.conf, line 77: parse error
According to configuration file error is :
protocol bgp {
local as 65335;
neighbor 192.168.0.9 as 65334;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
# multihop 40 via 192.168.0.254;
hold time 240;
startup hold time 240;
connect retry time 120;
(full configuration file is added in attachement in this mail).
What is the problem ? Or did I have badly understood configuration file
example given in the tarball ?
Thanks,
/Xavier
--
Quand on essaye continuellement, on finit par y arriver. Donc, plus ca
rate, plus on a de chance que ca marche...
(Proverbe Shadok)
1
0
Hello!
I have cisco with following config:
router ospf 1
area 0 authentication message-digest
.....
interface Fa 0/0
ip ospf message-digest-key 10 md5 ....
I installed bird 1.0.11 on machine with linux 2.4.31 and wrote following in config:
interface "eth0" {
type broadcast;
authentication cryptographic;
password "pass";
};
And I get :
Nov 26 12:09:19 vpn_22_203 bird: Bad OSPF packet from 192.168.22.253 - authentification failed
Doesn it mean that bird doesn't support authentication message-digest?
Thank you!
2
1
Found an interestnig issue running bird in Talisman code on a WRT54G
router. I could not develop a neighbor relationship with my Catalyst
3560 running 12.2(25)SEC2 and then 12.2(25)SED advanced ip services code.
An Ethereal trace revealed that the 3560 was sending EA options, while
the WRT54G was sending E options. A further search revealed that
Ethereal decode is incorrect and that the option is Local Link. A change
to the config on the 3560 OSPF process (no capability local-link)
resolved the issue.
Just thought I'd post in case anyone else experiecnes the issue.
--
Matt Weigl
1
0
Hi,
i have a problem with bird daemon....
Reading the log file /val/log/birdlog i have read this message:
messaggio
Then i have tried to identify the reason and i have understood that these messages
are printed
when launch: ifup eth*.
I use the last version of bird (1.0.11) but the same message was present in the
preview version (1.0.10).
The S.O. where bird is installed is debian with kernel 2.6.9
I tried to increase the level of debug editing the bird.conf and i have obtained this logs:
2005 18:36:04 MyOSPF: Initializing
15-11-2005 18:36:04 direct1: Starting
15-11-2005 18:36:04 direct1: State changed to feed
15-11-2005 18:36:04 kernel1: Starting
15-11-2005 18:36:04 kernel1: State changed to feed
15-11-2005 18:36:04 device1: Starting
15-11-2005 18:36:04 device1: Scanning interfaces
15-11-2005 18:36:04 Guessed router ID 192.168.1.6 according to interface eth1
15-11-2005 18:36:04 device1: State changed to feed
15-11-2005 18:36:04 static1: Starting
15-11-2005 18:36:04 static1: State changed to feed
15-11-2005 18:36:04 MyOSPF: Starting
15-11-2005 18:36:04 MyOSPF: State changed to feed
15-11-2005 18:36:04 direct1 < primary address 127.0.0.0/8 on interface lo added
15-11-2005 18:36:04 direct1 > added [best] 127.0.0.0/8 dev lo
15-11-2005 18:36:04 direct1 < primary address 192.168.1.32/30 on interface eth0 added
15-11-2005 18:36:04 direct1 > added [best] 192.168.1.32/30 dev eth0
15-11-2005 18:36:04 direct1 < primary address 192.168.1.4/30 on interface eth1 added
15-11-2005 18:36:04 direct1 > added [best] 192.168.1.4/30 dev eth1
15-11-2005 18:36:04 direct1 < primary address 192.168.2.0/24 on interface eth2 added
15-11-2005 18:36:04 direct1 > added [best] 192.168.2.0/24 dev eth2
15-11-2005 18:36:04 direct1 < primary address 192.168.1.48/28 on interface eth3 added
15-11-2005 18:36:04 direct1 > added [best] 192.168.1.48/28 dev eth3
15-11-2005 18:36:04 direct1: State changed to up
15-11-2005 18:36:04 kernel1: Connected to table master
15-11-2005 18:36:04 kernel1 < added 192.168.2.0/24 dev eth2
15-11-2005 18:36:04 kernel1 < added 192.168.1.4/30 dev eth1
15-11-2005 18:36:04 kernel1 < added 127.0.0.0/8 dev lo
15-11-2005 18:36:04 kernel1 < added 192.168.1.48/28 dev eth3
15-11-2005 18:36:04 kernel1 < added 192.168.1.32/30 dev eth0
15-11-2005 18:36:04 kernel1: State changed to up
15-11-2005 18:36:04 device1: State changed to up
15-11-2005 18:36:04 static1 < interface lo goes up
15-11-2005 18:36:04 static1 < interface eth0 goes up
15-11-2005 18:36:04 static1 < interface eth1 goes up
15-11-2005 18:36:04 static1 < interface eth2 goes up
15-11-2005 18:36:04 static1 < interface eth3 goes up
15-11-2005 18:36:04 static1: State changed to up
15-11-2005 18:36:04 MyOSPF: Connected to table master
15-11-2005 18:36:04 MyOSPF < interface lo goes up
15-11-2005 18:36:04 MyOSPF < interface eth0 goes up
15-11-2005 18:36:04 MyOSPF: Using interface eth0.
15-11-2005 18:36:04 MyOSPF < interface eth1 goes up
15-11-2005 18:36:04 MyOSPF: Using interface eth1.
15-11-2005 18:36:04 MyOSPF < interface eth2 goes up
15-11-2005 18:36:04 MyOSPF: Using interface eth2.
15-11-2005 18:36:04 MyOSPF < interface eth3 goes up
15-11-2005 18:36:04 MyOSPF: Using interface eth3.
15-11-2005 18:36:04 MyOSPF < filtered out 192.168.2.0/24 dev eth2
15-11-2005 18:36:04 MyOSPF < filtered out 192.168.1.4/30 dev eth1
15-11-2005 18:36:04 MyOSPF < out of scope 127.0.0.0/8 dev lo
15-11-2005 18:36:04 MyOSPF < filtered out 192.168.1.48/28 dev eth3
15-11-2005 18:36:04 MyOSPF < filtered out 192.168.1.32/30 dev eth0
15-11-2005 18:36:04 MyOSPF: State changed to up
15-11-2005 18:36:04 kernel1: Scanning routing table
15-11-2005 18:36:04 kernel1: 0.0.0.0/0: [alien] created
15-11-2005 18:36:04 kernel1: Pruning table master
15-11-2005 18:36:04 kernel1: Pruning inherited routes
15-11-2005 18:36:04 kernel1 > added [best] 0.0.0.0/0 via 192.168.2.1 on eth2
15-11-2005 18:36:04 kernel1 < added 0.0.0.0/0 via 192.168.2.1 on eth2
15-11-2005 18:36:04 MyOSPF < filtered out 0.0.0.0/0 via 192.168.2.1 on eth2
15-11-2005 18:36:04 MyOSPF: Changing state of iface: eth3 from "down" into "waiting".
15-11-2005 18:36:04 MyOSPF: Hello sent via eth3
15-11-2005 18:36:04 MyOSPF: Scheduling RT lsa origination for area 0.0.0.0.
15-11-2005 18:36:04 MyOSPF: Changing state of iface: eth2 from "down" into "waiting".
15-11-2005 18:36:04 MyOSPF: Hello sent via eth2
15-11-2005 18:36:04 MyOSPF: Scheduling RT lsa origination for area 0.0.0.0.
15-11-2005 18:36:04 MyOSPF: Changing state of iface: eth1 from "down" into "waiting".
15-11-2005 18:36:04 MyOSPF: Hello sent via eth1
15-11-2005 18:36:04 MyOSPF: Scheduling RT lsa origination for area 0.0.0.0.
15-11-2005 18:36:04 MyOSPF: Changing state of iface: eth0 from "down" into "waiting".
15-11-2005 18:36:04 MyOSPF: Hello sent via eth0
15-11-2005 18:36:04 MyOSPF: Scheduling RT lsa origination for area 0.0.0.0.
15-11-2005 18:36:05 MyOSPF: Received hello from 192.168.2.16 via eth2
15-11-2005 18:36:05 MyOSPF: New neighbor found: 192.168.2.16 on eth2.
15-11-2005 18:36:05 MyOSPF: Neighbor 192.168.2.16 changes state from " down" to " init".
15-11-2005 18:36:05 MyOSPF: Neighbor 192.168.2.16 changes state from " init" to " 2way".
15-11-2005 18:36:05 MyOSPF: Changing state of iface: eth2 from "waiting" into "backup".
15-11-2005 18:36:05 MyOSPF: Originating RT_lsa for area "0.0.0.0".
15-11-2005 18:36:05 MyOSPF: Scheduling RT calculation.
15-11-2005 18:36:05 MyOSPF: Running ospf_age cleanup
15-11-2005 18:36:05 MyOSPF: Starting routing table calculation
15-11-2005 18:36:05 MyOSPF: Starting routing table calculation for area 0.0.0.0
15-11-2005 18:36:05 MyOSPF: Starting routing table calculation for inter-area (area 0.0.0.0)
15-11-2005 18:36:05 MyOSPF: Starting routing table calculation for ext routes
15-11-2005 18:36:05 MyOSPF: Starting routing table synchronisation
15-11-2005 18:36:05 MyOSPF > added 192.168.2.0/24 dev eth2
15-11-2005 18:36:05 MyOSPF > added 192.168.1.4/30 dev eth1
15-11-2005 18:36:05 MyOSPF > added 192.168.1.48/28 dev eth3
15-11-2005 18:36:05 MyOSPF > added 192.168.1.32/30 dev eth0
15-11-2005 18:36:06 MyOSPF: Running ospf_age cleanup
15-11-2005 18:36:13 MyOSPF: Hello sent via eth0
15-11-2005 18:36:13 MyOSPF: Hello sent via eth1
15-11-2005 18:36:13 MyOSPF: Hello sent via eth2
15-11-2005 18:36:13 MyOSPF: Hello sent via eth3
15-11-2005 18:36:13 MyOSPF: Received hello from 192.168.2.16 via eth2
15-11-2005 18:36:13 MyOSPF: Neighbor 192.168.2.16 changes state from " 2way" to " exstart".
15-11-2005 18:36:14 MyOSPF: DB_DES (I) sent to 192.168.2.16 via eth2.
15-11-2005 18:36:14 device1: Scanning interfaces
15-11-2005 18:36:17 MyOSPF: Received dbdes from 192.168.2.16 via eth2.
15-11-2005 18:36:17 MyOSPF: I'm slave to 192.168.2.16.
15-11-2005 18:36:17 MyOSPF: Neighbor 192.168.2.16 changes state from " exstart" to "exchange".
15-11-2005 18:36:17 MyOSPF: DB_DES (M) sent to 192.168.2.16 via eth2.
15-11-2005 18:36:17 MyOSPF: Received dbdes from 192.168.2.16 via eth2.
15-11-2005 18:36:17 MyOSPF: DB_DES (M) sent to 192.168.2.16 via eth2.
15-11-2005 18:36:17 MyOSPF: Neighbor 192.168.2.16 changes state from "exchange" to " loading".
15-11-2005 18:36:19 MyOSPF: LS request sent to: 192.168.2.16
15-11-2005 18:36:19 MyOSPF: Received LS upd from 192.168.2.16
15-11-2005 18:36:19 MyOSPF: Premature aging self originated lsa.
15-11-2005 18:36:19 MyOSPF: Type: 2, Id: 192.168.1.6, Rt: 192.168.1.6
15-11-2005 18:36:19 MyOSPF: LS upd flooded via eth2
15-11-2005 18:36:19 MyOSPF: Scheduling RT calculation.
15-11-2005 18:36:19 MyOSPF: Premature aging self originated lsa.
15-11-2005 18:36:19 MyOSPF: Type: 1, Id: 192.168.1.6, Rt: 192.168.1.6
15-11-2005 18:36:19 MyOSPF: LS upd flooded via eth2
15-11-2005 18:36:19 MyOSPF: LS upd flooded via eth2
15-11-2005 18:36:19 MyOSPF: Neighbor 192.168.2.16 changes state from " loading" to " full".
15-11-2005 18:36:19 MyOSPF: Scheduling RT lsa origination for area 0.0.0.0.
15-11-2005 18:36:20 MyOSPF: Originating RT_lsa for area "0.0.0.0".
15-11-2005 18:36:20 MyOSPF: LS upd flooded via eth2
15-11-2005 18:36:20 MyOSPF: Starting routing table calculation
15-11-2005 18:36:20 MyOSPF: Starting routing table calculation for area 0.0.0.0
15-11-2005 18:36:20 MyOSPF: Starting routing table calculation for inter-area (area 0.0.0.0)
15-11-2005 18:36:20 MyOSPF: Starting routing table calculation for ext routes
15-11-2005 18:36:20 MyOSPF: Starting routing table synchronisation
15-11-2005 18:36:20 MyOSPF > removed 192.168.2.0/24 dev eth2
15-11-2005 18:36:20 MyOSPF: LS ack sent to 192.168.2.16 (delayed)
15-11-2005 18:36:20 MyOSPF: Received LS upd from 192.168.2.16
15-11-2005 18:36:20 MyOSPF: Received LS upd from 192.168.2.16
15-11-2005 18:36:20 MyOSPF: Scheduling RT calculation.
15-11-2005 18:36:20 MyOSPF: Received LS ack from 192.168.2.16
15-11-2005 18:36:20 MyOSPF: Strange LS acknoledgement from 192.168.2.16
15-11-2005 18:36:20 MyOSPF: Id: 192.168.1.6, Rt: 192.168.1.6, Type: 1
15-11-2005 18:36:20 MyOSPF: I have: Age: 0, Seqno: 0x80000002, Sum: 42999
15-11-2005 18:36:20 MyOSPF: He has: Age: 15, Seqno: 0x80000001, Sum: 12798
15-11-2005 18:36:21 MyOSPF: Running ospf_age cleanup
15-11-2005 18:36:21 MyOSPF: Starting routing table calculation
15-11-2005 18:36:21 MyOSPF: Starting routing table calculation for area 0.0.0.0
15-11-2005 18:36:21 MyOSPF: Starting routing table calculation for inter-area (area 0.0.0.0)
15-11-2005 18:36:21 MyOSPF: Starting routing table calculation for ext routes
15-11-2005 18:36:21 MyOSPF: Starting routing table synchronisation
15-11-2005 18:36:21 MyOSPF > added 192.168.2.0/24 dev eth2
15-11-2005 18:36:22 MyOSPF: Received LS upd from 192.168.2.16
15-11-2005 18:36:22 MyOSPF: Scheduling RT calculation.
15-11-2005 18:36:22 MyOSPF: LS ack sent to 192.168.2.16 (direct)
15-11-2005 18:36:22 MyOSPF: Running ospf_age cleanup
15-11-2005 18:36:22 MyOSPF: Starting routing table calculation
15-11-2005 18:36:22 MyOSPF: Starting routing table calculation for area 0.0.0.0
15-11-2005 18:36:22 MyOSPF: Starting routing table calculation for inter-area (area 0.0.0.0)
15-11-2005 18:36:22 MyOSPF: Starting routing table calculation for ext routes
15-11-2005 18:36:22 MyOSPF: Starting routing table synchronisation
15-11-2005 18:36:22 MyOSPF: LS ack sent to 192.168.2.16 (delayed)
15-11-2005 18:36:22 MyOSPF: Hello sent via eth3
15-11-2005 18:36:22 MyOSPF: Hello sent via eth2
15-11-2005 18:36:22 MyOSPF: Hello sent via eth1
15-11-2005 18:36:22 MyOSPF: Hello sent via eth0
15-11-2005 18:36:22 MyOSPF: Received hello from 192.168.2.16 via eth2
15-11-2005 18:36:23 MyOSPF: Running ospf_age cleanup
15-11-2005 18:36:24 MyOSPF: LS upd sent to 192.168.2.16 (1 LSAs)
15-11-2005 18:36:24 device1: Scanning interfaces
15-11-2005 18:36:24 MyOSPF: Wait timer fired on interface eth0.
15-11-2005 18:36:24 MyOSPF: Changing state of iface: eth0 from "waiting" into "dr".
15-11-2005 18:36:24 MyOSPF: Wait timer fired on interface eth1.
15-11-2005 18:36:24 MyOSPF: Changing state of iface: eth1 from "waiting" into "dr".
15-11-2005 18:36:24 MyOSPF: Wait timer fired on interface eth2.
15-11-2005 18:36:24 MyOSPF: Wait timer fired on interface eth3.
15-11-2005 18:36:24 MyOSPF: Changing state of iface: eth3 from "waiting" into "dr".
15-11-2005 18:36:24 kernel1: Scanning routing table
15-11-2005 18:36:24 kernel1: 0.0.0.0/0: [alien] seen
15-11-2005 18:36:24 kernel1: Pruning table master
15-11-2005 18:36:24 kernel1: Pruning inherited routes
15-11-2005 18:36:26 MyOSPF: Received LS ack from 192.168.2.16
15-11-2005 18:36:31 MyOSPF: Hello sent via eth0
15-11-2005 18:36:31 MyOSPF: Hello sent via eth1
15-11-2005 18:36:31 MyOSPF: Hello sent via eth2
15-11-2005 18:36:31 MyOSPF: Hello sent via eth3
15-11-2005 18:36:31 MyOSPF: Received hello from 192.168.2.16 via eth2
15-11-2005 18:36:31 direct1 < primary address 192.168.1.4/30 on interface eth1 removed
15-11-2005 18:36:31 kernel1 < replaced 192.168.1.4/30 dev eth1
15-11-2005 18:36:31 Netlink: Network is down
15-11-2005 18:36:31 MyOSPF < rejected by protocol 192.168.1.4/30 dev eth1
15-11-2005 18:36:31 direct1 > removed [replaced] 192.168.1.4/30 dev eth1
15-11-2005 18:36:31 static1 < interface eth1 goes down
15-11-2005 18:36:31 MyOSPF < interface eth1 goes down
15-11-2005 18:36:31 MyOSPF: Killing interface eth1.
15-11-2005 18:36:31 MyOSPF: Changing state of iface: eth1 from "dr" into "down".
15-11-2005 18:36:31 MyOSPF: Scheduling RT lsa origination for area 0.0.0.0.
15-11-2005 18:36:32 MyOSPF: Originating RT_lsa for area "0.0.0.0".
15-11-2005 18:36:32 MyOSPF: Scheduling RT calculation.
15-11-2005 18:36:32 MyOSPF: LS upd flooded via eth2
15-11-2005 18:36:32 MyOSPF: Starting routing table calculation
15-11-2005 18:36:32 MyOSPF: Starting routing table calculation for area 0.0.0.0
15-11-2005 18:36:32 MyOSPF: Starting routing table calculation for inter-area (area 0.0.0.0)
15-11-2005 18:36:32 MyOSPF: Starting routing table calculation for ext routes
15-11-2005 18:36:32 MyOSPF: Starting routing table synchronisation
15-11-2005 18:36:32 kernel1 < removed 192.168.1.4/30 dev eth1
15-11-2005 18:36:32 MyOSPF > removed [sole] 192.168.1.4/30 dev eth1
15-11-2005 18:36:33 MyOSPF: Running ospf_age cleanup
15-11-2005 18:36:34 MyOSPF: Received LS ack from 192.168.2.16
15-11-2005 18:36:34 device1: Scanning interfaces
15-11-2005 18:36:40 MyOSPF: Received hello from 192.168.2.16 via eth2
15-11-2005 18:36:40 MyOSPF: Hello sent via eth3
15-11-2005 18:36:40 MyOSPF: Hello sent via eth2
15-11-2005 18:36:40 MyOSPF: Hello sent via eth0
15-11-2005 18:36:43 nl_parse_link: Malformed message received
15-11-2005 18:36:43 nl_parse_link: Malformed message received
15-11-2005 18:36:43 nl_parse_link: Malformed message received
15-11-2005 18:36:43 nl_parse_link: Malformed message received
15-11-2005 18:36:43 nl_parse_link: Malformed message received
15-11-2005 18:36:43 nl_parse_link: Malformed message received
15-11-2005 18:36:43 nl_parse_link: Malformed message received
15-11-2005 18:36:43 nl_parse_link: Malformed message received
15-11-2005 18:36:44 device1: Scanning interfaces
15-11-2005 18:36:44 static1 < interface eth1 goes up
15-11-2005 18:36:44 MyOSPF < interface eth1 goes up
15-11-2005 18:36:44 MyOSPF: Using interface eth1.
15-11-2005 18:36:44 direct1 < primary address 192.168.1.4/30 on interface eth1 added
15-11-2005 18:36:44 direct1 > added [best] 192.168.1.4/30 dev eth1
15-11-2005 18:36:44 kernel1 < added 192.168.1.4/30 dev eth1
15-11-2005 18:36:44 MyOSPF < filtered out 192.168.1.4/30 dev eth1
15-11-2005 18:36:44 kernel1: Scanning routing table
15-11-2005 18:36:44 kernel1: 0.0.0.0/0: [alien] seen
15-11-2005 18:36:44 kernel1: Pruning table master
15-11-2005 18:36:44 kernel1: Pruning inherited routes
15-11-2005 18:36:44 MyOSPF: Changing state of iface: eth1 from "down" into "waiting".
15-11-2005 18:36:44 MyOSPF: Hello sent via eth1
15-11-2005 18:36:44 MyOSPF: Scheduling RT lsa origination for area 0.0.0.0.
15-11-2005 18:36:45 MyOSPF: Originating RT_lsa for area "0.0.0.0".
15-11-2005 18:36:45 MyOSPF: Scheduling RT calculation.
15-11-2005 18:36:45 MyOSPF: LS upd flooded via eth2
15-11-2005 18:36:45 MyOSPF: Starting routing table calculation
15-11-2005 18:36:45 MyOSPF: Starting routing table calculation for area 0.0.0.0
15-11-2005 18:36:45 MyOSPF: Starting routing table calculation for inter-area (area 0.0.0.0)
15-11-2005 18:36:45 MyOSPF: Starting routing table calculation for ext routes
15-11-2005 18:36:45 MyOSPF: Starting routing table synchronisation
15-11-2005 18:36:45 MyOSPF > added 192.168.1.4/30 dev eth1
15-11-2005 18:36:46 nl_parse_link: Malformed message received
15-11-2005 18:36:46 MyOSPF: Running ospf_age cleanup
15-11-2005 18:36:46 MyOSPF: Received LS ack from 192.168.2.16
15-11-2005 18:36:49 MyOSPF: Hello sent via eth0
15-11-2005 18:36:49 MyOSPF: Hello sent via eth2
15-11-2005 18:36:49 MyOSPF: Hello sent via eth3
15-11-2005 18:36:49 MyOSPF: Received hello from 192.168.2.16 via eth2
15-11-2005 18:36:53 MyOSPF: Hello sent via eth1
15-11-2005 18:36:54 device1: Scanning interfaces
15-11-2005 18:36:58 MyOSPF: Hello sent via eth3
15-11-2005 18:36:58 MyOSPF: Hello sent via eth2
15-11-2005 18:36:58 MyOSPF: Hello sent via eth0
15-11-2005 18:36:58 MyOSPF: Received hello from 192.168.2.16 via eth2
15-11-2005 18:37:02 MyOSPF: Hello sent via eth1
15-11-2005 18:37:04 device1: Scanning interfaces
15-11-2005 18:37:04 MyOSPF: Wait timer fired on interface eth1.
15-11-2005 18:37:04 MyOSPF: Changing state of iface: eth1 from "waiting" into "dr".
15-11-2005 18:37:04 kernel1: Scanning routing table
15-11-2005 18:37:04 kernel1: 0.0.0.0/0: [alien] seen
15-11-2005 18:37:04 kernel1: Pruning table master
15-11-2005 18:37:04 kernel1: Pruning inherited routes
15-11-2005 18:37:07 MyOSPF: Hello sent via eth0
15-11-2005 18:37:07 MyOSPF: Hello sent via eth2
15-11-2005 18:37:07 MyOSPF: Hello sent via eth3
15-11-2005 18:37:07 MyOSPF: Received hello from 192.168.2.16 via eth2
15-11-2005 18:37:11 MyOSPF: Hello sent via eth1
15-11-2005 18:37:14 device1: Scanning interfaces
15-11-2005 18:37:16 MyOSPF: Hello sent via eth3
15-11-2005 18:37:16 MyOSPF: Hello sent via eth2
15-11-2005 18:37:16 MyOSPF: Hello sent via eth0
15-11-2005 18:37:16 MyOSPF: Received hello from 192.168.2.16 via eth2
15-11-2005 18:37:20 MyOSPF: Hello sent via eth1
it's possible that the problem are my hw wifi, i have a 3 whifi card pci "artem"...mmm
what is the problem?
thank
1
0
Hi,
i have a problem with bird daemon....
Reading the log file /val/log/birdlog i have read this message:
messaggio
Then i have tried to identify the reason and i have understood that these messages
are printed
when launch: ifup eth*.
I use the last version of bird (1.0.11) but the same message was present in the
preview version (1.0.10).
The S.O. where bird is installed is debian with kernel 2.6.9
I tried to increase the level of debug editing the bird.conf and i have obtained this logs:
2005 18:36:04 MyOSPF: Initializing
15-11-2005 18:36:04 direct1: Starting
15-11-2005 18:36:04 direct1: State changed to feed
15-11-2005 18:36:04 kernel1: Starting
15-11-2005 18:36:04 kernel1: State changed to feed
15-11-2005 18:36:04 device1: Starting
15-11-2005 18:36:04 device1: Scanning interfaces
15-11-2005 18:36:04 Guessed router ID 192.168.1.6 according to interface eth1
15-11-2005 18:36:04 device1: State changed to feed
15-11-2005 18:36:04 static1: Starting
15-11-2005 18:36:04 static1: State changed to feed
15-11-2005 18:36:04 MyOSPF: Starting
15-11-2005 18:36:04 MyOSPF: State changed to feed
15-11-2005 18:36:04 direct1 < primary address 127.0.0.0/8 on interface lo added
15-11-2005 18:36:04 direct1 > added [best] 127.0.0.0/8 dev lo
15-11-2005 18:36:04 direct1 < primary address 192.168.1.32/30 on interface eth0 added
15-11-2005 18:36:04 direct1 > added [best] 192.168.1.32/30 dev eth0
15-11-2005 18:36:04 direct1 < primary address 192.168.1.4/30 on interface eth1 added
15-11-2005 18:36:04 direct1 > added [best] 192.168.1.4/30 dev eth1
15-11-2005 18:36:04 direct1 < primary address 192.168.2.0/24 on interface eth2 added
15-11-2005 18:36:04 direct1 > added [best] 192.168.2.0/24 dev eth2
15-11-2005 18:36:04 direct1 < primary address 192.168.1.48/28 on interface eth3 added
15-11-2005 18:36:04 direct1 > added [best] 192.168.1.48/28 dev eth3
15-11-2005 18:36:04 direct1: State changed to up
15-11-2005 18:36:04 kernel1: Connected to table master
15-11-2005 18:36:04 kernel1 < added 192.168.2.0/24 dev eth2
15-11-2005 18:36:04 kernel1 < added 192.168.1.4/30 dev eth1
15-11-2005 18:36:04 kernel1 < added 127.0.0.0/8 dev lo
15-11-2005 18:36:04 kernel1 < added 192.168.1.48/28 dev eth3
15-11-2005 18:36:04 kernel1 < added 192.168.1.32/30 dev eth0
15-11-2005 18:36:04 kernel1: State changed to up
15-11-2005 18:36:04 device1: State changed to up
15-11-2005 18:36:04 static1 < interface lo goes up
15-11-2005 18:36:04 static1 < interface eth0 goes up
15-11-2005 18:36:04 static1 < interface eth1 goes up
15-11-2005 18:36:04 static1 < interface eth2 goes up
15-11-2005 18:36:04 static1 < interface eth3 goes up
15-11-2005 18:36:04 static1: State changed to up
15-11-2005 18:36:04 MyOSPF: Connected to table master
15-11-2005 18:36:04 MyOSPF < interface lo goes up
15-11-2005 18:36:04 MyOSPF < interface eth0 goes up
15-11-2005 18:36:04 MyOSPF: Using interface eth0.
15-11-2005 18:36:04 MyOSPF < interface eth1 goes up
15-11-2005 18:36:04 MyOSPF: Using interface eth1.
15-11-2005 18:36:04 MyOSPF < interface eth2 goes up
15-11-2005 18:36:04 MyOSPF: Using interface eth2.
15-11-2005 18:36:04 MyOSPF < interface eth3 goes up
15-11-2005 18:36:04 MyOSPF: Using interface eth3.
15-11-2005 18:36:04 MyOSPF < filtered out 192.168.2.0/24 dev eth2
15-11-2005 18:36:04 MyOSPF < filtered out 192.168.1.4/30 dev eth1
15-11-2005 18:36:04 MyOSPF < out of scope 127.0.0.0/8 dev lo
15-11-2005 18:36:04 MyOSPF < filtered out 192.168.1.48/28 dev eth3
15-11-2005 18:36:04 MyOSPF < filtered out 192.168.1.32/30 dev eth0
15-11-2005 18:36:04 MyOSPF: State changed to up
15-11-2005 18:36:04 kernel1: Scanning routing table
15-11-2005 18:36:04 kernel1: 0.0.0.0/0: [alien] created
15-11-2005 18:36:04 kernel1: Pruning table master
15-11-2005 18:36:04 kernel1: Pruning inherited routes
15-11-2005 18:36:04 kernel1 > added [best] 0.0.0.0/0 via 192.168.2.1 on eth2
15-11-2005 18:36:04 kernel1 < added 0.0.0.0/0 via 192.168.2.1 on eth2
15-11-2005 18:36:04 MyOSPF < filtered out 0.0.0.0/0 via 192.168.2.1 on eth2
15-11-2005 18:36:04 MyOSPF: Changing state of iface: eth3 from "down" into "waiting".
15-11-2005 18:36:04 MyOSPF: Hello sent via eth3
15-11-2005 18:36:04 MyOSPF: Scheduling RT lsa origination for area 0.0.0.0.
15-11-2005 18:36:04 MyOSPF: Changing state of iface: eth2 from "down" into "waiting".
15-11-2005 18:36:04 MyOSPF: Hello sent via eth2
15-11-2005 18:36:04 MyOSPF: Scheduling RT lsa origination for area 0.0.0.0.
15-11-2005 18:36:04 MyOSPF: Changing state of iface: eth1 from "down" into "waiting".
15-11-2005 18:36:04 MyOSPF: Hello sent via eth1
15-11-2005 18:36:04 MyOSPF: Scheduling RT lsa origination for area 0.0.0.0.
15-11-2005 18:36:04 MyOSPF: Changing state of iface: eth0 from "down" into "waiting".
15-11-2005 18:36:04 MyOSPF: Hello sent via eth0
15-11-2005 18:36:04 MyOSPF: Scheduling RT lsa origination for area 0.0.0.0.
15-11-2005 18:36:05 MyOSPF: Received hello from 192.168.2.16 via eth2
15-11-2005 18:36:05 MyOSPF: New neighbor found: 192.168.2.16 on eth2.
15-11-2005 18:36:05 MyOSPF: Neighbor 192.168.2.16 changes state from " down" to " init".
15-11-2005 18:36:05 MyOSPF: Neighbor 192.168.2.16 changes state from " init" to " 2way".
15-11-2005 18:36:05 MyOSPF: Changing state of iface: eth2 from "waiting" into "backup".
15-11-2005 18:36:05 MyOSPF: Originating RT_lsa for area "0.0.0.0".
15-11-2005 18:36:05 MyOSPF: Scheduling RT calculation.
15-11-2005 18:36:05 MyOSPF: Running ospf_age cleanup
15-11-2005 18:36:05 MyOSPF: Starting routing table calculation
15-11-2005 18:36:05 MyOSPF: Starting routing table calculation for area 0.0.0.0
15-11-2005 18:36:05 MyOSPF: Starting routing table calculation for inter-area (area 0.0.0.0)
15-11-2005 18:36:05 MyOSPF: Starting routing table calculation for ext routes
15-11-2005 18:36:05 MyOSPF: Starting routing table synchronisation
15-11-2005 18:36:05 MyOSPF > added 192.168.2.0/24 dev eth2
15-11-2005 18:36:05 MyOSPF > added 192.168.1.4/30 dev eth1
15-11-2005 18:36:05 MyOSPF > added 192.168.1.48/28 dev eth3
15-11-2005 18:36:05 MyOSPF > added 192.168.1.32/30 dev eth0
15-11-2005 18:36:06 MyOSPF: Running ospf_age cleanup
15-11-2005 18:36:13 MyOSPF: Hello sent via eth0
15-11-2005 18:36:13 MyOSPF: Hello sent via eth1
15-11-2005 18:36:13 MyOSPF: Hello sent via eth2
15-11-2005 18:36:13 MyOSPF: Hello sent via eth3
15-11-2005 18:36:13 MyOSPF: Received hello from 192.168.2.16 via eth2
15-11-2005 18:36:13 MyOSPF: Neighbor 192.168.2.16 changes state from " 2way" to " exstart".
15-11-2005 18:36:14 MyOSPF: DB_DES (I) sent to 192.168.2.16 via eth2.
15-11-2005 18:36:14 device1: Scanning interfaces
15-11-2005 18:36:17 MyOSPF: Received dbdes from 192.168.2.16 via eth2.
15-11-2005 18:36:17 MyOSPF: I'm slave to 192.168.2.16.
15-11-2005 18:36:17 MyOSPF: Neighbor 192.168.2.16 changes state from " exstart" to "exchange".
15-11-2005 18:36:17 MyOSPF: DB_DES (M) sent to 192.168.2.16 via eth2.
15-11-2005 18:36:17 MyOSPF: Received dbdes from 192.168.2.16 via eth2.
15-11-2005 18:36:17 MyOSPF: DB_DES (M) sent to 192.168.2.16 via eth2.
15-11-2005 18:36:17 MyOSPF: Neighbor 192.168.2.16 changes state from "exchange" to " loading".
15-11-2005 18:36:19 MyOSPF: LS request sent to: 192.168.2.16
15-11-2005 18:36:19 MyOSPF: Received LS upd from 192.168.2.16
15-11-2005 18:36:19 MyOSPF: Premature aging self originated lsa.
15-11-2005 18:36:19 MyOSPF: Type: 2, Id: 192.168.1.6, Rt: 192.168.1.6
15-11-2005 18:36:19 MyOSPF: LS upd flooded via eth2
15-11-2005 18:36:19 MyOSPF: Scheduling RT calculation.
15-11-2005 18:36:19 MyOSPF: Premature aging self originated lsa.
15-11-2005 18:36:19 MyOSPF: Type: 1, Id: 192.168.1.6, Rt: 192.168.1.6
15-11-2005 18:36:19 MyOSPF: LS upd flooded via eth2
15-11-2005 18:36:19 MyOSPF: LS upd flooded via eth2
15-11-2005 18:36:19 MyOSPF: Neighbor 192.168.2.16 changes state from " loading" to " full".
15-11-2005 18:36:19 MyOSPF: Scheduling RT lsa origination for area 0.0.0.0.
15-11-2005 18:36:20 MyOSPF: Originating RT_lsa for area "0.0.0.0".
15-11-2005 18:36:20 MyOSPF: LS upd flooded via eth2
15-11-2005 18:36:20 MyOSPF: Starting routing table calculation
15-11-2005 18:36:20 MyOSPF: Starting routing table calculation for area 0.0.0.0
15-11-2005 18:36:20 MyOSPF: Starting routing table calculation for inter-area (area 0.0.0.0)
15-11-2005 18:36:20 MyOSPF: Starting routing table calculation for ext routes
15-11-2005 18:36:20 MyOSPF: Starting routing table synchronisation
15-11-2005 18:36:20 MyOSPF > removed 192.168.2.0/24 dev eth2
15-11-2005 18:36:20 MyOSPF: LS ack sent to 192.168.2.16 (delayed)
15-11-2005 18:36:20 MyOSPF: Received LS upd from 192.168.2.16
15-11-2005 18:36:20 MyOSPF: Received LS upd from 192.168.2.16
15-11-2005 18:36:20 MyOSPF: Scheduling RT calculation.
15-11-2005 18:36:20 MyOSPF: Received LS ack from 192.168.2.16
15-11-2005 18:36:20 MyOSPF: Strange LS acknoledgement from 192.168.2.16
15-11-2005 18:36:20 MyOSPF: Id: 192.168.1.6, Rt: 192.168.1.6, Type: 1
15-11-2005 18:36:20 MyOSPF: I have: Age: 0, Seqno: 0x80000002, Sum: 42999
15-11-2005 18:36:20 MyOSPF: He has: Age: 15, Seqno: 0x80000001, Sum: 12798
15-11-2005 18:36:21 MyOSPF: Running ospf_age cleanup
15-11-2005 18:36:21 MyOSPF: Starting routing table calculation
15-11-2005 18:36:21 MyOSPF: Starting routing table calculation for area 0.0.0.0
15-11-2005 18:36:21 MyOSPF: Starting routing table calculation for inter-area (area 0.0.0.0)
15-11-2005 18:36:21 MyOSPF: Starting routing table calculation for ext routes
15-11-2005 18:36:21 MyOSPF: Starting routing table synchronisation
15-11-2005 18:36:21 MyOSPF > added 192.168.2.0/24 dev eth2
15-11-2005 18:36:22 MyOSPF: Received LS upd from 192.168.2.16
15-11-2005 18:36:22 MyOSPF: Scheduling RT calculation.
15-11-2005 18:36:22 MyOSPF: LS ack sent to 192.168.2.16 (direct)
15-11-2005 18:36:22 MyOSPF: Running ospf_age cleanup
15-11-2005 18:36:22 MyOSPF: Starting routing table calculation
15-11-2005 18:36:22 MyOSPF: Starting routing table calculation for area 0.0.0.0
15-11-2005 18:36:22 MyOSPF: Starting routing table calculation for inter-area (area 0.0.0.0)
15-11-2005 18:36:22 MyOSPF: Starting routing table calculation for ext routes
15-11-2005 18:36:22 MyOSPF: Starting routing table synchronisation
15-11-2005 18:36:22 MyOSPF: LS ack sent to 192.168.2.16 (delayed)
15-11-2005 18:36:22 MyOSPF: Hello sent via eth3
15-11-2005 18:36:22 MyOSPF: Hello sent via eth2
15-11-2005 18:36:22 MyOSPF: Hello sent via eth1
15-11-2005 18:36:22 MyOSPF: Hello sent via eth0
15-11-2005 18:36:22 MyOSPF: Received hello from 192.168.2.16 via eth2
15-11-2005 18:36:23 MyOSPF: Running ospf_age cleanup
15-11-2005 18:36:24 MyOSPF: LS upd sent to 192.168.2.16 (1 LSAs)
15-11-2005 18:36:24 device1: Scanning interfaces
15-11-2005 18:36:24 MyOSPF: Wait timer fired on interface eth0.
15-11-2005 18:36:24 MyOSPF: Changing state of iface: eth0 from "waiting" into "dr".
15-11-2005 18:36:24 MyOSPF: Wait timer fired on interface eth1.
15-11-2005 18:36:24 MyOSPF: Changing state of iface: eth1 from "waiting" into "dr".
15-11-2005 18:36:24 MyOSPF: Wait timer fired on interface eth2.
15-11-2005 18:36:24 MyOSPF: Wait timer fired on interface eth3.
15-11-2005 18:36:24 MyOSPF: Changing state of iface: eth3 from "waiting" into "dr".
15-11-2005 18:36:24 kernel1: Scanning routing table
15-11-2005 18:36:24 kernel1: 0.0.0.0/0: [alien] seen
15-11-2005 18:36:24 kernel1: Pruning table master
15-11-2005 18:36:24 kernel1: Pruning inherited routes
15-11-2005 18:36:26 MyOSPF: Received LS ack from 192.168.2.16
15-11-2005 18:36:31 MyOSPF: Hello sent via eth0
15-11-2005 18:36:31 MyOSPF: Hello sent via eth1
15-11-2005 18:36:31 MyOSPF: Hello sent via eth2
15-11-2005 18:36:31 MyOSPF: Hello sent via eth3
15-11-2005 18:36:31 MyOSPF: Received hello from 192.168.2.16 via eth2
15-11-2005 18:36:31 direct1 < primary address 192.168.1.4/30 on interface eth1 removed
15-11-2005 18:36:31 kernel1 < replaced 192.168.1.4/30 dev eth1
15-11-2005 18:36:31 Netlink: Network is down
15-11-2005 18:36:31 MyOSPF < rejected by protocol 192.168.1.4/30 dev eth1
15-11-2005 18:36:31 direct1 > removed [replaced] 192.168.1.4/30 dev eth1
15-11-2005 18:36:31 static1 < interface eth1 goes down
15-11-2005 18:36:31 MyOSPF < interface eth1 goes down
15-11-2005 18:36:31 MyOSPF: Killing interface eth1.
15-11-2005 18:36:31 MyOSPF: Changing state of iface: eth1 from "dr" into "down".
15-11-2005 18:36:31 MyOSPF: Scheduling RT lsa origination for area 0.0.0.0.
15-11-2005 18:36:32 MyOSPF: Originating RT_lsa for area "0.0.0.0".
15-11-2005 18:36:32 MyOSPF: Scheduling RT calculation.
15-11-2005 18:36:32 MyOSPF: LS upd flooded via eth2
15-11-2005 18:36:32 MyOSPF: Starting routing table calculation
15-11-2005 18:36:32 MyOSPF: Starting routing table calculation for area 0.0.0.0
15-11-2005 18:36:32 MyOSPF: Starting routing table calculation for inter-area (area 0.0.0.0)
15-11-2005 18:36:32 MyOSPF: Starting routing table calculation for ext routes
15-11-2005 18:36:32 MyOSPF: Starting routing table synchronisation
15-11-2005 18:36:32 kernel1 < removed 192.168.1.4/30 dev eth1
15-11-2005 18:36:32 MyOSPF > removed [sole] 192.168.1.4/30 dev eth1
15-11-2005 18:36:33 MyOSPF: Running ospf_age cleanup
15-11-2005 18:36:34 MyOSPF: Received LS ack from 192.168.2.16
15-11-2005 18:36:34 device1: Scanning interfaces
15-11-2005 18:36:40 MyOSPF: Received hello from 192.168.2.16 via eth2
15-11-2005 18:36:40 MyOSPF: Hello sent via eth3
15-11-2005 18:36:40 MyOSPF: Hello sent via eth2
15-11-2005 18:36:40 MyOSPF: Hello sent via eth0
15-11-2005 18:36:43 nl_parse_link: Malformed message received
15-11-2005 18:36:43 nl_parse_link: Malformed message received
15-11-2005 18:36:43 nl_parse_link: Malformed message received
15-11-2005 18:36:43 nl_parse_link: Malformed message received
15-11-2005 18:36:43 nl_parse_link: Malformed message received
15-11-2005 18:36:43 nl_parse_link: Malformed message received
15-11-2005 18:36:43 nl_parse_link: Malformed message received
15-11-2005 18:36:43 nl_parse_link: Malformed message received
15-11-2005 18:36:44 device1: Scanning interfaces
15-11-2005 18:36:44 static1 < interface eth1 goes up
15-11-2005 18:36:44 MyOSPF < interface eth1 goes up
15-11-2005 18:36:44 MyOSPF: Using interface eth1.
15-11-2005 18:36:44 direct1 < primary address 192.168.1.4/30 on interface eth1 added
15-11-2005 18:36:44 direct1 > added [best] 192.168.1.4/30 dev eth1
15-11-2005 18:36:44 kernel1 < added 192.168.1.4/30 dev eth1
15-11-2005 18:36:44 MyOSPF < filtered out 192.168.1.4/30 dev eth1
15-11-2005 18:36:44 kernel1: Scanning routing table
15-11-2005 18:36:44 kernel1: 0.0.0.0/0: [alien] seen
15-11-2005 18:36:44 kernel1: Pruning table master
15-11-2005 18:36:44 kernel1: Pruning inherited routes
15-11-2005 18:36:44 MyOSPF: Changing state of iface: eth1 from "down" into "waiting".
15-11-2005 18:36:44 MyOSPF: Hello sent via eth1
15-11-2005 18:36:44 MyOSPF: Scheduling RT lsa origination for area 0.0.0.0.
15-11-2005 18:36:45 MyOSPF: Originating RT_lsa for area "0.0.0.0".
15-11-2005 18:36:45 MyOSPF: Scheduling RT calculation.
15-11-2005 18:36:45 MyOSPF: LS upd flooded via eth2
15-11-2005 18:36:45 MyOSPF: Starting routing table calculation
15-11-2005 18:36:45 MyOSPF: Starting routing table calculation for area 0.0.0.0
15-11-2005 18:36:45 MyOSPF: Starting routing table calculation for inter-area (area 0.0.0.0)
15-11-2005 18:36:45 MyOSPF: Starting routing table calculation for ext routes
15-11-2005 18:36:45 MyOSPF: Starting routing table synchronisation
15-11-2005 18:36:45 MyOSPF > added 192.168.1.4/30 dev eth1
15-11-2005 18:36:46 nl_parse_link: Malformed message received
15-11-2005 18:36:46 MyOSPF: Running ospf_age cleanup
15-11-2005 18:36:46 MyOSPF: Received LS ack from 192.168.2.16
15-11-2005 18:36:49 MyOSPF: Hello sent via eth0
15-11-2005 18:36:49 MyOSPF: Hello sent via eth2
15-11-2005 18:36:49 MyOSPF: Hello sent via eth3
15-11-2005 18:36:49 MyOSPF: Received hello from 192.168.2.16 via eth2
15-11-2005 18:36:53 MyOSPF: Hello sent via eth1
15-11-2005 18:36:54 device1: Scanning interfaces
15-11-2005 18:36:58 MyOSPF: Hello sent via eth3
15-11-2005 18:36:58 MyOSPF: Hello sent via eth2
15-11-2005 18:36:58 MyOSPF: Hello sent via eth0
15-11-2005 18:36:58 MyOSPF: Received hello from 192.168.2.16 via eth2
15-11-2005 18:37:02 MyOSPF: Hello sent via eth1
15-11-2005 18:37:04 device1: Scanning interfaces
15-11-2005 18:37:04 MyOSPF: Wait timer fired on interface eth1.
15-11-2005 18:37:04 MyOSPF: Changing state of iface: eth1 from "waiting" into "dr".
15-11-2005 18:37:04 kernel1: Scanning routing table
15-11-2005 18:37:04 kernel1: 0.0.0.0/0: [alien] seen
15-11-2005 18:37:04 kernel1: Pruning table master
15-11-2005 18:37:04 kernel1: Pruning inherited routes
15-11-2005 18:37:07 MyOSPF: Hello sent via eth0
15-11-2005 18:37:07 MyOSPF: Hello sent via eth2
15-11-2005 18:37:07 MyOSPF: Hello sent via eth3
15-11-2005 18:37:07 MyOSPF: Received hello from 192.168.2.16 via eth2
15-11-2005 18:37:11 MyOSPF: Hello sent via eth1
15-11-2005 18:37:14 device1: Scanning interfaces
15-11-2005 18:37:16 MyOSPF: Hello sent via eth3
15-11-2005 18:37:16 MyOSPF: Hello sent via eth2
15-11-2005 18:37:16 MyOSPF: Hello sent via eth0
15-11-2005 18:37:16 MyOSPF: Received hello from 192.168.2.16 via eth2
15-11-2005 18:37:20 MyOSPF: Hello sent via eth1
it's possible that the problem are my hw wifi, i have a 3 whifi card pci "artem"...mmm
what is the problem?
thank
2
1
Hi,
i have a problem with bird daemon....
Reading the log file /val/log/birdlog i have read this message:
messaggio
Then i have tried to identify the reason and i have understood that these messages
are printed
when launch: ifup eth*.
I use the last version of bird (1.0.11) but the same message was present in the
preview version (1.0.10).
The S.O. where bird is installed is debian with kernel 2.6.9
I tried to increase the level of debug editing the bird.conf and i have obtained this logs:
2005 18:36:04 MyOSPF: Initializing
15-11-2005 18:36:04 direct1: Starting
15-11-2005 18:36:04 direct1: State changed to feed
15-11-2005 18:36:04 kernel1: Starting
15-11-2005 18:36:04 kernel1: State changed to feed
15-11-2005 18:36:04 device1: Starting
15-11-2005 18:36:04 device1: Scanning interfaces
15-11-2005 18:36:04 Guessed router ID 192.168.1.6 according to interface eth1
15-11-2005 18:36:04 device1: State changed to feed
15-11-2005 18:36:04 static1: Starting
15-11-2005 18:36:04 static1: State changed to feed
15-11-2005 18:36:04 MyOSPF: Starting
15-11-2005 18:36:04 MyOSPF: State changed to feed
15-11-2005 18:36:04 direct1 < primary address 127.0.0.0/8 on interface lo added
15-11-2005 18:36:04 direct1 > added [best] 127.0.0.0/8 dev lo
15-11-2005 18:36:04 direct1 < primary address 192.168.1.32/30 on interface eth0 added
15-11-2005 18:36:04 direct1 > added [best] 192.168.1.32/30 dev eth0
15-11-2005 18:36:04 direct1 < primary address 192.168.1.4/30 on interface eth1 added
15-11-2005 18:36:04 direct1 > added [best] 192.168.1.4/30 dev eth1
15-11-2005 18:36:04 direct1 < primary address 192.168.2.0/24 on interface eth2 added
15-11-2005 18:36:04 direct1 > added [best] 192.168.2.0/24 dev eth2
15-11-2005 18:36:04 direct1 < primary address 192.168.1.48/28 on interface eth3 added
15-11-2005 18:36:04 direct1 > added [best] 192.168.1.48/28 dev eth3
15-11-2005 18:36:04 direct1: State changed to up
15-11-2005 18:36:04 kernel1: Connected to table master
15-11-2005 18:36:04 kernel1 < added 192.168.2.0/24 dev eth2
15-11-2005 18:36:04 kernel1 < added 192.168.1.4/30 dev eth1
15-11-2005 18:36:04 kernel1 < added 127.0.0.0/8 dev lo
15-11-2005 18:36:04 kernel1 < added 192.168.1.48/28 dev eth3
15-11-2005 18:36:04 kernel1 < added 192.168.1.32/30 dev eth0
15-11-2005 18:36:04 kernel1: State changed to up
15-11-2005 18:36:04 device1: State changed to up
15-11-2005 18:36:04 static1 < interface lo goes up
15-11-2005 18:36:04 static1 < interface eth0 goes up
15-11-2005 18:36:04 static1 < interface eth1 goes up
15-11-2005 18:36:04 static1 < interface eth2 goes up
15-11-2005 18:36:04 static1 < interface eth3 goes up
15-11-2005 18:36:04 static1: State changed to up
15-11-2005 18:36:04 MyOSPF: Connected to table master
15-11-2005 18:36:04 MyOSPF < interface lo goes up
15-11-2005 18:36:04 MyOSPF < interface eth0 goes up
15-11-2005 18:36:04 MyOSPF: Using interface eth0.
15-11-2005 18:36:04 MyOSPF < interface eth1 goes up
15-11-2005 18:36:04 MyOSPF: Using interface eth1.
15-11-2005 18:36:04 MyOSPF < interface eth2 goes up
15-11-2005 18:36:04 MyOSPF: Using interface eth2.
15-11-2005 18:36:04 MyOSPF < interface eth3 goes up
15-11-2005 18:36:04 MyOSPF: Using interface eth3.
15-11-2005 18:36:04 MyOSPF < filtered out 192.168.2.0/24 dev eth2
15-11-2005 18:36:04 MyOSPF < filtered out 192.168.1.4/30 dev eth1
15-11-2005 18:36:04 MyOSPF < out of scope 127.0.0.0/8 dev lo
15-11-2005 18:36:04 MyOSPF < filtered out 192.168.1.48/28 dev eth3
15-11-2005 18:36:04 MyOSPF < filtered out 192.168.1.32/30 dev eth0
15-11-2005 18:36:04 MyOSPF: State changed to up
15-11-2005 18:36:04 kernel1: Scanning routing table
15-11-2005 18:36:04 kernel1: 0.0.0.0/0: [alien] created
15-11-2005 18:36:04 kernel1: Pruning table master
15-11-2005 18:36:04 kernel1: Pruning inherited routes
15-11-2005 18:36:04 kernel1 > added [best] 0.0.0.0/0 via 192.168.2.1 on eth2
15-11-2005 18:36:04 kernel1 < added 0.0.0.0/0 via 192.168.2.1 on eth2
15-11-2005 18:36:04 MyOSPF < filtered out 0.0.0.0/0 via 192.168.2.1 on eth2
15-11-2005 18:36:04 MyOSPF: Changing state of iface: eth3 from "down" into "waiting".
15-11-2005 18:36:04 MyOSPF: Hello sent via eth3
15-11-2005 18:36:04 MyOSPF: Scheduling RT lsa origination for area 0.0.0.0.
15-11-2005 18:36:04 MyOSPF: Changing state of iface: eth2 from "down" into "waiting".
15-11-2005 18:36:04 MyOSPF: Hello sent via eth2
15-11-2005 18:36:04 MyOSPF: Scheduling RT lsa origination for area 0.0.0.0.
15-11-2005 18:36:04 MyOSPF: Changing state of iface: eth1 from "down" into "waiting".
15-11-2005 18:36:04 MyOSPF: Hello sent via eth1
15-11-2005 18:36:04 MyOSPF: Scheduling RT lsa origination for area 0.0.0.0.
15-11-2005 18:36:04 MyOSPF: Changing state of iface: eth0 from "down" into "waiting".
15-11-2005 18:36:04 MyOSPF: Hello sent via eth0
15-11-2005 18:36:04 MyOSPF: Scheduling RT lsa origination for area 0.0.0.0.
15-11-2005 18:36:05 MyOSPF: Received hello from 192.168.2.16 via eth2
15-11-2005 18:36:05 MyOSPF: New neighbor found: 192.168.2.16 on eth2.
15-11-2005 18:36:05 MyOSPF: Neighbor 192.168.2.16 changes state from " down" to " init".
15-11-2005 18:36:05 MyOSPF: Neighbor 192.168.2.16 changes state from " init" to " 2way".
15-11-2005 18:36:05 MyOSPF: Changing state of iface: eth2 from "waiting" into "backup".
15-11-2005 18:36:05 MyOSPF: Originating RT_lsa for area "0.0.0.0".
15-11-2005 18:36:05 MyOSPF: Scheduling RT calculation.
15-11-2005 18:36:05 MyOSPF: Running ospf_age cleanup
15-11-2005 18:36:05 MyOSPF: Starting routing table calculation
15-11-2005 18:36:05 MyOSPF: Starting routing table calculation for area 0.0.0.0
15-11-2005 18:36:05 MyOSPF: Starting routing table calculation for inter-area (area 0.0.0.0)
15-11-2005 18:36:05 MyOSPF: Starting routing table calculation for ext routes
15-11-2005 18:36:05 MyOSPF: Starting routing table synchronisation
15-11-2005 18:36:05 MyOSPF > added 192.168.2.0/24 dev eth2
15-11-2005 18:36:05 MyOSPF > added 192.168.1.4/30 dev eth1
15-11-2005 18:36:05 MyOSPF > added 192.168.1.48/28 dev eth3
15-11-2005 18:36:05 MyOSPF > added 192.168.1.32/30 dev eth0
15-11-2005 18:36:06 MyOSPF: Running ospf_age cleanup
15-11-2005 18:36:13 MyOSPF: Hello sent via eth0
15-11-2005 18:36:13 MyOSPF: Hello sent via eth1
15-11-2005 18:36:13 MyOSPF: Hello sent via eth2
15-11-2005 18:36:13 MyOSPF: Hello sent via eth3
15-11-2005 18:36:13 MyOSPF: Received hello from 192.168.2.16 via eth2
15-11-2005 18:36:13 MyOSPF: Neighbor 192.168.2.16 changes state from " 2way" to " exstart".
15-11-2005 18:36:14 MyOSPF: DB_DES (I) sent to 192.168.2.16 via eth2.
15-11-2005 18:36:14 device1: Scanning interfaces
15-11-2005 18:36:17 MyOSPF: Received dbdes from 192.168.2.16 via eth2.
15-11-2005 18:36:17 MyOSPF: I'm slave to 192.168.2.16.
15-11-2005 18:36:17 MyOSPF: Neighbor 192.168.2.16 changes state from " exstart" to "exchange".
15-11-2005 18:36:17 MyOSPF: DB_DES (M) sent to 192.168.2.16 via eth2.
15-11-2005 18:36:17 MyOSPF: Received dbdes from 192.168.2.16 via eth2.
15-11-2005 18:36:17 MyOSPF: DB_DES (M) sent to 192.168.2.16 via eth2.
15-11-2005 18:36:17 MyOSPF: Neighbor 192.168.2.16 changes state from "exchange" to " loading".
15-11-2005 18:36:19 MyOSPF: LS request sent to: 192.168.2.16
15-11-2005 18:36:19 MyOSPF: Received LS upd from 192.168.2.16
15-11-2005 18:36:19 MyOSPF: Premature aging self originated lsa.
15-11-2005 18:36:19 MyOSPF: Type: 2, Id: 192.168.1.6, Rt: 192.168.1.6
15-11-2005 18:36:19 MyOSPF: LS upd flooded via eth2
15-11-2005 18:36:19 MyOSPF: Scheduling RT calculation.
15-11-2005 18:36:19 MyOSPF: Premature aging self originated lsa.
15-11-2005 18:36:19 MyOSPF: Type: 1, Id: 192.168.1.6, Rt: 192.168.1.6
15-11-2005 18:36:19 MyOSPF: LS upd flooded via eth2
15-11-2005 18:36:19 MyOSPF: LS upd flooded via eth2
15-11-2005 18:36:19 MyOSPF: Neighbor 192.168.2.16 changes state from " loading" to " full".
15-11-2005 18:36:19 MyOSPF: Scheduling RT lsa origination for area 0.0.0.0.
15-11-2005 18:36:20 MyOSPF: Originating RT_lsa for area "0.0.0.0".
15-11-2005 18:36:20 MyOSPF: LS upd flooded via eth2
15-11-2005 18:36:20 MyOSPF: Starting routing table calculation
15-11-2005 18:36:20 MyOSPF: Starting routing table calculation for area 0.0.0.0
15-11-2005 18:36:20 MyOSPF: Starting routing table calculation for inter-area (area 0.0.0.0)
15-11-2005 18:36:20 MyOSPF: Starting routing table calculation for ext routes
15-11-2005 18:36:20 MyOSPF: Starting routing table synchronisation
15-11-2005 18:36:20 MyOSPF > removed 192.168.2.0/24 dev eth2
15-11-2005 18:36:20 MyOSPF: LS ack sent to 192.168.2.16 (delayed)
15-11-2005 18:36:20 MyOSPF: Received LS upd from 192.168.2.16
15-11-2005 18:36:20 MyOSPF: Received LS upd from 192.168.2.16
15-11-2005 18:36:20 MyOSPF: Scheduling RT calculation.
15-11-2005 18:36:20 MyOSPF: Received LS ack from 192.168.2.16
15-11-2005 18:36:20 MyOSPF: Strange LS acknoledgement from 192.168.2.16
15-11-2005 18:36:20 MyOSPF: Id: 192.168.1.6, Rt: 192.168.1.6, Type: 1
15-11-2005 18:36:20 MyOSPF: I have: Age: 0, Seqno: 0x80000002, Sum: 42999
15-11-2005 18:36:20 MyOSPF: He has: Age: 15, Seqno: 0x80000001, Sum: 12798
15-11-2005 18:36:21 MyOSPF: Running ospf_age cleanup
15-11-2005 18:36:21 MyOSPF: Starting routing table calculation
15-11-2005 18:36:21 MyOSPF: Starting routing table calculation for area 0.0.0.0
15-11-2005 18:36:21 MyOSPF: Starting routing table calculation for inter-area (area 0.0.0.0)
15-11-2005 18:36:21 MyOSPF: Starting routing table calculation for ext routes
15-11-2005 18:36:21 MyOSPF: Starting routing table synchronisation
15-11-2005 18:36:21 MyOSPF > added 192.168.2.0/24 dev eth2
15-11-2005 18:36:22 MyOSPF: Received LS upd from 192.168.2.16
15-11-2005 18:36:22 MyOSPF: Scheduling RT calculation.
15-11-2005 18:36:22 MyOSPF: LS ack sent to 192.168.2.16 (direct)
15-11-2005 18:36:22 MyOSPF: Running ospf_age cleanup
15-11-2005 18:36:22 MyOSPF: Starting routing table calculation
15-11-2005 18:36:22 MyOSPF: Starting routing table calculation for area 0.0.0.0
15-11-2005 18:36:22 MyOSPF: Starting routing table calculation for inter-area (area 0.0.0.0)
15-11-2005 18:36:22 MyOSPF: Starting routing table calculation for ext routes
15-11-2005 18:36:22 MyOSPF: Starting routing table synchronisation
15-11-2005 18:36:22 MyOSPF: LS ack sent to 192.168.2.16 (delayed)
15-11-2005 18:36:22 MyOSPF: Hello sent via eth3
15-11-2005 18:36:22 MyOSPF: Hello sent via eth2
15-11-2005 18:36:22 MyOSPF: Hello sent via eth1
15-11-2005 18:36:22 MyOSPF: Hello sent via eth0
15-11-2005 18:36:22 MyOSPF: Received hello from 192.168.2.16 via eth2
15-11-2005 18:36:23 MyOSPF: Running ospf_age cleanup
15-11-2005 18:36:24 MyOSPF: LS upd sent to 192.168.2.16 (1 LSAs)
15-11-2005 18:36:24 device1: Scanning interfaces
15-11-2005 18:36:24 MyOSPF: Wait timer fired on interface eth0.
15-11-2005 18:36:24 MyOSPF: Changing state of iface: eth0 from "waiting" into "dr".
15-11-2005 18:36:24 MyOSPF: Wait timer fired on interface eth1.
15-11-2005 18:36:24 MyOSPF: Changing state of iface: eth1 from "waiting" into "dr".
15-11-2005 18:36:24 MyOSPF: Wait timer fired on interface eth2.
15-11-2005 18:36:24 MyOSPF: Wait timer fired on interface eth3.
15-11-2005 18:36:24 MyOSPF: Changing state of iface: eth3 from "waiting" into "dr".
15-11-2005 18:36:24 kernel1: Scanning routing table
15-11-2005 18:36:24 kernel1: 0.0.0.0/0: [alien] seen
15-11-2005 18:36:24 kernel1: Pruning table master
15-11-2005 18:36:24 kernel1: Pruning inherited routes
15-11-2005 18:36:26 MyOSPF: Received LS ack from 192.168.2.16
15-11-2005 18:36:31 MyOSPF: Hello sent via eth0
15-11-2005 18:36:31 MyOSPF: Hello sent via eth1
15-11-2005 18:36:31 MyOSPF: Hello sent via eth2
15-11-2005 18:36:31 MyOSPF: Hello sent via eth3
15-11-2005 18:36:31 MyOSPF: Received hello from 192.168.2.16 via eth2
15-11-2005 18:36:31 direct1 < primary address 192.168.1.4/30 on interface eth1 removed
15-11-2005 18:36:31 kernel1 < replaced 192.168.1.4/30 dev eth1
15-11-2005 18:36:31 Netlink: Network is down
15-11-2005 18:36:31 MyOSPF < rejected by protocol 192.168.1.4/30 dev eth1
15-11-2005 18:36:31 direct1 > removed [replaced] 192.168.1.4/30 dev eth1
15-11-2005 18:36:31 static1 < interface eth1 goes down
15-11-2005 18:36:31 MyOSPF < interface eth1 goes down
15-11-2005 18:36:31 MyOSPF: Killing interface eth1.
15-11-2005 18:36:31 MyOSPF: Changing state of iface: eth1 from "dr" into "down".
15-11-2005 18:36:31 MyOSPF: Scheduling RT lsa origination for area 0.0.0.0.
15-11-2005 18:36:32 MyOSPF: Originating RT_lsa for area "0.0.0.0".
15-11-2005 18:36:32 MyOSPF: Scheduling RT calculation.
15-11-2005 18:36:32 MyOSPF: LS upd flooded via eth2
15-11-2005 18:36:32 MyOSPF: Starting routing table calculation
15-11-2005 18:36:32 MyOSPF: Starting routing table calculation for area 0.0.0.0
15-11-2005 18:36:32 MyOSPF: Starting routing table calculation for inter-area (area 0.0.0.0)
15-11-2005 18:36:32 MyOSPF: Starting routing table calculation for ext routes
15-11-2005 18:36:32 MyOSPF: Starting routing table synchronisation
15-11-2005 18:36:32 kernel1 < removed 192.168.1.4/30 dev eth1
15-11-2005 18:36:32 MyOSPF > removed [sole] 192.168.1.4/30 dev eth1
15-11-2005 18:36:33 MyOSPF: Running ospf_age cleanup
15-11-2005 18:36:34 MyOSPF: Received LS ack from 192.168.2.16
15-11-2005 18:36:34 device1: Scanning interfaces
15-11-2005 18:36:40 MyOSPF: Received hello from 192.168.2.16 via eth2
15-11-2005 18:36:40 MyOSPF: Hello sent via eth3
15-11-2005 18:36:40 MyOSPF: Hello sent via eth2
15-11-2005 18:36:40 MyOSPF: Hello sent via eth0
15-11-2005 18:36:43 nl_parse_link: Malformed message received
15-11-2005 18:36:43 nl_parse_link: Malformed message received
15-11-2005 18:36:43 nl_parse_link: Malformed message received
15-11-2005 18:36:43 nl_parse_link: Malformed message received
15-11-2005 18:36:43 nl_parse_link: Malformed message received
15-11-2005 18:36:43 nl_parse_link: Malformed message received
15-11-2005 18:36:43 nl_parse_link: Malformed message received
15-11-2005 18:36:43 nl_parse_link: Malformed message received
15-11-2005 18:36:44 device1: Scanning interfaces
15-11-2005 18:36:44 static1 < interface eth1 goes up
15-11-2005 18:36:44 MyOSPF < interface eth1 goes up
15-11-2005 18:36:44 MyOSPF: Using interface eth1.
15-11-2005 18:36:44 direct1 < primary address 192.168.1.4/30 on interface eth1 added
15-11-2005 18:36:44 direct1 > added [best] 192.168.1.4/30 dev eth1
15-11-2005 18:36:44 kernel1 < added 192.168.1.4/30 dev eth1
15-11-2005 18:36:44 MyOSPF < filtered out 192.168.1.4/30 dev eth1
15-11-2005 18:36:44 kernel1: Scanning routing table
15-11-2005 18:36:44 kernel1: 0.0.0.0/0: [alien] seen
15-11-2005 18:36:44 kernel1: Pruning table master
15-11-2005 18:36:44 kernel1: Pruning inherited routes
15-11-2005 18:36:44 MyOSPF: Changing state of iface: eth1 from "down" into "waiting".
15-11-2005 18:36:44 MyOSPF: Hello sent via eth1
15-11-2005 18:36:44 MyOSPF: Scheduling RT lsa origination for area 0.0.0.0.
15-11-2005 18:36:45 MyOSPF: Originating RT_lsa for area "0.0.0.0".
15-11-2005 18:36:45 MyOSPF: Scheduling RT calculation.
15-11-2005 18:36:45 MyOSPF: LS upd flooded via eth2
15-11-2005 18:36:45 MyOSPF: Starting routing table calculation
15-11-2005 18:36:45 MyOSPF: Starting routing table calculation for area 0.0.0.0
15-11-2005 18:36:45 MyOSPF: Starting routing table calculation for inter-area (area 0.0.0.0)
15-11-2005 18:36:45 MyOSPF: Starting routing table calculation for ext routes
15-11-2005 18:36:45 MyOSPF: Starting routing table synchronisation
15-11-2005 18:36:45 MyOSPF > added 192.168.1.4/30 dev eth1
15-11-2005 18:36:46 nl_parse_link: Malformed message received
15-11-2005 18:36:46 MyOSPF: Running ospf_age cleanup
15-11-2005 18:36:46 MyOSPF: Received LS ack from 192.168.2.16
15-11-2005 18:36:49 MyOSPF: Hello sent via eth0
15-11-2005 18:36:49 MyOSPF: Hello sent via eth2
15-11-2005 18:36:49 MyOSPF: Hello sent via eth3
15-11-2005 18:36:49 MyOSPF: Received hello from 192.168.2.16 via eth2
15-11-2005 18:36:53 MyOSPF: Hello sent via eth1
15-11-2005 18:36:54 device1: Scanning interfaces
15-11-2005 18:36:58 MyOSPF: Hello sent via eth3
15-11-2005 18:36:58 MyOSPF: Hello sent via eth2
15-11-2005 18:36:58 MyOSPF: Hello sent via eth0
15-11-2005 18:36:58 MyOSPF: Received hello from 192.168.2.16 via eth2
15-11-2005 18:37:02 MyOSPF: Hello sent via eth1
15-11-2005 18:37:04 device1: Scanning interfaces
15-11-2005 18:37:04 MyOSPF: Wait timer fired on interface eth1.
15-11-2005 18:37:04 MyOSPF: Changing state of iface: eth1 from "waiting" into "dr".
15-11-2005 18:37:04 kernel1: Scanning routing table
15-11-2005 18:37:04 kernel1: 0.0.0.0/0: [alien] seen
15-11-2005 18:37:04 kernel1: Pruning table master
15-11-2005 18:37:04 kernel1: Pruning inherited routes
15-11-2005 18:37:07 MyOSPF: Hello sent via eth0
15-11-2005 18:37:07 MyOSPF: Hello sent via eth2
15-11-2005 18:37:07 MyOSPF: Hello sent via eth3
15-11-2005 18:37:07 MyOSPF: Received hello from 192.168.2.16 via eth2
15-11-2005 18:37:11 MyOSPF: Hello sent via eth1
15-11-2005 18:37:14 device1: Scanning interfaces
15-11-2005 18:37:16 MyOSPF: Hello sent via eth3
15-11-2005 18:37:16 MyOSPF: Hello sent via eth2
15-11-2005 18:37:16 MyOSPF: Hello sent via eth0
15-11-2005 18:37:16 MyOSPF: Received hello from 192.168.2.16 via eth2
15-11-2005 18:37:20 MyOSPF: Hello sent via eth1
it's possible that the problem are my hw wifi, i have a 3 whifi card pci "artem"...mmm
what is the problem?
thank
1
0
Hi,
i have a problem with bird daemon....
Reading the log file /val/log/birdlog i have read this message:
messaggio
Then i have tried to identify the reason and i have understood that these messages
are printed
when launch: ifup eth*.
I use the last version of bird (1.0.11) but the same message was present in the
preview version (1.0.10).
The S.O. where bird is installed is debian with kernel 2.6.9
I tried to increase the level of debug editing the bird.conf and i have obtained this logs:
2005 18:36:04 MyOSPF: Initializing
15-11-2005 18:36:04 direct1: Starting
15-11-2005 18:36:04 direct1: State changed to feed
15-11-2005 18:36:04 kernel1: Starting
15-11-2005 18:36:04 kernel1: State changed to feed
15-11-2005 18:36:04 device1: Starting
15-11-2005 18:36:04 device1: Scanning interfaces
15-11-2005 18:36:04 Guessed router ID 192.168.1.6 according to interface eth1
15-11-2005 18:36:04 device1: State changed to feed
15-11-2005 18:36:04 static1: Starting
15-11-2005 18:36:04 static1: State changed to feed
15-11-2005 18:36:04 MyOSPF: Starting
15-11-2005 18:36:04 MyOSPF: State changed to feed
15-11-2005 18:36:04 direct1 < primary address 127.0.0.0/8 on interface lo added
15-11-2005 18:36:04 direct1 > added [best] 127.0.0.0/8 dev lo
15-11-2005 18:36:04 direct1 < primary address 192.168.1.32/30 on interface eth0 added
15-11-2005 18:36:04 direct1 > added [best] 192.168.1.32/30 dev eth0
15-11-2005 18:36:04 direct1 < primary address 192.168.1.4/30 on interface eth1 added
15-11-2005 18:36:04 direct1 > added [best] 192.168.1.4/30 dev eth1
15-11-2005 18:36:04 direct1 < primary address 192.168.2.0/24 on interface eth2 added
15-11-2005 18:36:04 direct1 > added [best] 192.168.2.0/24 dev eth2
15-11-2005 18:36:04 direct1 < primary address 192.168.1.48/28 on interface eth3 added
15-11-2005 18:36:04 direct1 > added [best] 192.168.1.48/28 dev eth3
15-11-2005 18:36:04 direct1: State changed to up
15-11-2005 18:36:04 kernel1: Connected to table master
15-11-2005 18:36:04 kernel1 < added 192.168.2.0/24 dev eth2
15-11-2005 18:36:04 kernel1 < added 192.168.1.4/30 dev eth1
15-11-2005 18:36:04 kernel1 < added 127.0.0.0/8 dev lo
15-11-2005 18:36:04 kernel1 < added 192.168.1.48/28 dev eth3
15-11-2005 18:36:04 kernel1 < added 192.168.1.32/30 dev eth0
15-11-2005 18:36:04 kernel1: State changed to up
15-11-2005 18:36:04 device1: State changed to up
15-11-2005 18:36:04 static1 < interface lo goes up
15-11-2005 18:36:04 static1 < interface eth0 goes up
15-11-2005 18:36:04 static1 < interface eth1 goes up
15-11-2005 18:36:04 static1 < interface eth2 goes up
15-11-2005 18:36:04 static1 < interface eth3 goes up
15-11-2005 18:36:04 static1: State changed to up
15-11-2005 18:36:04 MyOSPF: Connected to table master
15-11-2005 18:36:04 MyOSPF < interface lo goes up
15-11-2005 18:36:04 MyOSPF < interface eth0 goes up
15-11-2005 18:36:04 MyOSPF: Using interface eth0.
15-11-2005 18:36:04 MyOSPF < interface eth1 goes up
15-11-2005 18:36:04 MyOSPF: Using interface eth1.
15-11-2005 18:36:04 MyOSPF < interface eth2 goes up
15-11-2005 18:36:04 MyOSPF: Using interface eth2.
15-11-2005 18:36:04 MyOSPF < interface eth3 goes up
15-11-2005 18:36:04 MyOSPF: Using interface eth3.
15-11-2005 18:36:04 MyOSPF < filtered out 192.168.2.0/24 dev eth2
15-11-2005 18:36:04 MyOSPF < filtered out 192.168.1.4/30 dev eth1
15-11-2005 18:36:04 MyOSPF < out of scope 127.0.0.0/8 dev lo
15-11-2005 18:36:04 MyOSPF < filtered out 192.168.1.48/28 dev eth3
15-11-2005 18:36:04 MyOSPF < filtered out 192.168.1.32/30 dev eth0
15-11-2005 18:36:04 MyOSPF: State changed to up
15-11-2005 18:36:04 kernel1: Scanning routing table
15-11-2005 18:36:04 kernel1: 0.0.0.0/0: [alien] created
15-11-2005 18:36:04 kernel1: Pruning table master
15-11-2005 18:36:04 kernel1: Pruning inherited routes
15-11-2005 18:36:04 kernel1 > added [best] 0.0.0.0/0 via 192.168.2.1 on eth2
15-11-2005 18:36:04 kernel1 < added 0.0.0.0/0 via 192.168.2.1 on eth2
15-11-2005 18:36:04 MyOSPF < filtered out 0.0.0.0/0 via 192.168.2.1 on eth2
15-11-2005 18:36:04 MyOSPF: Changing state of iface: eth3 from "down" into "waiting".
15-11-2005 18:36:04 MyOSPF: Hello sent via eth3
15-11-2005 18:36:04 MyOSPF: Scheduling RT lsa origination for area 0.0.0.0.
15-11-2005 18:36:04 MyOSPF: Changing state of iface: eth2 from "down" into "waiting".
15-11-2005 18:36:04 MyOSPF: Hello sent via eth2
15-11-2005 18:36:04 MyOSPF: Scheduling RT lsa origination for area 0.0.0.0.
15-11-2005 18:36:04 MyOSPF: Changing state of iface: eth1 from "down" into "waiting".
15-11-2005 18:36:04 MyOSPF: Hello sent via eth1
15-11-2005 18:36:04 MyOSPF: Scheduling RT lsa origination for area 0.0.0.0.
15-11-2005 18:36:04 MyOSPF: Changing state of iface: eth0 from "down" into "waiting".
15-11-2005 18:36:04 MyOSPF: Hello sent via eth0
15-11-2005 18:36:04 MyOSPF: Scheduling RT lsa origination for area 0.0.0.0.
15-11-2005 18:36:05 MyOSPF: Received hello from 192.168.2.16 via eth2
15-11-2005 18:36:05 MyOSPF: New neighbor found: 192.168.2.16 on eth2.
15-11-2005 18:36:05 MyOSPF: Neighbor 192.168.2.16 changes state from " down" to " init".
15-11-2005 18:36:05 MyOSPF: Neighbor 192.168.2.16 changes state from " init" to " 2way".
15-11-2005 18:36:05 MyOSPF: Changing state of iface: eth2 from "waiting" into "backup".
15-11-2005 18:36:05 MyOSPF: Originating RT_lsa for area "0.0.0.0".
15-11-2005 18:36:05 MyOSPF: Scheduling RT calculation.
15-11-2005 18:36:05 MyOSPF: Running ospf_age cleanup
15-11-2005 18:36:05 MyOSPF: Starting routing table calculation
15-11-2005 18:36:05 MyOSPF: Starting routing table calculation for area 0.0.0.0
15-11-2005 18:36:05 MyOSPF: Starting routing table calculation for inter-area (area 0.0.0.0)
15-11-2005 18:36:05 MyOSPF: Starting routing table calculation for ext routes
15-11-2005 18:36:05 MyOSPF: Starting routing table synchronisation
15-11-2005 18:36:05 MyOSPF > added 192.168.2.0/24 dev eth2
15-11-2005 18:36:05 MyOSPF > added 192.168.1.4/30 dev eth1
15-11-2005 18:36:05 MyOSPF > added 192.168.1.48/28 dev eth3
15-11-2005 18:36:05 MyOSPF > added 192.168.1.32/30 dev eth0
15-11-2005 18:36:06 MyOSPF: Running ospf_age cleanup
15-11-2005 18:36:13 MyOSPF: Hello sent via eth0
15-11-2005 18:36:13 MyOSPF: Hello sent via eth1
15-11-2005 18:36:13 MyOSPF: Hello sent via eth2
15-11-2005 18:36:13 MyOSPF: Hello sent via eth3
15-11-2005 18:36:13 MyOSPF: Received hello from 192.168.2.16 via eth2
15-11-2005 18:36:13 MyOSPF: Neighbor 192.168.2.16 changes state from " 2way" to " exstart".
15-11-2005 18:36:14 MyOSPF: DB_DES (I) sent to 192.168.2.16 via eth2.
15-11-2005 18:36:14 device1: Scanning interfaces
15-11-2005 18:36:17 MyOSPF: Received dbdes from 192.168.2.16 via eth2.
15-11-2005 18:36:17 MyOSPF: I'm slave to 192.168.2.16.
15-11-2005 18:36:17 MyOSPF: Neighbor 192.168.2.16 changes state from " exstart" to "exchange".
15-11-2005 18:36:17 MyOSPF: DB_DES (M) sent to 192.168.2.16 via eth2.
15-11-2005 18:36:17 MyOSPF: Received dbdes from 192.168.2.16 via eth2.
15-11-2005 18:36:17 MyOSPF: DB_DES (M) sent to 192.168.2.16 via eth2.
15-11-2005 18:36:17 MyOSPF: Neighbor 192.168.2.16 changes state from "exchange" to " loading".
15-11-2005 18:36:19 MyOSPF: LS request sent to: 192.168.2.16
15-11-2005 18:36:19 MyOSPF: Received LS upd from 192.168.2.16
15-11-2005 18:36:19 MyOSPF: Premature aging self originated lsa.
15-11-2005 18:36:19 MyOSPF: Type: 2, Id: 192.168.1.6, Rt: 192.168.1.6
15-11-2005 18:36:19 MyOSPF: LS upd flooded via eth2
15-11-2005 18:36:19 MyOSPF: Scheduling RT calculation.
15-11-2005 18:36:19 MyOSPF: Premature aging self originated lsa.
15-11-2005 18:36:19 MyOSPF: Type: 1, Id: 192.168.1.6, Rt: 192.168.1.6
15-11-2005 18:36:19 MyOSPF: LS upd flooded via eth2
15-11-2005 18:36:19 MyOSPF: LS upd flooded via eth2
15-11-2005 18:36:19 MyOSPF: Neighbor 192.168.2.16 changes state from " loading" to " full".
15-11-2005 18:36:19 MyOSPF: Scheduling RT lsa origination for area 0.0.0.0.
15-11-2005 18:36:20 MyOSPF: Originating RT_lsa for area "0.0.0.0".
15-11-2005 18:36:20 MyOSPF: LS upd flooded via eth2
15-11-2005 18:36:20 MyOSPF: Starting routing table calculation
15-11-2005 18:36:20 MyOSPF: Starting routing table calculation for area 0.0.0.0
15-11-2005 18:36:20 MyOSPF: Starting routing table calculation for inter-area (area 0.0.0.0)
15-11-2005 18:36:20 MyOSPF: Starting routing table calculation for ext routes
15-11-2005 18:36:20 MyOSPF: Starting routing table synchronisation
15-11-2005 18:36:20 MyOSPF > removed 192.168.2.0/24 dev eth2
15-11-2005 18:36:20 MyOSPF: LS ack sent to 192.168.2.16 (delayed)
15-11-2005 18:36:20 MyOSPF: Received LS upd from 192.168.2.16
15-11-2005 18:36:20 MyOSPF: Received LS upd from 192.168.2.16
15-11-2005 18:36:20 MyOSPF: Scheduling RT calculation.
15-11-2005 18:36:20 MyOSPF: Received LS ack from 192.168.2.16
15-11-2005 18:36:20 MyOSPF: Strange LS acknoledgement from 192.168.2.16
15-11-2005 18:36:20 MyOSPF: Id: 192.168.1.6, Rt: 192.168.1.6, Type: 1
15-11-2005 18:36:20 MyOSPF: I have: Age: 0, Seqno: 0x80000002, Sum: 42999
15-11-2005 18:36:20 MyOSPF: He has: Age: 15, Seqno: 0x80000001, Sum: 12798
15-11-2005 18:36:21 MyOSPF: Running ospf_age cleanup
15-11-2005 18:36:21 MyOSPF: Starting routing table calculation
15-11-2005 18:36:21 MyOSPF: Starting routing table calculation for area 0.0.0.0
15-11-2005 18:36:21 MyOSPF: Starting routing table calculation for inter-area (area 0.0.0.0)
15-11-2005 18:36:21 MyOSPF: Starting routing table calculation for ext routes
15-11-2005 18:36:21 MyOSPF: Starting routing table synchronisation
15-11-2005 18:36:21 MyOSPF > added 192.168.2.0/24 dev eth2
15-11-2005 18:36:22 MyOSPF: Received LS upd from 192.168.2.16
15-11-2005 18:36:22 MyOSPF: Scheduling RT calculation.
15-11-2005 18:36:22 MyOSPF: LS ack sent to 192.168.2.16 (direct)
15-11-2005 18:36:22 MyOSPF: Running ospf_age cleanup
15-11-2005 18:36:22 MyOSPF: Starting routing table calculation
15-11-2005 18:36:22 MyOSPF: Starting routing table calculation for area 0.0.0.0
15-11-2005 18:36:22 MyOSPF: Starting routing table calculation for inter-area (area 0.0.0.0)
15-11-2005 18:36:22 MyOSPF: Starting routing table calculation for ext routes
15-11-2005 18:36:22 MyOSPF: Starting routing table synchronisation
15-11-2005 18:36:22 MyOSPF: LS ack sent to 192.168.2.16 (delayed)
15-11-2005 18:36:22 MyOSPF: Hello sent via eth3
15-11-2005 18:36:22 MyOSPF: Hello sent via eth2
15-11-2005 18:36:22 MyOSPF: Hello sent via eth1
15-11-2005 18:36:22 MyOSPF: Hello sent via eth0
15-11-2005 18:36:22 MyOSPF: Received hello from 192.168.2.16 via eth2
15-11-2005 18:36:23 MyOSPF: Running ospf_age cleanup
15-11-2005 18:36:24 MyOSPF: LS upd sent to 192.168.2.16 (1 LSAs)
15-11-2005 18:36:24 device1: Scanning interfaces
15-11-2005 18:36:24 MyOSPF: Wait timer fired on interface eth0.
15-11-2005 18:36:24 MyOSPF: Changing state of iface: eth0 from "waiting" into "dr".
15-11-2005 18:36:24 MyOSPF: Wait timer fired on interface eth1.
15-11-2005 18:36:24 MyOSPF: Changing state of iface: eth1 from "waiting" into "dr".
15-11-2005 18:36:24 MyOSPF: Wait timer fired on interface eth2.
15-11-2005 18:36:24 MyOSPF: Wait timer fired on interface eth3.
15-11-2005 18:36:24 MyOSPF: Changing state of iface: eth3 from "waiting" into "dr".
15-11-2005 18:36:24 kernel1: Scanning routing table
15-11-2005 18:36:24 kernel1: 0.0.0.0/0: [alien] seen
15-11-2005 18:36:24 kernel1: Pruning table master
15-11-2005 18:36:24 kernel1: Pruning inherited routes
15-11-2005 18:36:26 MyOSPF: Received LS ack from 192.168.2.16
15-11-2005 18:36:31 MyOSPF: Hello sent via eth0
15-11-2005 18:36:31 MyOSPF: Hello sent via eth1
15-11-2005 18:36:31 MyOSPF: Hello sent via eth2
15-11-2005 18:36:31 MyOSPF: Hello sent via eth3
15-11-2005 18:36:31 MyOSPF: Received hello from 192.168.2.16 via eth2
15-11-2005 18:36:31 direct1 < primary address 192.168.1.4/30 on interface eth1 removed
15-11-2005 18:36:31 kernel1 < replaced 192.168.1.4/30 dev eth1
15-11-2005 18:36:31 Netlink: Network is down
15-11-2005 18:36:31 MyOSPF < rejected by protocol 192.168.1.4/30 dev eth1
15-11-2005 18:36:31 direct1 > removed [replaced] 192.168.1.4/30 dev eth1
15-11-2005 18:36:31 static1 < interface eth1 goes down
15-11-2005 18:36:31 MyOSPF < interface eth1 goes down
15-11-2005 18:36:31 MyOSPF: Killing interface eth1.
15-11-2005 18:36:31 MyOSPF: Changing state of iface: eth1 from "dr" into "down".
15-11-2005 18:36:31 MyOSPF: Scheduling RT lsa origination for area 0.0.0.0.
15-11-2005 18:36:32 MyOSPF: Originating RT_lsa for area "0.0.0.0".
15-11-2005 18:36:32 MyOSPF: Scheduling RT calculation.
15-11-2005 18:36:32 MyOSPF: LS upd flooded via eth2
15-11-2005 18:36:32 MyOSPF: Starting routing table calculation
15-11-2005 18:36:32 MyOSPF: Starting routing table calculation for area 0.0.0.0
15-11-2005 18:36:32 MyOSPF: Starting routing table calculation for inter-area (area 0.0.0.0)
15-11-2005 18:36:32 MyOSPF: Starting routing table calculation for ext routes
15-11-2005 18:36:32 MyOSPF: Starting routing table synchronisation
15-11-2005 18:36:32 kernel1 < removed 192.168.1.4/30 dev eth1
15-11-2005 18:36:32 MyOSPF > removed [sole] 192.168.1.4/30 dev eth1
15-11-2005 18:36:33 MyOSPF: Running ospf_age cleanup
15-11-2005 18:36:34 MyOSPF: Received LS ack from 192.168.2.16
15-11-2005 18:36:34 device1: Scanning interfaces
15-11-2005 18:36:40 MyOSPF: Received hello from 192.168.2.16 via eth2
15-11-2005 18:36:40 MyOSPF: Hello sent via eth3
15-11-2005 18:36:40 MyOSPF: Hello sent via eth2
15-11-2005 18:36:40 MyOSPF: Hello sent via eth0
15-11-2005 18:36:43 nl_parse_link: Malformed message received
15-11-2005 18:36:43 nl_parse_link: Malformed message received
15-11-2005 18:36:43 nl_parse_link: Malformed message received
15-11-2005 18:36:43 nl_parse_link: Malformed message received
15-11-2005 18:36:43 nl_parse_link: Malformed message received
15-11-2005 18:36:43 nl_parse_link: Malformed message received
15-11-2005 18:36:43 nl_parse_link: Malformed message received
15-11-2005 18:36:43 nl_parse_link: Malformed message received
15-11-2005 18:36:44 device1: Scanning interfaces
15-11-2005 18:36:44 static1 < interface eth1 goes up
15-11-2005 18:36:44 MyOSPF < interface eth1 goes up
15-11-2005 18:36:44 MyOSPF: Using interface eth1.
15-11-2005 18:36:44 direct1 < primary address 192.168.1.4/30 on interface eth1 added
15-11-2005 18:36:44 direct1 > added [best] 192.168.1.4/30 dev eth1
15-11-2005 18:36:44 kernel1 < added 192.168.1.4/30 dev eth1
15-11-2005 18:36:44 MyOSPF < filtered out 192.168.1.4/30 dev eth1
15-11-2005 18:36:44 kernel1: Scanning routing table
15-11-2005 18:36:44 kernel1: 0.0.0.0/0: [alien] seen
15-11-2005 18:36:44 kernel1: Pruning table master
15-11-2005 18:36:44 kernel1: Pruning inherited routes
15-11-2005 18:36:44 MyOSPF: Changing state of iface: eth1 from "down" into "waiting".
15-11-2005 18:36:44 MyOSPF: Hello sent via eth1
15-11-2005 18:36:44 MyOSPF: Scheduling RT lsa origination for area 0.0.0.0.
15-11-2005 18:36:45 MyOSPF: Originating RT_lsa for area "0.0.0.0".
15-11-2005 18:36:45 MyOSPF: Scheduling RT calculation.
15-11-2005 18:36:45 MyOSPF: LS upd flooded via eth2
15-11-2005 18:36:45 MyOSPF: Starting routing table calculation
15-11-2005 18:36:45 MyOSPF: Starting routing table calculation for area 0.0.0.0
15-11-2005 18:36:45 MyOSPF: Starting routing table calculation for inter-area (area 0.0.0.0)
15-11-2005 18:36:45 MyOSPF: Starting routing table calculation for ext routes
15-11-2005 18:36:45 MyOSPF: Starting routing table synchronisation
15-11-2005 18:36:45 MyOSPF > added 192.168.1.4/30 dev eth1
15-11-2005 18:36:46 nl_parse_link: Malformed message received
15-11-2005 18:36:46 MyOSPF: Running ospf_age cleanup
15-11-2005 18:36:46 MyOSPF: Received LS ack from 192.168.2.16
15-11-2005 18:36:49 MyOSPF: Hello sent via eth0
15-11-2005 18:36:49 MyOSPF: Hello sent via eth2
15-11-2005 18:36:49 MyOSPF: Hello sent via eth3
15-11-2005 18:36:49 MyOSPF: Received hello from 192.168.2.16 via eth2
15-11-2005 18:36:53 MyOSPF: Hello sent via eth1
15-11-2005 18:36:54 device1: Scanning interfaces
15-11-2005 18:36:58 MyOSPF: Hello sent via eth3
15-11-2005 18:36:58 MyOSPF: Hello sent via eth2
15-11-2005 18:36:58 MyOSPF: Hello sent via eth0
15-11-2005 18:36:58 MyOSPF: Received hello from 192.168.2.16 via eth2
15-11-2005 18:37:02 MyOSPF: Hello sent via eth1
15-11-2005 18:37:04 device1: Scanning interfaces
15-11-2005 18:37:04 MyOSPF: Wait timer fired on interface eth1.
15-11-2005 18:37:04 MyOSPF: Changing state of iface: eth1 from "waiting" into "dr".
15-11-2005 18:37:04 kernel1: Scanning routing table
15-11-2005 18:37:04 kernel1: 0.0.0.0/0: [alien] seen
15-11-2005 18:37:04 kernel1: Pruning table master
15-11-2005 18:37:04 kernel1: Pruning inherited routes
15-11-2005 18:37:07 MyOSPF: Hello sent via eth0
15-11-2005 18:37:07 MyOSPF: Hello sent via eth2
15-11-2005 18:37:07 MyOSPF: Hello sent via eth3
15-11-2005 18:37:07 MyOSPF: Received hello from 192.168.2.16 via eth2
15-11-2005 18:37:11 MyOSPF: Hello sent via eth1
15-11-2005 18:37:14 device1: Scanning interfaces
15-11-2005 18:37:16 MyOSPF: Hello sent via eth3
15-11-2005 18:37:16 MyOSPF: Hello sent via eth2
15-11-2005 18:37:16 MyOSPF: Hello sent via eth0
15-11-2005 18:37:16 MyOSPF: Received hello from 192.168.2.16 via eth2
15-11-2005 18:37:20 MyOSPF: Hello sent via eth1
it's possible that the problem are my hw wifi, i have a 3 whifi card pci "artem"...mmm
what is the problem?
thank
1
0
Hi,
i'm Alberto, i need help!!
when i read the log file of bird i read this message:
<ERR> nl_parse_link: Malformed message received
i don't understand the reason of this message.
There is no other bird deamin active in my local network.
I have installed the last version of bird (1.0.11)
but the problem persists.
Thank
1
0
hi,
I'm wondering whether bird's RIP implementation features keys of limited
lifetime, as the protocol dictates:
From RFC2082:
Implementations MUST support the storage of more than one key at the
same time, although it is recognized that only one key will normally
be active on an interface. They MUST associate a specific lifetime
(i.e., date/time first valid and date/time no longer valid) and a key
identifier with each key, and MUST support manual key distribution
(e.g., the privileged user manually typing in the key, key lifetime,
and key identifier on the router console). The lifetime may be
infinite.
I've tried to use the 'generate to/from' 'accept to/from' syntax, but
didn't work. The authentication always fails.
regards,
al_ex
____________________________________________________________________
http://www.freemail.gr - δωρεάν υπηρεσία ηλεκτρονικού ταχυδρομείου.
http://www.freemail.gr - free email service for the Greek-speaking.
1
0