[Xorp-users] No more than 25 OSPFv3 neighbors fully adjacent?

Che, Ting-Shuo T. tsche at mitre.org
Tue Apr 29 09:54:03 PDT 2008


Started XORP on Linux Embedded System and connect that to a test
equipment (emulating
OSPFv3 neighbors). Test equipment added neighbors one-by-one and all of
them enter "Full" 
state. After that, nothing in this setup is changed, for observation
purposes. 
 
When there are more than 25 neighbors, the following error messages
showed up through
xorpsh after waiting for more than 30 minutes. 
 
root at 192.168.1.2 <mailto:root at 192.168.1.2> > [ 2008/04/15 18:59:29
ERROR xorp_rtrmgr:258 XRL +638 xrl_pf_stcp.cc die ] XrlPFSTCPSender
died: Keepalive timeout
[ 2008/04/15 18:59:46  ERROR xorp_rtrmgr:258 FINDER +85
finder_xrl_queue.hh dispatch_cb ] Sent xrl got response 211 Reply timed
out
[ 2008/04/15 18:59:46  ERROR xorp_rtrmgr:258 FINDER +85
finder_xrl_queue.hh dispatch_cb ] Sent xrl got response 211 Reply timed
out

After this error message, all neighbors becomes "Down" state as shown
at the test equipment
side. On the xorpsh side, no more OSPFv3 console command could be
accepted.
 
root at 192.168.1.2 <mailto:root at 192.168.1.2> > show ospf6 neighbor |
match Full | count
[ 2008/04/15 19:11:42  WARNING xorp_rtrmgr:258 XrlFinderTarget +406
../xrl/targets/finder_base.cc handle_finder_0_2_resolve_xrl ] Handling
method for finder/0.2/resolve_xrl failed: XrlCmdError 102 Command
failed Target "ospfv3" does not exist or is not enabled.
Count: 0 lines
root at 192.168.1.2 <mailto:root at 192.168.1.2> > show ospf6 neighbor
[ 2008/04/15 19:11:51  WARNING xorp_rtrmgr:258 XrlFinderTarget +406
../xrl/targets/finder_base.cc handle_finder_0_2_resolve_xrl ] Handling
method for finder/0.2/resolve_xrl failed: XrlCmdError 102 Command
failed Target "ospfv3" does not exist or is not enabled.
ERROR: Command
"/opt/embedded/tools/ppc_85xx/usr/ospf/tools/print_neighbours": exited
with exit status 255.

 
Similar problems also happens for more neighbors (30, 35, 40, etc.).
The only difference is
the number (such as 252, 257, instead of 258) following xorp_rtrmgr:
 
Any thought or tip on this is very much appreciated.
 
Ting Che
 
PS. What follows is the XORP configuration on the Linux Embedded System
 
/*XORP Configuration File, v1.0*/
protocols {
    ospf6 0 {
        router-id: 192.168.0.102
        ip-router-alert: false
        area 0.0.0.0 {
            area-type: "normal"
            interface eth1 {
                link-type: "broadcast"
                vif eth1 {
                    priority: 128
                    hello-interval: 10
                    router-dead-interval: 40
                    interface-cost: 1
                    retransmit-interval: 5
                    transit-delay: 1
                    passive: false
                    disable: false
                }
            }
        }
    }
}
fea {
    unicast-forwarding6 {
        disable: false
    }
}
interfaces {
    restore-original-config-on-shutdown: false
    interface eth1 {
        description: ""
        disable: false
        vif eth1 {
            disable: false
            address 192.168.2.4 {
                prefix-length: 24
                disable: false
            }
            address 2000::2 {
                prefix-length: 64
                disable: false
            }
            address fe80::210:ecff:fe80:fd {
                prefix-length: 64
                disable: false
            }
        }
    }
}
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ICSI.Berkeley.EDU/pipermail/xorp-users/attachments/20080429/a0e2fc87/attachment.html 


More information about the Xorp-users mailing list