|
NAME bgpuma -- A program to search BGP Update files for CIDR blocks or
Autonomous Systems
SYNOPSIS bgpuma --file=path --cidrfile=path
bgpuma --file=path --asnfile=path
DESCRIPTIONThe BGP update files are stored in the MRT format and are not easily searchable. This program seeks to fix that issue by allowing you to search the files for not only the CIDR block in question but for any CIDR blocks which contain the CIDR block in question and also any CIDR blocks which are contained in the that block. In other words, it will not only find exact matches for 127.0.0.0/9 but will also find any announcements or withdrawals for 127.0.0.0/8 and 127.1.0.0/16. This allows you to find any announcements or withdrawals that could potentially affect a netblock. In addition, the ability to search for Autonomous Systems by number is included. OPTIONS--verbose
--cidrfile=file
--asnfile=file
--or
--update=file
--file=file
--startdate=YYYYMMDD --enddate=YYYYMMDD
--dir=dir
--outfile=outfile
--help
OUTPUT bgpuma finds both the additions and the withdrawals in the routing table. For additions, the output is in pipe delimited format and includes:
Time Seen
IP address announcing the route
Autonomous System announcing the route
IP address receiving the announcement
Autonomous System receiving the announcement
The CIDR announced
The path in question
For withdrawals, the output contains the same as the additions except it does not include the path.
EXAMPLES
SEE ALSOL<SiLK> and L<BGPdump>
|