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 On Fri, Jun 14, 2002 at 11:26:39AM -0700, Roy wrote:
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.
France Telecom (Opentransit) has a public route-server available. Check telnet://route-server.opentransit.net Thanks German On Fri, 14 Jun 2002, Roy wrote:
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.
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
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
participants (5)
-
David Meyer
-
German Martinez
-
Nick Feamster
-
Pascal Gloor
-
Roy