06-24-2005 12:17 PM - edited 03-03-2019 09:54 AM
Location A is connected to Location B via a T1 connection with router a-1 and router b-1 and a A 768kb Frame relay Pvc with router a-2 and router a-2. To use both paths at the same , I would have to run EIGRP as my IGP, correct?? Currently, we are running OSPF.
06-24-2005 12:49 PM
Yes, I believe you are correct. EIGRP and IGRP are the only routing protocols that support unequal cost load balancing. You will have to use the variance command.
06-25-2005 06:25 AM
For OSPF, check out the "ip ospf cost" interface command:
http://www.cisco.com/en/US/tech/tk365/technologies_white_paper09186a0080094e9e.shtml#t6
http://www.cisco.com/en/US/tech/tk365/technologies_q_and_a_item09186a0080094704.shtml#q3
With EIGRP/IGRP you would use the "variance" feature:
http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a008009437d.shtml
Here's a general document about how load-balancing works in IOS:
http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a0080094820.shtml
06-29-2005 01:00 AM
Hi,
Load balance via a routing portocal like eigrp is possible only if
1: both the links have the same cost
2: both the links are in the same router
If you want to to do load balancing over uequal paths then this can be done using inverMUX or with policy routing, or if you want to try you can also use CEF. with the command line "ip cef" global command and "ip load-sharing per-packet in the interface "
Please note that all this can be done only if both the links are of equal cost.
other wise split the traffic based on tcp ports using policy routing
thanks
06-30-2005 10:08 PM
hi kumar here ,
did youy get the solution for your problem
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