[Xorp-users] XORP RIP enabled. Why are static routes required?

Pavlin Radoslavov pavlin@icir.org
Tue, 19 Apr 2005 14:23:46 -0700


> I have tried what you have suggested but unfortunately it did not work.
> I have also tried changing the Metric to 1 without any success.
> 
> Further, xorpsh "show route table ipv4 unicast rip" and "show route table 
> ipv4 unicast final" command displays only the connected routes on that 
> server.
> 
> Is there any log files which I can see in order to check the routes coming 
> into XORP and routes being forwarded to fea?

If there were any log messages from RIP, they should have been
printed in the window with the running rtrmgr.
If there is no useful info there, you could try to enable some of
the debug statements in the RIP source code itself. To do so you
have to add (or uncomment) the following at the beginning of the RIP
files that have debug_msg() statements:

#define DEBUG_LOGGING

Though, before doing so you may want to run tcpdump on the link
between the two routers to see whether there is actually any RIP
traffic.

Pavlin