From: Gregory Gombas (ggombas@gmail.com)
Date: Wed Nov 21 2007 - 22:30:52 ART
I have a pretty simple policy map configured to match all IP traffic
and set dscp to AF11, yet no packets are matching the policy even
though I'm generating traffic. Any ideas?
mls qos
ip access-list extended ALL-IP-TRAFFIC
permit ip any any
class-map match-all PERMIT-IP
match access-group name ALL-IP-TRAFFIC
policy-map QOS
class PERMIT-IP
set dscp af11
interface FastEthernet0/2
service-policy input QOS
CAT1#show policy-map int fa0/2
FastEthernet0/2
Service-policy input: QOS
Class-map: PERMIT-IP (match-all)
0 packets, 0 bytes
5 minute offered rate 0 bps, drop rate 0 bps
Match: access-group name ACL-ALL-IP-TRAFFIC
Class-map: class-default (match-any)
0 packets, 0 bytes
5 minute offered rate 0 bps, drop rate 0 bps
Match: any
0 packets, 0 bytes
5 minute rate 0 bps
CAT1#
This archive was generated by hypermail 2.1.4 : Sat Dec 01 2007 - 06:37:30 ART