JetStream  52-Port Gigabit Stackable L3 Managed Switch  CLI Guide 
 
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. 
Command Mode 
Global Configuration Mode 
Example 
Create a Standard-IP ACL whose ID is 12, and add Rule 10 for it. In the rule, 
the source IP address is 192.168.0.100, the source IP address mask is 
255.255.255.0, 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)#access-list create 12 
T3700G-52TQ(config)#access-list standard 12  rule  10 permit sip 
192.168.0.100 smask 255.255.255.0 tseg tSeg1 
29.7  access-list extended 
Description 
The access-list extended command is used to add Extended-IP ACL rule. To 
delete the corresponding rule, please use no access-list extended 
command. 
Syntax 
access-list extended 
acl-id 
rule rule-id { permit | deny } [sip 
source-ip
 smask 
source-ip-mask
] [dip 
destination-ip
 dmask 
destination-ip-mask
] [tseg 
time-segment
] [dscp 
dscp
] [s-port 
s-port
] [d-port 
d-port
] [tcpflag 
tcpflag
] 
[protocol 
protocol 
] [ tos 
tos
] [pre 
pre
] [ frag { enable
 | 
disable } ] [ s-condition 
rate-limit
 ] [ qos-remark 
value 
] [ icmptype 
icmptype
 ] [ icmpcode 
icmptcode
 ] 
[ s-mirror interface { gigabitEthernet 
mirror-port 
| ten-gigabitEthernet 
mirror-port 
} | redirect interface { gigabitEthernet 
redirect-port 
| 
ten-gigabitEthernet 
redirect-port 
}] 
no access-list extended 
acl-id
 rule 
rule-id
 
Parameter 
acl-id
——The desired Extended-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. 
226