Specifications

4-94
Cisco MWR 2941 Mobile Wireless Edge Router Software Configuration Guide, Release 12.2(33)MRB
OL-21227-02
Chapter 4 Configuring the Cisco MWR 2941 Router Using the CLI
Configuration Sequence
For traffic passing between other interfaces, the output queue is determined based on the CS fields
(top three bits) of the IP DSCP bits; these bits are copied to the CoS bits, which are mapped 1:1 to
the QoS group value.
!
class-map match-all q0
match qos-group 0
class-map match-all q1
match qos-group 1
class-map match-all q2
match qos-group 2
class-map match-all q3
match qos-group 3
class-map match-all q4
match qos-group 4
class-map match-all q5
match qos-group 5
class-map match-all q6
match qos-group 6
class-map match-all q7
match qos-group 7
class-map match-any Voice
match dscp ef
class-map match-any Signaling
match dscp af41
class-map match-any HSDPA
match dscp af11 af12
!
policy-map in-qos
class Voice
set cos 5
set qos-group 5
class control_plane
set cos 4
set qos-group 4
class HSDPA
set cos 1
set qos-group 1
!
policy-map out-child
class q5
priority percent 20
class q4
bandwidth remaining percent 20
class q1
bandwidth remaining percent 59
!
!
policy-map out-parent
class class-default
shape average 100000000
service-policy out-child
!
interface GigabitEthernet 0/2
switchport access vlan 20
service-policy input in-qos
!
interface GigabitEthernet 0/0
switchport trunk allowed vlan 1,10-30,1002-1005
switchport mode trunk
service-policy output out-parent