On Sat, May 30, 2009 at 11:34:45PM +0200, Claudio Jeker wrote:
> On Tue, May 26, 2009 at 11:24:29AM -0400, Brian Mengel wrote:
> > Greetings,
> > 
> > I've just put together a simple server with the goal of using OpenBGPD
> > to collect MRT format BGP table dumps.  I'm using:
> > 
> > OpenBGPD 4.4
> > OpenBSD 4.5
> > libbgpdump-1.4.99.8 (on a separate Linux server)
> > 
> > bgpdump parses the dumped table from OpenBGPD, and displays individual
> > routes, but the AS path for each route is reported as an error and
> > various unknown attributes are also reported.  The server is peering
> > with a Cisco 7600 series router.  I have tried configuring the server
> > as an IBGP peer, an IBGP peer to a route reflector and as an EBGP peer
> > with the same general results.
> > 
> 
> Your acctually the first mentioning this problem on the list. MRT dumps
> are broken since some time because we dump the aspath in 4-byte format
> instead of 2-byte one. I started fixing this but it is not the most
> important thing on my list (only the 3rd on my bgpd todo list).
> 

Doh. I already fixed it in -current. -current will dump in 2-byte but adds
a ATTR_AS4_PATH for 4-byte pathes. The part that is still open is to
support the new mrt formats.

-- 
:wq Claudio

Reply via email to