HP VPN Firewall Appliances Network Management Command Reference
1080
|: 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 ip prefix list is specified, this command displays statistics for all IPv4 prefix lists.
Examples
# Display the statistics for IPv4 prefix list abc.
<Sysname> display ip ip-prefix abc
Prefix-list abc
Permitted 0
Denied 0
index: 10 permit 1.0.0.0/11 ge 22 le 32
Table 243 Command output
Field Descri
p
tion
Prefix-list Name of the IPv4 prefix list.
Permitted Number of routes matching the criterion.
Denied Number of routes not matching the criterion.
index Index of an item.
permit Match mode of the item: permit or deny.
1.0.0.0/11 IP address and mask.
ge Greater-equal, the lower limit.
le Less-equal, the higher limit.
Related commands
ip ip-prefix
if-match acl
Use if-match acl to configure an ACL match criterion.
Use undo if-match acl to remove the match criterion.
Syntax
if-match acl acl-number
undo if-match acl
Default
No ACL match criterion is configured.