518 ExtremeWare Software 7.3.0 Command Reference Guide
SLB Commands
create flow-redirect
create flow-redirect <flow redirect> [any | tcp | tup | udp] destination
[<ip address> / <mask> [ip-port <number> | src-ip-port <number>] | any]
source [<ip address> / <mask> | any]
Description
Creates a flow redirect policy.
Syntax Description
Default
N/A.
Usage Guidelines
Creating a flow redirect policy automatically enables flow redirect.
To delete a flow redirect policy, use the following command:
delete flow-redirect <flow redirect>
To rename or modify a flow redirect policy, you must delete and recreate the flow redirect policy.
Example
The following command creates a flow redirect policy named “http” that forwards TCP traffic to
10.1.1.10 port 80 from any source IP address:
create flow-redirect http tcp destination 10.1.1.10/29 ip-port 80 source any
History
This command was available in ExtremeWare 6.1.4. This command was modified in 6.2 to add the
tup
parameter.
flow redirect Specifies a flow redirect policy.
any Forwards traffic using either TCP or UDP on any IP port.
tcp Forwards TCP traffic on a single IP port.
tup Forwards traffic using either TCP or UDP on a single IP port.
udp Forwards traffic using only UDP on a single IP port.
ip address Specifies an IP address.
ip-port Specifies the destination TCP or UDP layer 4 port for traffic going to a
destination range.
src-ip-port Specifies the TCP or UDP layer 4 port for traffic coming from the source IP
ranges to the destination IP ranges.
number Specifies the port.