PurposeCommand or Action
RP/0/RP0/CPU0:router(config-ospf-ar-if)# log
adjacency changes detail
• The messages generated by neighbor changes are
considered notifications, which are categorized as
severity Level 5 in the logging console command. The
logging console command controls which severity
level of messages are sent to the console. By default,
all severity level messages are sent.
commit
Step 8
Configuring Stub and Not-So-Stubby Area Types
This task explains how to configure the stub area and the NSSA for OSPF.
SUMMARY STEPS
1. configure
2. Do one of the following:
• router ospf process-name
• router ospfv3 process-name
3. router-id { router-id }
4. area area-id
5. Do one of the following:
• stub [ no-summary ]
• nssa [ no-redistribution ] [ default-information-originate ] [ no-summary ]
6. Do one of the following:
• stub
• nssa
7. default-cost cost
8. commit
9. Repeat this task on all other routers in the stub area or NSSA.
DETAILED STEPS
PurposeCommand or Action
configure
Step 1
Enables OSPF routing for the specified routing process and
places the router in router configuration mode.
Do one of the following:
Step 2
• router ospf process-name
or
• router ospfv3 process-name
Enables OSPFv3 routing for the specified routing process
and places the router in router ospfv3 configuration mode.
Example:
RP/0/RP0/CPU0:router(config)# router ospf 1
Routing Configuration Guide for Cisco NCS 6000 Series Routers, IOS XR Release 6.4.x
282
Implementing OSPF
Configuring Stub and Not-So-Stubby Area Types