Specifications
20-8
Cisco Security Appliance Command Line Configuration Guide
OL-6721-01
Chapter 20 Applying QoS Policies
 Applying Rate Limiting
Verifying the Traffic-Policing Configuration
To verify that the traffic-policing feature is configured on an interface, use the following command in 
privileged EXEC mode:
hostname# show running-config policy-map
This command displays all configured traffic policies. For the foregoing examples, the result would look 
something like the following:
hostname# show running-config policy-map
!
policy-map test
 class class-default
policy-map inbound_policy
 class ftp-port
 inspect ftp strict inbound_ftp
policy-map qos
 class browse
 police 56000 10500
 class TG1-voice
 priority
 class TG1-BestEffort
 police 200000 37500
Verifying QoS Statistics
To view QoS statistics, use the show service-policy command with appropriate keywords: police to show 
traffic policing statistics or priority to show QoS priority-queue statistics.
Viewing QoS Police Statistics
To view the QoS statistics for traffic policing, use the following command in privileged EXEC mode:
hostname# show service-policy police
This command displays the QoS policing statistics; for example:
hostname# show service-policy police
Global policy:
Service -policy: global_fw_policy
Interface outside:
Service-policy: qos
Class-map: browse
police Interface outside:
cir 56000 bps, bc 10500 bytes
conformed 10065 packets, 12621510 bytes; actions: transmit
exceeded 499 packets, 625146 bytes; actions: drop
conformed 5600 bps, exceed 5016 bps
Class-map: cmap2
police Interface outside:
cir 200000 bps, bc 37500 bytes
conformed 17179 packets, 20614800 bytes; actions: transmit
exceeded 617 packets, 770718 bytes; actions: drop
conformed 198785 bps, exceed 2303 bps










