RE: Load Balancing on DSL

From: Ruhann du Plessis (ru@is.co.za)
Date: Mon Nov 10 2008 - 15:53:42 ARST


Lo,

2 default route will take care of your outbound traffic,
 provided you using per-session load-balancing, and NOT per packet.

#ip route 0.0.0.0 0.0.0.0 Dialer0
#ip route 0.0.0.0 0.0.0.0 Dialer1

Because you dont have a static range you will have to use NAT,
 to take care of return path traffic. You'll need two NAT statements,
 one to each Dialer interface, so that leaving traffic returns to
 the same interface, something along the lines :

#ip nat inside source list 1 interface Dialer0
#ip nat inside source list 1 interface Dialer1

That should work :)

--
<ruhann>

On Kelvin Yeo <> wrote :

> Maybe it works with 2 default route w load balancing on the > switching process(ip cef should already being enabled by > default on ur platfom though) > > Cheers, > Yeo > > > -----Original Message----- > From: Paul Adams <ccie.paul@gmail.com> > Sent: 10 November 2008 9:16 PM > To: Cisco certification <ccielab@groupstudy.com> > Subject: Load Balancing on DSL > > Hello, > > We have Two DSL connection ( no static IP ) terminating on > Cisco 2800 series > Router, is there a way to make load balancing of traffic on > these links. > Have searched cisco website but didnt find any interesting article > > Thanks > > > Blogs and organic groups at http://www.ccie.net > > ______________________________________________________________ _________ > Subscription information may be found at: > http://www.groupstudy.com/list/CCIELab.html > > > Blogs and organic groups at http://www.ccie.net > > ______________________________________________________________ _________ > Subscription information may be found at: > http://www.groupstudy.com/list/CCIELab.html

-- ru@is.co.za +27.115.750.055 Please note: This email and its content are subject to the disclaimer as displayed at the following link http://www.is.co.za/legal/E-mail+Confidentiality+Notice+and+Disclaimer.htm. Should you not have Web access, send a mail to disclaimers@is.co.za and a copy will be emailed to you.

Blogs and organic groups at http://www.ccie.net



This archive was generated by hypermail 2.1.4 : Mon Dec 01 2008 - 08:18:30 ARST