networker050184 wrote: » Curious why you think load balancing is better than leaving a link unused? You have to have it there whether it's used or not. A lot of time you may have to pay per traffic so using the two links may end up costing you more money than an active/passive solution in the long run. Especially if you can get a cheap unmetered primary link. There are hardware appliances that can help you do this that use NAT rather than a BGP solution.
7of9 wrote: » Everywhere I've been, you pay for a certain amount of bandwidth regardless of whether you use it or not. Since you generally size both links so that, in a DR situation, you could conceivably run on a single link, then you're essentially paying twice what you need to for 99% of the time. To most executives, that looks bad and they'd rather think that they're at least getting something beyond just redundancy for that money. As long as load balancing doesn't come at the expense of being able to survive on one link if the other goes down, I do see load balancing as better than having a link you're already paying for going unused. It certainly helps when justifying that cost to management.
pert wrote: » This is more a how-to on policy based routing than BGP, but you do need to know what BGP weights are, you could use the same thing with EIGRP or OSPF and adjust the appropriate metric.
networker050184 wrote: » Hopefully even if you do happen to load balance you are doing it per flow and not per packet to have to worry about those types of issues. Most (all that I know of) modern gear is going to use per flow by default.
networker050184 wrote: » What you are concerned about is having your features implemented 'in hardware' rather than 'in software' aka not punted to the CPU for processing. I'm not too familiar with the 3750, but now a days most features can be programed into assics and performed at line rate. Things like tunnels, PBR, some QoS processing are things you need to take into consideration, but it's not as likely to find these types of things done in software on core or distribution caliber boxes.
cisco_trooper wrote: » You might as well forget about BGP unless you are large enough to get a direct IP allocation from ARIN for a full /24. There are minimum utilization requirements of that IP space as well.https://www.arin.net/resources/request/ipv4_initial_assign.htmlhttps://www.arin.net/resources/request/ipv4_add_assign.html Another thing to consider for dual circuits if you can't get IP space you own is the different IP addresses you will be using over both circuits. Do you have inbound traffic? How are you going to manage the DNS changes if you have to failover to a redundant circuit? Are you willing to invest in Global Load Balancers to achieve super fast failover? or are you willing to suffer the delays of DNS propagation in a manual switchover? There is a lot of stuff to consider including the time to manage the BGP configuration if you are able to go that route.