Users Guide

Table Of Contents
S2 Switch
1. Configure trust map with different dot1p priority values mapped to different traffic classes (queues).
OS10# configure terminal
OS10(config)# trust dot1p-map TRUST_DOT1P_MAP
OS10(config-tmap-dot1p-map)# qos-group 0 dot1p 0
OS10(config-tmap-dot1p-map)# qos-group 3 dot1p 3
OS10(config-tmap-dot1p-map)# end
2. Configure queuing at egress with bandwidth allocation of 65% for queue 3.
OS10# configure terminal
OS10(config)# class-map type queuing CM_QUEUING_Q3
OS10(config-cmap-queuing)# match queue 3
OS10(config-cmap-queuing)# exit
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
L1 Switch
1. Configure trust map with different dot1p priority values mapped to different traffic classes (queues).
OS10# configure terminal
OS10(config)# trust dot1p-map TRUST_DOT1P_MAP
OS10(config-tmap-dot1p-map)# qos-group 0 dot1p 0
OS10(config-tmap-dot1p-map)# qos-group 3 dot1p 3
OS10(config-tmap-dot1p-map)# end
2. Configure queuing at egress with bandwidth allocation of 65% for queue 3.
OS10# configure terminal
OS10(config)# class-map type queuing CM_QUEUING_Q3
OS10(config-cmap-queuing)# match queue 3
OS10(config-cmap-queuing)# exit
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
L2 Switch
1. Configure trust map with different dot1p priority values mapped to different traffic classes (queues).
OS10# configure terminal
OS10(config)# trust dot1p-map TRUST_DOT1P_MAP
OS10(config-tmap-dot1p-map)# qos-group 0 dot1p 0
Quality of service
1537