Not So Stubby Areas (NSSA)
An NSSA is a special type of stub network. It is only used in an area with an ASBR, and is typically implemented to reduce routing traffic and SPF calculations within that area while maintaining communications with external ASes. External routes injected into the NSSA by the ASBR use type 7 packets. When the type 7 packets hits the ABR, it is then translated to a type 5 packet for dissemination through the rest of the OSPF AS.
To configure an NSSA, use the following commands:
area [area-id] nssa [no-summary]
Usually you would want to use the no-summary keyword, which prevents type 3 and type 4 LSAs. This further reduces OSPF traffic and SPF recalculations. You may also wish to use route summarization on the ASBR to further reduce SPF calculations and routing table entries.
Summary-address [prefix mask] [not advertise] [tag tag]
The [not advertise] option is used to suppress routes that match the prefix/mask. This only works for OSPF routes. [tag] is used for policy routing.




