QuestionQ205

Concepts of TCP/IP and the Link Layer

The following output is produced by running the show ip route command:

RouterA#show ip route -  
< - - Output Omitted for brevity - ->  

Question Image

Which address will RouterA use to forward traffic to 10.10.100.0/24?

  • A 172.18.50.1
  • B 192.168.10.0
  • C 172.18.1.1
  • D 172.18.60.1
Explanation

When no more-specific route matches a destination, the router uses the default route (0.0.0.0/0). The routing table identifies its next-hop address as 172.18.1.1, so traffic to 10.10.100.0/24 is forwarded there.

Community Discussion

No comments yet. Be the first to start the discussion!