
T2700G-28TQ
JetStream 28-Port Gigabit Stackable L2+ Managed Switch CLI Guide
212
redirect interface
Description
The
redirect interface
command is used to configure Direction function of
policy action for specified ports.
Syntax
redirect interface
{
fastEthernet
port
|
gigabitEthernet
port
|
ten-gigabitEthernet
port
}
Parameter
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
Action Configuration Mode
Example
Edit the actions for policy1. Forward the data packets matching ACL 1200 in the
policy to Gigabit Ethernet port 1/0/2:
T2700G-28TQ(config)#access-list policy action
policy1 1200
T2700G-28TQ(config-action)#redirect interface gigabitEthernet
1/0/2
s-condition
Description
The
s-condition
command is used to configure Stream Condition function of
policy action.
Syntax
s-condition rate
rate
osd
{none | discard}
Parameter
rate
—— The rate of Stream Condition, ranging from 0 to 10000000kbps.
osd —— Out of Band disposal of Stream Condition. It is the disposal way of the
data packets those are transmitted beyond the rate. There are two options,
“none” and “discard”. By default, the option is “none”.
Command Mode
Action Configuration Mode