mediummatchingObjective-mapped

Match each route source to its default administrative distance on a Cisco router.

Question 1mediummatching
Full question →

Match each route source to its default administrative distance on a Cisco router.

Answer choices are not available in this preview. Open the full question page for the complete review.

Common exam trap

Common exam trap: answer the scenario, not the keyword

A frequent exam trap is confusing administrative distance with routing metrics. Candidates often assume that the lowest metric route is always chosen, but Cisco routers first compare administrative distance when routes come from different sources. For example, even if an OSPF route has a better metric than a static route, the router prefers the static route because its administrative distance (1) is lower than OSPF’s (110). Misreading this can lead to incorrect answers about route preference and cause confusion in troubleshooting routing issues.

Technical deep dive

How to think about this question

Administrative distance (AD) is a fundamental concept in Cisco routing that determines the reliability of routing information received from various sources. It is a numeric value assigned to each route source, where a lower AD indicates a more trustworthy route. Cisco routers use AD to decide which route to install in the routing table when multiple routes to the same destination exist from different routing protocols or sources. The AD values are predefined but can be manually adjusted for advanced routing scenarios. The default administrative distances for common route sources are critical to understand for CCNA-level routing knowledge. Connected interfaces have an AD of 0, meaning they are always preferred since they represent directly attached networks. Static routes have an AD of 1, making them the next most trusted after connected routes. External BGP (eBGP) routes have an AD of 20, which is lower than most interior gateway protocols, so eBGP routes are preferred over OSPF (AD 110) and EIGRP external routes (AD 170). OSPF routes have an AD of 110, which is higher than static and eBGP but lower than RIP (AD 120). This hierarchy ensures predictable route selection based on trustworthiness. A common exam trap is confusing administrative distance with routing protocol metrics. While AD compares route sources, metrics determine the best path within the same routing protocol. For example, OSPF uses cost as its metric, but if a static route exists to the same destination, the router prefers the static route due to its lower AD. Misunderstanding this can lead to incorrect assumptions about route selection. Practically, network engineers use AD to manipulate route preferences and implement routing policies, such as preferring static routes over dynamic ones or controlling route redistribution.

KKey Concepts to Remember

  • Administrative distance (AD) is a Cisco router metric that ranks the trustworthiness of routing information from different sources to select the best path.
  • Connected routes have the lowest administrative distance of 0, so Cisco routers always prefer directly connected interfaces over other route sources.
  • Static routes have an administrative distance of 1, making them more preferred than dynamic routing protocols but less preferred than connected routes.
  • External BGP (eBGP) routes have an administrative distance of 20, which is lower than most interior routing protocols, so eBGP routes are preferred over OSPF and EIGRP external routes.
  • OSPF routes have a default administrative distance of 110, which is higher than eBGP and static routes, so OSPF routes are less preferred when multiple routes exist.
  • When multiple routes to the same destination exist, Cisco routers compare administrative distances first before considering metrics to determine the best path.
  • Administrative distance is only compared between routes learned from different routing protocols or sources; routes from the same protocol use metrics for path selection.
  • Understanding default administrative distances helps network engineers predict route selection behavior and troubleshoot routing issues effectively.

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 (AD) is a Cisco router metric that ranks the trustworthiness of routing information from different sources to select the best path.

What exam trap should I watch out for?

Common exam trap: answer the scenario, not the keyword: A frequent exam trap is confusing administrative distance with routing metrics. Candidates often assume that the lowest metric route is always chosen, but Cisco routers first compare administrative distance when routes come from different sources. For example, even if an OSPF route has a better metric than a static route, the router prefers the static route because its administrative distance (1) is lower than OSPF’s (110). Misreading this can lead to incorrect answers about route preference and cause confusion in troubleshooting routing issues.

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.