Reference Guide

Conguring QoS is a three-step process:
1 Create class-maps to classify the trac ows. The following are the dierent types of class-maps:
qos type(default)—Classies the ingress data trac.
queuing type—Classies the egress queues.
control-plane—Classies the control-plane trac.
network-qos—Classies the set of trac-class IDs for ingress buer congurations.
2 Create policy-maps to dene the policies for the classied trac ows. The following are the dierent types of policy-maps:
qos type(default)—Denes the following actions for the qos type classes of trac.
Policing
Marking with a trac class ID
Modifying packet elds such as CoS and DSCP
Enabling trust based classication
queuing type—Denes the following actions for the queuing type classes of egress trac.
Shaping
Bandwidth assignment for queues
Strict priority assignment for queues
Buer conguration for queues
WRED/ECN conguration on queues
control-plane—Denes the policing of control queues for the control-plane policing on control queues.
network-qos—Denes the Ingress buer conguration for selected trac-class for the network-qos type classes of trac.
3 Apply the policy-maps to interface (port), system (all interfaces), or control-plane trac as follows:
Control-plane polices must be applied on control-plane mode.
The qos and network-qos policies must be applied in the input direction on physical interfaces or on system-qos mode.
Queuing policies must be applied in the output direction on physical interfaces or on system-qos mode.
When a policy is applied on system, the policy is eective on all the ports in the system. However, interface level policy gets
precedence over system level policy.
Class-map conguration
You can implement classication or ltering packets into various trac classes based on a packet match criteria using class-maps. OS10
allows you to create class-maps to separate packets based on a specic match criteria. You can congure three types of class-maps—
control-plane, qos (default), and queueing.
Create a class-map, and congure a name for the class-map in CONFIGURATION mode.
class-map [type [control-plane | qos | queueing]] [match-all | match-any]class-map-name
qos—Creates a QoS class-map type
queuing—Creates a queuing class-map type
control-plane—Creates a control-plane class-map type
match-all | match-any—Sets match-all or match-any as your match lter, with match-any as the default
class-map-name—Enter a class-map name - up to 32 characters
NOTE
: If you create a class-map without entering the class-map type, qos is automatically set as the default class-map type.
Congure class-map
OS10(config)# class-map type qos match-any solar
546
Quality of service