Skip to content
Colin Petrie edited this page Jan 3, 2020 · 6 revisions

libBGPdump

libbgpdump is a C library designed to help with analyzing dump files produced by Zebra/Quagga or MRT. The project is maintained by the RIPE NCC and the internet researcher community.

Signup for a GitHub account to contribute with bug reports, patches and the wiki.

Mailing List

The <[email protected]> mailing list is for discussion of RIS data and related tools, weekly reports and occasional public announcements. This includes everything related to libbgpdump.

Please submit bug reports and patches to the GitHub issue tracker.

Building

Supported Platforms: Linux, FreeBSD, Solaris, and Cygwin

Prerequisites: zlib-devel, bzip2-devel

sh ./bootstrap.sh
make
./bgpdump -T

Supported Input Formats

This format is described in the RFC6396.

  • MRT RIB dump
  • Zebra/Quagga format
  • These may be gzipped and/or passed in through stdin
  • MRT routing table dump entries in TABLE_DUMP or TABLE_DUMP_V2 types
  • Zebra/Quagga BGP records:
    • BGP messages (OPEN, UPDATE, NOTIFY, KEEPALIVE)
    • BGP state changes

History

Libbgpdump was originally written by Dan Ardelean and the RIPE NCC took over maintenance in 2005.

Links

Clone this wiki locally