9-29
Examples
# Filter received routes using the IPv6 prefix list abc.
<Sysname> system-view
[Sysname] ip ipv6-prefix abc permit 2002:1::64
[Sysname] ospfv3 1
[Sysname-ospfv3-1] filter-policy ipv6-prefix abc import
# Configure ACL6 3000 to permit only route 2001::1/128 to pass, and reference ACL6 3000 to filter
received routes.
<Sysname> system-view
[Sysname] acl ipv6 number 3000
[Sysname-acl6-adv-3000] rule 10 permit ipv6 source 2001::1 128 destination
ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff 128
[Sysname-acl6-adv-3000] rule 100 deny ipv6
[Sysname-acl6-adv-3000] quit
[Sysname] ospfv3
[Sysname-ospfv3-1] filter-policy 3000 import
graceful-restart enable
Syntax
graceful-restart enable
undo graceful-restart enable
View
OSPFv3 view
Default Level
2: System level
Parameters
None
Description
Use the
graceful-restart enable
command to enable the GR capability for OSPFv3.
Use the
undo graceful-restart enable
command to disable the GR capability for OSPFv3.
By default, the GR capability for OSPFv3 is disabled.
You cannot enable the GR capability for an area of the current process already configured with the
vlink-peer
command.
Examples
# Enable the GR capability for OSPFv3 process 1.
<Sysname> system-view
[Sysname] ospfv3 1
[Sysname-ospfv3-1] graceful-restart enable
graceful-restart helper enable
Syntax
graceful-restart helper enable