You are troubleshooting a routing issue and need to check the hop-by-hop path to the 10.10.10.10 destination.
Which three commands would display the path? (Choose three.)
Click on the arrows to vote for the correct answer
A. B. C. D. E.BCD
To display the hop-by-hop path to the 10.10.10.10 destination, there are three commands that can be used. These commands are:
Syntax: traceroute 10.10.10.10
Example: user@router# traceroute 10.10.10.10 traceroute to 10.10.10.10 (10.10.10.10), 30 hops max, 40 byte packets 1 10.1.1.1 (10.1.1.1) 1.000 ms 1.000 ms 1.000 ms 2 192.168.1.1 (192.168.1.1) 2.000 ms 2.000 ms 2.000 ms 3 172.16.1.1 (172.16.1.1) 3.000 ms 3.000 ms 3.000 ms 4 10.10.10.10 (10.10.10.10) 4.000 ms 4.000 ms 4.000 ms
Syntax: ping record-route 10.10.10.10
Example: user@router> ping record-route 10.10.10.10 PING 10.10.10.10 (10.10.10.10): 56 data bytes 64 bytes from 10.10.10.10: icmp_seq=0 ttl=254 route=10.1.1.1 192.168.1.1 172.16.1.1 64 bytes from 10.10.10.10: icmp_seq=1 ttl=254 route=10.1.1.1 192.168.1.1 172.16.1.1 64 bytes from 10.10.10.10: icmp_seq=2 ttl=254 route=10.1.1.1 192.168.1.1 172.16.1.1
Syntax: run traceroute 10.10.10.10
Example: user@router# run traceroute 10.10.10.10 traceroute to 10.10.10.10 (10.10.10.10), 30 hops max, 40 byte packets 1 10.1.1.1 (10.1.1.1) 1.000 ms 1.000 ms 1.000 ms 2 192.168.1.1 (192.168.1.1) 2.000 ms 2.000 ms 2.000 ms 3 172.16.1.1 (172.16.1.1) 3.000 ms 3.000 ms 3.000 ms