A edge gateway router receives candidate routes from multiple routing sources for the destination network . The available entries are:
- An OSPF route with an Administrative Distance of and a metric cost of
- An iBGP route with an Administrative Distance of and a metric of
- A floating static route configured with an Administrative Distance of
Which route will the gateway router install into its active routing table for traffic destined to ?
- The OSPF route, because its Administrative Distance of 110 is lower than both the floating static route and the iBGP route.Answer
- BThe iBGP route, because its metric value of 10 is lower than the OSPF cost metric of 45.
- CThe floating static route, because static routes inherently override all dynamic routing protocol entries.
- DBoth the OSPF and iBGP routes equally, load-balancing traffic between the two paths.
Answer
The OSPF route will be installed into the routing table because it has the lowest Administrative Distance (110) among the competing routes for the prefix 172.16.10.0/24.
When a router receives multiple routes for the exact same destination network prefix from different administrative sources, it evaluates Administrative Distance (AD) first. Lower AD values represent higher reliability. OSPF has an AD of 110, which is lower than the configured floating static route (130) and the iBGP route (200), so the router populates its routing table with the OSPF path.
Step-by-Step Solution
Key Concept
Administrative Distance Precedence in Route Selection
Estimated Time:1m 15s