The acl ipv6 command creates a numbered ACL6 and enters the ACL6 view.
The undo acl ipv6 command deletes a numbered ACL6.
By default, no numbered ACL6 is created.
acl ipv6 [ number ] acl6-number [ match-order { auto | config } ]
undo acl ipv6 { all | [ number ] acl6-number }
Parameter | Description | Value |
---|---|---|
number |
Indicates the number that identifies an ACL6. |
- |
acl6-number |
Specifies an ACL6 number. |
The value is an integer. The value range is as follows:
|
match-order { auto | config } |
Indicates the matching order of ACL6 rules.
If the match-order parameter is not specified when you create an ACL6, the default match order config is used. |
- |
all |
Indicates that all the configured ACL6s are deleted. |
- |
Usage Scenario
An ACL6 is a set of rules composed of permit or deny clauses. ACL6 rules can be referenced by modules. ACL6s are applicable to QoS. ACL6s can limit data flows to improve network performance. For example, ACL6s are configured on an enterprise network to limit video data flows, which lowers the network load and improves network performance.
Follow-up Procedure
Run the rule command to configure ACL6 rules and apply the ACL6 to services for which packets need to be filtered.
Precautions