Tags: #bgp #network
Reference: https://jvns.ca/blog/2021/10/05/tools-to-look-at-bgp-routes/
CLI tools:
mtr -z <host>
: https://github.com/traviscross/mtrtraceroute -a <host>
: a basic built-in toolroute get <host>
: a basic built-in tool to lookup and display the route for a destinationdig <host>
: a basic built-in tool to lookup and display the route for a destinationNOTE: For
mtr
see the comment thread for setting upsudo
rights.