Are you just wanting failover? Which would probably be best for your needs. What are you trying to protect against? There's about a dozen ways to do it, depending on what you're trying to do. Sorry to be vague, but it matters.
Hi spidey, thanks for the reply.
Basically, we have 2 WAN links, both should be used for regular Internet access and the traffic should be loadbalanced taking into account the different bandwidths.
We need failover, so that in case one link is down, everthing goes out though the other one.
as spidey mentioned, there are just too many different ways to accomplish this...what are your requirements? due to complexity and learning curves, i would not go down the BGP route.
the above load balancing solution (equal cost default routes) is best suited for like-bandwidth circuits...unless you use some advanced BGP features to load balance outbound based on link bandwidth, an active/backup configuration would best fit your scenario.
As was stated before the problem you have is unequal paths. If you are using BGP with maximum-paths, CEF will load balance per connection so some sessions will get stuck on the 2mbs circuit and others on the 10mb circuit. Also keep in mind that you are only load balancing outbound traffic unless you downstream provider is configured the same way. To be honest you are better off going with a primary/standby configuration.
we have 2 WAN links, both should be used for regular Internet access and the traffic should be loadbalanced taking into account the different bandwidths.
Are the 2 WAN links through the same or different ISP?
Do you have static IP's, or do you only have the DHCP IP's assigned by the ISP's?
If static, do you have your own IP block & ASN, or is it assigned by one of the two ISP's?
How is your NAT set up right now?
Can the ISP's support BGP?
I know you already mentioned these are for regular Internet access, but do you have a lot of outbound traffic? (local web server, or users uploading tons of image or video files to Internet)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.