Configuring OSPF Area Parameters
Step 5
Step 6
Step 7
Step 8
Step 9
Step 10
Routing Configuration Guide, Cisco IOS XE Everest 16.6.x (Catalyst 9500 Switches)
98
Command or Action
Example:
Device(config-router)# area 1
authentication message-digest
area area-id stub [no-summary]
Example:
Device(config-router)# area 1 stub
area area-id nssa [no-redistribution]
[default-information-originate]
[no-summary]
Example:
Device(config-router)# area 1 nssa
default-information-originate
area area-id range address mask
Example:
Device(config-router)# area 1 range
255.240.0.0
end
Example:
Device(config)# end
show ip ospf [process-id]
Example:
Device# show ip ospf
show ip ospf [process-id [area-id]]
database
Example:
Device# show ip osfp database
Configuring IP Unicast Routing
Purpose
(Optional) Define an area as a stub area. The
no-summary keyword prevents an ABR from sending
summary link advertisements into the stub area.
(Optional) Defines an area as a not-so-stubby-area.
Every router within the same area must agree that the
area is NSSA. Select one of these keywords:
• no-redistribution—Select when the router is
an NSSA ABR and you want the redistribute
command to import routes into normal areas,
but not into the NSSA.
• default-information-originate—Select on an
ABR to allow importing type 7 LSAs into the
NSSA.
• no-redistribution—Select to not send summary
LSAs into the NSSA.
(Optional) Specifies an address range for which a
single route is advertised. Use this command only
with area border routers.
Returns to privileged EXEC mode.
Displays information about the OSPF routing process
in general or for a specific process ID to verify
configuration.
Displays lists of information related to the OSPF
database for a specific router.