HP StorageWorks Enterprise File Services WAN Accelerator 2.1 Command Line Interface Reference Guide (November 2005)
HP STORAGEWORKS EFS WAN ACCELERATOR COMMAND-LINE INTERFACE REFERENCE MANUAL 93
4 - CONFIGURATION-MODE
C
OMMANDS
Example minna (config) # in-path rule fixed-target srcaddr 10.10.10.1 port 2121
dstaddr 10.24.24.24.1 rulenum 2
minna (config) #
in-path rule move
Description Moves an in-path rule.
Syntax in-path rule move <rulenum> to <rulenum>
Parameters
Example
minna (config) # in-path rule move 25 to 10
minna (config) #
in-path rule pass-through
Description Adds an in-path, pass-through rule. Specify a subnet for which you do not want to
optimize traffic. The no command option disables the in-path rule. The no command
option has the following syntax: no in-path rule <rulenum>.
Syntax in-path rule pass-through
{srcaddr <addr> dstaddr <addr> dstport <port>} [rulenum <rulenum>]}| [vlan
<vlan tag ID>]
Parameters
rulenum <rulenum> Specifies the rule number for this rule: 1-N or start or end. The rule
inserts itself at the rule specified. For example, if rulenum is 3 then
the new rule will be #3, the old #3 rule will be #4 and so forth. Start
specifies the rule to be the first rule and end specifies it to be the last
rule.
<rulenum> Specifies the rule number or start or end.
srcaddr <addr>
dstaddr <addr>
dstport <port>
Specifies the source IP address for which this rule applies. For
example: 10.0.0.3/24
Specifies the destination server address. For example: 10.0.0.0/24
Specifies the destination port for this rule. The destination port can
be a single port (number), a port label, or all specifies all ports.
rulenum <rulenum> Specifies the rule number: 1-N or start or end. The rule inserts
itself at the rule specified. For example, if rulenum is 3 then the
new rule will be #3, the old #3 rule will be #4 and so forth. Start
specifies the rule to be the first rule and end specifies it to be the
last rule.
vlan <vlan tag ID> Specifies the VLAN tag ID for which the rule applies. The VLAN
identification number is a value with a range from 0-4094 (0 means
no-tagging).