Track network path to node <hostname> <x.x.x.x> <h:h:h:h:h:h:h:h> /usr/bin/traceroute "$2" Track network path to node <hostname> <x.x.x.x> <h:h:h:h:h:h:h:h> Explicitly use IPv4 when tracing the path <hostname> <x.x.x.x> /usr/bin/traceroute -4 "$3" Route tracing and port detection using TCP Perform operations on TCP ports 0-65535 sudo /usr/sbin/tcptraceroute "$3" $6 Explicitly use IPv6 when tracing the path <hostname> <h:h:h:h:h:h:h:h> /usr/bin/traceroute -6 "$3" Use TCP/IPv6 packets to perform a traceroute Perform operations on TCP ports 0-65535 sudo /usr/sbin/tcptraceroute6 "$3" $6 Track network path to specified node via given VRF vrf name Track network path to specified node via given VRF <hostname> <x.x.x.x> <h:h:h:h:h:h:h:h> sudo /usr/sbin/ip vrf exec "$3" /usr/bin/traceroute "$4" Explicitly use IPv4 when tracing the path via given VRF <hostname> <x.x.x.x> sudo /usr/sbin/ip vrf exec "$3" /usr/bin/traceroute -4 "$5" Explicitly use IPv6 when tracing the path via given VRF <hostname> <h:h:h:h:h:h:h:h> sudo /usr/sbin/ip vrf exec "$3" /usr/bin/traceroute -6 "$5" Monitor path to destination in realtime <hostname> <x.x.x.x> <h:h:h:h:h:h:h:h> /usr/bin/mtr "$3" Monitor path to destination in realtime via given VRF vrf name Track network path to specified node via given VRF <hostname> <x.x.x.x> <h:h:h:h:h:h:h:h> sudo /usr/sbin/ip vrf exec "$4" /usr/bin/mtr "$5"