Hello,
Unfortunately, I can't find my original notes but I will attach what I use on my 4950's. I know we struggled with this for awhile but between testing
this in a lab environment and many PCAP's this has been running successfully. You will notice that our scr-port-min and src-prt-max is different from
yours but working with an engineer we found there was an equation we had to use to determine the cutoff point. You can disregard the VOIP portion of the config. Hope this helps.
qos ip-element 100 name TeamsAudio1 protocol 17 src-port-min 50000 src-port-max 50015
qos ip-element 101 name TeamsAudio2 protocol 17 src-port-min 50016 src-port-max 50019
qos ip-element 110 name TeamsVideo1 protocol 17 src-port-min 50020 src-port-max 50035
qos ip-element 111 name TeamsVideo2 protocol 17 src-port-min 50036 src-port-max 50039
qos ip-element 120 name TeamsSharing1 protocol 17 src-port-min 50040 src-port-max 50055
qos ip-element 121 name TeamsSharing2 protocol 17 src-port-min 50056 src-port-max 50059
qos l2-element 1 name "voip vlan" vlan-min 114 vlan-max 114 ethertype 0x800
qos classifier 1 set-id 1 name "voip_class" element-type l2 element-id 1
qos classifier 100 set-id 100 name TeamsAudio1 element-type ip element-id 100
qos classifier 101 set-id 101 name TeamsAudio2 element-type ip element-id 101
qos classifier 110 set-id 110 name TeamsVideo1 element-type ip element-id 110
qos classifier 111 set-id 111 name TeamsVideo2 element-type ip element-id 111
qos classifier 120 set-id 120 name TeamsSharing1 element-type ip element-id 120
qos classifier 121 set-id 121 name TeamsSharing2 element-type ip element-id 121
qos classifier-block 100 block-number 100 name TeamsAudio set-id 100 eval-order 1
qos classifier-block 101 block-number 100 name TeamsAudio set-id 101 eval-order 1
qos classifier-block 110 block-number 110 name TeamsVideo set-id 110 eval-order 1
qos classifier-block 111 block-number 110 name TeamsVideo set-id 111 eval-order 1
qos classifier-block 120 block-number 120 name TeamsSharing set-id 120 eval-order 1
qos classifier-block 121 block-number 120 name TeamsSharing set-id 121 eval-order 1
qos if-assign port 1/1-48 name Untrusted
qos if-assign port 1/50 name Trusted
qos if-assign port 2/1-16,2/23-48 name Untrusted
qos if-assign port 2/50 name Trusted
qos policy 1 name "voip_policy" if-group Untrusted clfr-type classifier clfr-id 1 in-profile-action 7 precedence 13 track-statistics
individual
qos policy 100 name TeamsAudio if-group Untrusted clfr-type block clfr-id 100 in-profile-action 7 precedence 10 track-statistics
qos policy 110 name TeamsVideo if-group Untrusted clfr-type block clfr-id 110 in-profile-action 6 precedence 9 track-statistics
qos policy 120 name TeamsSharing if-group Untrusted clfr-type block clfr-id 120 in-profile-action 4 precedence 8 track-statistics