The acl ipv6 name command creates a named ACL6 and enters the ACL6 view.
The undo acl ipv6 name command deletes a named ACL6.
By default, no named ACL6 is created.
acl ipv6 name acl6-name [ advance | basic | ucl | acl6-number ] [ match-order { auto | config } ]
undo acl ipv6 name acl6-name
Parameter |
Description |
Value |
---|---|---|
acl6-name |
Specifies the name of an ACL6. |
The value is a string of 1 to 64 case-sensitive characters without spaces. The value must start with a letter. |
advance |
Indicates an advanced ACL6. |
- |
basic |
Indicates a basic ACL6. |
- |
ucl |
Indicates an user ACL6. |
- |
acl6-number |
Specifies the number of an ACL6. |
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. |
- |
Usage Scenario
An ACL6 is a set of rules composed of permit or deny clauses. ACL6s are mainly used in 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