Forsaken_GA wrote: » To start out with - I have absolutely no clue how to do this, I'd have to go research it.My method of load balancing has always been to acquire BGP capable circuits from providers and handle it through that. I'm guessing this is a situation where that's not feasible, however With that being said... you're probably not going to find an answer on this forum, at least not before your conference call. You're much better off flexing your Google-fu, because this is the kind of question that when folks ask me about in real life, I explain there's a need to discuss my hourly rate before I can help them
hermeszdata wrote: » I am reviewing some information (Specifications) for a customer and I need a bit more in-depth understanding of the what's and how's. The spec calls for a combination of T1 and DSL or Cable HSIA and that the connections be bonded. The idea is to have redundant connections so if one goes down the remaining takes the full load. Bandwidth Management (load balancing) is also a part of the equation. Because of the circumstances, they will be using the equivalent of /27 prefix-length. So, from a Cisco perspective, how do we implement this? (Haven't gotten to that part of the ROUTE Study yet!) There is a debate (client internal) about whether there is a requirement of have different providers T1 and DSL (current estimates to bring Cable HSIA in excess of $30K due to extensive road bore and building penetration makes this option unrealistic) and the specs are not clear on that issue. I know from experience, that there is a single TELCO provider in any Metro area and the other providers in the Metro Area are actually re-sellers of that service, buying it at discounted rates and handling the Subscriber Support in place of the Actual provider. Now, that was a mouthful to get out! Back to the question(s). How do we accomplish this from a Cisco perspective? I know there are 3rd party devices that will do this, but I want to understand from the context of this forum and how we would implement a Cisco Solution. They actually have 2xT1s (bonded) and will add a DSL subscription. They will have to expand their existing blocks to at least 25 statics. IF I understand correctly, should all services come from the same ISP, that ISP could/would take care of the Circuit Bonding with all circuits pointing to the same default gateway. Is this a somewhat accurate assessment or did I fall down and bump my head again? In this particular case, the ISP has provided a router and the site connects to the ISP Device via FaEth to their Netgate (it's not clear whether the ISP would bring in a standalone DSL modem or provide a DSL module for its router.) So for the sake of argument, let's say I am providing the router with a WIC-2DSU-T1 and a WIC DSL module to accommodate the dual T1s coming from the SmartJacks. and the 2-wire DSL line. What would be the basic processes to implement the circuit bonding, multi-homing, and bandwidth management to achieve the desired goal(s)? Explain it to me "Like I's A 6-year old!" not really, but you get the idea. Thanks in advance. I have to discuss this on a conference call first thing in the morning.
chrisone wrote: » In simplest terms you need to implement tracked routes. Practice with tracked routes, research it first and learn how to implement it. With track routes you can have one circuit your primary and secondary with a higher AD waiting in the background. Once the primary circuit goes down the secondary route will automatically take over. Once you have this set you will have 2 default routes, they will have different AD's. Your default routes will obviously point to the various circuits you have as next hop. You can perform load balancing with route maps or QOS. Although i havent played much with load balacing with route maps or QOS the posibility is there. With route maps you would obviously divide your LANs and send them to different next hops, thus dividing the load on different circuits. However I am skeptical if this will work with the track routes or if this will nullify the tracked routes. Anyways i hope this gets you started on the correct path, i just brained storm off the top of the brain.
sides14 wrote: » Couple of questions. Is the DSL circuit to be a back-up for the two bonded DS1s? Honestly, if you are looking for redundancy, I would go with the cable option. The T1s and the DSL would use the same B-Box which would definitely not provide any redundancy because the weakest link would be the box out on the street. Maybe consider one of the wireless T1 or broadband solutions to provide redundant service.
tomaifauchai wrote: » You could use PPP multilink and add any kinda circuits to the bundle. It does load balancing by default and if 1 circuit went down, the bundle still work. On the ISP side, i don't know how they could bundle the 2 circuits but hmm check those linksCisco: Routers - Multilink T1 with diff ISP ?Use Multilink PPP to combine multiple circuits into a single circuit with a single router interface | TechRepublic Load balancing over BGP could also be possible by enabling the "maximum-paths" to 2. You could run private-as number if you can't afford a real as but the load balancing would be innefficient.
boobobobobob wrote: » Get a firewall and have that do the load balancing for you, this is how most enterprise networks load balance between ISPs. If you have the budget run HSRP or GLBP for redundant cores but all IDFs will also have to be dual homed to the cores.
xXErebuS wrote: » Not necessarily, you could have a L2 device between the FHRP addresses and be single homed to it. I would say most enterprises use BGP and rely on that for ISP load balancing; but once again you can only do so much and if your return traffic is what is consuming your link; what you do between the ISP link and your end user doesn't matter much. Kind of reminds me of what I've seen networker050184 post about several times - routing goes two ways....
boobobobobob wrote: » Doesn't that make the network not redundant?