9
Field
Description
named flow
The name of the ACL is flow. "-none-" means the ACL is not named.
3 rules
The ACL contains three rules.
match-order is auto
The match order for the ACL is auto, which sorts ACL rules in depth-first
order. This field is not present when the match order is config.
Statistics is enabled
The rule match counting is enabled for this ACL.
ACL's step is 5
The rule numbering step is 5.
rule 0 permit
Content of rule 0
5 times matched
There have been five matches for the rule. If the
counting
keyword is
configured for the rule or the
hardw
are-count enable command is
enabled for the ACL, the statistic counts both rule matches performed
in both software and hardware. Otherwise, the statistics counts only
rule matches performed in software.
rule 10 comment This rule is used in
VPN rd.
The description of ACL rule 10 is "This rule is used in VPN rd."
display acl ipv6
Syntax
display
acl
ipv6
{
acl6-number
|
all
|
name
acl6-name
} [
slot
slot-number
] [
|
{
begin
|
exclude
|
include
}
regular-expression
]
View
Any view
Default level
1: Monitor level
Parameters
acl6-number
: Specifies an IPv6 ACL by its number:
•
2000 to 2999 for IPv6 basic ACLs
•
3000 to 3999 for IPv6 advanced ACLs
all
: Displays information for all IPv6 ACLs.
name
acl6-name
: Specifies an IPv6 ACL by its name. The
acl6-name
argument takes a case insensitive
string of 1 to 63 characters. It must start with an English letter.
slot
slot-number
: Displays ACL rule match statistics on an IRF member switch. The
slot-number
argument
represents the member ID of the device in the IRF virtual device. Available values for the
slot-number
argument are member IDs already assigned in the IRF virtual device. You can use the
display irf
command to display information about the member switches in an IRF virtual device.
|
: Filters command output by specifying a regular expression. For more information about regular
expressions, see the
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.