428
[Sysname-ripng-100] filter-policy 3000 import
graceful-restart
Use
graceful-restart
to enable Graceful Restart (GR) for RIPng.
Use
undo graceful-restart
to disable RIPng GR capability.
Syntax
graceful-restart
undo graceful-restart
Default
RIPng GR is disabled.
Views
RIPng view
Predefined user roles
network-admin
Examples
# Enable GR for RIPng process 1.
<Sysname> system-view
[Sysname] ripng 1
[Sysname-ripng-1] graceful-restart
import-route
Use
import-route
to redistribute routes from another routing protocol.
Use
undo import-route
to disable route redistribution.
Syntax
import-route
protocol
[
process-id
] [
allow-ibgp
] [
cost
cost
|
route-policy
route-policy-name
] *
undo import-route
protocol
[
process-id
]
Default
RIPng does not redistribute routes from another routing protocol.
Views
RIPng view
Predefined user roles
network-admin
Parameters
protocol
: Specifies a routing protocol from which RIPng redistributes routes. It can be
bgp4+
,
direct
,
isisv6
,
ospfv3
,
ripng
,
or
static
.
process-id
: Specifies a process by its ID in the range of 1 to 65535. The default is 1. This argument is
available only when the protocol is
isisv6
,
ospfv3
, or
ripng
.