•
queue-limit
—
Specifies the maximum number of packets the queue can hold for a class policy configured
in a policy map.
•
service-policy
—
Configures a QoS service policy.
•
set
—
Specifies a value to be assigned to the classified traffic. For more information, see
set, on page
662
•
shape
—
Specifies average or peak rate traffic shaping. For more information about this command, see
Cisco IOS Quality of Service Solutions Command Reference
available on Cisco.com.
To return to policy-map configuration mode, use the
exit
command. To return to privileged EXEC mode, use
the
end
command.
The
class
command performs the same function as the
class-map
global configuration command. Use the
class
command when a new classification, which is not shared with any other ports, is needed. Use the
class-map
command when the map is shared among many ports.
You can configure a default class by using the
class class-default
policy-map configuration command.
Unclassified traffic (traffic that does not meet the match criteria specified in the traffic classes) is treated as
default traffic.
You can verify your settings by entering the
show policy-map
privileged EXEC command.
Examples
This example shows how to create a policy map called policy1. When attached to the ingress direction, it
matches all the incoming traffic defined in class1, sets the IP Differentiated Services Code Point (DSCP) to
10, and polices the traffic at an average rate of 1 Mb/s and bursts at 20 KB. Traffic exceeding the profile is
marked down to a DSCP value gotten from the policed-DSCP map and then sent.
Device(config)#
policy-map policy1
Device(config-pmap)#
class class1
Device(config-pmap-c)#
set dscp 10
Device(config-pmap-c)#
police 1000000 20000 exceed-action policed-dscp-transmit
Device(config-pmap-c)#
exit
This example shows how to configure a default traffic class to a policy map. It also shows how the default
traffic class is automatically placed at the end of policy-map pm3 even though
class-default
was configured
first:
Device#
configure terminal
Device(config)#
class-map cm-3
Device(config-cmap)#
match ip dscp 30
Device(config-cmap)#
exit
Device(config)#
class-map cm-4
Device(config-cmap)#
match ip dscp 40
Device(config-cmap)#
exit
Device(config)#
policy-map pm3
Device(config-pmap)#
class class-default
Device(config-pmap-c)#
set dscp 10
Device(config-pmap-c)#
exit
Device(config-pmap)#
class cm-3
Device(config-pmap-c)#
set dscp 4
Device(config-pmap-c)#
exit
Device(config-pmap)#
class cm-4
Device(config-pmap-c)#
set precedence 5
Device(config-pmap-c)#
exit
Device(config-pmap)#
exit
Device#
show policy-map pm3
Command Reference, Cisco IOS XE Everest 16.5.1a (Catalyst 3650 Switches)
643
class
Summary of Contents for Catalyst 3650 Series
Page 2: ... 2017 Cisco Systems Inc All rights reserved ...
Page 37: ...P A R T I Campus Fabric Campus Fabric page 13 ...
Page 38: ......
Page 51: ...P A R T II Interface and Hardware Components Interface and Hardware Commands page 27 ...
Page 52: ......
Page 165: ...P A R T III IP IP page 141 ...
Page 166: ......
Page 235: ...P A R T IV IP Multicast Routing IP Multicast Routing page 211 ...
Page 236: ......
Page 303: ...P A R T V IPv6 IPv6 page 279 ...
Page 304: ......
Page 307: ...P A R T VI Layer 2 3 Layer 2 3 page 283 ...
Page 308: ......
Page 399: ...P A R T VII Multiprotocol Label Switching MPLS MPLS page 375 Multicast VPN page 385 ...
Page 400: ......
Page 429: ...P A R T VIII Network Management Flexible NetFlow page 405 Network Management page 479 ...
Page 430: ......
Page 595: ...P A R T IX Programmability Programmability page 571 ...
Page 596: ......
Page 624: ...Command Reference Cisco IOS XE Everest 16 5 1a Catalyst 3650 Switches 598 ping6 ...
Page 625: ...P A R T X QoS Auto QoS page 601 QoS page 641 ...
Page 626: ......
Page 666: ...Command Reference Cisco IOS XE Everest 16 5 1a Catalyst 3650 Switches 640 show auto qos ...
Page 706: ...Command Reference Cisco IOS XE Everest 16 5 1a Catalyst 3650 Switches 680 trust device ...
Page 707: ...P A R T XI Routing Bidirectional Forwarding Detection page 683 ...
Page 708: ......
Page 725: ...P A R T XII Security Security page 701 ...
Page 726: ......
Page 875: ...P A R T XIII Stack Manager and High Availability Stack Manager and High Availability page 851 ...
Page 876: ......
Page 912: ......
Page 1027: ...P A R T XV VLAN VLAN page 1003 ...
Page 1028: ......
Page 1100: ...Command Reference Cisco IOS XE Everest 16 5 1a Catalyst 3650 Switches 1074 vtp primary ...
Page 1102: ...Command Reference Cisco IOS XE Everest 16 5 1a Catalyst 3650 Switches 1076 Notices ...
Page 1108: ...Command Reference Cisco IOS XE Everest 16 5 1a Catalyst 3650 Switches IN 6 Index ...