RE: Two ISP loadbalancing without BGP

From: Joseph L. Brunner <joe_at_affirmedsystems.com>
Date: Tue, 15 Mar 2011 07:54:00 +0000

Wouldn't those static default routes cause encapsulation failures?

-----Original Message-----
From: nobody_at_groupstudy.com [mailto:nobody_at_groupstudy.com] On Behalf Of muhammad adnan
Sent: Tuesday, March 15, 2011 3:09 AM
To: masroor ali
Cc: Shaughn Smith; Cisco certification
Subject: Re: Two ISP loadbalancing without BGP

Dear masroor:-

Try This configration may be it work.....
change the below configration according to the your scenario.

interface FastEthernet0
 ip address x.x.x.x
 ip nat outside

interface FastEthernet1

ip address x.x.x.x
 ip nat outside

interface FastEthernet2
 ip address x.x.x.x
 ip nat inside

ip route 0.0.0.0 0.0.0.0 fastethernet0

ip route 0.0.0.0 0.0.0.0 fastethernet1

ip nat inside source route-map nat1 interface fastethernet0 overload
ip nat inside source route-map nat2 interface FastEthernet1 overload

access-list 110 permit ip LAN-IP-Address any

route-map nat1 permit 10
 match ip address 110
 match interface fastethernet1
!
route-map nat2 permit 10
 match ip address 110
 match interface FastEthernet0

Thanks
Muhammad Adnan

On Tue, Mar 15, 2011 at 11:57 AM, masroor ali <masror.ali_at_gmail.com> wrote:

> you are right, but I also need to put default route, how would I deal with
> two default routes??,
>
> On Tue, Mar 15, 2011 at 10:55 AM, Shaughn Smith <maniac.smg_at_gmail.com
> >wrote:
>
> > Just use PBR. You can set a next hop ip
> >
> > CCIE # 23962 (SP)
> >
> > Sent from my iPhone 4
> >
> > On 15 Mar 2011, at 8:30 AM, masroor ali <masror.ali_at_gmail.com> wrote:
> >
> > > Hi,
> > >
> > > I have two internet connections terminating on same router, I want to
> do
> > > some source based routing, e.g
> > >
> > > 192.168.1.0/24 use ISP-01
> > > 192.168.2.0/24 use ISP-02
> > >
> > > please help me configuring this router.
> > >
> > > Note: Nat is not required over here.
> > >
> > >
> > > Thanks & Regards,
> > > Masroor Ali
> > >
> > >
> > > Blogs and organic groups at http://www.ccie.net
> > >
> > > _______________________________________________________________________
> > > Subscription information may be found at:
> > > http://www.groupstudy.com/list/CCIELab.html
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> >
>
>
>
> --
> Thanks & Regards,
> Masroor Ali
> CCIE R&S | CCSP
> http://pk.linkedin.com/pub/masroor-ali-ccie-27170/10/626/53
>
>
> 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
Received on Tue Mar 15 2011 - 07:54:00 ART

This archive was generated by hypermail 2.2.0 : Fri Apr 01 2011 - 06:35:41 ART