MTR / My traceroute in Junos
Junos CLI provide ping and traceroute network troubleshooting commands. It also allows <b>mtr</b> to be run to monitor network path. Run <b>traceroute monitor</b> to acomplish a MTR traceroute to a destination host/ip.
Code:
admin@Juniper-vSRXA> traceroute monitor 10.1.1.51
Juniper-vSRXA (0.0.0.0)(tos=0x0 psize=64 bitpattern=0x00) Tue Mar 17 16:01:59 2015
Keys: Help Display mode Restart statistics Order of fields quit
Packets Pings
Host Loss% Snt Last Avg Best Wrst StDev
1. 172.30.1.30 0.0% 221 56.4 57.7 56.3 76.8 1.6
2. 10.1.1.51
Code:
admin@Juniper-vSRXA> traceroute ?
Possible completions:
...
monitor Monitor network connection to remote host
...