H3C S7500 Series Ethernet Switches Release 3135 DHCP Configuration Examples

QACL Configuration Examples
H3C S7500 Series Ethernet Switches Release 3135 Chapter 1 QACL Overview
1-6
Table 1-4 Non-type-A LPUs’ ways of applying combined ACLs
Combination mode Form of acl-rule
Apply all rules in an IP-based ACL (a
basic ACL or advanced ACL)
ip-group { acl-number | acl-name }
Apply one rule in an IP-based ACL (a
basic ACL or advanced ACL)
ip-group { acl-number | acl-name } rule
rule-id
Apply all rules in a Layer-2 ACL
link-group { acl-number | acl-name }
Apply one rule in a Layer-2 ACL
link-group { acl-number | acl-name }
rule rule-id
Apply all rules in a user-defined ACL
user-group { acl-number | acl-name }
Apply one rule in a user-defined ACL
user-group { acl-number | acl-name }
rule rule-id
Apply one rule in an IP-based ACL and
one rule in a Layer-2 ACL
ip-group { acl-number | acl-name } rule
rule-id link-group { acl-number |
acl-name } rule rule-id
Table 1-5 Description on the forms of the acl-rule argument
Parameter Description
ip-group { acl-number |
acl-name }
Specifies a basic ACL or advanced ACL.
acl-number: ACL number, in the range of 2000 to 3999.
acl-name: ACL name, a case-insensitive string of up to
32 characters. It must start with an English letter (a-z, or
A-Z) and cannot contain any spaces or quotation mark.
link-group { acl-number |
acl-name }
Specifies a Layer-2 ACL
acl-number: ACL number, in the range of 4000 to 4999.
acl-name: ACL name, a case-insensitive string of up to
32 characters. It must start with an English letter (a-z, or
A-Z) and cannot contain any space or quotation mark.
user-group { acl-number
| acl-name }
Specifies a user-defined ACL
acl-number: ACL number, in the range of 5000 to 5999.
acl-name: ACL name, a case-insensitive string of up to
32 characters. It must start with an English letter (a-z, or
A-Z) and cannot contain any space or quotation mark.
rule-id
Specifies an ACL rule ID, in the range of 0 to 127.
If the rule-id argument is not specified, the rule keyword
refers to all the rules in the ACL.