Well, I'm assuming you mean within a single router? If it was two routers, I
would suggest GLBP on the LAN segment of the routers. However, a single
router with dual DSL circuits, each with a different ISP? If you aren't using
a dynamic routing protocol between them, and only using the default
route/PPPoE injected route, etc., you could set some routes to prefer ISP 1
with a floating static set of routes for ISP 2, and vice versa. It's not
efficient, but it would work. This would be outside the box thinking for
sure, it would send 0-127 networks to ISP1 and 128-255 networks to ISP2. You
can use an interface based static route (that would fall out of the table if
the interface went down), or use tracking for routing or line-protocol to
insert the other route to the other ISP.
Hope this helps.
ip
route 0.0.0.0 128.0.0.0 e0/1 name ISP1
ip route 0.0.0.0 128.0.0.0 e0/2 100
name ISP2
!
ip route 128.0.0.0 128.0.0.0 e0/2 name ISP2
ip route 128.0.0.0
255.0.0.0 e0/1 100 name ISP1
!
OR
*or use tracking with ip routing,
interface, or SLA*, but not really necessary.
!
ip route 0.0.0.0
128.0.0.0 e0/1 name ISP1 track 1 100
track 1 int e0/2 line-protocol
!
ip route
128.0.0.0 128.0.0.0 e0/2 name ISP1 track 2 100
track 2 int e0/1 line-protocol
Regards,
Jay McMickle- 3x CCNP (R&S,Security,Design), CCIE #35355 (R&S)
From: Kaiser Anwar <Kaiser_Anwar_at_hotmail.com>
To: 'Tony Singh'
<mothafungla_at_gmail.com>
Cc: ccielab_at_groupstudy.com
Sent: Tuesday, November
20, 2012 7:03 PM
Subject: RE: Need Help in getting a router
It would be two
ISP's
-----Original Message-----
From: Tony Singh
[mailto:mothafungla_at_gmail.com]
Sent: Tuesday, November 20, 2012 3:52 PM
To:
Kaiser Anwar
Cc: <ccielab_at_groupstudy.com>
Subject: Re: Need Help in getting a
router
Load balancing how IGP ? FHRP ? Two ISPs ?
-- BR Sent from my iPhone on 3 On 20 Nov 2012, at 17:08, "Kaiser Anwar" <Kaiser_anwar_at_hotmail.com> wrote: > Hi, > > What is the best suited router that can work with DSL and do load balancing? > I was looking at the 800 1800 series routers but wanted to get > something that can scale. > > > Any help is appreciated > > Thanks > > > Blogs and organic groups at http://www.ccie.net > >Received on Wed Nov 21 2012 - 08:39:01 ART
This archive was generated by hypermail 2.2.0 : Sat Dec 01 2012 - 07:27:50 ART