Riverbed® Steelhead® RiOS® Application Administrator's Guide 2010-10
14
Managing the HP AllianceONE Extended Services zl Module with the Riverbed® Steelhead® RiOS® Application
Modifying the Transparent Mode Configuration on the HP zl Switch
3. Exit the policy configuration context.
hostswitch(config-policy)# exit
Example Configuration. This section explains how to configure a zone
policy for the example configuration.
1. Create a zone policy called Steelhead-Interception-Rules.
hostswitch(config)# policy zone Steelhead-
Interception-Rules
2. Create an intercept rule to intercept any traffic the ports in the
InternalZone send to the ports in the RouterZone.
hostswitch(config-policy)# class zone InternalZone
RouterZone action intercept unidirectional
3. Create four more intercept rules to intercept traffic sent:
• From the RouterZone to the InternalZone
• From the SteelheadZone to the RouterZone
• From the RouterZone to the SteelheadZone
• From the InternalZone to the SteelheadZone
hostswitch(config-policy)# class zone RouterZone
InternalZone action intercept unidirectional
hostswitch(config-policy)# class zone SteelheadZone
RouterZone action intercept unidirectional
hostswitch(config-policy)# class zone RouterZone
SteelheadZone action intercept unidirectional
hostswitch(config-policy)# class zone InternalZone
SteelheadZone action intercept unidirectional
4. Exit the policy configuration context:
hostswitch(config-policy)# exit
5. Save the configuration:
hostswitch(config)# write memory