Parameter |
Description |
Value |
---|---|---|
acl6-number |
Specifies an ACL6 number. |
The value is an integer. The value range is as follows:
|
name acl6-name |
Displays the ACL6 with a specified name. |
The value is a string of 1 to 64 case-sensitive characters without spaces. The value must start with a letter. |
all |
Displays the configurations of all ACL6s. |
- |
# Display the configuration about the ACL6 with the number of 2000.
<HUAWEI> display acl ipv6 2000
Basic IPv6 ACL 2000, 2 rules
rule 1 permit source 4::/64
rule 0 deny source 3::/64
# Display the ACL6 configuration.
<HUAWEI> display acl ipv6 all
Total nonempty acl6 number is 1
Basic IPv6 ACL 2000, 2 rules
rule 1 permit source 4::/64
rule 0 deny source 3::/64
Advanced IPv6 ACL 3999 name test, 0 rule
Ucl group IPv6 ACL 6000, 0 rule
Item |
Description |
---|---|
Total nonempty acl6 number is 1 |
One ACL6 contains rules. |
Basic IPv6 ACL 2000, 2 rules |
ACL6 2000, which is a basic ACL6 and has two rules. |
rule 0 deny source 3::/64 |
ACL6 rule 0, which denies packets with the source IPv6 address 3::/64. To modify a basic ACL6 rule, run the rule (rule basic acl6 view) command. |
rule 1 permit source 4::/64 |
ACL6 rule 1, which permits packets with the source IPv6 address 4::/64. To modify a basic ACL6 rule, run the rule (rule basic acl6 view) command. |
Advanced IPv6 ACL 3999 name test, 0 rule |
ACL6 3999, named test, which is an advanced ACL6 and has 0 rule. |
Ucl group IPv6 ACL 6000, 0 rule |
ACL6 6000, which is an user ACL6 and has 0 rule. |