Does anyone know how to configure QoS for Microsoft Lync? I know there is a Lync SDN for Dynamic QoS configurations and we will be using that in the coming months but I need something that i can configure right now to alleviate QoS issues. We set up a conference call between 2 sites over a VPLS circuit provided by AT&T. The Quality of the call was horrible. We have DSCP enabled on all ports and we have qosprofiles configured for audio and video. qp4 is video and qp5 is audio. The VPLS port is hard coded to 100Mbps full duplex. The circuit itself is a 50Mbps circuit. While in a call i see consistant packet drops when i run the command show port 1:24 congestion. i also see that QP5 and QP1 are the packets that are causing the congestion. QP5 causes most of the congestion.
This is what I have so far for configs:
configure ports 1:24 auto off speed 100 duplex full
configure ports 1:24 shared-packet-buffer 30
configure qosprofile QP4 maxbuffer 100 weight 1 (Default)
configure qosprofile QP5 maxbuffer 100 weight 1 (Default)
configure qosprofile QP1 committed_rate 24900 K peak_rate 50000 K ports 1:24
configure qosprofile QP4 committed_rate 20000 K peak_rate 40000 K ports 1:24
configure qosprofile QP5 committed_rate 5000 K peak_rate 8000 K ports 1:24
configure qosprofile QP8 committed_rate 100 K peak_rate 3000 K ports 1:24
configure diffserv examination code-point 26 qosprofile QP5
configure diffserv examination code-point 34 qosprofile QP4 (Lync Video)
configure diffserv examination code-point 40 qosprofile QP4
configure diffserv examination code-point 46 qosprofile QP5 (Lync Audio
show qosprofile port 1:24
Port: 1:24
QP1 CIR = 24900K PR = 50M MaxBuf = 100%
QP4 CIR = 20M PR = 40M MaxBuf = 100%
QP5 CIR = 5M PR = 8M MaxBuf = 100%
QP8 CIR = 100K PR = 3M MaxBuf = 100%
show qosprofile
QP1 Weight = 1 Max Buffer Percent = 100
QP4 Weight = 1 Max Buffer Percent = 100
QP5 Weight = 1 Max Buffer Percent = 100
QP8 Weight = 1 Max Buffer Percent = 100
one thing that I saw in the ports information details was this setting
QoS Profile: None configured
I'm not sure why the QoS profile is not configured if I have all these configurations above.
VPLS Bandwidth per sites
Site 1: 50Mbps
Site 2: 50Mbps
Site 3: 50Mbps
We have Lync deployed to a few users and in all of our conference rooms. If anyone could help me with a QoS Configuration that can hold us over until we get the Lync SDN deployed, that would be great.