F3726, F3211, F3174, R5135, R3816-HP Firewalls and UTM Devices Network Management Command Reference-6PW100

Table Of Contents
1087
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 Getting Started 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 246 Command output
Field Descri
p
tion
Prefix-list6 Name of the IPv6 prefix list.
Permitted Number of routes satisfying the match criterion.
Denied Number of routes not satisfying the match 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.