OpenBSD 4.2, with three routers running ospfd. Two links out of one
router connecting to the other two routers. (em1 and em3 in this case)
ospfd.conf
=======
# macros
password="xxx"
# global configuration
router-id 0.0.0.1
redistribute connected
redistribute static
redistribute default
auth-key $password
auth-type simple
hello-interval 5
# areas
area 0.0.0.5 {
interface em0 {
passive
}
interface em1 {
}
interface em2 {
passive
}
interface em3 {
}
interface em4 {
passive
}
interface em5 {
passive
}
}
======================================
router1#> ospfctl show neighbor
ID Pri State DeadTime Address Iface Uptime
0.0.0.3 1 FULL/DR 00:00:37 192.168.253.3 em3 3d04h09m
0.0.0.2 1 FULL/DR 00:00:37 192.168.255.2 em1 3d04h09m
router2#> ospfctl show neighbor
ID Pri State DeadTime Address Iface Uptime
0.0.0.3 1 FULL/DR 00:00:35 192.168.254.3 em3 3d04h19m
0.0.0.1 1 FULL/BCKUP 00:00:35 192.168.255.1 em1 3d04h11m
router3#> ospfctl show neighbor
ID Pri State DeadTime Address Iface Uptime
0.0.0.2 1 FULL/BCKUP 00:00:36 192.168.254.2 em3 3d04h19m
0.0.0.1 1 FULL/BCKUP 00:00:36 192.168.253.1 em1 3d04h10m
Not sure what other information would be helpful. Thought I might have
to assign a metric to each interface but I don't think that will do
anything as each interface is for a route to a separate network.
Cheers
Claudio Jeker wrote:
On Wed, Apr 09, 2008 at 09:53:58AM +0100, Paul Civati wrote:
Linden Varley <[EMAIL PROTECTED]> wrote:
Bringing up an old-topic here, but just letting everyone know
I have the exact same problem. It occurs quite often.
Surely we can't be the only two people seeing this issue?
It's quite fundamental to ospfd working properly..
Please send some more infos. What version are you useing (did you test
-current). Please show the config and necessary ospfctl output. The last
time I have issues like this was some time ago with point-to-point links
and that got fixed some time ago. There seems something in common with
your setups that others usually don't have.