Mlppp Qos/Mlfr Qos: Example - Cisco ASR 9000 Series Service Configuration Manual

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

Advertisement

Modular QoS Deployment Scenarios on Cisco ASR 9000 Series Routers
The following example shows how to configure a policy map for MLPPP:
config

MLPPP QoS/MLFR QoS: Example

Because a bundle interface dynamically changes its bandwidth as the member links go up or down, QoS
policies applied on such interfaces need to be updated based on the bandwidth changes.
Step1: Two-Level Policy Applied to a Bundle Interface
For QoS, the bandwidth requirement is that the total of priority policing plus minimum guaranteed
bandwidth must be less than the total link bandwidth.
In this step, the MLPPP or MLFR bundle was initially applied with the following two-level policy and
had 10 T1 members when the policy was applied. When 10 T1 members are active, the bundle interface
bandwidth is 15,360 Mbps.
The child policy child_template1 is configured with a total of 13 Mbps for (priority policing and
minimum guaranteed bandwidth). It meets the bandwidth requirement.
show run int multi 0/2/1/0/1
interface Multilink0/2/1/0/1
service-policy output parent_shape
ipv4 address 192.1.1.1 255.255.255.0
encapsulation ppp
keepalive 10
!
show run policy-map
policy-map parent_shape
class class-default
service-policy child_template1
shape average 14 mbps
!
end-policy-map
!
policy-map child_template1
class voice-ip
priority level 1
OL-23108-02
policy-map foo
class ip-prec-1
encap-sequence none
police rate percent 10
priority level 1
!
class ip-prec-2
encap-sequence 1
shape average percent 80
!
class ip-prec-3
encap-sequence 1
bandwidth percent 10
!
class class-default
!
end-policy-map
!
Cisco ASR 9000 Series Aggregation Services Router Modular Quality of Service Configuration Guide
MLPPP QoS/MLFR QoS
QC-173

Advertisement

Table of Contents
loading

Table of Contents