Please update this document if it is missing stuff important to local caida users.
- Use eg++ when compiling per README. (XXX - how to force it? CC=egcs?)
- In Sean's workspace there are two scripts you'll want to use. cvs:workspace/mccreary/route/get_bgp_dump.pl and parse_bgp_dump.pl Note that get_bgp_dump.pl requires nc (netcat) currently, which is installed on anala.
- You can do something like:
get_bgp_dump.pl 990715 which will (hopefully) create file named bgp_dump_990715.gz which you can then process by doing
parse_bgp_dump.pl bgp_dump_990715.gz which will then create a fie named route2country_990715
- Be sure to do the sort mentioned from the README, I do:
sort -o route2country_990715 -k 2 route2country_990715 which just edits the current file to be sorted in the preferred way.
