Riverbed® Steelhead® RiOS® Application Administrator's Guide 2010-10

15
Managing the HP AllianceONE Extended Services zl Module with the Riverbed® Steelhead® RiOS® Application
Modifying the Transparent Mode Configuration on the HP zl Switch
Edit Zone Policies
To edit a policy configuration, complete these steps.
1. Re-enter the policy configuration context:
hostswitch(config)# policy zone <policy-name>
2. Add new intercept rules.
hostswitch(config-policy)# class zone <source zone
name> <destination zone name> action intercept
unidirectional
3. Delete intercept rules.
a. View the policy to determine the rule’s sequence number.
Switch(config-policy)# show policy
policy zone "SteelheadInterceptRules"
1 class zone "BR1_LanZone" "BR1_WanZone" action
intercept unidirectional
2 class zone "BR1_WanZone" "BR1_LanZone" action
intercept unidirectional
b. Enter the “no” form of the class zone command:
hostswitch(config-policy)# no <sequuence number>
class zone <source zone name> <destination zone
name> action intercept unidirectional
4. Exit the policy configuration context:
hostswitch(config-policy)# exit
5. Save the configuration:
hostswitch(config)# write memory
Delete a Zone Policy
To delete a zone policy, complete the following steps:
1. Enter the “no” form of the policy zone command:
hostswitch(config)# no policy zone <policy-name>
You do not have to deleted the rules first.
2. Save the configuration:
hostswitch(config)# write memory