A network engineer is troubleshooting an EIGRP issue in a large enterprise network. Two routers, R1 and R2, are connected via a T1 link. R1 is learning a route to 10.0.0.0/8 from R2 with a metric of 28160, but the same route is also learned from another neighbor with a metric of 26880. The engineer notices that the route from R2 is not being installed in the routing table. What is the most likely cause?
Trap 1: The route from R2 is a feasible successor, so it is not installed…
Incorrect. Feasible successors are backup routes stored in the topology table, but the question describes a route that is not installed because a better metric route exists, not because it's a feasible successor.
Trap 2: EIGRP is using unequal-cost load balancing, so the higher metric…
Incorrect. Unequal-cost load balancing (variance) allows multiple routes with different metrics to be used, but by default only the best metric route is installed. The scenario does not mention variance configuration.
Trap 3: The route from R2 is a summary route, so it is not installed in the…
Incorrect. Summary routes can be installed in the routing table if they are the best route. The metric difference indicates a non-summary issue.
- A
The route from R2 is a feasible successor, so it is not installed in the routing table.
Why wrong: Incorrect. Feasible successors are backup routes stored in the topology table, but the question describes a route that is not installed because a better metric route exists, not because it's a feasible successor.
- B
EIGRP is using unequal-cost load balancing, so the higher metric route is not used.
Why wrong: Incorrect. Unequal-cost load balancing (variance) allows multiple routes with different metrics to be used, but by default only the best metric route is installed. The scenario does not mention variance configuration.
- C
The route with metric 28160 is not installed because EIGRP selects the route with the lowest metric.
Correct. EIGRP installs only the route with the best (lowest) metric in the routing table. Since 26880 is lower than 28160, the route from R2 is not installed.
- D
The route from R2 is a summary route, so it is not installed in the routing table.
Why wrong: Incorrect. Summary routes can be installed in the routing table if they are the best route. The metric difference indicates a non-summary issue.