networker050184 wrote: » What does a 'show mls qos interface x/x' show for the interface in question? Are these tagged packets coming in? Do they already have a CoS set? I'm assuming you changed your default map? I think you are hitting some kind of order of operations here, but it's been a while since I've dug into this.
switchport priority default 6 mls qos cos 6 mls qos trust cos end
interface FastEthernet0/0 ip address 10.30.30.2 255.255.255.0 speed 100 full-duplex auto discovery qos service-policy output Mark Policy Map Mark Class COS6 Class All set dscp af41 Class Map match-all COS6 (id 3) Match dscp cs6 (4[IMG]https://us.v-cdn.net/6030959/uploads/images/smilies/icon_cool.gif[/IMG]
Service-policy output: QOS-Markings class-map: Lync-ef (match-all) Match: access-group name Lync-Voice set dscp 46: Earl in switch 1, slot 5 : 596 bytes 5 minute offered rate 16 bps aggregate-forwarded 596 bytes Earl in switch 2, slot 5 : 0 bytes 5 minute offered rate 0 bps aggregate-forwarded 0 bytes class-map: Lync-af41 (match-all) Match: access-group name Lync-Video set dscp 34: Earl in switch 1, slot 5 : 0 bytes 5 minute offered rate 0 bps aggregate-forwarded 0 bytes Earl in switch 2, slot 5 : 0 bytes 5 minute offered rate 0 bps aggregate-forwarded 0 bytes Class-map: class-default (match-any) 55 packets, 5427 bytes 5 minute offered rate 0000 bps, drop rate 0000 bps Match: any 55 packets, 5427 bytes 5 minute rate 0 bps
Dieg0M wrote: » What are your class-map's matching? If it's an ACL, are you getting hits on this ACL?
Extended IP access list Lync-Video 5 deny ip any host 149.1.1.67 (86 matches) 10 permit udp any 149.1.1.0 0.0.1.255 range 20040 20079 20 permit tcp any 149.1.1.0 0.0.1.255 range 20040 20079 Extended IP access list Lync-Voice 10 deny ip any host 149.1.1.67 (86 matches) 20 permit tcp any 149.1.1.0 0.0.1.255 range 20000 20039 30 permit udp any 149.1.1.0 0.0.1.255 range 20000 20039 (32 matches)