H3C S7500 Series Ethernet Switches Command Manual

Table Of Contents
Command Manual – ACL
H3C S7500 Series Ethernet Switches Chapter 1
ACL Commands
1-3
View
System view
Parameters
ip-based: Performs traffic classification based on Layer 3 information.
link-based: Performs traffic classification based on Layer 2 information.
Description
Use the acl mode command to set the traffic classification mode for the device.
By default, traffic classification is performed based on Layer 3 information.
Related commands: acl.
Note:
This configuration is only effective on Type A LPUs.
Examples
# Specify to perform traffic classification based on Layer 3 information.
<H3C> system-view
System View: return to User View with Ctrl+Z.
[H3C] acl mode ip-based
1.1.3 acl order
Syntax
acl order { auto | first-config-first-match | last-config-first-match }
View
System view
Parameters
auto: Specifies the ACL rules applied to a port are matched according to the depth-first
order.
first-config-first-match: Specifies the ACL rules applied to a port are matched
according to the configuration order: first configured, first matched.
last-config-first-match: Specifies the ACL rules applied to a port are matched
according to the configuration order: last configured, first matched.