cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
718
Views
0
Helpful
7
Replies

Teams QoS configuration

ergamusai
Level 1
Level 1

I need to configure QoS to prioritize Teams traffic. Is this config doing what I need to do

policy-map PM_MS_TEAMS_OUT
class CM_MS_TEAMS_AUDIO
priority level 1
police rate percent 10
class CM_MS_TEAMS_VIDEO
priority level 2
police rate percent 20
class CM_MS_TEAMS_SHARING
bandwidth remaining percent 15
queue-buffers ratio 10
class class-default
bandwidth remaining percent 35
queue-buffers ratio 25


policy-map PM_MS_TEAMS_QOS_SHAPER_OUT
class class-default
shape average percent 90
service-policy PM_MS_TEAMS_OUT

1 Accepted Solution

Accepted Solutions

In that case, you don't need the shaper.  As the interface queues, you can manage dequeuing prioritization.

Something you might check is if the interface has a large tx-ring.  Only when FIFO queue overflows into the policy queues do you get their dequeuing sequence.

I.e., you may want to reduce the size of the tx-ring.

View solution in original post

7 Replies 7