Reference Guide
View policy-map
OS10(conf-pmap-c-qos)# do show policy-map
Service-policy(qos) input: platinum
Class-map (qos): diamond
set dscp 50
set qos-group 7
Group marking
To tag an incoming packet with qos-group type, you can congure marking for the QoS group. The set qos-group command is only
supported under ingress qos type or control-plane. If the class-map type is control-plane, the qos-group corresponds to CPU queues 0 to
11.
If the class-map type is qos, the qos-group corresponds to data queues 0 to 7. The maximum number of data queues supported in OS10
are 8, and the maximum number of control trac queues are 12.
1 Create a policy-map with the type qos in CONFIGURATION mode.
policy-map type qos policy-map-name
2 Congure a QoS class in POLICY-MAP mode.
class class-name
3 Congure marking for the QoS group in POLICY-MAP-CLASS-MAP mode.
set qos-group queue-number
Mark QoS group
OS10(config)# policy-map type qos platinum
OS10(conf-pmap-qos)# class diamond
OS10(conf-pmap-c-qos)# set qos-group 7
View QoS policy-map
OS10(conf-pmap-c)# do show policy-map
Service-policy(qos) input: platinum
Class-map (qos): diamond
set qos-group 7
Mark control-plane
OS10(config)# class-map type control-plane copp
OS10(conf-cmap-control-plane)# exit
OS10(config)# policy-map type control-plane copp1
OS10(conf-pmap-control-plane)# class copp
OS10(conf-pmap-c)# set qos-group 2
OS10(conf-pmap-c)# police cir 100 pir 100
View control-plane policy-map
OS10(conf-pmap-c)# do show policy-map
Service-policy(control-plane) input: copp1
Class-map (control-plane): copp
set qos-group 2
police cir 100 bc 100 pir 100 be 100
Trac metering
Metering applies to shaping and policing network trac and ensures better service for trac. OS10 includes congestion management tools
to raise the priority of a ow by queuing and servicing queues in dierent ways.
Quality of service
557