hardmultiple choiceObjective-mapped

A router has both an OSPF route and a static route to the same destination. The static route has an administrative distance of 200. What is the expected behavior while the OSPF route remains available?

Question 1hardmultiple choice
Full question →

A router has both an OSPF route and a static route to the same destination. The static route has an administrative distance of 200. What is the expected behavior while the OSPF route remains available?

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

Best answer

The static route remains a backup and is used only if the OSPF route is lost.

This is correct because the static route’s administrative distance is higher than OSPF’s, so it floats in reserve.

B

Distractor review

The static route overrides OSPF immediately because static routes always win.

This is wrong because route preference depends on administrative distance, not simply on whether a route is static.

C

Distractor review

Both routes must be installed simultaneously because they point to the same destination.

This is wrong because routes from different sources are not automatically installed together unless specific conditions support that behavior.

D

Distractor review

The router removes the OSPF route because the static route has a manually configured distance.

This is wrong because the manually configured distance is higher, so OSPF remains preferred.

Common exam trap

Common exam trap: answer the scenario, not the keyword

A frequent exam trap is believing that static routes always override dynamic routes simply because they are static. Many candidates assume static routes have inherent priority, but the router actually compares administrative distances to decide which route to use. If the static route’s administrative distance is higher, it will not be preferred and remains inactive unless the dynamic route fails. Misunderstanding this can lead to incorrect answers about route selection and failover behavior, especially when static routes are configured with non-default administrative distances to act as floating backups.

Technical deep dive

How to think about this question

Administrative distance (AD) is a key concept in Cisco routing that determines the trustworthiness of a route source. Each routing protocol and route type has a default AD value, with lower values indicating more preferred routes. OSPF has a default AD of 110, while static routes default to 1 but can be manually configured to any value, including higher values like 200 to create floating static routes. When multiple routes to the same destination exist, the router installs the route with the lowest AD into the routing table. In this scenario, the static route has an AD of 200, which is higher than OSPF's 110. This means the router prefers the OSPF route and installs it in the routing table as long as it is available. The static route acts as a floating backup route, remaining in the configuration but not used unless the OSPF route fails or is withdrawn. This behavior ensures seamless failover without manual intervention. A common exam trap is assuming that static routes always override dynamic routes regardless of AD. In reality, the router compares AD values and prefers the route with the lowest AD. Configuring a static route with a higher AD intentionally creates a backup route that only activates when the primary dynamic route is lost. This design is practical for network redundancy and is a frequent topic in CCNA exams to test understanding of routing preferences and administrative distance.

KKey Concepts to Remember

  • Administrative distance determines the trustworthiness of routing sources, with lower values preferred over higher ones.
  • OSPF routes have a default administrative distance of 110, which is lower than a static route configured with an AD of 200.
  • A static route with a higher administrative distance than a dynamic route acts as a floating backup route.
  • The router installs the route with the lowest administrative distance into the routing table and uses it for forwarding.
  • Floating static routes remain in the configuration but are inactive unless the preferred dynamic route becomes unavailable.
  • Manually increasing the administrative distance of a static route is a common technique to create backup routes.
  • Routing preference is based on administrative distance, not on whether a route is static or dynamic by default.
  • The router does not remove a dynamic route if a static route with a higher administrative distance exists.

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?

Administrative distance determines the trustworthiness of routing sources, with lower values preferred over higher ones.

What is the correct answer to this question?

The correct answer is: The static route remains a backup and is used only if the OSPF route is lost. — The static route with an administrative distance of 200 behaves as a floating backup. In plain language, the router keeps it in reserve and prefers the OSPF route while OSPF is healthy, because OSPF’s default administrative distance of 110 is lower and therefore more trusted. The static route does not disappear from the configuration, but it stays out of the active routing table unless the better route is lost. This is a very common CCNA concept because it shows how routing preference works between different route sources. The higher-distance static route is not useless; it is intentionally configured so that it becomes active only during a failure. That design provides backup routing without interfering with the normal dynamic path. The correct answer is the one describing the static route as a standby or floating route rather than as the preferred 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.