Hi Misc@,
Recently I updated one of my routers into current. We runs OSPFd as an IGP for our network. The update went success, but OSPFd wont get synchronized. On the kernel-updated routers "ospfctl sh neig" shows:

$ ospfctl sh neig
ID              Pri State        DeadTime Address         Iface     Uptime


on dec 20 kernel routers shows:

$ ospfctl sh nei
ID              Pri State        DeadTime Address         Iface     Uptime
2ab.cde.fgh.229 1 FULL/DR 00:00:31 2ab.cde.fgh.6 vlan6 01w2d21h
2ab.cde.fgh.226  1   DOWN/OTHER   00:36:21 2ab.cde.fgh.3    vlan6     -
2ab.cde.fgh.227 1 FULL/BCKUP 00:00:31 2ab.cde.fgh.4 vlan6 01w2d21h
2ab.cde.fgh.228  1   2-WAY/OTHER  00:00:31 2ab.cde.fgh.5    vlan6     -

The router-ids are their loopback interfaces. Below are their configs.

--- DEC 20 KERNEL ---
$ sudo ospfd -vnf /etc/ospfd.conf
Password:
password = "XXXXXX"

router-id 2ab.cde.fgh.225
fib-update yes
rfc1583compat no
no redistribute 10.10.10.0/24
no redistribute default
redistribute connected
spf-delay 1
spf-holdtime 5

area 0.0.0.0 {
        interface vlan6:2ab.cde.fgh.2 {
                hello-interval 10
                metric 10
                retransmit-interval 5
                router-dead-time 40
                router-priority 1
                transmit-delay 1
                auth-type crypt
                auth-md-keyid 1
                auth-md 1 XXXXXX
        }
}


$ ospfctl sh
Router ID: 2ab.cde.fgh.225
Uptime: 01w2d22h
RFC1583 compatibility flag is disabled
SPF delay is 1 sec(s), hold time between two SPFs is 5 sec(s)
Number of external LSA(s) 28
Number of areas attached to this router: 1

Area ID: 0.0.0.0
  Number of interfaces in this area: 1
  Number of fully adjacent neighbors in this area: 1
  SPF algorithm executed 293 time(s)
  Number LSA(s) 18




--- 17 FEB KERNEL ---
$ sudo ospfd -vnf /etc/ospfd.conf
Password:
password = "XXXXXX"

router-id 2ab.cde.fgh.226
fib-update yes
rfc1583compat no
no redistribute 10.10.10.0/24
no redistribute default
redistribute connected
spf-delay msec 1000
spf-holdtime msec 5000

area 0.0.0.0 {
        interface vlan6:2ab.cde.fgh.3 {
                metric 10
                retransmit-interval 5
                router-dead-time 40
                hello-interval 10
                router-priority 1
                transmit-delay 1
                auth-type crypt
                auth-md-keyid 1
                auth-md 1 XXXXXX
        }
}


$ ospfctl sh
Router ID: 2ab.cde.fgh.226
Uptime: 00:40:28
RFC1583 compatibility flag is disabled
SPF delay is 1000 msec(s), hold time between two SPFs is 5000 msec(s)
Number of external LSA(s) 7
Number of areas attached to this router: 1

Area ID: 0.0.0.0
  Number of interfaces in this area: 1
  Number of fully adjacent neighbors in this area: 0
  SPF algorithm executed 3 time(s)
  Number LSA(s) 1

Thanks,


Insan Praja SW
--
insandotpraja(at)gmaildotcom

Reply via email to