JetStream  52-Port Gigabit Stackable L3 Managed Switch  CLI Guide 
 
vlan-id 
—— The VLAN ID, ranging from 1 to 4093.
 
rate
-limit—— The rate of Stream Condition, ranging from 1 to 10000000kbps. 
value
 —— The COS queue ID, ranging from 1 to 6. 
redirect-port
  ——  The Destination Port of Redirect. The  data packets 
matching the corresponding ACL will be forwarded to the specific port. By 
default, it is All Ports.   
mirror-port
 —— The Mirror Port number of Stream Mirror. 
Command Mode 
Mac Access-list Configuration Mode 
Example 
Create a MAC ACL whose ID is tplink, and add Rule 10 for it. In the rule, the 
source MAC address is 00:01:3F:48:16:23, the source MAC address mask is 
ff: ff: ff: ff:ff:00, the user priority is 5, the time-range for the rule to take effect 
is tSeg1, and the packets match this rule will be forwarded by the switch: 
T3700G-52TQ(config)#mac access-list tplink 
T3700G-52TQ(config-mac-acl)#rule  10 permit smac  00:01:3F:48:16:23 
smask ff: ff: ff: ff:ff:00 pri 5 tseg tSeg1 
29.9  access-list bind acl(interface) 
Description 
The access-list bind acl command is used to bind the ACL to a specified port. 
To cancel the bind relation, please use no access-list bind acl command. 
Syntax 
access-list bind acl 
acl
 
no access-list bind acl 
acl
 
Parameter 
acl
—— The name or ID of the ACL. 
Command Mode 
Interface Configuration Mode (interface fastEthernet / interface range 
fastEthernet / interface gigabitEthernet / interface range gigabitEthernet/ 
interface ten-gigabitEthernet / interface range ten-gigabitEthernet) 
Example 
Bind acl1 to Gigabit Ethernet port 1/0/2: 
229