R3303-HP HSR6800 Routers Layer 3 - IP Routing Command Reference

516
route-source: Matches the source address of IPv6 routing information.
acl acl6-number: Specifies an IPv6 ACL for filtering by its number in the range of 2000 to 3999 for
address, and 2000 to 2999 for next-hop and route-source.
prefix-list ipv6-prefix-name: Specifies an IPv6 prefix list for filtering by its name, a string of 1 to 19
characters.
Examples
# Configure node 10 of routing policy policy1 to permit routing information whose next hop matches
IPv6 prefix list p1.
<Sysname> system-view
[Sysname] route-policy policy1 permit node 10
[Sysname-route-policy] if-match ipv6 next-hop prefix-list p1
ip ipv6-prefix
Use ip ipv6-prefix to configure an IPv6 prefix list or an item for it.
Use undo ip ipv6-prefix to remove an IPv6 prefix list or an item.
Syntax
ip ipv6-prefix ipv6-prefix-name [ index index-number ] { deny | permit } ipv6-address prefix-length
[ greater-equal min-prefix-length ] [ less-equal max-prefix-length ]
undo ip ipv6-prefix ipv6-prefix-name [ index index-number ]
Default
No IPv6 prefix list is configured.
Views
System view
Default command level
2: System level
Parameters
ipv6-prefix-name: Specifies a name for IPv6 prefix list, a string of 1 to 19 characters.
index-number: Specifies an index number for the item, in the range of 1 to 65535. An item with a smaller
index-number will be matched first.
deny: Specifies the deny mode. If a route matches the item, the route is denied without matching against
the next item. If not, the route matches against the next item (suppose the IPv6 prefix list has multiple
items).
permit: Specifies the permit mode. If a route matches the item, it passes the IPv4 prefix list. If not, it
matches against the next item (suppose the IPv6 prefix list has multiple items).
ipv6-address prefix-length: Specifies an IPv6 prefix and prefix length. A prefix-length is in the range of 0
to 128. When specified as :: 0, the argument matches the default route.
greater-equal min-prefix-length: Greater than or equal to the minimum prefix length.
less-equal max-prefix-length: Less than or equal to the maximum prefix length.