Configuration Example-Parameterized Police Vsa For Coa Message; Configuration Example-Setting The Session Rate Limit - Cisco 10000 Series Configuration Manual

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

Advertisement

Configuration Examples for Parameterized Services
Configuration Example—Parameterized Police VSA for CoA Message
The following example shows a sample parameterized police VSA for a CoA message configuration. In
the example, the Police policy-map includes the traffic class named policer-tc, which defines a policer
for both inbound and outbound traffic.
policy-map Policer
The ISG receives the following parameterized ISG policing VSA in a CoA message:
252 binary 0b suffix "policer(acct_mlist=AAA_List,cirin=9000,cbrin=11000,ebrin=13000,
cirout=9000,cbrout=11000,ebrout=13000
The ISG copies the original Policer policy and processes the VSA to create the following parameterized
transient policy named Policer1:
policy-map Policer1
class policer-tc
accounting aaa list AAA_List
police input 9000 11000 13000
police output 9000 11000 13000
Configuration Example—Setting the Session Rate Limit
The following example shows how to set the session rate limit:
policy-map child
class voip
priority level 1
police 100000
class video
priority level 2
shape 2000000
!
policy-map Parent
class class-default
shape average percent 100
service-policy child
The ISG receives the following RADIUS VSA that changes the session rate limit to a new value:
qos-policy-out=add-class(sub,(class-default),shape(4000000))
The ISG copies the originally configured Parent policy and creates the following transient policy named
Parent1 with the modified parameters:
policy-map child1
class voip
priority level 1
police 100000
class video
priority level 2
shape 2000000
!
policy-map Parent1
class class-default
shape average 4000000
service-policy child1
Cisco 10000 Series Router Access Network Control Protocol Configuration Guide
5-20
class policer-tc
accounting aaa list AAA_List
police input 8000 10000 12000
police output 8000 10000 12000
Chapter 5
Dynamic Service Policy Modifications
OL-14660-03

Advertisement

Table of Contents
loading

Table of Contents