Riverbed® Steelhead® RiOS® Application Administrator's Guide 2010-10
10
Managing the HP AllianceONE Extended Services zl Module with the Riverbed® Steelhead® RiOS® Application
Modifying the Transparent Mode Configuration on the HP zl Switch
Example Configuration. This section provides an example configuration
for a branch office.
1. Create the InternalZone:
hostswitch(config)# class zone InternalZone
2. Add ports D1-D23 to the internal zone. The clients and servers attached
to these ports are part of the example internal network.
hostswitch(config-class)# port-list d1-d23
3. Enter the exit command to exit the class configuration context.
hostswitch(config-class)# exit
hostswitch(config)#
4. Create the RouterZone, which will contain the port that connects to the
external router.
hostswitch(config)# class zone RouterZone
5. Add port D24 to the RouterZone and exit the class configuration context.
hostswitch(config-class)# port-list d24
hostswitch(config-class)# exit
6. Create a third zone for the Steelhead application, which will always be the
second port of the Extended Services zl Module. In the example configu-
ration, the module is in slot C, so the port is C2.
hostswitch(config)# class zone SteelheadZone
hostswitch(config-class)# port-list c2
hostswitch(config-class)# exit
7. Save your configuration changes.
hostswitch(config)# write memory
Edit Zones
To edit a class configuration, complete the following steps:
1. Enter the class zone command.
hostswitch(config)# class zone <zone name>
Replace <zone name> with the name of the zone you want to edit.
2. Add ports to the zone.
hostswitch(config-class)# port-list <port>