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!
Didn't find your answer? Ask the community — no account required.
�
Łukasz Bromir
Basically yes, but... :)
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.
A
alexd
Is OER/PfR [gets 5 hits on google] a specific protocol, or a methodology? Is it something that requires support at the ISP end?
�
Łukasz Bromir
Well, it vendor-specific functionality. It's described here:
formatting link
OER is actually a 'old' name, Optimized Edge Routing, where PfR is 'new' name - Performance Routing.
I
iambigfish
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!
M
Merv
take a look at the Cisco doc "IOS NAT Load-balancing for Two ISP Connections"
formatting link
I
iambigfish
You guys rock, thanks!
One last (that's a lie) questions. One port is a WAN port and the other is Fe0, does that matter or do I need another WAN module?
Join the Discussion
Have something to add? Share your thoughts — no account required.
Didn't find your answer?
Ask the community — no account required
Report Content
You are reporting this content to the moderators. They will look at it
ASAP.