Riverbed® Steelhead® RiOS® Application Installation and Getting Started Guide 2010-10

Table Of Contents
3-7
Getting Started
Initial Configuration
View Zones
After you configure the zones, you can view your configuration:
hostswitch# show class
For the example network, you would see the following output:
class zone “BYPASS”
exit
class zone “RouterZone”
port-list D24
exit
class zone “SWITCH_SELF”
exit
class zone “InternalZone”
port-list D1-D23
exit
class zone “SteelheadZone”
port-list C2
exit
Notice that the output contains the two zones that are created automatically:
BYPASS and SWITCH_SELF.
To view information about a specific zone, enter:
show class zone <zone name>
Replace <zone name> with the name of the zone you want to view.
For example:
hostswitch# show class zone RouterZone
Statements for Class zone “RouterZone”
port-list D24
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.