© 2004 Cisco Systems, Inc. All rights reserved. Printed in USA.
Presentation_ID.scr
105105105
© 2004 Cisco Systems, Inc. All rights reserved.
RST-3508
9805_05_2004_c2
Packet Classification and Marking
Qos
access-list 100 permit udp any any
!
class-map match-all class_setprec
match ip access group 100
!
policy-map pol_setprec
class class_setprec
set ip precedence 3
interface Vlan4
ip address 4.4.4.1 255.255.255.0
service-policy input pol_setprec
Check the Service-Policy
106106106
© 2004 Cisco Systems, Inc. All rights reserved.
RST-3508
9805_05_2004_c2
Packet Classification and Marking
Cat4500# show policy-map interface vlan 4
Interface vlan 4
service-policy input: pol_setprec
class-map: class_setprec (match-all)
0 packets
match: ip access group 100
police: Per-interface
Conform: 0 bytes Exceed: 0 bytes
class-map: class-default (match-any)
32423 packets
match: any
0 packets
No Packets Match!
Check ACL
Is the Class Map Defined Properly?
• Check class map statistics
• The packet statistics are on a per-class-map basis, and NOT
on a per-interface basis