![Cisco 10000 Series Скачать руководство пользователя страница 690](http://html.mh-extra.com/html/cisco/10000-series/10000-series_configuration-manual_66373690.webp)
18-50
Cisco 10000 Series Router Quality of Service Configuration Guide
OL-7433-09
Chapter 18 Regulating and Shaping Subscriber Traffic
Per-Session Shaping for ATM Interfaces
Configuration Example for Per-Session Shaping on ATM Interfaces
The following configuration example shows how to configure per-session shaping. The example shows
how to create two traffic classes named class1 and class2, both of which are defined in the policy map
named child. The class-default class in the Parent policy map has shaping configured. The Child policy
is applied to the Parent policy and this service policy is attached to the virtual template named
VTemplate1, which is associated with the BBA group named East-Region. The BBA group is then
attached to PVC 101/250 on the ATM subinterface 1/0/0.10.
class-map match-all class1
match ip prec 3
!
class-map match-all class2
match access-group 101
!
policy-map Child
class class1
bandwidth 500
class class2
shape average 300000
!
policy-map Parent
class class-default
shape average 500000
service-policy child
!
interface virtual-template Vtemplate1
service-policy output Parent
!
bba-group pppoe East-Region
virtual-template Vtemplate1
!
interface atm1/0/0.10
pvc 101/250
protocol pppoe group East-Region
Verifying Per-Session Shaping on ATM Interfaces
To verify per-session shaping on ATM interfaces, use any of the following commands in privileged
EXEC mode:
Command
Purpose
Router#
show policy-map
[
interface
interface
]
Displays information about the policy map attached to the
interface you specify. If you do not specify an interface, it
displays information about all of the policy maps configured on
the router.
interface
interface
is the interface type and number (for example,
atm 4/0/0).