Configuration Examples For Subscriber-Based Ip Qos; Configuration Example For Per Session Rate Limiting - Cisco 10000 Series Configuration Manual

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

Advertisement

Subscriber-Based IP Quality of Service

Configuration Examples for Subscriber-Based IP QoS

This section provides the following configuration examples:

Configuration Example for Per Session Rate Limiting

Example 18-1
used to classify packets. The policing statement defined in the map1 policy map acts on all traffic of the
class voice. The service policy is applied to the virtual template interface (Virtual-Template 1). Output
traffic on all virtual access interfaces (VAIs) cloned from this virtual template interface is rate-limited
to 120,000 bps.
Example 18-1 Configuring Per Session Rate Limiting
Router(config)# policy-map map1
Router(config-pmap)# class voice
Router(config-pmap)# priority
Router(config-pmap-c)# police 120000 16000 32000 conform-action transmit exceed-action
set-precedence-transmit 4
Router(config-pmap-c)# exit
Router(config-pmap)# exit
Router(config)# interface Virtual-Template 1
Router(config-if)# service-policy output map1
Note
Cisco 10000 Series Router Quality of Service Configuration Guide
18-12
Configuring AAA Preauthentication
Specifying RADIUS Authentication
Specifying RADIUS Authorization (Optional)
Specifying RADIUS Accounting (Optional)
Configuring RADIUS Login-IP-Host (Optional)
Configuring RADIUS Prompt (Optional)
Configuring Suffix and Password in RADIUS Access Requests (Optional)
Configuration Example for Per Session Rate Limiting, page 18-12
Configuration Example for Per User Multiservice Rate Limiting, page 18-13
Configuration Example for Per Session Service Policy Using RADIUS, page 18-13
creates a class map named voice and a policy map named map1. The voice class map is
Use access control lists (ACLs), protocols, or input interface names to define how to classify traffic.
If the policing action applies to all traffic through the interface, use the predefined class named
class-default. Using one class in the policy map requires less process memory in the Cisco 10000
series router.
The preceding configuration example defines an output policing policy. You can also define an input
policy in a similar way.
Chapter 18
Regulating and Shaping Subscriber Traffic
OL-7433-09

Advertisement

Table of Contents
loading

Table of Contents