A rate limit policy map is configured and then applied to the type of QoS flow defined by the class map.
-
Enter global configuration mode.
device# configure terminal
-
Create and name a policy map.
device(config)# policy-map policyMap1
-
Return to privileged EXEC mode.
device(config-policymap)# end
-
Verify the configuration
device# show policy-map
Number of policy maps : 2
Policy-Map policy
Bound To:None
Policy-Map policyMap1
Bound To:None
-
Display policy map details.
device# show policy-map detail policy
Policy-Map policy
Class cmap1
Police cir 43454
Bound To: ET 1/33(in), Te 5/33(out)
-
Save the
running-config file to the
startup-config file.
device# copy running-config startup-config
Policy map configuration example
device# configure terminal
device(config)# policy-map policyMap1
device(config-policymap)# end
device# show policy-map
device# copy running-config startup-config