16- and 36-Port Ethernet Switch Module for Cisco 2600 Series, Cisco 3600 Series, and Cisco 3700 Series
Configuration Tasks
95
Cisco IOS Release 12.2(2)XT, 12.2(8)T, and 12.2(15)ZJ
To delete an existing policy map, use the no policy-map policy-map-name global configuration
command. To delete an existing class map, use the
no class
class-map-name
policy-map configuration
command. To remove an existing policer, use the no police rate-bps burst-byte [exceed-action {drop |
dscp dscp-value}] policy-map configuration command. To remove the policy map and interface
association, use the no service-policy input policy-map-name interface configuration command.
Step 5
police {bps | cir bps} [burst-byte | bc
burst-byte] conform-action transmit
[exceed-action {drop | dscp dscp-value}]
Defines a policer for the classified traffic.
You can configure up to 60 policers on ingress Gigabit-capable
Ethernet ports and up to 6 policers on ingress 10/100 Ethernet ports.
For bps, specify average traffic rate or committed information rate in
bits per second (bps). The range is 1 Mbps to 100 Mbps for 10/100
Ethernet ports and 8 Mbps to 1000 Mbps for the Gigabit-capable
Ethernet ports.
For burst-byte, specify the normal burst size or burst count in bytes.
(Optional) Specify the action to take when the rates are exceeded
. Use
the
exceed-action drop keywords to drop the packet. Use the
exceed-action dscp dscp-value keywords to mark down the DSCP
value and transmit the packet.
Step 6
exit
Returns to policy-map configuration mode.
Step 7
exit
Returns to global configuration mode.
Step 8
interface interface-id
Enters interface configuration mode, and specify the interface to attach
to the policy map.
Valid interfaces include physical interfaces.
Step 9
service-policy input policy-map-name
Applies a policy map to the input of a particular interface.
Only one policy map per interface per direction is supported.
Use input policy-map-name to apply the specified policy map to the
input of an interface.
Step 10
end
Returns to privileged EXEC mode.
Step 11
show policy-map [policy-map-name class
class-name]
Verifies your entries.
Step 12
copy running-config startup-config
(Optional) Saves your entries in the configuration file.
Command
Purpose