© 2004 Cisco Systems, Inc. All rights reserved. Printed in USA.
Presentation_ID.scr
113113113
© 2004 Cisco Systems, Inc. All rights reserved.
RST-3508
9805_05_2004_c2
Policing Issues
Cat4500# show policy-map interface Gig1/1
GigabitEthernet1/1
service-policy input: p1
class-map: c1 (match-all)
3435 packets
match: access-group 100
police: Per-interface <----- This is a individual policer.
Conform: 45454 bytes Exceed: 56345 bytes
Cat4500# show policy-map interface Gig1/2
GigabitEthernet1/1
service-policy input: p1
class-map: c1 (match-all)
335 packets
match: access-group 100
police: policer1 <----- This is an aggregate or named policer.
Conform: 4554 bytes Exceed: 563 bytes
Make Sure the Correct Type of Policer Is Used
114114114
© 2004 Cisco Systems, Inc. All rights reserved.
RST-3508
9805_05_2004_c2
Policing Issues
Use the Show Policy-Map Interface Command to Check for Class Map Hits
Qos
access-list 100 permit udp any any
!
class-map match-all class_udp
match ip access group 100
!
policy-map pol_udp
class class_udp
police 500 kbps 1000 byte conform-action transmit exceed-action
policed-dscp-transmit
interface Vlan4
ip address 4.4.4.1 255.255.255.0
service-policy input pol_udp
Check the Service Policy