Scenario PracticeCisco · 200-301

200-301 Show IP Route Output Practice Questions

Practise interpreting routing-table output, route selection, administrative distance, metrics, next hops and longest-prefix match.

Start Scenario Practice

Common Traps on Show IP Route Output Practice Questions

  • ·Longest-prefix match is checked before administrative distance.
  • ·Connected and local routes can appear alongside dynamic or static routes.
  • ·The selected route may not be the one with the lowest metric if the prefix length differs.

Sample Questions

Practice all 15
1.

What is the OSPF metric called?

Explanation: OSPF uses cost as its internal metric. By default, cost is derived primarily from bandwidth.

2.

A router learns 10.10.10.0/24 from OSPF and EIGRP at the same time. OSPF reports a metric of 20, and EIGRP reports a metric of 30720. Which route is installed in the routing table by default?

Explanation: When the same prefix is learned from different routing protocols, the router compares administrative distance first. EIGRP internal routes use AD 90, while OSPF uses AD 110, so the EIGRP route is preferred.

3.

What metric does RIP use to choose the best path?

Explanation: RIP uses hop count as its metric. Lower hop count paths are preferred, up to the protocol maximum of 15 usable hops.

4.

A static route is configured as 198.51.100.0/24 via 192.0.2.9, but the connected network to the next hop goes down. What happens to the static route in the routing table?

Explanation: If the outgoing interface or connected path to the next hop becomes unreachable, the router cannot resolve the recursive next hop and the route is removed from the table.

5.

A router shows the following routing table entries for the same destination: O 10.10.50.0/24 [110/20] via 192.168.12.2, GigabitEthernet0/0 D 10.10.50.0/24 [90/30720] via 192.168.13.2, GigabitEthernet0/1 Which route will become the active route in the routing table?

Explanation: The EIGRP route becomes active because the router compares administrative distance first when the same destination is learned from different routing protocols. This is one of the most common Cisco exam traps: candidates compare the OSPF metric value of 20 to the EIGRP metric value and assume the smaller number must win. That is not how route selection works across different protocols. OSPF metrics and EIGRP metrics are calculated differently, so the router does not compare them directly. Instead it checks administrative distance. EIGRP internal routes default to 90, while OSPF routes default to 110. Since 90 is lower than 110, the EIGRP route is trusted more and is installed as the active path.

+10 more scenario questions available

Practice all Show IP Route Output Practice Questions

Related Topics

routing table questionsstatic routingospf

Frequently asked questions

How do "Show IP Route Output Practice Questions" appear on the real 200-301?

Practise interpreting routing-table output, route selection, administrative distance, metrics, next hops and longest-prefix match. These appear throughout the 200-301 and require you to apply your knowledge, not just recall facts.

How many scenario questions are on the 200-301 exam?

Cisco doesn't publish an exact breakdown, but scenario-based questions (especially exhibit and command-output formats) make up a significant portion of the 200-301. Practicing each scenario type ensures you're ready for any format.

Are these 200-301 scenario practice questions free?

Yes — all scenario practice on Courseiva is completely free. Sign up for a free account to track your progress and see which scenario types you've mastered.

Ready to practice this scenario type?

Launch a full Show IP Route Output Practice Questions session with instant scoring and detailed explanations.

Start Scenario Practice →