I need to do load balancing for two links headed for the same destination. One link is a 64K radio link direct to the destination. The other link has a 64K link to another router, that is then connected to the final destination via a 128K radio link. What should the load balancing configuration look like? Should it be on all the three routers involved? I have tried the following script on the source router:
router eigrp 100
variance 3
But traffic keeps on going through the directly connected link and the one with two hops is not being used.
Please help