HP StorageWorks Enterprise File Services WAN Accelerator 2.1 Command Line Interface Reference Guide (November 2005)

90 4 - CONFIGURATION-MODE COMMANDS
Example minna (config) # in-path rule autodiscover srcaddr 10.0.0.0/24
optimization SDR-Only rulenum 1
minna (config) #
in-path rule deny
Description Denies connections for the source network and destination network. When packets
for connections match the in-path rule the HP EFS WAN Accelerator actively tries to
reset the connection.
Syntax in-path rule deny { scraddr <addr> dstaddr <addr> dstport <port>} rulenum
<rulenum> [vlan <vlan tag ID>]
Parameters
Example
minna (config) # in-path rule deny scraddr 10.0.0.1 dstaddr 10.0.0.2
rulenum 4
minna (config) #
optimization <policy> Specifies the type of optimization policy for this rule: Normal (the
default value; perform Lempel-Ziv (LZ) compression and Scalable
Data Referencing (SDR)); SDR-Only (perform only SDR; do not
perform LZ compression); and None (do not perform SDR or LZ
compression).
TIP: To configure optimization policies for the FTP data channel,
define an in-path rule with the destination port 20 and set its
optimization policy. To configure optimization policies for the
MAPI data channel, define an in-path rule with the destination port
7830 and set its optimization policy.
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
specifies no-tagging).
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. The
start option specifies the rule to be the first rule and end specifies it
to be the last rule.
srcaddr <addr> Specifies the source IP address.
dstaddr <addr> Specifies the destination IP address.
dstport <port> 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, 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. The start option
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
specifies no-tagging).