Configuration Example-Removing A Traffic Class; Configuration Example-Adding A Traffic Class And Setting Session Rate - Cisco 10000 Series Configuration Manual

Router access network control protocol
Hide thumbs Also See for 10000 Series:
Table of Contents

Advertisement

Chapter 5
Dynamic Service Policy Modifications
Configuration Example—Removing a Traffic Class
The following sample configuration creates a default Parent policy-map that is applied to the
subinterface on which it is configured:
policy-map child
!
policy-map Parent
The ISG receives the following RADIUS VSA that removes the VoIP traffic class from the child
policy-map in the class-default class:
qos-policy-in=remove-class(sub,(class-default,voip))
The ISG copies the originally configured Parent policy and creates the following transient policy named
Parent2, which the ISG modifies by removing the voip class from the Child2 policy-map. The ISG
applies the transient Parent2 policy to the session.
policy-map child2
!
policy-map Parent2
Configuration Example—Adding a Traffic Class and Setting Session Rate
The following example shows how to add a traffic class and set a session rate on a subinterface:
policy-map child2
!
policy-map Parent2
Make a change to the RADIUS VSA, with which you create a new class with a policer and priority
level 1:
qos-policy-out=add-class(sub,(class-default,voip),police(100000)pri-level(1))
The ISG copies the originally configured Parent2 policy and creates the following transient policy named
Parent3, which the ISG modifies by adding the voip class to the Child3 policy-map and setting the VoIP
policing rate to 100,000 bps. The ISG then applies the transient Parent3 policy to the session.
policy-map child3
class voip
class video
OL-14660-03
class voip
priority level 2
shape 1470
class video
priority level 1
shape 20000
class class-default
service-policy child
class video
priority level 1
shape 20000
class class-default
service-policy child2
class video
2000000
class class-default
service-policy child2
police 100000
Cisco 10000 Series Router Access Network Control Protocol Configuration Guide
Configuration Examples for Parameterized Services
5-21

Advertisement

Table of Contents
loading

Table of Contents