01-19-2015 08:26 AM - edited 03-07-2019 10:17 PM
I am curious if this is possible to resolve congestion.
Currently you would have an OSPF network with 1.3 gigs of traffic flowing to a point in the network that has multiple paths. However one of those paths is 1 gig and the other is only 500 mb. With OSPF i know you could create 2 vlans over 1 path and have the other path and load balance over the 3 but my question is, what if you were to create an MPLS VPN accross the 2 paths/4 routers. Could you possibly use TE to load balance that traffic? Allow ospf to function normally beyond and through the vpn but purly use it to balance the load.
Is the optimal? would there be a better way to do this?
attached is a crude sketch of the idea
01-19-2015 08:42 AM
Assuming the middle section (MPLS-TE) is controlled by your provider, if that is the case you have no control which way the provider will route your traffic. Usually the cost of Gig interface is more than 500Mb circuit. So you can use the Gig as your primary circuit and the 500Mb as backup.
HTH
01-19-2015 08:45 AM
This would be a network in my control entirely. what im saying is we have congestion because of the amount of traffic coming in to where i am proposing we put the mpls-te section to address that congestion and have TE load balance for us. Im curious if this is possible or if im not applying the principle correctly.
01-19-2015 04:06 PM
ok, I am not sure how you have 500Mb on one side and Gig on the other side. If these routers/switches are connected via Ethernet, the speed usually is 100Mb, 1Gig, 10Gig, etc..
If this is the case, the easiest solution would be to upgrade the 500Mb side to Gig and let OSPF load balance the traffic for you.
HTH
01-20-2015 08:10 AM
This isnt real world. This is purely hypothetical. just trying to ascertain if MPLS-TE can be used in this way.
Also the way that this would happen is via microwave wireless backhauls instead of physical ethernet connections.
01-20-2015 11:03 AM
Disclaimer
The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.
Liability Disclaimer
In no event shall Author be liable for any damages whatsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.
Posting
Yes, using 3 specific path MPLS tunnels should work similar to using 3 path VLANs. (Actually, you might only need one extra VLAN or MPLE tunnel, to map out the second path across the 2x bandwidth path.)
Another method would be to use GRE tunnels. The problem with those, unlike VLANs or MPLS, GRE will shrink max IP MTU (which if you're only using standard Ethernet, but actual path can support larger MTU, e.g. Jumbo Ethernet, that might not be an issue).
A better way might be PfR's PIRO. The above just balances new flows, but doesn't actually balance path load. PfR can balance actual path loading. You also wouldn't need to define 3 paths, either.
01-26-2015 09:50 AM
ive been looking up PFR and it seems like something that you have to do with BGP and WAN links. The area i need to balance is internal and setting up BGP would not be a viable option there in the network.
What i have in a GNS3 lab is a tunnel that is pointed over to the other router. The one tunnel is being advertised into ospf. and i can verify that the shortest path with a show ip route does indeed point to the tunnel. and if i show mpls traffic-eng ... it does show that it has two available TE paths. Does this mean that the tunnel will balance onto the available TE paths?
01-26-2015 09:51 AM
ive been looking up PFR and it seems like something that you have to do with BGP and WAN links. The area i need to balance is internal and setting up BGP would not be a viable option there in the network.
What i have in a GNS3 lab is a tunnel that is pointed over to the other router. The one tunnel is being advertised into ospf. and i can verify that the shortest path with a show ip route does indeed point to the tunnel. and if i show mpls traffic-eng ... it does show that it has two available TE paths. Does this mean that the tunnel will balance onto the available TE paths?
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