Remove Class Primitive - Cisco 10000 Series Configuration Manual

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

Advertisement

RADIUS Attributes
For example, the following class list identifies the class named voip, which gets added to a nested policy.
The VoIP class is configured in a nested child policy that is applied to the parent class-default class.
(class-default, voip)
ISG Configuration
policy-map child
policy-map parent
The following class list specifies the voip-2 class, which is configured in a nested policy that is applied
to the voip-aggregate class of another nested child policy. The policy containing the voip-aggregate class
is in turn nested under the class-default class of the QoS policy attached to the target session.
(class-default, voip-aggregate, voip-2)
MSQ Configuration
policy-map child2
policy-map child1
policy-map parent
The qos-actions-list field indicates a QoS action such as police, followed by the action parameters
enclosed in parentheses and separated by commas. For example, the following sample configuration
specifies the police action and defines the parameters bps, burst-normal, burst-max, conform-action,
exceed-action, and violate-action. Parentheses enclose the action parameters.
police(200000,9216,0,transmit,drop,drop))
The example above shows a double-parenthesis at the end, because the syntax of the VSA specifies
Note
enclosure of the target, class-list, and qos-actions-list in parentheses.

Remove Class Primitive

To remove traffic classes and QoS actions defined in the active QoS policy on a session, use the
remove-class primitive. This attribute has the following format:
qos-policy-in=remove-class(target,(class-list))
qos-policy-out=remove-class(target,(class-list))
Cisco 10000 Series Router Access Network Control Protocol Configuration Guide
6-4
class-list field—A list of class names enclosed in parentheses that identifies the traffic class to which
the specified QoS action applies. The class names you specify must be either user-configured class
maps or the system-generated class-default class. The order in which you specify the class names
indicates the hierarchical level of the class within the QoS policy.
class voip
police 8000
class class-default
service-policy child
class voip-2
police 8000
class voip-aggregate
police 20000
service-policy child2
class class-default
shape 512000
service-policy child1
Chapter 6
RADIUS-Based Shaping and Policing
OL-14660-03

Advertisement

Table of Contents
loading

Table of Contents