hardmultiple choiceObjective-mapped

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?

Question 1hardmultiple choice
Full question →

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?

Answer choices

Why each option matters

Good practice is not just finding the correct option. The wrong answers often show the exact trap the exam wants you to fall into.

A

Distractor review

The OSPF route, because its metric is lower

This is the classic wrong answer because the OSPF metric looks smaller. The mistake is treating metric values from different protocols as if they mean the same thing. They do not. The router first compares administrative distance when choosing between route sources such as OSPF and EIGRP, and only then uses metrics within a single protocol's own logic.

B

Best answer

The EIGRP route, because its administrative distance is lower

Correct. This is correct. EIGRP wins here because its default administrative distance of 90 is lower than OSPF's 110, so the router trusts the EIGRP route more when both advertise the same destination prefix.

C

Distractor review

Both routes, because the prefixes are identical

Routers do not automatically install both routes just because the prefix is identical. When the entries come from different routing protocols, the router chooses the source with the best administrative distance first. Only after that, and usually within the same protocol, do equal-cost load-balancing rules come into play.

D

Distractor review

Neither route, because the metrics use different scales

It is true that the metrics use different scales, but that does not mean the router rejects both routes. Cisco routers solve that comparison problem by using administrative distance first. In this case they still choose one route, and it is the EIGRP route.

Common exam trap

Common exam trap: answer the scenario, not the keyword

A common exam trap is to assume the route with the numerically lower metric value is preferred regardless of the routing protocol. Candidates often compare OSPF’s metric of 20 directly to EIGRP’s metric of 30720 and mistakenly choose the OSPF route. This is incorrect because metrics from different protocols are not comparable. The router first compares administrative distance values, which represent trustworthiness, before metrics. Ignoring administrative distance leads to wrong conclusions about which route becomes active.

Technical deep dive

How to think about this question

Administrative distance (AD) is a fundamental concept in Cisco routing that determines the trustworthiness of routing information sources. Each routing protocol is assigned a default AD value, which the router uses to select the best path when multiple protocols advertise the same destination. Lower AD values indicate more reliable sources. For example, EIGRP internal routes have an AD of 90, while OSPF routes have an AD of 110. This means EIGRP routes are preferred over OSPF routes when both exist for the same prefix. When a router receives multiple routes to the same destination from different protocols, it first compares their administrative distances. The route with the lowest AD is installed in the routing table as the active route. Only when routes come from the same protocol does the router compare metrics to select the best path. Metrics are protocol-specific and calculated differently; OSPF uses cost based on bandwidth, while EIGRP uses a composite metric including bandwidth and delay. Because these metrics are not comparable across protocols, the router relies on AD to make the initial selection. The exam trap arises when candidates incorrectly compare metrics from different protocols directly, assuming the numerically smaller metric wins. This mistake overlooks the role of administrative distance in cross-protocol route selection. Practically, Cisco routers never compare OSPF and EIGRP metrics directly. Instead, they trust the route with the lower AD, which is why the EIGRP route with AD 90 is preferred over the OSPF route with AD 110, regardless of metric values. Understanding this behavior is essential for accurate routing table interpretation and CCNA exam success.

KKey Concepts to Remember

  • Cisco routers select the active route based on administrative distance when multiple routing protocols advertise the same destination prefix.
  • Administrative distance is a value that rates the trustworthiness of routing information sources, with lower values preferred over higher ones.
  • EIGRP internal routes have a default administrative distance of 90, which is lower than OSPF's default administrative distance of 110.
  • Metrics from different routing protocols, such as OSPF and EIGRP, use different scales and are not directly comparable when selecting the best route.
  • When routes to the same destination come from different protocols, the router first compares administrative distance before considering metrics.
  • Routers do not install multiple routes from different protocols for the same prefix unless configured for specific scenarios like route redistribution with equal administrative distance.
  • OSPF uses cost as its metric, which is based on bandwidth, while EIGRP uses a composite metric including bandwidth and delay, making direct metric comparison invalid.
  • Understanding administrative distance is critical to correctly interpreting routing table entries and predicting which route will be active in Cisco devices.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Related practice questions

Related 200-301 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

More questions from this exam

Keep practising from the same exam bank, or move into a focused topic page if this question exposed a weak area.

FAQ

Questions learners often ask

What does this 200-301 question test?

Cisco routers select the active route based on administrative distance when multiple routing protocols advertise the same destination prefix.

What is the correct answer to this question?

The correct answer is: The EIGRP route, because its administrative distance is lower — 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.

What should I do if I get this 200-301 question wrong?

Then try more questions from the same exam bank and focus on understanding why the wrong options are tempting.

Discussion

Loading comments…

Sign in to join the discussion.