I'm having difficulty understanding how Todd explains the feasible successor and it's relation to how the route is added to the routing table...
Todd explains...
Feasible successor A destination entry is moved from the topology table to the routing table when there is a feasible successor.
(I thought it would only be moved to the routing table when it is a successor or if the successor fails?)
Continues...A feasible successor is a path whose reported distance is less than the feasible distance, and is considered a backup route.
(Wouldn't this make it a successor? If the reported distance is less than the feasible distance?)
Continues...Only the one with the best metric (the successor) is placed in the routing table. The
show ip eigrp topology command will display all the EIGRP feasible successor routes known to a router.
I think I do understand that a feasible successor is a backup route to the successor, but somehow, to me, this explanation makes it seem as though the feasible successor is a better route than the successor....