Show Commands for VLAN-based Rate Limiting

You can use show commands to display information about VLAN-based rate limiting.

You can run show commands from any level of the CLI.

policy-map
Displays the rate limiting policies that are implemented in the configured policy maps, and displays policer confirm, exceeded, or violate counters. For example:
device# show policy-map
Number of policy maps : 1
Policy-Map p2
  Bound To: Eth 1/1(in)
....
show policy-map interface ethernet 1/1 in
Displays interface-specific policy map information. For example:
device# show policy-map interface ethernet 1/1 in

Ingress Direction :
Policy-Map p2
Class c2
matches 7867567 packets 1007048576 bytes           
Police cir 1000000
       Stats:
         Operational cir:1010000 cbs:149999 eir:0 ebs:0
         Conform Byte:1180928 Exceed Byte:0 Violate Byte:1005867648
clear policy-map-counters interface ethernet
Clears the policer counters for the interface. If you do not specify an interface, all rate limit counters are cleared on all interfaces.
show policy-map system map-name pm1
Displays system-specific policy map information. For example:
device# # show policy-map system map-name pm1

Ingress Direction :
Policy-Map pm1
Class cm1
matches 480661 packets 61524608 bytes
Police cir 100000
Stats:
 Operational cir:109000 cbs:14999 eir:0 ebs:0
  Conform Byte:265088 Exceed Byte:0 Violate Byte:0
show running-config policy-map
Displays policy map configuration information. For example:
device# show running-config show running-config policy-map
policy-map p2
 class c2
  police cir 100000 cbs 6000
 !
!
show running-config class-map
Displays class map configuration information. For example:
device# show running-config class-map
class-map c2
 match vlan 500