Configuring Qos Group Marking; Configuration Examples For Configuring Qos Group Marking And Classification - Cisco 10000 Series Configuration Manual

Quality of service configuration guide
Hide thumbs Also See for 10000 Series:
Table of Contents

Advertisement

Configuring Traffic Marking

Configuring QoS Group Marking

To mark packets with a local QoS group ID, enter the following commands beginning in global
configuration mode:
Command
Step 1
Router(config)# policy-map policy-map-name
Step 2
Router(config-pmap)# class class-map-name
Step 3
Router(config-pmap-c)# set qos-group
group-id
Step 4
Router(config-pmap-c)# exit
Step 5
Router(config-pmap)# exit
Step 6
Router(config)# interface type number
Step 7
Router(config-if)# service-policy {input |
output} policy-map-name

Configuration Examples for Configuring QoS Group Marking and Classification

Example 7-7
packets on the Gigabit Ethernet interface 1/0/0 based on the class of service value. If the packet CoS
value is 5, the router assigns the packet to the class named Group and sets the packet qos-group ID to 4
as indicated in the policy map named Policy1.
Example 7-7
Router(config)# class-map Group
Router(config-cmap)# match cos 5
Router(config-cmap)# exit
Router(config)# policy-map Policy1
Router(config-pmap)# class Group
Router(config-pmap-c)# set qos-group 4
Cisco 10000 Series Router Quality of Service Configuration Guide
7-28
shows how to configure QoS group marking. In this example, the router classifies inbound
Configuring QoS Group Marking
Purpose
Specifies the name of the policy map and enters policy-map
configuration mode.
policy-map-name is the name of the policy map.
Assigns the traffic class you specify to the policy map. Enters
policy-map class configuration mode.
class-map-name is the name of a previously configured class
map and is the traffic class for which you want to define QoS
actions.
Sets a QoS group identifier (ID) to use in classifying packets.
group-id is the group identifier. Valid values are from 0 to 99.
Exits policy-map class configuration mode.
Exits policy-map configuration mode.
Specifies the interface to which you want to attach the service
policy map. Enters interface configuration mode.
type is the type of interface (for example, serial).
number is the number of the interface (for example, 1/0/0).
Attaches the policy map you specify to the interface. The
router applies the service policy to packets on the interface in
either the input or output direction.
input indicates to apply the service policy to inbound
packets.
output indicates to apply the service policy to outbound
packets.
policy-map-name is the name of the policy map.
Chapter 7
Marking Traffic
OL-7433-09

Advertisement

Table of Contents
loading

Table of Contents