why feasible successor must less than successor
hello all,
i just need to know why in eigrp
“To qualify as a feasible successor, a router must have an AD less than the FD of the current successor route“
what if it was higher ??
* my opinion here as if fasiable successor (ad) was higher than successor (fd) , so if successor fails so it will not enter again as successor when he back to work
correct me and guide me
i just need to know why in eigrp
“To qualify as a feasible successor, a router must have an AD less than the FD of the current successor route“
what if it was higher ??
* my opinion here as if fasiable successor (ad) was higher than successor (fd) , so if successor fails so it will not enter again as successor when he back to work

correct me and guide me

Comments
If a neighbor is advertising a route with a cost that's higher than another neighbor's cost for the same route but less than the routers own cost for that better route, then it's mathematically impossible for the higher-cost route to have gone through the router once and looped around to have reached it again.
Current goal: Dunno
As Fred put it, if my neighbor has a higher cost to the destination that me, he might have learnt the route from me.
still confused , if there is a pic or example it will be perfect
Though, split horizon will prevent this scenario typically.
If my cost to reach network X is 100, and my connected neighbor has a cost 50 to reach network X, i know 100% that my neighbor did not learn the route from me. Why? because if they did, their cost would be 100 ( my cost ) + whatever additional cost they have. So if their cost is less than mine, i can be sure they are not looped through me.
If my cost to reach network X is 100, and my connected neighbor has a cost of 200, there is a possibility that they learnt this route from me, 100 ( my cost ) + 100, that additional 100 could be their cost to me.
So with scenario A, i can be sure there is no loop. With Scenario B, there could be a loop, maybe the neighbor just has a high cost to the destination network, but if i follow the feasible rule that my neighbor must have a lower cost, i can be absolutely sure that i'm not causing a loop.
R3 will not receive R5's network back from R2 or R1.
PS.
Disabling split horizon on R1/R2 results in R3 having multiple routes to R5 (via R1/R2), but it still won't cause issues beyond unnecessary entries in the topology table because they'll never pass the feasibility condition.
For the longest time I thought a route could be used as a feasible successor that normally would not due to having a higher AD than the FD of the current successor IF the variance was set to a higher value. EIGRP can be tricky and I personally think this is the most easily confused subjects surrounding EIGRP. Study up!
My ultimate career goal: To climb to the top of the computer network industry food chain.
"Winning means you're willing to go longer, work harder, and give more than anyone else." - Vince Lombardi