Users Guide

Table Of Contents
OS10(config)# policy-map type qos PM_QOS_NETWORK_PORT
OS10(config-pmap-qos)# !
OS10(config-pmap-qos)# class CM_QOS_MATCH_DSCP24
OS10(config-pmap-c-qos)# set qos-group 3
OS10(config-pmap-c-qos)# set cos 3
OS10(config-pmap-c-qos)# exit
OS10(config-pmap-qos)# exit
3. Configure queuing at egress with a bandwidth allocation of 65% for queue 3.
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)# !
OS10(config-pmap-queuing)# class CM_QUEUING_Q3
OS10(config-pmap-c-que)# bandwidth percent 65
OS10(config-pmap-c-que)# exit
OS10(config-pmap-queuing)# exit
4. Configure policy map for the VLTi port.
OS10(config)# policy-map type qos PM_QOS_VLTI
OS10(config-pmap-qos)# !
OS10(config-pmap-qos)# class CM_QOS_MATCH_DSCP24
OS10(config-pmap-c-qos)# set qos-group 3
OS10(config-pmap-c-qos)# !
OS10(config-pmap-c-qos)# class CM_QOS_MATCH_CS3
OS10(config-pmap-c-qos)# set qos-group 3
OS10(config-pmap-c-qos)# exit
OS10(config-pmap-qos)# exit
5. Apply the QoS configuration on the access, network, and VLTi ports.
OS10# configure terminal
OS10(config)# interface ethernet 1/1/1
OS10(conf-if-eth1/1/1)# service-policy input type qos PM_QOS_ACCESS_PORT
OS10(config)# interface ethernet 1/1/2
OS10(conf-if-eth1/1/2)# service-policy input type qos PM_QOS_ACCESS_PORT
OS10(config)# interface ethernet 1/1/11
OS10(conf-if-eth1/1/11)# service-policy input type qos PM_QOS_VLTI
OS10(config)# interface ethernet 1/1/21
OS10(conf-if-eth1/1/21)# service-policy input type qos PM_QOS_NETWORK_PORT
OS10(config)# interface ethernet 1/1/22
OS10(conf-if-eth1/1/22)# service-policy input type qos PM_QOS_NETWORK_PORT
6. Apply the queuing policy map globally in the system-qos mode.
OS10(config)# system qos
OS10(config-sys-qos)# service-policy output type queuing PM_QUEUING
OS10(config-sys-qos)# end
L3 Switch
1. Configure class map and policy map for access port. Traffic with a CoS value of 3 is matched, assigned to qos-group 3, and
marked with a DSCP value of 24.
OS10(config)# class-map type qos CM_QOS_MATCH_CS3
OS10(config-cmap-qos)# match cos 3
OS10(config-cmap-qos)# exit
OS10(config)# policy-map type qos PM_QOS_ACCESS_PORT
OS10(config-pmap-qos)# !
OS10(config-pmap-qos)# class CM_QOS_MATCH_CS3
OS10(config-pmap-c-qos)# set qos-group 3
OS10(config-pmap-c-qos)# set dscp 24
OS10(config-pmap-c-qos)# exit
OS10(config-pmap-qos)# exit
Quality of service
1543