- A
The OSPF route because metric 30 is lower than the static route metric
Why wrong: Distractor.
- B
The static route because its administrative distance is lower
Correct choice.
- C
Both routes with equal preference because they point to the same prefix
Why wrong: Distractor.
- D
Neither route until the router performs a full SPF recalculation
Why wrong: Distractor.
CCNA IP Routing Practice Question
This 200-301 practice question tests your understanding of ip routing. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. A key principle to apply: a Cisco router compares administrative distance before metric when selecting a route from different routing sources for the same prefix.. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
A branch router learns a route to 10.20.30.0/24 from OSPF with metric 30 and also has a static route to the same prefix with an administrative distance of 5. Which route will appear in the routing table?
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
The static route because its administrative distance is lower
The router installs the static route because administrative distance is compared before metric when two different routing sources advertise the same prefix. OSPF metric matters only against other OSPF choices, not against a lower-AD static route.
Key principle: A Cisco router compares administrative distance before metric when selecting a route from different routing sources for the same prefix.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
The OSPF route because metric 30 is lower than the static route metric
Why it's wrong here
Distractor.
When this WOULD be correct
In a different scenario, if the question stated that the static route had an administrative distance of 200, the OSPF route would be selected due to its lower administrative distance, making option A correct. This would change the preference dynamics between the routes.
- ✓
The static route because its administrative distance is lower
Why this is correct
Correct choice.
Related concept
A Cisco router compares administrative distance before metric when selecting a route from different routing sources for the same prefix.
- ✗
Both routes with equal preference because they point to the same prefix
Why it's wrong here
Distractor.
When this WOULD be correct
In a different question where both OSPF and static routes are configured for ECMP and have the same administrative distance, the routing table could show both routes as valid options for load balancing traffic to the same prefix.
- ✗
Neither route until the router performs a full SPF recalculation
Why it's wrong here
Distractor.
When this WOULD be correct
In a scenario where a router is configured to only install routes after a full SPF recalculation is completed, such as during a network convergence event, this option could be correct. For example, if the router has just rebooted and is waiting for OSPF to converge, it might not install any routes until the SPF process is complete.
Option-by-option analysis
Why each answer is right or wrong
Understanding why wrong answers are wrong — and when they would be correct — is what separates a 750 score from a 900. The 200-301 exam frequently reuses these exact scenarios with slightly different constraints.
✓The static route because its administrative distance is lowerCorrect answer▾
Why this is correct
Correct choice.
✗The OSPF route because metric 30 is lower than the static route metricWrong answer — click to see why▾
Why this is wrong here
This option is incorrect because OSPF routes are chosen based on administrative distance first, not metric. The static route has a lower administrative distance (5) compared to the OSPF route (110), making the static route the preferred choice.
★ When this WOULD be the correct answer
In a different scenario, if the question stated that the static route had an administrative distance of 200, the OSPF route would be selected due to its lower administrative distance, making option A correct. This would change the preference dynamics between the routes.
Why candidates choose this
Candidates may be misled by the metric comparison, mistakenly believing that a lower OSPF metric automatically makes it the preferred route, without considering the critical role of administrative distance in route selection.
✗Both routes with equal preference because they point to the same prefixWrong answer — click to see why▾
Why this is wrong here
This option is incorrect because routing tables do not include multiple routes to the same prefix unless they are configured for equal-cost multi-path (ECMP) routing, which is not indicated in this scenario.
★ When this WOULD be the correct answer
In a different question where both OSPF and static routes are configured for ECMP and have the same administrative distance, the routing table could show both routes as valid options for load balancing traffic to the same prefix.
Why candidates choose this
Candidates may choose this option due to a misunderstanding of how routing protocols interact, assuming that multiple valid routes can coexist without considering administrative distance and routing table rules.
✗Neither route until the router performs a full SPF recalculationWrong answer — click to see why▾
Why this is wrong here
This option is incorrect because the router will not wait for a full SPF recalculation to install the static route in the routing table; it will use the static route immediately due to its lower administrative distance.
★ When this WOULD be the correct answer
In a scenario where a router is configured to only install routes after a full SPF recalculation is completed, such as during a network convergence event, this option could be correct. For example, if the router has just rebooted and is waiting for OSPF to converge, it might not install any routes until the SPF process is complete.
Why candidates choose this
Candidates may choose this option due to a misunderstanding of how routing protocols interact with static routes, believing that OSPF must always recalculate before any routes are used, which is not the case with static routes.
Analysis generated from the official 200-301blueprint and verified against question context. The “when correct” sections are what AI assistants cite when candidates ask “what’s the difference between these options?”
Common exam traps
Common exam trap: answer the scenario, not the keyword
A common exam trap is to confuse the OSPF metric with administrative distance and assume the route with the lower metric is preferred. Since OSPF’s metric is 30 and the static route’s metric is not applicable or higher, candidates may incorrectly select the OSPF route. However, Cisco routers first compare administrative distance, which is a measure of route trustworthiness across different routing sources. Because the static route has a lower administrative distance (5) than OSPF (110), the static route is preferred and installed in the routing table. Misunderstanding this leads to incorrect route selection and exam errors.
Detailed technical explanation
How to think about this question
Administrative distance (AD) is a Cisco router feature that ranks the trustworthiness of routing information received from different routing protocols or sources. Lower AD values indicate more reliable routes, so the router prefers routes with the lowest AD when multiple sources advertise the same destination prefix. Metrics, such as OSPF cost or EIGRP metric, are used to select the best route among multiple routes learned from the same routing protocol but do not influence route selection across different routing protocols. When a router learns a route to the same prefix from multiple sources, it first compares the administrative distance of each route. The route with the lowest AD is installed in the routing table regardless of the metric values associated with the routes. In this question, the static route has an AD of 5, which is lower than OSPF's default AD of 110, so the static route is preferred and installed. The OSPF metric of 30 is irrelevant in this cross-protocol comparison because metrics are only compared among routes learned from the same routing protocol. A common exam trap is confusing metric values with administrative distance and assuming the route with the lower metric always wins. This mistake leads to selecting the OSPF route because its metric (30) is numerically lower than the static route's metric (which is not applicable). In practice, Cisco routers always prioritize administrative distance first, so the static route with AD 5 overrides the OSPF route with AD 110. Understanding this distinction is critical for correct route selection and troubleshooting in Cisco networks.
KKey Concepts to Remember
- A Cisco router compares administrative distance before metric when selecting a route from different routing sources for the same prefix.
- Static routes have a default administrative distance of 1 or 5 if configured with an AD value, making them more trusted than OSPF routes with AD 110.
- OSPF uses metric (cost) to select the best path only among routes learned from OSPF, not against routes from other protocols or static routes.
- The routing table installs the route with the lowest administrative distance regardless of the metric values from other routing protocols.
- Administrative distance is a value assigned to routing protocols to indicate route trustworthiness, with lower values preferred over higher ones.
- Static routes can override dynamic routing protocol routes if their administrative distance is lower, even if the dynamic route metric is better.
- Cisco routers do not install multiple routes to the same prefix from different routing protocols unless they have equal administrative distance.
- Understanding the difference between administrative distance and metric prevents common routing selection mistakes in Cisco networks.
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.
Key takeaway
A Cisco router compares administrative distance before metric when selecting a route from different routing sources for the same prefix.
Real-world example
How this comes up in practice
A network engineer at a university connects two campus buildings via a fibre link. Both routers run OSPF, but no adjacency forms — even though both routers can ping each other. The engineer finds one router is in area 0 and the other in area 1. OSPF adjacency requires matching area numbers, hello/dead timers, and network type. IP reachability alone is not enough.
What to study next
Got this wrong? Here's your next step.
Review a Cisco router compares administrative distance before metric when selecting a route from different routing sources for the same prefix., then practise related 200-301 questions on the same topic to reinforce the concept.
- →
IP Routing — study guide chapter
Learn the concepts, then practise the questions
- →
IP Routing practice questions
Targeted practice on this topic area only
- →
All 200-301 questions
1,819 questions across all exam domains
- →
CCNA 200-301 v2 study guide
Full concept coverage aligned to exam objectives
- →
200-301 practice test guide
How to use practice tests most effectively before exam day
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.
Network Infrastructure and Connectivity practice questions
Practise 200-301 questions linked to Network Infrastructure and Connectivity.
Switching and Network Access practice questions
Practise 200-301 questions linked to Switching and Network Access.
IP Routing practice questions
Practise 200-301 questions linked to IP Routing.
Network Services and Security practice questions
Practise 200-301 questions linked to Network Services and Security.
AI and Network Operations practice questions
Practise 200-301 questions linked to AI and Network Operations.
CCNA subnetting practice questions
Practise IPv4 subnetting, CIDR, masks, host ranges and subnet selection.
CCNA OSPF practice questions
Practise OSPF neighbours, router IDs, metrics, areas and routing-table interpretation.
CCNA VLAN practice questions
Practise VLANs, access ports, trunks, allowed VLANs and switching scenarios.
CCNA STP practice questions
Practise spanning tree, root bridge election, port roles and STP troubleshooting.
CCNA EtherChannel practice questions
Practise LACP, PAgP, port-channel behaviour and bundle requirements.
CCNA ACL practice questions
Practise standard and extended ACLs, permit/deny logic and traffic filtering.
CCNA NAT practice questions
Practise static NAT, dynamic NAT, PAT and inside/outside address translation.
Practice this exam
Start a free 200-301 practice session
Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.
FAQ
Questions learners often ask
What does this 200-301 question test?
IP Routing — This question tests IP Routing — A Cisco router compares administrative distance before metric when selecting a route from different routing sources for the same prefix..
What is the correct answer to this question?
The correct answer is: The static route because its administrative distance is lower — The router installs the static route because administrative distance is compared before metric when two different routing sources advertise the same prefix. OSPF metric matters only against other OSPF choices, not against a lower-AD static route.
What should I do if I get this 200-301 question wrong?
Review a Cisco router compares administrative distance before metric when selecting a route from different routing sources for the same prefix., then practise related 200-301 questions on the same topic to reinforce the concept.
What is the key concept behind this question?
A Cisco router compares administrative distance before metric when selecting a route from different routing sources for the same prefix.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Last reviewed: May 17, 2026
This 200-301 practice question is part of Courseiva's free Cisco certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the 200-301 exam.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.