I have configured policy-maps and class-maps on 3550 and 3560 switches.
The following is excerpt....
class-map match-any voip_class
match access-group 100
!
!
policy-map voip_policy
class voip_class
trust dscp
!
!
interface GigabitEthernet0/12
service-policy input voip_policy
priority-queue out
!
access-list 100 permit udp any any
I have the access-list 'open' for testing purposes.
However when I run the command 'sh policy-map int gi0/12' I get no counters increasing.
Should I?
Also if I run the 'sh access-list 100' command, should I get increasing counters?
Thanks for any help
Nik Mihelioudakis