Re: BGP RIB Collection

2013-02-27 Thread Nick Hilliard
of where it happens. For all its faults, soft-reconfig-inbound only adds O(N) to RAM requirements and almost nothing to CPU. Nick ./Randy --- On Tue, 2/26/13, Nick Hilliard n...@foobar.org wrote: From: Nick Hilliard n...@foobar.org Subject: Re: BGP RIB Collection To: chip chip.g...@gmail.com

Re: BGP RIB Collection

2013-02-27 Thread Heather Schiller
info on bmpreceiver below.. On Tue, Feb 26, 2013 at 12:24 PM, chip chip.g...@gmail.com wrote: Hello all, I have an application that needs to gather BGP RIB data from the routers that connect to all of our upstream providers. Basically I need to know all the routes available from a

BGP RIB Collection

2013-02-26 Thread chip
Hello all, I have an application that needs to gather BGP RIB data from the routers that connect to all of our upstream providers. Basically I need to know all the routes available from a particular provider. Currently I'm gathering this data via SNMP. While this works it has its draw backs,

Re: BGP RIB Collection

2013-02-26 Thread Jonathan Lassoff
Personally, I would just use BGP on a PC to collect this information. Place some import/input policy on your eBGP sessions on your edge routers to add communities to the routes such that you can recognize which peers gave you the route. Then, use an iBGP session to a BIRD or Quagga instance from

Re: BGP RIB Collection

2013-02-26 Thread Nick Hilliard
On 26/02/2013 17:24, chip wrote: Currently I'm gathering this data via SNMP. whoa, you must really hate your router to do that to it. While this works it has its draw backs, it takes approximately 20 minutes per view, its nowhere near real-time, and I'm unable to gather information for IPv6.

Re: BGP RIB Collection

2013-02-26 Thread John Kemp
I'll chime in with what we are doing with quagga and bgpmon. The question though would be for how many peers? If it is for the sake of discussion, less than 20, something like this might work. http://bgpmon.netsec.colostate.edu/download/src/bgpmon-7.2.4.tar.gz

Re: BGP RIB Collection

2013-02-26 Thread Randy
: BGP RIB Collection To: chip chip.g...@gmail.com Cc: North American Network Operators Group nanog@nanog.org Date: Tuesday, February 26, 2013, 11:21 AM On 26/02/2013 17:24, chip wrote: Currently I'm gathering this data via SNMP. whoa, you must really hate your router to do

Re: BGP RIB Collection

2013-02-26 Thread ポール・ロラン
Hello, On Tue, 26 Feb 2013 12:24:00 -0500 chip chip.g...@gmail.com wrote: I have an application that needs to gather BGP RIB data from the routers that connect to all of our upstream providers. Basically I need to know all the routes available from a particular provider. Currently I'm