Specifications
ipv6 router ospf
20-4 OSPFv3 Configuration
ipv6 router ospf
ThiscommandentersRouterOSPFv3configurationmode.
Syntax
ipv6 router ospf
Parameters
None.
Defaults
None.
Mode
Routerglobalconfiguration:C3(su)‐>router(Config)#
Usage
UsethiscommandtoenterOSPFv3configurationmodesoyoucanconfigureglobalOSPFv3
parameters.
Example
ThisexampleillustratesenteringrouterOSPFv3configurationmode.
C3(su)->router(Config)# ipv6 router ospf
C3(su)->router(Config-router)#
default-information originate
Thiscommandisusedtocontroltheadvertisementofdefaultroutes.
Syntax
default-information originate [always] [metric value] [metric-type type]
no default-information originate [metric] [metric-type]
Parameters
Defaults
Adefaultexternalrouteisnotgenerated.
Thedefaultmetricisunspecified.
Thedefaulttypeistype2.
always (Optional)Alwaysadvertisethedefaultrouteinformation.
metricvalue (Optional)Specifiesthemetricofthedefaultroute.Themetricvaluecan
rangefrom0to16777214.
metric‐typetype (Optional)Specifiesthemetrictypeofthe
defaultroute.Themetrictype
canbe1,whichspecifiestype1externalroute,or2,whichspecifiestype
2externalroute.