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. The following is a sample route as displayed by bgpdump: TIME: 05/26/09 14:59:51 TYPE: TABLE_DUMP/INET VIEW: 0 SEQUENCE: 41 PREFIX: 8.0.0.0/8 FROM:10.7.2.25 AS3737 ORIGINATED: 05/26/09 10:24:43 ORIGIN: IGP ASPATH: ! Error ! NEXT_HOP: 10.7.2.25 LOCAL_PREF: 100 ATOMIC_AGGREGATE AGGREGATOR: AS0 13.28.4.69 UNKNOWN_ATTR : 82 0a 00 STATUS: 0x1 I've used bgpdump to successfully parse the latest MRT format dumps from RIPE's RIS. Those dumps appear to be from a Zebra server. Does this issue sound familiar to anyone or is there another program I should be using to parse the dumped tables?

