Interprets traceroute -a output to display AS names along the path
CLI to interpret traceroute -a output to show AS names traversed
asroute$ traceroute -a example.com | asroute$ traceroute -a 8.8.8.8 > trace.txt && cat trace.txt | asroute$ traceroute -a google.com | asroute