2007-01-08 05:19:13 +01:00
|
|
|
This is libbgpdump - a C library designed to help with analyzing dump
|
|
|
|
files produced by Zebra/Quagga or MRT.
|
|
|
|
|
|
|
|
File formats:
|
|
|
|
- MRT RIB dump
|
|
|
|
- Zebra/Quagga format
|
|
|
|
- These may be gzipped and/or passed in through stdin
|
|
|
|
|
|
|
|
Entry formats:
|
|
|
|
- MRT routing table dump entries
|
|
|
|
- Zebra/Quagga BGP records:
|
|
|
|
- BGP messages (OPEN, UPDATE, NOTIFY, KEEPALIVE)
|
|
|
|
- BGP state changes
|
2011-03-14 17:42:34 +01:00
|
|
|
|
2014-07-25 05:50:39 +02:00
|
|
|
See also:
|
|
|
|
|
|
|
|
https://bitbucket.org/ripencc/bgpdump/
|
|
|
|
|
2019-08-19 07:30:07 +02:00
|
|
|
WWW: https://www.ris.ripe.net/source/
|