R3102-R3103-HP 6600/HSR6600 Routers Layer 3 - IP Routing Command Reference
515
display ip ipv6-prefix
Use display ip ipv6-prefix to display IPv6 prefix list statistics.
Syntax
display ip ipv6-prefix [ ipv6-prefix-name ] [ | { begin | exclude | include } regular-expression ]
Views
Any view
Default command level
1: Monitor level
Parameters
ipv6-prefix-name: Specifies an IPv6 prefix list by its name, a string of 1 to 19 characters.
|: Filters command output by specifying a regular expression. For more information about regular
expressions, see Fundamentals Configuration Guide.
begin: Displays the first line that matches the specified regular expression and all lines that follow.
exclude: Displays all lines that do not match the specified regular expression.
include: Displays all lines that match the specified regular expression.
regular-expression: Specifies a regular expression, a case-sensitive string of 1 to 256 characters.
Usage guidelines
If no IPv6 prefix list is specified, this command displays the statistics for all IPv6 prefix lists.
Examples
# Display the statistics for all IPv6 prefix lists.
<Sysname> display ip ipv6-prefix
Prefix-list6 abc
Permitted 0
Denied 0
index: 10 permit ::/0
index: 20 permit ::/1 ge 1 le 128
Table 106 Command output
Field Description
Prefix-list6 Name of the IPv6 prefix list.
Permitted Number of routes matching the criterion.
Denied Number of routes not matching the criterion.
Index Index number of an item.
Permit Match mode of the item: permit or deny.
::/1 IPv6 address and prefix length for matching.
ge Greater-equal, the lower prefix length.
Le Less-equal, the upper prefix length.










