352-001 · Question #80
When a router running EIGRP considers alternate paths, which ones will it consider loop-free?
The correct answer is B. ones in which the reported distance is less than the feasible distance. EIGRP uses the Feasibility Condition to guarantee loop-free alternate paths: a neighbor's Reported Distance must be strictly less than the local router's current Feasible Distance.
Question
When a router running EIGRP considers alternate paths, which ones will it consider loop-free?
Options
- Aones in which the reported distance is equal to the feasible distance
- Bones in which the reported distance is less than the feasible distance
- Cones in which the feasible distance is the same as the best possible route
- Dones in which the reported distance is the same as the metric of the best possible path
How the community answered
(19 responses)- B89% (17)
- C5% (1)
- D5% (1)
Why each option
EIGRP uses the Feasibility Condition to guarantee loop-free alternate paths: a neighbor's Reported Distance must be strictly less than the local router's current Feasible Distance.
An RD equal to the FD does not satisfy the Feasibility Condition (the condition requires strictly less than, not equal to), so equal-RD neighbors are not guaranteed to be loop-free and are not classified as Feasible Successors.
The EIGRP Feasibility Condition states that a neighbor is a Feasible Successor (loop-free alternate) only when its Reported Distance (RD) - the neighbor's own best metric to the destination - is strictly less than the local router's Feasible Distance (FD), the best known metric. This guarantees the neighbor is topologically downstream and cannot route back through the local router, mathematically eliminating routing loops.
A route whose feasible distance equals the best possible route describes the Successor (current best path), not the criteria used to identify loop-free alternate Feasible Successors.
An RD equal to the metric of the best path means RD equals FD, which fails the strict less-than requirement of the Feasibility Condition and does not guarantee a loop-free path.
Concept tested: EIGRP Feasibility Condition for loop-free alternates
Source: https://www.cisco.com/c/en/us/support/docs/ip/enhanced-interior-gateway-routing-protocol-eigrp/16406-eigrp-toc.html
Topics
Community Discussion
No community discussion yet for this question.