Configuration Mode Commands : SteelHead Interceptor commands : in-path rule redirect
  
in-path rule redirect
Creates rules for redirecting traffic along in-path routes.
Syntax
in-path rule redirect [description "<description>"] [dest {<subnet> | all-ip | all-ipv4 | all-ipv6 | ipv4 | ipv6}] [dest-port {<port> | Interactive | RBT-Protocol | Secure}] [rulenum <rule‑number>] [src {<subnet> | all-ip | all-ipv4 | all-ipv6}] [vlan <vlan‑id>]
Parameters
description "<description>"
Specifies a description of the rule. Enclose the description in quotation marks.
dest
Specifies the IP address and mask for the traffic destination.
<subnet> - IPv4 or IPv6 address and mask:
For IPv4 addresses, use this format: xxx.xxx.xxx.xxx/xx
For IPv6 addresses, use this format: x:x:x::x/xxx
all-ip - Specifies all IPv4 and IPv6 addresses.
all-ipv4 - Specifies all IPv4 addresses.
all-ipv6 - Specifies all IPv6 addresses.
dest-port
Specifies a destination port or port label for this rule.
<port> - a single port number or a comma-separated list of ports with or without ranges (for example, 1, 2, 4 ‑10,12).
A user-defined port label.
Interactive - Ports that belong to the system label for interactive ports.
RBT-Proto - Ports that belong to the label for system processes.
Secure - Ports that belong to the system label for secure ports.
rulenum <rule-number>
Specifies the rule number.
src
Specifies the IP address and mask for the traffic source.
<subnet> - IPv4 or IPv6 address and mask:
For IPv4 addresses, use this format: xxx.xxx.xxx.xxx/xx
For IPv6 addresses, use this format: x:x:x::x/xxx
all-ip - Specifies all IPv4 and IPv6 addresses.
all-ipv4 - Specifies all IPv4 addresses.
all-ipv6 - Specifies all IPv6 addresses.
vlan <vlan-id>
Specifies the VLAN ID.
-1 for all VLANs.
0 (zero) for untagged VLANs.
VLAN numbers from 1 to 4094 for tagged VLANs.
Usage
This command lets you create rules for redirecting traffic to an in-path SteelHead.
You also have the option of entering a description for the rule and specifying the settings used for redirecting the traffic, such as the following:
destination subnet
port or port label
rule number
source subnet
VLAN identification number
Example
amnesiac (config) # in-path rule redirect description “test” dest 10.0.0.0/16 dest-port 1240 src 10.0.0.0/16 vlan 12
Product
Interceptor
Related Commands
load balance rule redirect
Path selection support commands
RiOS 9.1 and later extends path selection to operate in SteelHead Interceptor cluster deployments, providing high scale and high availability deployment options. A SteelHead Interceptor cluster is one or more SteelHead Interceptors collaborating with one or more SteelHead appliances to select paths dynamically.