nerdexam
Cisco

200-101 · Question #161

Which command can be used from a router to verify the Layer 3 path to a host?

The correct answer is B. traceroute address. The IOS command to verify the Layer 3 path from a router to a destination host is 'traceroute', which reveals each hop along the path.

Troubleshoot Basic Connectivity

Question

Which command can be used from a router to verify the Layer 3 path to a host?

Options

  • Atracert address
  • Btraceroute address
  • Ctelnet address
  • Dssh address

How the community answered

(26 responses)
  • A
    8% (2)
  • B
    88% (23)
  • C
    4% (1)

Why each option

The IOS command to verify the Layer 3 path from a router to a destination host is 'traceroute', which reveals each hop along the path.

Atracert address

'tracert' is a Windows command-line utility and is not a valid Cisco IOS command; entering it in IOS would return an error.

Btraceroute addressCorrect

The 'traceroute address' command is the Cisco IOS privileged EXEC command that sends probe packets with incrementing TTL values to discover each Layer 3 hop between the router and the destination, verifying the routed path end to end.

Ctelnet address

'telnet address' establishes a remote terminal session and tests TCP/IP connectivity to a specific port but does not reveal the Layer 3 hop-by-hop path.

Dssh address

'ssh address' initiates an encrypted management session and does not provide hop-by-hop path verification.

Concept tested: Layer 3 path verification using traceroute

Source: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/ipapp/command/iap-cr-book/iap-t2.html

Topics

#traceroute#Layer 3 path verification#router commands

Community Discussion

No community discussion yet for this question.

Full 200-101 Practice