NAME
bgpdump - translate MRT format files into readable outputVERSION
Version 1.4.99.15+hg127SYNOPSIS
Usage:bgpdump [-m|-M] [-t dump|-t change] [-O <output-file>] <input-file>
OPTIONS
Output mode:multi-line, human-readable (the default)
one-line per entry with unix timestamps
one-line per entry with human readable
timestamps in the form MM/DD/YY HH:MM:SS (there are other differences between
-m and -M)
output to file instead of STDOUT
log to syslog (the default)
log to STDERR
timestamps for RIB dumps reflect the time of
the dump (the default)
timestamps for RIB dumps reflect the last
route modification
show packet index at second position
run internal tests and exit
INPUT FORMATS
•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
•File may be gzipped or bzip2’d
and/or passed in through stdin
BUGS
If a single update message contains more than 8192 added or withdrawn prefixes, all those above that number are ignored.DEBIAN
Besides bug fixes, the following changes were done in the packaging for the Debian distribution:•The maximum number of prefixes
processed from a single update messages was raised from 2050 to 8192.