Riverbed® Steelhead® RiOS® Application Administrator's Guide 2010-10
13
Managing the HP AllianceONE Extended Services zl Module with the Riverbed® Steelhead® RiOS® Application
Modifying the Transparent Mode Configuration on the HP zl Switch
Create a New Zone Policy
To create zone policies for the Steelhead application, complete the following
steps:
1. From the global configuration context, enter:
For example:
hostswitch(config)# policy zone intercept
2. To configure the switch to intercept the traffic sent to ports that are
associated with a zone, enter one or more class action commands from the
policy configuration context.
For example:
hostswitch(config)# policy zone intercept
hostswitch(config-policy)# class zone internal
external action intercept unidirectional
Note You cannot configure intercept rules for the BYPASS zone. As a result, traffic
to and from the BYPASS zone cannot be intercepted.
Syntax: [no] policy zone <policy-name >
Defines the name of a zone policy and enters the policy
configuration context, where <policy-name > is a text string
(64 characters maximum). Note that this name should not be
the same as a zone name.
Syntax: [no] [seq-number] class zone < source zone name >
< destination zone name > action intercept unidirectional
Defines the source and destination zone classes for packets
that must be captured and forwarded to the Steelhead
application.
The (optional) seq-number parameter sequentially orders the
class-action statements in a policy configuration. Actions are
executed on matching packets in numerical order. Default:
Class-action statements are numbered in increments of 10,
starting at 10.
Replace source zone name with the name of the zone class
from which the packet originated.
Replace destination zone name with the name of the zone
class to which the packet is destined.