HP StorageWorks Enterprise File Services WAN Accelerator 3.0.4 deployment guide (AG421-96001, March 2007)

78 7 - WCCP DEPLOYMENTS
In this example, the client-side, in-path HP EFS WAN Accelerator IP address is
10.1.0.2, its WAN router is 10.1.0.1, and the server-side HP EFS WAN Accelerator
primary IP address is 10.2.0.2.
To configure the HP
EFS WAN Accelerator
1. Connect to the HP EFS WAN Accelerator (CLI). For detailed information, see the
HP StorageWorks Enterprise File Services WAN Accelerator Command-Line
Interface Reference Manual.
2. At the system prompt, enter the following set of commands:
client-SH > enable
client-SH # configure terminal
client-SH (config) # in-path enable
client-SH (config) # in-path oop enable
client-SH (config) # inpath0_0 ip address 10.1.0.2 /16
client-SH (config) # ip in-path-gateway inpath0_0 10.1.0.1
client-SH (config) # write memory
client-SH (config) # restart
In this example, you configure the client-side HP EFS WAN Accelerator to optimize
ports 135, 139, 445, and 80 and to pass through all other traffic.
To add in-path rules to
reach the out-of-path,
server-side, HP EFS
WAN Accelerator
At the system prompt, enter the following set of commands:
client-SH > enable
client-SH # configure terminal
client-SH (config) # in-path rule fixed-target port 135 target-addr
10.2.0.2
client-SH (config) # in-path rule fixed-target port 139 target-addr
10.2.0.2
client-SH (config) # in-path rule fixed-target port 445 target-addr
10.2.0.2
client-SH (config) # in-path rule fixed-target port 80 target-addr
10.2.0.2
client-SH (config) # in-path rule pass-through
client-SH (config) # write memory
client-SH (config) # exit
Now add the service group to the HP EFS WAN Accelerator so that the router starts
redirecting packets.
To add the WCCP
service group to the
HP EFS WAN
Accelerator
At the system prompt, enter the following set of commands:
client-SH > enable
client-SH # configure terminal
client-SH (config) # wccp enable
client-SH (config) # wccp service-group 90 routers 10.1.0.1
client-SH (config) # write memory
client-SH (config) # restart
This set of commands instructs the router to redirect all TCP traffic to the HP EFS
WAN Accelerator.