376
Parameters
interval-value
: Specifies GR restart interval in the range of 40 to 1800 seconds.
Usage guidelines
The value of the GR restart interval cannot be smaller than the maximum OSPFv3 neighbor dead time of
all the OSPFv3 interfaces. Otherwise, GR restart might fail.
Examples
# Configure the GR restart interval for OSPFv3 process 1 as 100 seconds.
<Sysname> system-view
[Sysname] ospfv3 1
[Sysname-ospfv3-1] graceful-restart interval 100
Related commands
ospfv3 timer dead
import-route (OSPFv3 view)
Use
import-route
to redistribute routes.
Use
undo import-route
to disable route redistribution.
Syntax
import-route
protocol
[
process-id
|
all-processes
|
allow-ibgp
] [
cost
cost
|
route-policy
route-policy-name
|
type
type
] *
undo import-route
protocol
[
process-id
|
all-processes
]
Default
OSPFv3 route redistribution is disabled.
Views
OSPFv3 view
Predefined user roles
network-admin
Parameters
protocol
: Redistributes routes from the specified routing protocol, which can be
bgp4+
,
direct
,
isisv6
,
ospfv3
,
ripng
, or
static
.
process-id
: Specifies the process ID of a routing protocol, in the range of 1 to 65536. It defaults to 1. This
argument takes effect only when the protocol is
isisv6
,
ospfv3
, or
ripng
.
all-processes
: Redistributes routes from all the processes of the specified routing protocol. This keyword
takes effect only when the protocol is
ripng
,
ospfv3
, or
isisv6
.
allow-ibgp
: Allows redistribution of IBGP routes. It is available only when the protocol is
bgp4+
.
cost
value
: Specifies a cost for redistributed routes, in the range of 1 to 16777214. The default is 1.
route-policy
route-policy-name
: Uses the specified routing policy to filter redistributed routes. The
route-policy-name
argument is a case-sensitive string of 1 to 63 characters.
type
type
: Specifies the type for redistributed routes, 1 or 2. It defaults to 2.