I have a Cisco 2960 switch with a video conferencing unit connected. For testing purposes, I setup an access-list, class-map, and policy-map and applied it to the incoming port to change the DSCP value of the packets. The policy-map on the interface shows all 0s. Should this work and is the output of the command normal? Can I only mark the dscp value on an outgoing trunk interface?
int fa0/0
service-policy input MARK-ME
ip access-list extended VIDEO
10 permit ip any any
class-map VIDEO
match access-group name VIDEO
policy-map MARK-ME
class VIDEO
set dscp cs5
Service-policy input: MARK-ME
Class-map: VIDEO (match-any)
0 packets, 0 bytes
5 minute offered rate 0 bps, drop rate 0 bps
Match: access-group name VIDEO
0 packets, 0 bytes
5 minute rate 0 bps
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
Thanks in advance!
Alex