Connectivity Guide

Table Of Contents
Pre-dened IP access-list
OS10(config-cmap-qos)# match ip access-group name ip-acl-1
Pre-dened IPv6 access-list
OS10(config-cmap-qos)#match ipv6 access-group name ACLv6
Pre-dened 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 to.
OS10(config)# policy-map cos-policy
4 Refer the class-maps in the policy-map and dene the required action for the ows.
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 classication with trust
This section describes how to congure ACL based classication when you congure trust-based classication.
You can congure ACL based classication when trust-based classication is congured.
1 Create a user dened 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-dened 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 congured.
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
OS10(conf-if-eth1/1/1)# service-policy input type qos p1
or
OS10(config)# system qos
OS10(config-sys-qos)# service-policy input type qos p1
780
Quality of service