[Xorp-users] Routing problem, ERROR xorp_rib:4211 RIB +138

Manuel J Romero birkov at gmail.com
Tue Nov 6 03:25:40 PST 2007


Hello everybody!

I have a problem with static routes and qualified-next-hop which is
very important for my network implementation.

I've got a static route to 10.100.153.0/24 through 10.100.153.100 (Wan
interface) and a qualified-next-hop throug (10.100.240.3) and when I
unplug the wan interface to make a probe occurs.

>>>>XORP's Routes

Routes: 5/5, Paths: 5/5
10.100.120.0/24  [connected(0)] > to 10.100.120.2   via eth3
10.100.153.0/24  [static(2)]  > to 10.100.240.3   via eth1 <- It has
changed the route
...

>>>>Kernel's Routes

Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
10.100.153.0    *               255.255.255.0   U     0      0
0 eth2            <- This one already exists and has a better metric
than the new one.
10.100.153.0    10.100.240.3    255.255.255.0   UG    2      0
0 eth1    <- IIt has introduced a new route
.....

>>>> /var/log/messages

Oct 31 09:26:20 localhost xorp_rib: [ 2007/10/31 09:26:20  ERROR
xorp_rib:4211 RIB +138
/home/autobuild/builds/master/2007-10-24-0001/ofr/xorp/xorp/rib/rt_tab_origin.cc
delete_route ] OT: attempt to delete a route that doesn't exist:
10.100.153.0/24

When I delete the 10.100.153.0/24 with metric 0, like "xorp_rib"
wanted to do (route del -net 10.100.153.0/24) everything work fine.

Please help me, thank you


Manuel J Romero



More information about the Xorp-users mailing list