area <AREA-ID> nssa
Syntax
area <AREA-ID> nssa [no-summary]
no area <AREA-ID> nssa [no-summary]
Description
Creates the NSSA area (Not So Stubby Area) with
<AREA-ID>
if not present. If area is present and not NSSA area, this command changes the area type to NSSA area. If
no-summary
is used, area type will be NSSA No-Summary.
The
no
form of this command unsets the area type as NSSA. That is, the configured area will be changed to default normal area. The
no area
<AREA-ID> nssa no-summary
command enables sending inter-area routes into NSSA, but will not unset the area as NSSA.
Command context
config-ospf
Parameters
<AREA-ID>
- Specifies the area ID in one of the following formats.
OSPF area identifier in IPv4 address format. Format: A.B.C.D
OSPF area identifier in decimal format. Range: 0-4294967295.
nssa [no-summary]
Specifies Not So Stubby Area (NSSA) area type. If area is present and not NSSA area, parameter changes the area type to NSSA area. If
no-summary
is specified, area type will be NSSA No-Summary, which means do not inject inter-area routes into NSSA.
Authority
Administrators
Examples
Creating an NSSA area for OSPFv3:
switch(config)# router ospfv3 1 switch(config-ospfv3-1)# area 1 nssa switch(config-ospfv3-1)# area 1 nssa no-summary
Unsetting the area as NSSA for OSPFv3:
switch(config)# router ospfv3 1 switch(config-ospfv3-1)# no area 1 nssa switch(config-ospfv3-1)# no area 1 nssa no-summary