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-28
Getting Started
Configure the Steelhead Application
The wan0_0 interface is the external router. In the example configuration,
you would map this interface to the RouterZone, which has the zone ID1.
amnesiac (config)# in-path procurve map zone id 1
interface wan0_0
Note Do not assign an interface to the SWITCH_SELF or BYPASS zones.
3. Enable the zone policy.
a. Name the zone policy.
amnesiac(config)# in-path procurve zone-serv-pol
name <name>
Replace <name> with the name you want to assign this zone policy.
For example:
amnesiac(config)# in-path procurve zone-serv-pol
name Steelhead-Interception-Rules
b. Enable the zone policy. For example:
amnesiac(config)# in-path procurve zone-serv-pol
enable
4. Save your configuration changes:
amnesiac(config)# write memory
5. Add an inpath0_0 optimization address, VLAN tag ID, and enable it. For
example:
amnesiac(config)# interface inpath0_0 ip address
10.255.125.171 /21
amnesiac(config)# in-path interface inpath0_0 vlan 1
amnesiac(config)# in-path enable
You will be prompted to restart the optimization service.
6. Restart the service.
amnesiac(config)# restart
7. Save your configuration changes.
amnesiac(config)# write memory