04-15-2020 09:35 PM
Hi,
Please consider the following scenario. R2: ABR R3: a router connected to R2 as the last router of area 2. I define R3 as stub & R2 as stub no-summary. Is this configuration correct?
Figure in Stub area section "https://www.cisco.com/c/en/us/support/docs/ip/open-shortest-path-first-ospf/7039-1.html?dtid=osscdc000283#t28"
Solved! Go to Solution.
04-15-2020 11:43 PM - edited 04-15-2020 11:44 PM
Hello miracle_david@yahoo.com ,
the command
area x stub no summary
is needed only on the ABR nodes between area x and area 0.
The internal routers of the area just need to declare area x stub.
In building the OSPF adjacencies the stub area flag is checked but there isn't another flag for totally stub area.
So your configuration is correct if you apply the command on all the ABR(0,x) nodes and make area x a totally stub area.
Note:
if you want to revert area x to a standard type on the ABR node you may need to use two commands
no area x stub no summary
no area x stub
as the first command just removes the no-summary option and the second one removes the stub attribute
Hope to help
Giuseppe
04-15-2020 11:15 PM
Hello,
what are you trying to accomplish ? Defining the area as stub keeps type 5 AS-external LSAs out, defining the area as totally stubby keeps type 3, 4 or 5 LSAs out and allows only the default summary route. So it is either one or the other.
04-16-2020 12:00 AM
04-16-2020 12:38 AM
Hello,
I wasn't clear on what you are asking, I thought you were looking for the difference between stubby and totally stubby. I guess Guiseppe's post below explains it very well...
04-15-2020 11:43 PM - edited 04-15-2020 11:44 PM
Hello miracle_david@yahoo.com ,
the command
area x stub no summary
is needed only on the ABR nodes between area x and area 0.
The internal routers of the area just need to declare area x stub.
In building the OSPF adjacencies the stub area flag is checked but there isn't another flag for totally stub area.
So your configuration is correct if you apply the command on all the ABR(0,x) nodes and make area x a totally stub area.
Note:
if you want to revert area x to a standard type on the ABR node you may need to use two commands
no area x stub no summary
no area x stub
as the first command just removes the no-summary option and the second one removes the stub attribute
Hope to help
Giuseppe
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