Riverstone Networks WICT1-12 User Manual

Page 146

Advertising
background image

8-12 Riverstone Networks RS Switch Router User Guide Release 8.0

Traffic Management

ATM Configuration Guide

Following are the steps and commands used to configure RS1 in the example:

Following are the steps and commands for configuring RS2 in the example:

Create a virtual channel.

atm create vcl port at.1.1.0.100

Configure an interface on the ATM port.

interface create ip atm1 address-netmask 100.0.0.1/24 port at.1.1.0.100

Configure an interface on the ethernet port to which the server is connected.

interface create ip 200.0.0.1/24 port et.1.1

Configure a static IP route to the 3 different clients, specifying the VC interface as the gateway.

ip add route 201.0.0.1/24 gateway 100.0.0.2/24

ip add route 202.0.0.1/24 gateway 100.0.0.2/24

ip add route 203.0.0.1/24 gateway 100.0.0.2/24

Set the priority levels for the different flows on RS1. This step is necessary in differentiating the
priority levels of traffic data intended for the different clients.

qos set ip to_client1 high 200.0.0.1/24 201.0.0.1/24

qos set ip to_client2 medium 200.0.0.1/24 202.0.0.1/24

qos set ip to_client3 low 200.0.0.1/24 203.0.0.1/24

Define the QoS policy, which in this example is WFQ with Strict Priority. Therefore a
percentage is not specified for the control queue.

atm set vcl-qos port at.1.1.0.100 low 20 medium 30 high 50

Create the virtual channel on RS2

atm create vcl port at.1.1.0.100

Configure an interface on the ATM port.

interface create ip atm1 address-netmask 100.0.0.2/24 port at.1.1.0.100

Configure an interface on the ethernet port to which each client is connected.

interface create ip 201.0.0.1/24 port et.1.1

interface create ip 202.0.0.1/24 port et.1.2

interface create ip 203.0.0.1/24 port et.1.3

Advertising