Routing table in a file

Does anyone dump their copy of the routing table to a flat file
regularly and make this available? I need do some queries. The web
based versions don't accept modifiers like "lon" on the show ip bgp
commands.

archive.routeviews.org might have what you're looking for.

Dave

France Telecom (Opentransit) has a public route-server available.

Check telnet://route-server.opentransit.net

Thanks
German

Does anyone dump their copy of the routing table to a flat file
regularly and make this available? I need do some queries. The web
based versions don't accept modifiers like "lon" on the show ip bgp
commands.

I have a perl script which converts the output of 'sh ip bgp' into SQL
(MySQL). I keep 'prefix', 'neighbor AS' and 'AS path' informations... the
rest is droped... I use this for extended queries into my RouteViewer...
Tell me if you're interested...

regards,
Pascal

Along these lines, I have a perl module (written in C) that parses 'sh ip
bgp' formatted output... It's still a bit beta, but let me know if you're
interested.

-Nick