Marlow
10-12-2005, 05:46 PM
Hi,
i've got a problem with a single node, that doesn't seem to detect it's neighbors at all after it moved from Debian to Star-OS.
Here the configuration file:
!
hostname mbkap
password 1234
log syslog
!
!
!
interface beacon
!
interface cbq
!
interface ecb
!
interface eth0
!
interface gre0
!
interface ipacct
!
interface lo
!
interface tunl0
!
interface wlanbr
!
interface wpcm0
!
interface wpcm1
!
router ospf
ospf router-id 10.7.67.3
network 10.7.65.0/24 area 0.0.0.0
network 10.7.67.0/24 area 0.0.0.0
network 10.7.128.0/23 area 0.0.0.0
area 0.0.0.0 range 10.7.0.0/16
!
access-list vtylist permit 127.0.0.1/32
access-list vtylist deny any
!
line vty
access-class vtylist
!
Now, this has been tested with 2.01.7 and 2.10.0 and it's the same result, output of "sh ip ospf database" would result in:
OSPF Router with ID (10.7.67.3)
Router Link States (Area 0.0.0.0)
Link ID ADV Router Age Seq# CkSum Link count
10.7.67.3 10.7.67.3 410 0x80000002 0x9db5 3
And that's it, no other ospf nodes. I've tried to set the neighbors, set the interfaces to point-to-multipoint and the like and I can not figure out, why this not works.
If i remove Star-OS and plug the Debian Sarge installation, running quagga 0.98.3-7 it'll all be happy and replicating routes.
The box has the neighbors 10.7.65.1 (ID 10.7.64.1) and 10.7.129.1 (ID 10.7.128.1), which both are on wireless links using ruby pc-cards.
Logfile output is this:
Oct 12 23:09:32 mbkap zebdog: ospfd has been started
Oct 12 23:09:32 mbkap ospfd[27193]: OSPFd 0.98.5 starting: vty@2604
Oct 12 23:09:32 mbkap ospfd[27193]: interface 10.7.67.3 join AllSPFRouters Multicast group.
Oct 12 23:09:32 mbkap ospfd[27193]: interface 10.7.129.219 join AllSPFRouters Multicast group.
Oct 12 23:09:32 mbkap ospfd[27193]: interface 10.7.65.17 join AllSPFRouters Multicast group.
Oct 12 23:09:53 mbkap kernel: wpcm0: LinkStatus: 5 (Access Point In Range) - bss: XX:XX:XX:XX:XX:XX (po
rt status: 4)
Oct 12 23:09:53 mbkap kernel: wpcm0: 00:02:2d:49:8e:45 name [ ]
Oct 12 23:10:12 mbkap ospfd[27193]: DR-Election[1st]: Backup 10.7.67.3
Oct 12 23:10:12 mbkap ospfd[27193]: DR-Election[1st]: DR 10.7.67.3
Oct 12 23:10:12 mbkap ospfd[27193]: DR-Election[2nd]: Backup 0.0.0.0
Oct 12 23:10:12 mbkap ospfd[27193]: DR-Election[2nd]: DR 10.7.67.3
Oct 12 23:10:12 mbkap ospfd[27193]: interface 10.7.67.3 join AllDRouters Multicast group.
Oct 12 23:10:12 mbkap ospfd[27193]: DR-Election[1st]: Backup 10.7.129.219
Oct 12 23:10:12 mbkap ospfd[27193]: DR-Election[1st]: DR 10.7.129.219
Oct 12 23:10:12 mbkap ospfd[27193]: DR-Election[2nd]: Backup 0.0.0.0
Oct 12 23:10:12 mbkap ospfd[27193]: DR-Election[2nd]: DR 10.7.129.219
Oct 12 23:10:12 mbkap ospfd[27193]: interface 10.7.129.219 join AllDRouters Multicast group.
Oct 12 23:10:12 mbkap ospfd[27193]: DR-Election[1st]: Backup 10.7.65.17
Oct 12 23:10:12 mbkap ospfd[27193]: DR-Election[1st]: DR 10.7.65.17
Oct 12 23:10:12 mbkap ospfd[27193]: DR-Election[2nd]: Backup 0.0.0.0
Oct 12 23:10:12 mbkap ospfd[27193]: DR-Election[2nd]: DR 10.7.65.17
Oct 12 23:10:12 mbkap ospfd[27193]: interface 10.7.65.17 join AllDRouters Multicast group.
and that's about it. Nothing else happens and no routes are discovered. Any other box in the network, be it Debian, Star-OS, ME2000 or something else runs a similar configuration and has no troubles beyond this one.
Input on, how to solve this problem would be gladly appreciated.
/Marlow
i've got a problem with a single node, that doesn't seem to detect it's neighbors at all after it moved from Debian to Star-OS.
Here the configuration file:
!
hostname mbkap
password 1234
log syslog
!
!
!
interface beacon
!
interface cbq
!
interface ecb
!
interface eth0
!
interface gre0
!
interface ipacct
!
interface lo
!
interface tunl0
!
interface wlanbr
!
interface wpcm0
!
interface wpcm1
!
router ospf
ospf router-id 10.7.67.3
network 10.7.65.0/24 area 0.0.0.0
network 10.7.67.0/24 area 0.0.0.0
network 10.7.128.0/23 area 0.0.0.0
area 0.0.0.0 range 10.7.0.0/16
!
access-list vtylist permit 127.0.0.1/32
access-list vtylist deny any
!
line vty
access-class vtylist
!
Now, this has been tested with 2.01.7 and 2.10.0 and it's the same result, output of "sh ip ospf database" would result in:
OSPF Router with ID (10.7.67.3)
Router Link States (Area 0.0.0.0)
Link ID ADV Router Age Seq# CkSum Link count
10.7.67.3 10.7.67.3 410 0x80000002 0x9db5 3
And that's it, no other ospf nodes. I've tried to set the neighbors, set the interfaces to point-to-multipoint and the like and I can not figure out, why this not works.
If i remove Star-OS and plug the Debian Sarge installation, running quagga 0.98.3-7 it'll all be happy and replicating routes.
The box has the neighbors 10.7.65.1 (ID 10.7.64.1) and 10.7.129.1 (ID 10.7.128.1), which both are on wireless links using ruby pc-cards.
Logfile output is this:
Oct 12 23:09:32 mbkap zebdog: ospfd has been started
Oct 12 23:09:32 mbkap ospfd[27193]: OSPFd 0.98.5 starting: vty@2604
Oct 12 23:09:32 mbkap ospfd[27193]: interface 10.7.67.3 join AllSPFRouters Multicast group.
Oct 12 23:09:32 mbkap ospfd[27193]: interface 10.7.129.219 join AllSPFRouters Multicast group.
Oct 12 23:09:32 mbkap ospfd[27193]: interface 10.7.65.17 join AllSPFRouters Multicast group.
Oct 12 23:09:53 mbkap kernel: wpcm0: LinkStatus: 5 (Access Point In Range) - bss: XX:XX:XX:XX:XX:XX (po
rt status: 4)
Oct 12 23:09:53 mbkap kernel: wpcm0: 00:02:2d:49:8e:45 name [ ]
Oct 12 23:10:12 mbkap ospfd[27193]: DR-Election[1st]: Backup 10.7.67.3
Oct 12 23:10:12 mbkap ospfd[27193]: DR-Election[1st]: DR 10.7.67.3
Oct 12 23:10:12 mbkap ospfd[27193]: DR-Election[2nd]: Backup 0.0.0.0
Oct 12 23:10:12 mbkap ospfd[27193]: DR-Election[2nd]: DR 10.7.67.3
Oct 12 23:10:12 mbkap ospfd[27193]: interface 10.7.67.3 join AllDRouters Multicast group.
Oct 12 23:10:12 mbkap ospfd[27193]: DR-Election[1st]: Backup 10.7.129.219
Oct 12 23:10:12 mbkap ospfd[27193]: DR-Election[1st]: DR 10.7.129.219
Oct 12 23:10:12 mbkap ospfd[27193]: DR-Election[2nd]: Backup 0.0.0.0
Oct 12 23:10:12 mbkap ospfd[27193]: DR-Election[2nd]: DR 10.7.129.219
Oct 12 23:10:12 mbkap ospfd[27193]: interface 10.7.129.219 join AllDRouters Multicast group.
Oct 12 23:10:12 mbkap ospfd[27193]: DR-Election[1st]: Backup 10.7.65.17
Oct 12 23:10:12 mbkap ospfd[27193]: DR-Election[1st]: DR 10.7.65.17
Oct 12 23:10:12 mbkap ospfd[27193]: DR-Election[2nd]: Backup 0.0.0.0
Oct 12 23:10:12 mbkap ospfd[27193]: DR-Election[2nd]: DR 10.7.65.17
Oct 12 23:10:12 mbkap ospfd[27193]: interface 10.7.65.17 join AllDRouters Multicast group.
and that's about it. Nothing else happens and no routes are discovered. Any other box in the network, be it Debian, Star-OS, ME2000 or something else runs a similar configuration and has no troubles beyond this one.
Input on, how to solve this problem would be gladly appreciated.
/Marlow