ospf6¶
Note
requires a Product License.
OSPFv3 configuration.
vsr running config# vrf <vrf> routing ospf6
enabled (pushed)¶
Enable or disable OSPFv3.
vsr running config# vrf <vrf> routing ospf6
vsr running ospf6# enabled true|false
- Default value
true
router-id¶
OSPFv3 router identifier in IP address format.
vsr running config# vrf <vrf> routing ospf6
vsr running ospf6# router-id ROUTER-ID
|
An IPv4 address. |
auto-cost¶
Calculate OSPF interface cost according to reference bandwidth (Mbits per second).
vsr running config# vrf <vrf> routing ospf6
vsr running ospf6# auto-cost <1-4294967>
- Default value
100000
log-adjacency-changes¶
Log changes in adjacency state.
vsr running config# vrf <vrf> routing ospf6
vsr running ospf6# log-adjacency-changes LOG-ADJACENCY-CHANGES
|
Description |
---|---|
|
Standard logs. |
|
Log all state changes. |
area¶
OSPFv3 area parameters.
vsr running config# vrf <vrf> routing ospf6 area <area>
|
Description |
---|---|
|
OSPF area ID. |
|
An IPv4 address. |
export-list¶
Set the filter for networks announced to other areas (access-list name).
vsr running config# vrf <vrf> routing ospf6 area <area>
vsr running area <area># export-list <string>{1,max}
import-list¶
Set the filter for networks from other areas announced to the specified one (access-list name).
vsr running config# vrf <vrf> routing ospf6 area <area>
vsr running area <area># import-list <string>{1,max}
stub¶
Configure area as stub.
vsr running config# vrf <vrf> routing ospf6 area <area> stub
summary¶
Inject inter-area routes into stub.
vsr running config# vrf <vrf> routing ospf6 area <area> stub
vsr running stub# summary true|false
- Default value
true
filter-list¶
Filter networks between areas.
vsr running config# vrf <vrf> routing ospf6 area <area> filter-list
input¶
Filter networks sent to this area (prefix-list name).
vsr running config# vrf <vrf> routing ospf6 area <area> filter-list
vsr running filter-list# input <string>{1,max}
output¶
Filter networks sent from this area (prefix-list name).
vsr running config# vrf <vrf> routing ospf6 area <area> filter-list
vsr running filter-list# output <string>{1,max}
range¶
Summarize routes matching address/mask (border routers only).
vsr running config# vrf <vrf> routing ospf6 area <area>
vsr running area <area># range <range> advertise true|false cost <0-16777215>
|
An IPv6 prefix: address and CIDR mask. |
default-information¶
Control distribution of default information.
vsr running config# vrf <vrf> routing ospf6 default-information
always¶
If true, always advertise default route.
vsr running config# vrf <vrf> routing ospf6 default-information
vsr running default-information# always true|false
metric¶
OSPF default metric.
vsr running config# vrf <vrf> routing ospf6 default-information
vsr running default-information# metric <0-16777214>
metric-type¶
OSPF metric type for default routes.
vsr running config# vrf <vrf> routing ospf6 default-information
vsr running default-information# metric-type <1-2>
- Default value
2
route-map¶
Route map reference.
vsr running config# vrf <vrf> routing ospf6 default-information
vsr running default-information# route-map <string>{1,max}
distance¶
OSPF administrative distance.
vsr running config# vrf <vrf> routing ospf6 distance
all¶
Default OSPF administrative distance.
vsr running config# vrf <vrf> routing ospf6 distance
vsr running distance# all <1-255>
external¶
OSPF administrative distance for external routes.
vsr running config# vrf <vrf> routing ospf6 distance
vsr running distance# external <1-255>
inter-area¶
OSPF administrative distance for inter-area routes.
vsr running config# vrf <vrf> routing ospf6 distance
vsr running distance# inter-area <1-255>
intra-area¶
OSPF administrative distance for intra-area routes.
vsr running config# vrf <vrf> routing ospf6 distance
vsr running distance# intra-area <1-255>
interface¶
Enable routing on an IPv6 interface.
vsr running config# vrf <vrf> routing ospf6
vsr running ospf6# interface <interface> area AREA
|
An interface name. |
redistribute¶
Redistribute information from another routing protocol.
vsr running config# vrf <vrf> routing ospf6
vsr running ospf6# redistribute <redistribute> route-map <string>{1,max}
|
Description |
---|---|
|
Babel routing protocol (Babel). |
|
Border Gateway Protocol (BGP). |
|
Connected routes (directly attached subnet or host). |
|
Intermediate system to intermediate system (ISIS). |
|
Kernel routes (not installed via the zebra RIB). |
|
Routing Information Protocol next-generation (IPv6) (RIPng). |
|
Statically configured routes. |
|
Non-main Kernel Routing Table. |
timers¶
Adjust routing timers.
vsr running config# vrf <vrf> routing ospf6 timers
lsa¶
Throttling link state advertisement delays.
vsr running config# vrf <vrf> routing ospf6 timers lsa
min-arrival¶
Minimum delay in receiving new version of a LSA.
vsr running config# vrf <vrf> routing ospf6 timers lsa
vsr running lsa# min-arrival <0-600000>
throttle¶
Throttling adaptive timer.
vsr running config# vrf <vrf> routing ospf6 timers throttle
lsa¶
LSA delay (msec) between transmissions.
vsr running config# vrf <vrf> routing ospf6 timers throttle
vsr running throttle# lsa <0-5000>
spf¶
OSPF SPF timers.
vsr running config# vrf <vrf> routing ospf6 timers throttle spf
delay (mandatory)¶
Delay (msec) from first change received till SPF calculation.
vsr running config# vrf <vrf> routing ospf6 timers throttle spf
vsr running spf# delay <0-600000>
init-hold-time (mandatory)¶
Initial hold time (msec) between consecutive SPF calculations.
vsr running config# vrf <vrf> routing ospf6 timers throttle spf
vsr running spf# init-hold-time <0-600000>
max-hold-time (mandatory)¶
Maximum hold time (msec).
vsr running config# vrf <vrf> routing ospf6 timers throttle spf
vsr running spf# max-hold-time <0-600000>