The RAToolSet is software for messing with the Internet Routing Registry. It helps you deal with the IRR.
The RAToolSet is available at
http://ftp.isc.org/isc/IRRToolSet/RAToolSet-4.5.1/.
To read about routing registries, see
IRR RPSL page.
cd /usr/src
ftp gate.ucar.edu
anonymous@ftp.isi.edu
siemsen@ucar.edu\
cd ra/RAToolSet
binary
get RAToolSet-4.7.0.tar.gz
quit
gunzip RAToolSet-4.7.0.tar.gz
tar xf RAToolSet-4.7.0.tar
rm RAToolSet-4.7.0.tar
cd RAToolSet-4.7.0
./configure
make depend
make all
make install
make clean
This seemed to work, mostly. It failed on "roe" because it couldn't find "-ltk", so no binary was installed. This means the linker couldn't find "libtk.a". To specify it to the linker, use the "-L" option. The traceroute command works. There doesn't seem to be a binary for "aoe".