05-07-2005 09:45 AM - edited 03-02-2019 10:42 PM
Here is the situation. We have two sites connected with fiber, in fact all connections discussed are 1Gig fiber. Each site has two 6500's , A and B at one site and C and D at the other. A is connect to B and C ; D is connected to B and C (no A to D or B to C connections). If the A to C or the B to D connection goes down, the route(s) will change as expected. A to C then goes through B etc but this does cause some delay, I would guess for reconvergence. We attempted to shorted this time by using the variance command (variance 2) and the traffic-share command (traffic-share min). According to articles this would add the alternate routes to the routing table but not use them unless the primary route was lost. However we do not see the secondary routes in the routing table. The primary route has a metic of 3072 and the secondary has a metric of 3328, so we though a variance of 2 should be sufficient. Am I wrong about what should happen or is there something else I need to do?
Also we donot want to use unequal cost load shareing that is why we used the min parameter on the traffic-share command. Thanks
05-08-2005 02:19 AM
Hello,
check the EIGRP topology table (with the command ´show ip eigrp topology´) to verify if both routes are installed as feasible successors. If the roue is not a feasible successor, it will not be installed in the routing table. Also, check if the reported distance of the link that is not being used properly might be greater than the feasible distance of the other links, in which case it would not be selected for load balancing, regardless of the variance you are using...
Regards,
GP
05-11-2005 11:42 AM
I checked and it was not listed there. It turns out the reported distance for our alt route is the exact same as our feasible distance on the present route. I guess equal is not good enough, it must be less, to be considered a feasible successor?
05-11-2005 11:51 AM
Hello,
exactly, RD has to be less than the FD. You could change the EIGRP metrics in order to influence the path metrics, check this document:
Setting a Preferred Route by Influencing EIGRP Metrics
http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a00800c2d96.shtml
HTH,
GP
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide