Uhh, hes gonna either need to run a routing protocol with his provider, or
make two equal cost/distance default routes as well.
----- Original Message -----
From: "Kelly Hair" 
To: 
Sent: Sunday, June 03, 2001 2:13 PM
Subject: Re: How to configure 1601 to load balance 2 Internet circuits
[7:6996]


> And turn off fast switching if you want per packet load balancing:
>
> int s0
> no ip route-cache
>
> If you do not need process switching then leave the interface it its
default
> switching mode..   I would think you would want to load balance per packet
> so it appears to be equally slow/fast as compared to "this connection
rocks"
> and "why does this connection suck so bad?"
>
> ----
>
> Assuming the traffic is IP another modifications you can look at that
would
> be pretty easy to setup:
>
> Setting ip policy on the BRI/serial interfaces with the T1 interface
> transporting packets matching a route-map of say 400 bytes to 1500 bytes
and
> those smaller going across the BRI...
>
> It would look something like this:
>
> int bri0
> ip address a.a.a.a x.x.x.x
>
> int s0
> ip address b.b.b.b x.x.x.x
>
> int eth0
> ip addresss c.c.c.c x.x.x.x
> ip route-cache policy
> ip policy route-map inet
>
> route-map inet permit 10
> match length 400 1500
> set ip next-hop
>
> route-map inet permit 20
>
> ip route 0.0.0.0 0.0.0.0
>
> --------
>
> HTH
> Kelly
>
> ----- Original Message -----
> From: "Mike Nygard"
> To:
> Sent: Saturday, June 02, 2001 4:59 PM
> Subject: Re: How to configure 1601 to load balance 2 Internet circuits
> [7:6911]
>
>
> > Hello Justin,
> >
> > The easiest way to resolve this would be to use multiple default routes
> from
> > global configuration:
> >
> > ip route 0.0.0.0 0.0.0.0
> > ip route 0.0.0.0 0.0.0.0
> >
> > The router will load balance between the 2 routes.
> >
> > Thank you,
> > Mike Nygard
> >
> >
> > ""Justin Lofton""  wrote in message
> > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > > I have a customer that has a 128k connection to the Internet and they
> are
> > > bringing in a T1 to the Internet but they want to load balance on both
> > > circuits for a week to be sure the new circuit is working properly.
> What
> > is
> > > the simpliest way to configure this scenario?  Can I set multiple last
> > > resort gateways or what?  Please help!
> > >
> > > Thanks everyone!
> > >
> > > Justin Lofton
> > > Account Executive/CCNA
> > > Tredent Data Systems
> > > [EMAIL PROTECTED]
> > > V: (818) 222-3770
> > > F: (818) 222-3778
> > > http://www.tredent.com/




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=7005&t=7005
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to