Send document comments to nexus7k-docfeedback@cisco.com.
6-27
Cisco Nexus 7000 Series NX-OS Unicast Routing Configuration Guide, Release 4.x
OL-20002-02
Chapter 6      Configuring OSPFv2
Configuring Advanced OSPFv2
Configuring NSSA 
You can configure an NSSA for part of an OSPFv2 domain where limited external traffic is required. See 
the “Not-So-Stubby Area” section on page 6-9. You can optionally translate this external traffic to an AS 
External (type 5) LSA and flood the OSPFv2 domain with this routing information. An NSSA can be 
configured with the following optional parameters:
• No redistribution—Redistributed routes bypass the NSSA and are redistributed to other areas in the 
OSPFv2 autonomous system. Use this option when the NSSA ASBR is also an ABR.
• Default information originate—Generates an NSSA External (type 7) LSA for a default route to the 
external autonomous system. Use this option on an NSSA ASBR if the ASBR contains the default 
route in the routing table. This option can be used on an NSSA ABR whether or not the ABR 
contains the default route in the routing table.
• Route map—Filters the external routes so that only those routes that you want are flooded 
throughout the NSSA and other areas.
• Translate—Translates NSSA External LSAs to AS External LSAs for areas outside the NSSA. Use 
this command on an NSSA ABR to flood the redistributed routes throughout the OSPFv2 
autonomous system. You can optionally suppress the forwarding address in these AS External LSAs. 
If you choose this option, the forwarding address is set to 0.0.0.0. 
• No summary—Blocks all summary routes from flooding the NSSA. Use this option on the NSSA 
ABR.
BEFORE YOU BEGIN 
Ensure that you have enabled the OSPF feature (see the “Enabling the OSPFv2 Feature” section on 
page 6-14).
Ensure that there are no virtual links in the proposed NSSA and that it is not the backbone area.
Ensure that you are in the correct VDC (or use the switchto vdc command).
SUMMARY STEPS
1. config t
2. router ospf instance-tag
3. area area-id nssa [no-redistribution] [default-information-originate [route-map map-name]] 
[no-summary] [translate type7 {always | never} [suppress-fa]]
4. area area-id default-cost cost
5. show ip ospf instance-tag 
6. copy running-config startup-config
Command Purpose
area 
area-id
 stub no-summary
Example:
switch(config-router)# area 20 stub 
no-summary
Creates this area as a totally stubby area.