|
Bookmark this page:
Yahoo!
Windows Live
del.icio.us
digg
Netscape
|
|
|||||||
|
Posted by on November 20, 2007, 6:11 pm
Please log in for more thread options
After reading many posts regarding this topic I've come to the conclusion that simply adding another route will enable my router to load balance all outgoing traffic over two xDSL connections -- am I correct, because this is what I must configure. Thanks in advance! | |||||||
|
Posted by =?ISO-8859-2?Q?=A3ukasz_Bromir on November 21, 2007, 6:47 pm
Please log in for more thread options First of all, IOS will see two 0.0.0.0 routes and by default, load-balance outgoing traffic to those two destinations on per-destination basis. To enable per-packet load-balancing you should enable per interface 'ip cef load-sharing per-packet', but you propably don't want to do this. The next problem comes from the fact, that if you have two xDSL lines propably each one of them has it's own assigned IP pool, to which you should NAT outgoing traffic - otherwise uRPF check on border routers of your ISP will drop it as spoofed. So you need to configure NAT with route-maps matching interface that outgoing traffic will exit the router (when NAT gets the packet it's already on it's way through selected interface, so 'match interface' action in route-map will match the one actually selected to push the traffic out). The better solution for such issue is to use OER/PfR, which is dynamic version of this setup - traffic sent to external networks will be probed and if better path exists (better meaning with lower delay, via less loaded interface and many, many otehrs) outgoing interface will be dynamically adjusted. -- "Don't expect me to cry for all the | Łukasz Bromirski reasons you had to die" -- Kurt Cobain | http://lukasz.bromirski.net | |||||||
|
Posted by alexd on November 22, 2007, 5:02 am
Please log in for more thread options ?ukasz Bromirski wrote:<snip> Is OER/PfR [gets 5 hits on google] a specific protocol, or a methodology? Is it something that requires support at the ISP end? -- <http://ale.cx/> (AIM:troffasky) (UnSoEsNpEaTm@ale.cx) 10:00:50 up 10 days, 22:39, 2 users, load average: 0.26, 0.32, 0.27 50,000 watts of funking power | |||||||
|
Posted by =?ISO-8859-2?Q?=A3ukasz_Bromir on November 22, 2007, 5:55 am
Please log in for more thread options alexd wrote:Well, it vendor-specific functionality. It's described here: http://www.cisco.com/univercd/cc/td/doc/product/software/ios124/124tcg/toer_c/h_oerovr.htm OER is actually a 'old' name, Optimized Edge Routing, where PfR is 'new' name - Performance Routing. -- "Don't expect me to cry for all the | Łukasz Bromirski reasons you had to die" -- Kurt Cobain | http://lukasz.bromirski.net | |||||||
|
Posted by on November 22, 2007, 1:53 pm
Please log in for more thread options Thanks for the post, although this is clearly beyond my ability. Is there a tech doc or another resources which coulc show me how to do this almost step-by-step? Thanks! | |||||||
| Similar Threads | Posted |
| [Cisco ISR 1800] Load Balance over two xDSL | November 20, 2007, 6:11 pm |
| Load Balance with Cisco ISR 1801 | December 5, 2007, 5:45 pm |
| Cisco CSS load balance weighted round-robin perl script | February 13, 2007, 9:30 pm |
| Load Balance and High Availability. | July 19, 2005, 9:16 pm |
| Load Balance and High Availability. | July 19, 2005, 9:16 pm |
| port-channel load-balance | May 29, 2006, 12:10 pm |
| Load balance between two parallel paths | June 21, 2006, 6:26 am |
| Load Balance 2 FRAME RELAY CIRCUITS | July 5, 2005, 10:02 am |
| 1812w Load Balance two internet connections | October 27, 2008, 9:53 am |
| Max Clients, Load Balance on Aironet 1231? I have 200 PDA's! | August 23, 2007, 1:18 pm |
| Is it possible to load balance between MPLS router/network and DIA router? | April 21, 2008, 3:30 am |
| Cisco 1841 xDSL backup | November 1, 2006, 6:52 am |
| Lan Extension Backup Using xDSL | October 16, 2006, 10:04 am |
| DNAT on Cisco 1800? | May 5, 2006, 12:31 pm |
| Cisco 1800 dot11radio0 | March 28, 2008, 12:56 pm |
|
Home Cabling Guide
Finally, an instantly downloadable book that saves you thousands in home improvement dollars! Enjoy living in 21st century technology-advanced home while increasing its selling value and competitive advantage on the real estate market. Whether your cabling is for home office or high-tech leisure, you can wire your home yourself or learn "wirish" to speak with your cabling contractors in their language! Click Here to learn more |

[Cisco ISR 1800] Load Balance over two xDSL
Yahoo!
Windows Live
del.icio.us
digg
Netscape 

>
> After reading many posts regarding this topic I've come to the
> conclusion that simply adding another route will enable my router to
> load balance all outgoing traffic over two xDSL connections -- am I
> correct, because this is what I must configure.