Chapter 4 Configuring the Cisco 3825 Mobile Wireless Edge Router in a RAN-O Solution with the Command-Line

Configuration Sequence

For example, the following command specifies the class as the llq-class.

Router(config-pmap)# class llq-class

When you enter the class command, you are in the class submode of the policy-map configuration mode. Step 3 Allocate a percentage of bandwidth to be used for the prority queue.

Router(config-pmap-c)# priority percent number

For example, the following command specifies a priority percent number of 99.

Router(config-pmap-c)# priority percent 99

Step 4 Associate the llq-policy with a default class map. The default class is used for non-priority traffic.

Router(config-pmap-c)# class class-default

Step 5 Allocate the remaining bandwidth to the default class.

Router(config-pmap-c)# bandwitdh remaining percent number

For example, the following command specifies the remaining bandwidth as 1 percent.

Router(config-pmap-c)#bandwidth remaining percent 1

Step 6 Limit the queue depth of the default queue.

Router(config-pmap-c)# queue-limitnumber

For example, the following command limits the queue depth to 45.

Router(config-pmap-c)# queue-limit 45

Note The queue limit on the default class should be less than the hold-queue specified on the multilink interface.

Step 7 Exit the class map and policy map configuration modes.

Router(config-pmap-c)# exit

Router(config-pmap)# exit

For more information about these commands, see the Cisco IOS Quality of Service Solutions Command Reference for your Cisco IOS Release.

Specify the Location of the Interface

Step 1 Enter interface configuration mode and specify the location of the interface.

Router(config)# interface atmslot/subslot/port

For example, the following command specifies the location of the interface as ATM0/0.

Router(config# interface atm0/0/0

Step 2 Disable the IP address configuration for the physical layer interface.

Router(config-if)# no ip address

 

Cisco 3825 Mobile Wireless Edge Router Software Configuration Guide

4-48

OL-15667-03

Page 106
Image 106
Cisco Systems 3825 manual Specify the Location of the Interface, Allocate the remaining bandwidth to the default class