Specifications

A-50
Cisco MWR 2941 Mobile Wireless Edge Router Software Configuration Guide, Release 12.2(33)MRB
OL-21227-02
Appendix A Sample Configurations
Sample Configurations
set qos-group 6
set cos 6
class signaling
set qos-group 5
set cos 5
class common-channels
set qos-group 4
set cos 4
class R99
set qos-group 3
set cos 3
class HSDPA
set qos-group 1
class default
set qos-group 1
!
! Note 4: the hierarchical output policy handles WRR and shaping
policy-map QOS-child
class group6
priority percent 5
class group5
bandwidth percent 20
class group4
bandwidth percent 20
class group3
bandwidth percent 20
class group1
bandwidth percent 20
policy-map output-policy
class class-default
shape average 38000000
service-policy QOS-child
!
Interface GigabitEthernet 0/0
service-policy input input-policy
Interface GigabitEthernet 0/1
service-policy output output-policy
MPLS Bit Marking
The following configuration example marks MPLS Exp bits on traffic passing through pseudowire class
UMTS_3. You can map the Exp bit value to a QoS group on an MLPPP egress interface or an MLPPP
or layer 2 Ethernet queue.
!
pseudowire-class UMTS_3
encapsulation mpls
mpls experimental 3
!
interface ATM0/IMA0
pvc 2/1 l2transport
encapsulation aal0
xconnect 10.10.10.1 121 pw-class UMTS_3
!
!