Specifications

B-210
Cisco MWR 2941 Mobile Wireless Edge Router Software Configuration Guide, Release 12.2(33)MRB
OL-21227-02
Appendix B Cisco MWR 2941 Router Command Reference
match qos-group
The QoS group value is local to the router, meaning that the QoS group value that is marked on a packet
does not leave the router when the packet leaves the router. If you need a marking that resides in the
packet, use IP precedence setting, IP differentiated services code point (DSCP) setting, or another
method of packet marking.
This command can be used with the random-detect discard-class-based command.
Examples The following example shows how to configure the service policy called priority50 and attach service
policy priority50 to an interface. In this example, the class map called qosgroup5 evaluates all packets
entering GigabitEthernet interface 1/0/0 for a QoS group value of 5. If the incoming packet has been
marked with the QoS group value of 5, the packet is treated with a priority level of 50.
Router(config)# class-map qosgroup5
Router(config-cmap)# match qos-group 5
Router(config)# exit
Router(config)# policy-map priority50
Router(config-pmap)# class qosgroup5
Router(config-pmap-c)# priority 50
Router(config-pmap-c)# exit
Router(config-pmap)# exit
Router(config)# interface gigabitethernet1/0/0
Router(config-if)# service-policy output priority50
Related Commands Command Description
class-map Creates a class map to be used for matching packets to a specified class.
policy-map Creates or modifies a policy map that can be attached to one or more
interfaces to specify a service policy.
random-detect
discard-class-based
Bases WRED on the discard class value of a packet.
service-policy Attaches a policy map to an input interface or VC, or an output interface or
VC, to be used as the service policy for that interface or VC.
set precedence Specifies an IP precedence value for packets within a traffic class.
set qos-group Sets a group ID that can be used later to classify packets.