Which command would you use on a Cisco router to verify the Layer 3 path to a host?
A.
tracert address
B.
traceroute address
C.
telnet address
D.
ssh address
Explanation:
In computing, traceroute is a computer network diagnostic tool for displaying the route (path)
and measuring transit delays of packets across an Internet Protocol (IP) network. The history
of the route is recorded as the round-trip times of the packets received from each successive
host (remote node) in the route (path); the sum of the mean times in each hop indicates the
total time spent to establish the connection. Traceroute proceeds unless all (three) sent
packets are lost more than twice, then the connection is lost and the route cannot be
evaluated. Ping, on the other hand, only computes the final round-trip times from the
destination point.