Reference Guide

Table Of Contents
Pre-defined IP access-list
OS10(config-cmap-qos)# match ip access-group name ip-acl-1
Pre-defined IPv6 access-list
OS10(config-cmap-qos)#match ipv6 access-group name ACLv6
Pre-defined MAC access-list
OS10(config-cmap-qos)# match mac access-group name mac-acl-1
3. Create a qos type policy-map to refer the classes.
OS10(config)# policy-map cos-policy
4. Refer the class-maps in the policy-map and define the required action for the flows.
OS10(config-pmap-qos)# class cmap
OS10(config-pmap-c-qos)# ?
OS10(config-pmap-qos)# class cmap
OS10(config-pmap-c-qos)#
end Exit to the exec Mode
exit Exit from current mode
no Negate a command or set its defaults
police Rate police input traffic
set Mark input traffic
show show configuration
trust Specify dynamic classification to trust[dscp/dot1p]
ACL based classification with trust
This section describes how to configure ACL based classification when trust-based classification is configured.
You can configure ACL based classification when trust-based classification is configured.
1. Create a user defined dscp or dot1p trust-map.
OS10(config)# trust dscp-map userdef-dscp
OS10(config-tmap-dscp-map)# qos-group 3 dscp 15
OS10(config-tmap-dscp-map)# qos-group 5 dscp 30
2. Apply user-defined trust map to an interface or in system QoS.
OS10(conf-if-eth1/1/1)# trust-map dscp userdef-dscp
or
OS10(config)# system qos
OS10(config-sys-qos)# trust-map dscp userdef-dscp
3. Create a class-map and attach it to a policy where fallback trust is configured.
OS10(config)# class-map c1
OS10(config-cmap-qos)# match cos 1
OS10(config-cmap-qos)# exit
OS10(config)# policy-map p1
OS10(config-pmap-qos)# class c1
OS10(config-pmap-c-qos)# set qos-group 1
4. Attach the policy map to an interface or in system QoS mode.
OS10(config)# interface ethernet 1/1/1
632
Quality of service