Configuration Mode Commands : SteelHead Interceptor Commands : Path Selection Support Commands : service rule passthrough
  
service rule passthrough
Configures a service pass-through rule.
Syntax
service rule passthrough [description <description>] [port1 {<port> | <port-label>}] [port2 {<port> | <port-label>}] [protocol {tcp | udp | any}] [rulenum <rule-number>] [subnet1 {<network> | all}] [subnet2 {<network> | all}] [vlan <vlan>]
Parameters
description <description>
Specifies the description for this rule.
port1 <port>
Specifies the first port number.
port1 <port-label>
Specifies the first port label. Valid values correspond to port labels defined previously.
port2 <port>
Specifies the second port.
port2 <port-label>
Specifies the second port label. Valid values correspond to port labels defined previously.
protocol
Specifies the protocol name or protocol type. Valid values are:
•  tcp
•  udp
•  any (This is the default.)
rulenum <rule-number>
Specifies the rule number.
subnet1
Specifies the first subnet. Valid values are:
•  <network> - IP address and mask for the service rule. Use the following format: XXX.XXX.XXX.XXX/XX
•  all - Specifies all IPv4 addresses.
subnet2
Specifies the second subnet. Valid values are:
•  <network> - IP address and mask for the service rule. Use the following format: XXX.XXX.XXX.XXX/XX
•  all - Specifies all IPv4 addresses.
vlan <vlan>
Specifies the VLAN number. Valid values are:
•  all for all VLANs.
•  Zero (0) for untagged VLANs.
•  VLAN numbers from 1 to 4094 for tagged VLANs.
Usage
You must enable the path selection feature for your changes to take effect. For details about the path selection feature, see the SteelHead Management Console User’s Guide, the SteelHead Deployment Guide, and the SteelHead Interceptor User’s Guide.
To delete a service rule, use the no service rule rulenum <rule-number> command.
Note: When specifying the description, use underscores (_) instead of spaces between words or enclose the entire description in quotation marks (“).
Example
amnesiac (config) # service rule passthrough description traffic_on_server_side_of_WAN port1 interactive port2 secure protocol any rulenum 10 subnet1 all subnet2 all vlan 4
Product
Interceptor
Related Commands
show service rules