Riverbed® Steelhead® RiOS® Application Installation and Getting Started Guide 2010-10
Table Of Contents
- 1: Overview
- 2: Hardware Installation
- 3: Getting Started
- Initial Configuration
- Configure the Steelhead Application
- A: EMC Regulatory Statements
- B: Waste Electrical and Electronic Equipment (WEEE) Statements
- C: Hardware Components
- D: Software Components

3-5
Getting Started
Initial Configuration
2. Enter the class command from the global configuration context.
For example:
hostswitch(config)# class zone internal
You are now at the class configuration context, as the switch prompt
indicates:
hostswitch(config-class)#
3. Enter the port-list command to specify the ports that will be part of this
zone.
For example:
hostswitch(config-class)# port-list d1-d23
4. Enter the exit command to exit the class configuration context.
hostswitch(config-class)# exit
hostswitch(config)#
5. Save your configuration.
hostswitch(config)# write memory
Example Configuration. This section provides an example configuration
for a branch office.
1. Create the InternalZone:
hostswitch(config)# class zone InternalZone
Syntax: [no] class zone <zone name>
Defines a zone class, where < zone name > is a text string (64
characters maximum).
After you enter the class command, you enter the class
configuration context to configure match criteria. A traffic class
contains a series of match and ignore commands, which specify
the criteria used to classify packets.
Syntax: [no] port-list [ethernet] <port>
<port>
Defines the port or ports that are assigned to this
zone class.