-
Notifications
You must be signed in to change notification settings - Fork 10
Home
Colin Petrie edited this page Jan 3, 2020
·
6 revisions
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.
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.
Supported Platforms: Linux, FreeBSD, Solaris, and Cygwin
Prerequisites: zlib-devel, bzip2-devel
sh ./bootstrap.sh make ./bgpdump -T
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
Libbgpdump was originally written by Dan Ardelean and the RIPE NCC took over maintenance in 2005.
- PyBGPdump - A python wrapper around libbgpdump
- Net::BGPdump - A perl wrapper around libbgpdump