area nssa
To configure a not-so-stubby area ( NSSA), use the area nssa command in router address family topology or router configuration mode. To remove the NSSA distinction from the area, use the no form of this command.
area area-id nssa [ no-summary ]
no area area-id nssa [ no-summary ]
Syntax Description
area-id |
Identifier for the stub area or NSSA. The identifier can be specified as either a decimal value or an IP address. |
no-summary |
(Optional) Allows an area to be an NSSA but not have summary routes injected into it. |
Command Default
No NSSA area is defined.
Command Modes
Router configuration (config-router)
Command History
Release |
Modification |
---|---|
Cisco IOS XE Release 17.2.1v |
Command qualified for use in Cisco vManage CLI templates. |
Usage Guidelines
For usage guidelines, see the Cisco IOS XE area nssa command.
The following example makes area 1 an NSSA area:
router ospf 1
area 4294967295 nssa no-summary