Specifications
25-20
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
Configuring Quality of Service
The following configuration example configures an SVI interface with the name “Vlan999” and attaches
a policy map named “qos-marking” to its output interface. Additionally, the SVI interface is added to the
list of VLANs allowed on the trunk.
Router(config)# interface Vlan999
Router(config-if)# ip address 200.200.200.1 255.255.255.252
Router(config-if)# service-policy output qos-marking
Router(config-if)# exit
Router(config)# interface GigabitEthernet0/0
Router(config-if)# description for XYZ
Router(config-if)# switchport trunk allowed vlan 999
Router(config-if)# switchport mode trunk
Router(config-if)# load-interval 30
Router(config-if)# end
Configuration Examples
Ingress Classification on DSCP Mapping to COS Value
table-map stream
map from 46 to 5
default copy
exit
#
policy-map qos-marking
class class-default
set qos-group dscp table stream
#
interface Vlan999
description for XYZ
ip address 200.200.200.1 255.255.255.252
load-interval 30
service-policy output qos-marking
exit
#
interface GigabitEthernet0/0
description for XYZ
switchport trunk allowed vlan 999
switchport mode trunk
load-interval 30
end
Ingress Classification on Multiple DSCP Values with Single COS Value in One Statement
table-map stream
map from 34 36 38 to 4
default copy
exit
policy-map qos-marking
class class-default
set qos-group dscp table stream