Users Guide

Table Of Contents
13 0 0 0 0
14 1265 108790 0 0
15 422 36075 0 0
16 0 0 0 0
17 0 0 0 0
18 0 0 0 0
19 0 0 0 0
Egress traffic classification
Egress traffic is classified into different queues based on the traffic-class ID marked on the traffic flow.
Set the traffic class ID for a flow by enabling trust or by classifying ingress traffic and mark it with a traffic class ID using a policy map. By
default, the value of traffic class ID for all the traffic is 0.
The order of precedence for a qos-map is:
1. Interface-level map
2. System-qos-level map
3. Default map
Table 87. Default mapping of traffic class ID to queue
Traffic class ID Queue ID
0 0
1 1
2 2
3 3
4 4
5 5
6 6
7 7
User–defined QoS map
You can override the default mapping by creating a QoS map.
Configure user–defined QoS map
1. Create a QoS map.
OS10(config)# qos-map traffic-class tc-q-map
2. Define the set of traffic class values mapped to a queue.
OS10(config-qos-map)# queue 3 qos-group 0-3
3. Verify the map entries.
OS10# show qos maps type tc-queue
Traffic-Class to Queue Map: tc-q-map
Queue Traffic-Class
--------------------------
3 0-3
4. Apply the map on a specific interface or on a system-QoS global level.
Interface level
OS10(conf-if-eth1/1/1)# qos-map traffic-class tc-q-map
Quality of service
1101