Egress ACL Rate Limiting Show Commands

You can use show commands to display information about egress ACL rate limiting.

Important

Important

The egress ACL rate limiting feature is not supported on SLX 9150.

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

show policy-map
Displays data traffic information. For example:
device# show policy-map int e 4/1
Egress Direction : 
 Policy-Map eACLpol
    Class eACL100
      matches 0 packets 0 bytes
      Police cir 1000000000 
        Stats: 
          Operational cir:1000000000 cbs:0 eir:0 ebs:0
          Conform Byte:161527005348 Exceed Byte:0 Violate Byte:1904690363136
In this example, the Conform Byte field displays the data traffic that is queued and forwarded. The Violate Byte field displays the data traffic that is dropped due to the rate limit.
show running-config class-map
Displays class map information and match criteria. For example:
device# show running-config class-map
class-map eVLAN100
 match vlan 100
!
class-map eVLAN200
 match vlan 200
!
class-map eBDpol
 match bridge-domain 100
show running-config policy-map
When used with show policy-map, displays rate-limiting policies in the policy maps and policer counters. For example:
device# show policy-map
Number of policy maps : 1
Policy-map epol 
  Bound To: Eth 3/1(out)

device# show running-config policy-map
policy-map epol
   class eVLAN100
   police cir 800000000
   !
    class eBDpol
    police cir 1000000000
    !
    class eVLAN200
    police cir 500000000
  !