24-Port 10/100Mbps Layer 2 Switch w/ 4 Gigabit Ports and 2 Shared Mini-GBIC Slots
37-2
Class map must be created before associating.
switch(config-pmap)# class 1
Existing Policy-map configurations have been deleted. Please
apply the policy-map to make it active.
switch(config-pmap-c)#
This command was introduced
To set the new 802.1p priority or DSCP type of packets match the associated ACL
rule.
set {cos <new-cos(0-7)> | ip dscp <new-dscp(0-63)> }
no set {cos <new-cos(0-7)> | ip dscp <new-dscp(0-63)> }
Specify the new 802.1p priority of the packet.
Specify the new DSCP type of the packet.
Policy-map Class Configuration Mode
switch(config-pmap-c)# set cos 1
This command was introduced
To set up the actions of packets match the associated ACL rule.
police <rate-Kbps> exceed-action {drop | policed-dscp-transmit
<new-dscp(0-63)>}
Set the traffic rate threshold in Kbps for the class
map.
Drop packets if traffic rate exceeds the threshold.
exceed-action
policed-dscp-transmit
new-dscp(0-63)
Modifying the DSCP type value for packets if traffic
rate exceeds the threshold.
Policy-map Class Configuration Mode