User Manual UMN:CLI
V5808
583
no ipv6 ospf restart helper only-upgrade
no ipv6 ospf restart helper only-reload
no ipv6 ospf restart helper max-grace-period
<1-1800>
You can restart configured graceful for OSPFv3 in Privileged EXEC Enable mode, use the
following command.
restart ipv6 ospf graceful grace-
period <1-1800>
Restarts the configured OSPF graceful in the unit of
second.
1-1800: grace-period (unit: seconds)
11.3.10 External Routes to OSPFv3 Network
If other routing protocols redistribute into OSPFv3 network, these routes become OSPFv3
external routes. Other routing protocols are static route, connected route, kernel route
that are external route. Those routing information can distribute into OSPFv3 network.
There are 3 kinds of additional configuration about external routes to OSPFv3 network.
metric is configures Metric value of the default route, metric-type is for type of finding
the path. metric-type 1 uses internal path-cost with external path-cost as a cost, metric
type 2 always uses external cost value. route-map is transmission of specific routing
information to assigned route which has MAP-NAME.
Those 3 kinds of additional configuration can be selected more than 2 options without
order, and it applies to consistent across all external routes in an attached network.
The following is explaining 3 options of command:
• metric <0-16777214>
• metric-type <1-2>
• route-map MAP-NAME
To configure the external route transmission, use the following command.
redistribute { kernel | connected
| static | bgp}
Advertises the external route (connected, kernel, static)
into OSPFv3.
redistribute { kernel | connected
| static | bgp } metric <0-
16777214>
Specifies redistributing routes from other protocols into
OSPFv3.
connected: connected routes
kernel: kernel routes
static: IP static routes
metric: specifies the external metric
metric-type: specifies the external metric-type
route-map: specifies name of the route-map
redistribute { kernel | connected
| static | bgp } metric-type <1-2>
redistribute { kernel | connected
| static | bgp } route-map MAP-