11-20-2011 10:13 PM - edited 03-04-2019 02:21 PM
I was trying to find a document that explained how and where different types of OSPF stub areas can be used(like spoke locations, partners etc).
If anyone has such an explaination, please share.
11-20-2011 10:54 PM
Hi,
It's some kind of filtering external LSAs into stub area to reduce area calculation when external routes flap. You are good to go : http://www.cisco.com/en/US/tech/tk365/technologies_white_paper09186a0080094e9e.shtml#t31
HTH,
Toshi
11-20-2011 11:09 PM
Hello Toshi,
Thank you for that link.
It would be helpful to get some recommendations of where/when each type of stub area should be used.
11-21-2011 02:43 AM
Hi,
It depends on your design. You might use just one area for the whole network. You might inject external routes into HQ and design branch sites for stubby areas.
HTH,
Toshi
11-21-2011 03:01 AM
hi, I would consider such variables as whether the stub area has a contiguous block of addresses or are they varied. How many exits are available now and likely to be available in the future.
EG a small office location with say one WAN link with a /24 block, ideal stub with default route out. However if that site is likely to grow, maybe a few more /25 networks, a 2nd resilient route out then the use of a more dynamic update is required.
Do you have any servers in the area likely to cause application problems if an ip address within the stub is lost.
For me a remote branch office with low employee numbers, no servers etc and single link out is ideal for stub area.
Sent from Cisco Technical Support iPad App
11-21-2011 03:04 AM
Hi Craig,
Good job.
5-point for you
Toshi
11-21-2011 03:31 AM
Thanks Toshi.
Should also have added how powerful your remote router is. A small branch router probably doing lots of local dns/dhcp services etc. can get quite overwhelmed by large OSPF database/updates, bandwidth on slow links etc..
I learnt the hard way. We started by throttling back the OSPF hellos and even recalc timers and then summarising but in the end switched to stub areas and the migration was a pain trying to do it in service because the OSPF neighbours were of course dropping due to non match of stub flag until all in the area were done!
Sent from Cisco Technical Support iPad App
11-21-2011 04:35 AM
Thank You Craig....
I also want to know about the NSSA and Totally NSSA types.
As I understand, NSSA areas dont have a default route, so the only reason is redistributed routes.
Can you advise where we would use these areas(NSSA and totally NSSA(Cisco proprietory).
Thanks.
11-21-2011 05:56 AM
So your NSSA is practical if your stub area has a boundary with another routing protocol such as RIP or IGRP.
These routes cant be summarised and a type 5 LSA generated in a stub area (which removes type 4 and 5) but by making it a NSSA the boundary router can inject type 7 LSAs..
Thus the OSPF cloud can learn of routing changes in the non OSPF area attached to a Stub area.
Totally stubby the type 3 LSAs are removed and replaced with a default route from the ABR.
Sent from Cisco Technical Support iPad App
02-03-2014 03:52 AM
Hello. I am wondering what is the advantage of Stub Area of having additional routes (belonging to other areas) over Totally Stubby Area which has only default route and all routes inside its area.
Can you give me an example where Stub Area can be used while Totally Stubby Area cant ?
02-03-2014 07:58 AM
Artur,
if the Stub Area is connected to the Backbone by only one Area Border Router, there is actually no advantage. It's like leaving a dead-end road: All you have to know to leave it is the direction.
However, when multiple ABRs exist, some Inter-Area destinations may have a shorter path through ABR-1, other destinations through ABR-2, and so on. This is the information you'll inevitably loose in a Totally Stubby Area: For all destinations outside the Area, the same (best) default-route will be used, which could result in suboptimal paths for some of the destinations.
HTH
Rolf
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide