Frame Relay 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

Frame Relay QoS: Example

In this example, parent_policy is applied to the Multilink Frame Relay main interface. There are two
classes in parent_policy, which match on Frame Relay DLCIs. The Multilink Frame Relay main
interface has two Frame Relay PVCs configured (DLCI 16, DLCI 17).
show run int multi 0/2/1/0/1
Mon Aug
interface Multilink0/2/1/0/1
service-policy output parent_policy
encapsulation frame-relay
frame-relay intf-type dce
!
show run policy-map parent_policy
Mon Aug
policy-map parent_policy
class parentQ_1
service-policy child_queuing_policy
shape average 64 kbps
!
class parentQ_2
service-policy child_queuing_policy
shape average 1 mbps
!
class class-default
!
end-policy-map
!
show run class-map
Mon Aug
class-map match-any parentQ_1
match frame-relay dlci 16
end-class-map
!
show run class-map
Mon Aug
class-map match-any parentQ_2
match frame-relay dlci 17
end-class-map
!
show run int multi 0/2/1/0/1.16 <------ dlci 16 pvc config
Mon Aug
interface Multilink0/2/1/0/1.16 point-to-point
ipv4 address 192.1.1.1 255.255.255.0
pvc 16
encap cisco
!
!
show run int multi 0/2/1/0/1.17
Mon Aug
interface Multilink0/2/1/0/1.17 point-to-point
ipv4 address 192.1.2.1 255.255.255.0
pvc 17
encap cisco
!
!
show run policy-map child_queuing_policy <--------- child policy-map
Mon Aug
policy-map child_queuing_policy
OL-23108-02
2 11:34:31.019 UTC
2 11:34:36.118 UTC
parentQ_1 <----- class map parent class dlci=16
2 11:34:43.363 UTC
parentQ_2 <----- class map parent class dlci=17
2 11:34:45.647 UTC
2 11:34:53.988 UTC
2 11:34:56.862 UTC
2 11:35:05.821 UTC
Cisco ASR 9000 Series Aggregation Services Router Modular Quality of Service Configuration Guide
<------ dlci 17 pvc config
Frame Relay QoS
QC-165

Advertisement

Table of Contents
loading

Table of Contents