Specifications

25-27
Cisco MWR 2941 Mobile Wireless Edge Router Release 3.5 Software Configuration Guide, Cisco IOS Release 15.1(3)MR
OL-26895-01
Chapter 25 Configuring Quality of Service
Sample Quality of Service Configurations
! regardless of current priority values.
interface FastEthernet1/7
switchport mode access
switchport access vlan 100
switchport priority default 5 ! set all ingress traffic to priority 5
interface FastEthernet1/8
no IP address
switchport stacking-partner interface GigabitEthernet0/2
Classification and Marking
The following configuration example marks the DSCP value of ingress Ethernet traffic and assigns it to
a QoS group, and marks P-bits. Egress traffic is queued using WRR with bandwidth percentages
allocated to each group.
! Note 1: these class-maps are applied on ingress
class-map match-any common-channels
match dscp af31 af32 af33
class-map match-any HSDPA
match dscp default
class-map match-any R99
match dscp af21 af22 af23
class-map match-any synchronization
match dscp ef cs6
class-map match-any signaling
match dscp af41 af42 af43
!
! Note 2: these classp-maps are applied on egress
class-map match-any group1
match qos-group 1
class-map match-any group2
match qos-group 2
class-map match-any group3
match qos-group 3
class-map match-any group4
match qos-group 4
class-map match-any group5
match qos-group 5
class-map match-any group6
match qos-group 6
! Note 3:The input policy performs the DSCP match and all marking
policy-map input-policy
class synchronization
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