OSPF NSSA and Totally NSSA

OSPF Area Types 3

Not So Stubby Area (NSSA)

Not So Stubby Area name is the most funny name in network world, I think : ) Funny and useful. With OSPF NSSA, the External LSAs (Type 5) that is not accepted by Stub Areas, accepted as Type 7. Here, we will learn how to configure NSSA on Packet Tracer, OSPF NSSA Configuration.

Normally, NSSA are do not accept Type 5 LSAs. But it convert Type 5 to Type 7 and then accept. After NSSA, at the ABR, this convert process is done again and Type 7 LSAs is converted to Type 5 LSAs.

OSPF NSSA with Accepted LSAs
 

OSPF NSSA with Accepted LSAs

You can check the below lessons for the configuration of different OSPF Area Types:



The routes that is related to Type 7 LSAs, will be like N1 and N2 routes in the routing table.The difference between these two route type is explained before.

In NSSA, Summary LSA Type 3 is accepted like Stub Area. Beside, if a default-information originate command is used in ABR, default-route is also accepted.

To configure NSSA, all the routers in the area need to be configured as NSSA. This configuration is like below:

router ospf 1
area 10 nssa

For default-route, the below command is used:

area 10 nssa default-information-originate

On our main topology, we will configure the Area 2 as not so stubby area (NSSA). The not so stubby area (NSSA) configuration will be like below on Router2, Router4 and Router5:

Router2(config)# router ospf 1
Router2(config-router)# area 2 nssa
Router4(config)# router ospf 1

Router4(config-router)# area 2 nssa
Router6(config)# router ospf 1
Router6(config-router)# area 2 nssa


You can also check Basic OSPF Packet Tracer Configuration for Single Area.


After this configuration, the show ip route output will be like below:

Router4#show ip route
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
       i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
       * - candidate default, U - per-user static route, o - ODR
       P - periodic downloaded static route

Gateway of last resort is not set

     10.0.0.0/8 is variably subnetted, 9 subnets, 2 masks
O IA    10.1.0.0/24 [110/2] via 10.3.0.1, 00:19:27, GigabitEthernet0/1
O IA    10.2.0.0/24 [110/3] via 10.3.0.1, 00:19:27, GigabitEthernet0/1
C       10.3.0.0/24 is directly connected, GigabitEthernet0/1
L       10.3.0.2/32 is directly connected, GigabitEthernet0/1
C       10.4.0.0/24 is directly connected, GigabitEthernet0/0
L       10.4.0.1/32 is directly connected, GigabitEthernet0/0
O N2    10.5.0.0/24 [110/100] via 10.4.0.2, 00:19:42, GigabitEthernet0/0
O IA    10.6.0.0/24 [110/3] via 10.3.0.1, 00:19:27, GigabitEthernet0/1
O IA    10.7.0.0/24 [110/2] via 10.3.0.1, 00:19:27, GigabitEthernet0/1

Here, you will see an output like stub area, but there is one difference. This difference is Type 7 LSA and External Route, N2.


Totally Not So Stubby Area (NSSA)

Totally Not So Stubby Area is like Not So Stubby Area except one diffference. In Totally NSSA, Summary LSAs(Type 3 and Type 4) are also not accepted. It get these with only one default route. And this is configured ar ABR by default-information-originate command.

OSPF Totally NSSA with Accepted LSAs
 

OSPF Totally NSSA with Accepted LSAs

Lesson tags: ospf, routing
Back to: CCIE Enterprise Infrastructure > OSPF

Leave a Reply

Your email address will not be published. Required fields are marked *

CCIE Enterprise Infrastructure

Collapse
Expand