HP VPN Firewall Appliances Network Management Command Reference
853
<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] isis 1
[Sysname-isis-1] ipv6 filter-policy 3000 export
Related commands
ipv6 filter-policy import
ipv6 filter-policy import
Use ipv6 filter-policy import to configure IPv6 IS-IS to filter the received routes.
Use undo ipv6 filter-policy import to disable the filtering.
Syntax
ipv6 filter-policy { acl6-number | ipv6-prefix ipv6-prefix-name | route-policy route-policy-name } import
undo ipv6 filter-policy import
Default
The filtering is disabled.
Views
IS-IS view
Default command level
2: System level
Parameters
acl6-number: Number of a basic or advanced IPv6 ACL used to filter incoming routes, in the range of
2000 to 3999.
ipv6-prefix-name: Name of an IPv6 prefix list used to filter incoming routes, a case-sensitive string of 1 to
19 characters.
route-policy-name: Name of a routing policy used to filter incoming routes, a case-sensitive string of 1 to
63 characters.
Usage guidelines
In some cases, only the routing information matching certain conditions will be received. You can
configure the filtering conditions using the ipv6 filter-policy command.
To reference an advanced ACL (with a number from 3000 to 3999) in the command, configure the ACL
in one of the following ways:
• To deny/permit a route with the specified destination, use rule [ rule-id ] { deny | permit } ipv6
source sour sour-prefix.
• To deny/permit a route with the specified destination and prefix, use rule [ rule-id ] { deny | permit }
ipv6 source sour sour-prefix destination dest dest-prefix.