786 OSPFv3 Commands
User Guidelines
This command has no user guidelines.
Example
The following example configures  area 1 to function as an NSSA.
console(config)#ipv6 router ospf
console(config-rtr)#area 1 nssa
area nssa default-info-originate
Use the area nssa default-info-originate command in Router OSPFv3 Configuration mode to 
configure the metric value and type for the default route advertised into the NSSA. The 
optional metric parameter specifies the metric of the default route. The metric type can be 
comparable (nssa-external 1) or noncomparable (nssa-external 2). Use the no form of the 
command to return the metric value and type to the default value
Syntax
area 
areaid
 nssa default-info-originate  [
metric
 [comparable | non-comparable]]
no area 
areaid
 nssa default-info-originate
•
areaid
 — Valid OSPFv3 area identifier.
•
metric
 — Metric value for default route. (Range: 1-16777214)
•
comparable
 — Metric Type (nssa-external 1).
•
non-comparable
 — Metric Type (nssa-external 2).
Default Configuration
If no metric is defined, 10 is the default configuration.
Command Mode
Router OSPFv3 Configuration mode.
User Guidelines
This command has no user guidelines.
Example
The following example configures the default metric value for the default route advertised into 
the NSSA.
console(config)#ipv6 router ospf