350-401 · Question #693
Independent, multiple OSPF processes are entered on the same router, and the processes have the same destination route. Which OSPF process is used?
The correct answer is C. The first route process that places a route into the routing table is used.. When a router has multiple independent OSPF processes that learn identical routes to the same destination, the router will use the route from the OSPF process that successfully installs it first into the routing table.
Question
Independent, multiple OSPF processes are entered on the same router, and the processes have the same destination route. Which OSPF process is used?
Options
- AThe route with the fewest hops is used.
- BBoth processes are used to load balance the traffic.
- CThe first route process that places a route into the routing table is used.
- DThe route with the shortest prefix is used.
How the community answered
(41 responses)- A2% (1)
- B5% (2)
- C90% (37)
- D2% (1)
Why each option
When a router has multiple independent OSPF processes that learn identical routes to the same destination, the router will use the route from the OSPF process that successfully installs it first into the routing table.
While OSPF uses cost as a metric, when comparing routes from different OSPF processes with the same administrative distance, the router generally uses the first route installed rather than continuously comparing metrics across independent processes for the exact same route.
Load balancing typically occurs for equal-cost paths within a single routing protocol instance or between different protocols if explicitly configured, but not automatically between independent OSPF processes for identical routes.
If multiple OSPF processes on a router learn the same destination route, each maintaining its own database, the router's main IP routing table will retain the route that was initially installed by one of the OSPF processes. Since all OSPF processes have the same administrative distance (110), subsequent identical routes are typically not installed if one already exists.
Route selection prioritizes the longest prefix match when comparing different subnets; however, for identical destination routes (same prefix and length), prefix length is not a tie-breaking factor.
Concept tested: Multiple OSPF processes and route selection
Topics
Community Discussion
No community discussion yet for this question.