[Xorp-hackers] XORP OSPF routing table

Raluca Blidaru Raluca.Blidaru at uoit.ca
Wed Nov 23 12:41:24 PST 2011


Hi Ben,

I have used the 1.8.3 version from github and compiled XORP source package on Ubuntu.

 With regard to xorpsh, I can print the routing table (show neighbours), but is it possible also to add/modify any entry from there, or I have to develop myself the interface for this? Should I be aware of any XORP design constraints, in order to include my commands into xorpsh?

The routing tables from the OS, can they by imported into XORP router?

Thanks,
Raluca
________________________________________
From: Ben Greear [greearb at candelatech.com]
Sent: Wednesday, November 23, 2011 3:21 PM
To: Raluca Blidaru
Cc: xorp-hackers at icir.org
Subject: Re: [Xorp-hackers] XORP OSPF routing table

On 11/23/2011 12:04 PM, Raluca Blidaru wrote:
> Hello Everyone,
>
> I am interested to use XORP for building a testbed for testing router's security in OSPF routing tables attacks. The idea is to use an open source software router and access directly the routing table in memory/temp file, modify it by adding/changing routing entries and see how the information is propagated into a testing lab network.
>
> I've looked to the code and I found that there is an OSPF origin table which seems to keep the rounting information I may need to access. Where is this information stored? In /tmp folder? Is there already a built-in interface to read from the temp files created if there is where I have to look for the routing tables? Are these files saved in a readable format? If not, how I can access the OSFP routing table for the purpose I described before?
>
> Is XORP suitable for my project scope? Would any of you with expertise in how XORP is designed advice me if I am on the right track and how best I should approach this project?
>
> Thank you in advance for your answers and guidance.

The routing tables are all in RAM in the OSPF process, except for the routing
table(s) in the OS's kernel.

You can use xorpsh to print out the various routing tables and could parse that
if you wanted.

OSPF has a timer bug in the latest stable build, so please use the latest code
from github until I get a chance to release another build.

Thanks,
Ben

>
> Best regards,
> Raluca
>
> _______________________________________________
> Xorp-hackers mailing list
> Xorp-hackers at icir.org
> http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-hackers


--
Ben Greear <greearb at candelatech.com>
Candela Technologies Inc  http://www.candelatech.com



More information about the Xorp-hackers mailing list