Cisco Systems QC-29 Restrictions, Summary Steps, Detailed Steps, class class-name, exit, Purpose

Models: QC-29

1 24
Download 24 pages 16.62 Kb
Page 10
Image 10
Restrictions

Configuring Modular Quality of Service Congestion Management on Cisco IOS XR Software

How to Configure QoS Congestion Management on Cisco IOS XR Software

Restrictions

The amount of bandwidth configured should be large enough to also accommodate Layer 2 overhead.

A policy map can have all class bandwidths specified in kilobits per second or percentages but not a mixture of both in the same class.

The bandwidth command is supported only on policies configured on outgoing interfaces.

SUMMARY STEPS

1.configure

2.policy-map policy-name

3.class class-name

4.bandwidth {kbps percent value}

5.bandwidth remaining percent value

6.exit

7.class class-name

8.bandwidth {kbps percent value}

9.bandwidth remaining percent value

10.exit

11.exit

12.interface type instance

13.service-policy {input output} policy-map

14.end or commit

15.show policy-map interface type instance [input output]

DETAILED STEPS

 

Command or Action

Purpose

Step 1

 

 

configure

Enters global configuration mode.

 

Example:

 

 

RP/0/RP0/CPU0:router# configure

 

Step 2

 

 

policy-map policy-name

Enters policy map configuration mode.

 

 

 

 

Creates or modifies a policy map that can be attached to

 

Example:

one or more interfaces to specify a service policy.

 

RP/0/RP0/CPU0:router(config)# policy-map

 

 

policy1

 

Step 3

 

 

class class-name

Specifies the name of the class whose policy you want to

 

 

 

 

create or change.

 

Example:

 

 

RP/0/RP0/CPU0:router(config-pmap)# class class1

 

 

 

 

 

 

 

 

 

Cisco IOS XR Modular Quality of Service Configuration Guide

 

 

 

 

 

 

 

 

 

 

QC-38
Page 10
Image 10
Cisco Systems QC-29 Restrictions, Summary Steps, Detailed Steps, configure 2. policy-map policy-name, class class-name