JetStream 52-Port Gigabit Stackable L3 Managed Switch CLI Guide
Command Mode
Global Configuration Mode
Example
Create a MAC ACL whose ID is tplink:
T3700G-52TQ(config)#mac access-list tplink
29.6 access-list standard
Description
The access-list standard command is used to add Standard-IP ACL rule. To
delete the corresponding rule, please use no access-list standard command.
Standard-IP ACLs analyze and process data packets based on a series of
match conditions.
Syntax
access-list standard
acl-id
rule
rule-id
{ permit | deny } [sip
source-ip
smask
source-ip-mask
] [tseg
time-segment
] [ qos-remark
value
] [ s-condition
rate-limit
] [ s-mirror interface { gigabitEthernet
mirror-port
|
ten-gigabitEthernet
mirror-port
} | redirect interface { gigabitEthernet
redirect-port
| ten-gigabitEthernet
redirect-port
}]
no access-list standard
acl-id
rule
rule-id
Parameter
acl-id
—— The desired Standard-IP ACL for configuration.
rule-id
—— The rule ID.
permit ——The operation to forward packets. It is the default value.
deny —— The operation to discard packets.
source-ip
—— The source IP address contained in the rule.
source-ip-mask
—— The source IP address mask. It is required if you typed
the source IP address.
time-segment
—— The time-range for the rule to take effect. By default, it is
not limited.
value
—— The COS queue ID, ranging from 1 to 6.
rate
-limit—— The rate of Stream Condition, ranging from 1 to 10000000kbps.
mirror-port
—— The Mirror Port number of Stream Mirror.
225