Configuring The Top-Level Parent Policy Of A Three-Level Hierarchy - Cisco 10000 Series Configuration Manual

Quality of service configuration guide
Hide thumbs Also See for 10000 Series:
Table of Contents

Advertisement

Configuring QoS for Multiple Queues
Example 13-5 Configuring a Middle-Level Child Policy of a Three-Level Hierarchy
Router(config-pmap)# policy-map Southwest
Router(config-pmap)# class Premium
Router(config-pmap-c)# priority
Router(config-pmap-c)# police percent 50
Router(config-pmap-c)# class Gold
Router(config-pmap-c)# random-detect prec-based
Router(config-pmap-c)# random-detect precedence 2 3
Router(config-pmap-c)# service-policy Gold-Meter
Router(config-pmap-c)# class class-default
Router(config-pmap-c)# random-detect prec-based
Router(config-pmap-c)# random-detect precedence 1
Router(config-pmap-c)# service-policy Default-Meter
Router(config-pmap-c)# exit
Router(config-pmap)#

Configuring the Top-Level Parent Policy of a Three-Level Hierarchy

To configure a top-level parent policy, enter the following commands beginning in global configuration
mode:
In a top-level parent policy, define only the class-default class and specify the shape command and then
Note
the service-policy command in the class configuration. Do not specify any other commands.
Command
Step 1
Router(config-pmap)# policy-map
policy-map-name
Step 2
Router(config-pmap)# class class-default
Step 3
Router(config-pmap-c)# shape kbps-value
Step 4
Router(config-pmap-c)# service-policy
policy-map-name
Cisco 10000 Series Router Quality of Service Configuration Guide
13-18
Chapter 13
Purpose
Creates or modifies a top-level parent policy map.
policy-map-name is the name of the policy map. The name can be
a maximum of 40 alphanumeric characters.
Configures or modifies the class-default class.
Shapes traffic to the indicated bit rate.
kbps-value is the bit-rate (in kilobits per second) used to shape the
traffic.
Applies the middle-level child policy map to the parent
class-default class. Do not specify an input or output keyword.
policy-map-name is the name of a previously configured
middle-level child policy map.
Defining QoS for Multiple Policy Levels
OL-7433-09

Advertisement

Table of Contents
loading

Table of Contents