Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > EIGRP slowness and backup

Reply
Thread Tools

EIGRP slowness and backup

 
 
jmiklo
Guest
Posts: n/a
 
      11-22-2004
Hi,
I have a bunch of location connected to regional office. Regional office
summarize all routes to a central location. On central location there is
dialin router that handles location when they loose primary link and connect
to a that router on central location.
When location goes on backup, it sends its eigrp route son there is
summarized route from regional office and a specific one sent by location on
backup so traffic for that location is routed ok.
When primary of that location goes up, location starts to send packets thru
primary link. As isdn link is still up (because of delay timer) specific
eigrp route is still sent to a central location so during a transition time
we have asymetric routing - location sends packet trhu primary link, and
traffic is sent from central location thru isdn because of more specific
route.
Since traffic is not sent outside isdn interface on location (only received)
eventually location shuts down isdn interface.
But although isdn is down, eigrp neighborship between dialin router and
location via isdn is not immediately broken, so when traffic is sent from
central location to a remote location, specific route is still active in
dialin backup router. Immediately when packet enters that router, backup
router calls remote router and isdn connection is restored.
If there was no traffic during isdn going down and neighborship breaking,
route would dissapear and it would be fine. This way ISDN is very often up.
Solution: I could remove summarization done on regional office toward
central location so all specific routes would be visible on central
location. But design studies always recommend summarization in direction to
central location.


 
Reply With Quote
 
 
 
 
Scooby
Guest
Posts: n/a
 
      11-23-2004
"jmiklo" <> wrote in message
news:cntlqj$84t$...
> Hi,
> I have a bunch of location connected to regional office. Regional office
> summarize all routes to a central location. On central location there is
> dialin router that handles location when they loose primary link and

connect
> to a that router on central location.
> When location goes on backup, it sends its eigrp route son there is
> summarized route from regional office and a specific one sent by location

on
> backup so traffic for that location is routed ok.
> When primary of that location goes up, location starts to send packets

thru
> primary link. As isdn link is still up (because of delay timer) specific
> eigrp route is still sent to a central location so during a transition

time
> we have asymetric routing - location sends packet trhu primary link, and
> traffic is sent from central location thru isdn because of more specific
> route.
> Since traffic is not sent outside isdn interface on location (only

received)
> eventually location shuts down isdn interface.
> But although isdn is down, eigrp neighborship between dialin router and
> location via isdn is not immediately broken, so when traffic is sent from
> central location to a remote location, specific route is still active in
> dialin backup router. Immediately when packet enters that router, backup
> router calls remote router and isdn connection is restored.
> If there was no traffic during isdn going down and neighborship breaking,
> route would dissapear and it would be fine. This way ISDN is very often

up.
> Solution: I could remove summarization done on regional office toward
> central location so all specific routes would be visible on central
> location. But design studies always recommend summarization in direction

to
> central location.
>
>


I've encountered a similar problem. I have designed backup connections
through broadband vpn. These connections are always up. Therefore, summary
routes don't work for me. You really can't summarize when you have
different entry points into the same network. That totally defeats the
whole purpose of summarization.

Here is a solution that may work for you... Start by removing the
summarization and just letting the whole route tables come to each location.
This will get you working right. Then, add an incoming distribute-list to
eigrp at the remote sites to just allow a default route. That way, you
don't have to worry about having large route tables at the remotes, but you
still will have a default route back to the main site. Your switchover
should be almost immediate when the sites come back up.

ex:
access-list 5 permit 0.0.0.0
access-list 5 deny any

router eigrp 100
distribute-list 5 in

Hope that helps,

Jim





 
Reply With Quote
 
 
 
 
jmiklo
Guest
Posts: n/a
 
      11-23-2004
> I've encountered a similar problem. I have designed backup connections
> through broadband vpn. These connections are always up. Therefore,

summary
> routes don't work for me. You really can't summarize when you have
> different entry points into the same network. That totally defeats the
> whole purpose of summarization.
>
> Here is a solution that may work for you... Start by removing the
> summarization and just letting the whole route tables come to each

location.
> This will get you working right. Then, add an incoming distribute-list to
> eigrp at the remote sites to just allow a default route. That way, you
> don't have to worry about having large route tables at the remotes, but

you
> still will have a default route back to the main site. Your switchover
> should be almost immediate when the sites come back up.
>
> ex:
> access-list 5 permit 0.0.0.0
> access-list 5 deny any
>
> router eigrp 100
> distribute-list 5 in
>
> Hope that helps,
>
> Jim
>

Thanks for sharing your experience. That way was also my idea (which I
didn't elaborate in details but goes with removing summarization toward
core). Central location (core) would have all specific location routes, but
would summarize back to regional offices and to end locations.
But I was wondering because summarization to the core is always recommended
in order to avoid route recalculation in core when some end locations goes
down.
Mostly all networks have centralized backup so all locations dials to the
same dialin routers so similar problem always exists.

thanks
j


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
IE6 Garbage Collection and general IE6 slowness problems timothytoe Javascript 4 06-03-2008 05:17 PM
EIGRP, Want to prevent any EIGRP traffic to a interface BG Cisco 3 02-09-2006 08:05 PM
Propagating backup default routes via EIGRP for multiple Internet connections steve_nsi Cisco 1 12-05-2005 12:45 AM
Backup route with better eigrp metric Daniel Eyholzer Cisco 3 12-06-2004 04:57 AM
Netbios over IP slowness with 3600 Ciscos, IMAs and ATM The Prisoner Cisco 2 02-03-2004 03:00 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57