Users Guide

Table Of Contents
OS10(config)# policy-map type queuing PM_QUEUING
OS10(config-pmap-queuing)# class CM_QUEUING_Q3
OS10(config-pmap-c-que)# bandwidth percent 65
OS10(config-pmap-c-que)# end
3. Apply the dot1p trust map and queuing configuration at the system-qos level (global configuration).
OS10# configure terminal
OS10(config)# system qos
OS10(config-sys-qos)# trust-map dot1p TRUST_DOT1P_MAP
OS10(config-sys-qos)# service-policy output type queuing PM_QUEUING
OS10(config-sys-qos)# end
Verify the configuration
Verify trust map configuration.
OS10# show qos maps TRUST_DOT1P_MAP
DOT1P Priority to Traffic-Class Map : TRUST_DOT1P_MAP
Traffic-Class DOT1P Priority
-------------------------------
0 0
1 1
2 2
3 3
4 4
5 5
6 6
7 7
Verify the bandwidth settings.
OS10# show queuing weights interface ethernet 1/1/21
Interface ethernet1/1/21
Queue Weight(In percentage)
--------------------------------
0 5
1 5
2 5
3 65
4 5
5 5
6 5
7 5
Verify that the packets are assigned to the respective queues. Packets with dot1p priority 3 must be assigned to queue 3
and packets with dot1p priority 0 must be assigned to queue 0. Bandwidth allocation of 65% to queue 3 ensures that traffic
in queue 3 gets more bandwidth and traffic in other queues get less bandwidth. The drop counter indicates packet drops for
queue 0 whereas there are no drops for queue 3 during traffic congestion.
L1 switch network port (ingress VTEP)
OS10# show queuing statistics interface ethernet 1/1/21
Interface ethernet1/1/21
Queue Packets Bytes Dropped-Packets Dropped-Bytes
0 6095735 1865280018 8725959 2233833888
1 0 0 0 0
2 0 0 0 0
3 14828189 4537425834 0 0
4 0 0 0 0
5 0 0 0 0
6 0 0 0 0
7 0 0 0 0
L3 switch access port (destination VTEP)
OS10# show queuing statistics interface ethernet 1/1/1
Interface ethernet1/1/1
Queue Packets Bytes Dropped-Packets Dropped-Bytes
Quality of service
1539