Configuring Qos On Pwhe: Example - Cisco ASR 9000 Series Configuration Manual

Aggregation services router modular quality of service
Hide thumbs Also See for ASR 9000 Series:
Table of Contents

Advertisement

QoS on PWHE

Configuring QoS on PWHE: Example.

The example shows how to configure QoS on PWHE main interface or subinterfaces. The example configuration
can not be applied on PWHE main and subinterfaces at the same time.
policy-map pw_child_in
class voip
priority level 1
police rate percent 1
!
!
class video
police rate percent 10
!
priority level 2
!
class data
police rate percent 70 peak-rate percent 100
exceed-action transmit
violate-action drop
!
!
class class-default
police rate percent 19 peak-rate percent 100
exceed-action transmit
violate-action drop
!
!
end-policy-map
!
policy-map pw_parent_in
class class-default
service-policy pw_child_in
police rate 100 mbps
child-conform-aware
!
!
end-policy-map
!
policy-map pw_child_out
class voip
priority level 1
police rate 1 mbps
!
!
class data
bandwidth remaining percent 70
random-detect discard-class 3 40 ms 50 ms
!
class video
priority level 2
police rate 10 mbps
!
!
class class-default
random-detect discard-class 1 20 ms 30 ms
!
end-policy-map
!
policy-map pw_parent_out
class class-default
service-policy pw_child_out
shape average 100 mbps
!
end-policy-map
!
interface pw-ether 1
service-policy input pw_parent_in
service-policy output pw_parent_out
Cisco ASR 9000 Series Aggregation Services Router Modular Quality of Service Configuration Guide, Release
6.1.x
126
Configuring Modular QoS Service Packet Classification

Advertisement

Table of Contents
loading

Table of Contents