QuestionQ942

IP Connectivity

Question Image

Refer to the exhibit. A network engineer needs to configure router R1 with a host route to the server. Which command must the engineer configure?

  • A R1(config)#ip route 10.10.10.10 255.255.255.255 192.168.0.2
  • B R1(config)#ip route 10.10.10.0 255.255.255.0 192.168.0.2
  • C R1(config)#ip route 0.0.0.0 0.0.0.0 192.168.0.2
  • D R1(config)#ip route 192.168.0.2 255.255.255.255 10.10.10.10
Explanation

A host route identifies a single destination host by using the subnet mask 255.255.255.255. The server’s address is 10.10.10.10, and the next hop from R1 toward that host is router R2 at 192.168.0.2, so the required static route is ip route 10.10.10.10 255.255.255.255 192.168.0.2.

Learn more

Community Discussion

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