09-02-2005 03:24 PM - edited 03-03-2019 10:25 AM
Hi;
I have a topology with the following scenerio:
Link-1 4Mbps VoIP only
R1------------------------------------R2
|
|
|
R3------------------------------------R4
Link-2 16Mbps Data only
I always use Link-1 to be carried voice traffic only. If Link-1 goes down , VoIP traffic is passed through Link 2 by configuring a static routing with a higher metric.
But sometimes Link1 is being saturated due to high traffic and VoIP users begin to face delay,jitter problems etc.
Is there a way to allocate specific bandwidth, in this case for example 3600 Kpbs for the inbound and outbound of R1's serial interface. And if the VoIP traffic exceeds the value of 3600Kpbs, the traffic would be re-routed to pass through R3 by configuring a policy ?
Thanks in advance
mali
09-03-2005 04:01 PM
no idea? While i was looking for the solution, i have found mpls TE fast reroute feauture. But i am not sure whether it solves my problem or not...
thanks in advance
mali
09-12-2005 06:33 AM
Some thoughts or possible options...
1. Use a hardware load balancer to load balance the paths based on ratio (i.e. send 4 sessions down link 2 for every 1 session sent down link 1).
2. Use a routing protocol like EIGRP or OSPF that supports load balancing across multiple paths.
3. Use policy routing in conjunction with a police statement to "tag" incoming traffic with one value if the current traffic level is less than 3.6Mbps and a second value if the current traffic level is more than 3.6Mbps. Then use an outbound policy route to route the traffic to either link based on the packet "tag".
Just a few suggestions off the top of my head...
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