cancel
Showing results for 
Search instead for 
Did you mean: 

QoS on Microsoft teams on WING7

QoS on Microsoft teams on WING7

jmleblanc
New Contributor

Hi,

I would like to know how to prioritize Microsoft Teams flows (QoS) on WING 7.

thanks

Jean-Michel Leblanc

1 ACCEPTED SOLUTION

Ovais_Qayyum
Extreme Employee

Hi Jean-Michel,

You can use WiNG Application Visibility and Control (AVC) feature to achieve this. WiNG AVC has some 1700+ application signatures built into it but unfortunately, Microsoft Teams isn’t one of them. However, AVC allows you to create your own custom app signatures for any app such as Microsoft Teams and use it to apply actions such as Allow/Deny/Rate-Limit/Log. 

Check out the AVC guide on how to do it.  

WiNG AVC

I have added a custom app signature example configuration below and how to use it with AVC engine. In my case, it’s a website “reverbnation” that uses HTTPS cert. for other apps you can use ports, IP and domain name information to classify it.

 

VX9000-Primary~#conf
Enter configuration commands, one per line.  End with CNTL/Z.
VX9000-Primary(config)~#application reverbnation
VX9000-Primary(config)~#application reverbnation
VX9000-Primary(config-application-reverbnation)~#show context
application reverbnation
 https server-cert common-name ends-with reverbnation.com
VX9000-Primary(config-application-reverbnation)~#..
VX9000-Primary(config)~#application-policy Corp
VX9000-Primary(config-app-policy-Corp)~#show context
application-policy Corp
 deny app-category filetransfer precedence 1
 deny app-category "social networking" precedence 2
 allow application reverbnation precedence 3
 rate-limit application youtube_video ingress rate 5000 max-burst-size 500 egress rate 5000 max-burst-size 500 precedence 4
 rate-limit application youtube_stream ingress rate 5000 max-burst-size 500 egress rate 5000 max-burst-size 500 precedence 5
 logging on
 

Regards,

Ovais

View solution in original post

2 REPLIES 2

jmleblanc
New Contributor

Hi Ovais,

Thanks a lot for your very completed answerd.

Regards

Jean-Michel

Ovais_Qayyum
Extreme Employee

Hi Jean-Michel,

You can use WiNG Application Visibility and Control (AVC) feature to achieve this. WiNG AVC has some 1700+ application signatures built into it but unfortunately, Microsoft Teams isn’t one of them. However, AVC allows you to create your own custom app signatures for any app such as Microsoft Teams and use it to apply actions such as Allow/Deny/Rate-Limit/Log. 

Check out the AVC guide on how to do it.  

WiNG AVC

I have added a custom app signature example configuration below and how to use it with AVC engine. In my case, it’s a website “reverbnation” that uses HTTPS cert. for other apps you can use ports, IP and domain name information to classify it.

 

VX9000-Primary~#conf
Enter configuration commands, one per line.  End with CNTL/Z.
VX9000-Primary(config)~#application reverbnation
VX9000-Primary(config)~#application reverbnation
VX9000-Primary(config-application-reverbnation)~#show context
application reverbnation
 https server-cert common-name ends-with reverbnation.com
VX9000-Primary(config-application-reverbnation)~#..
VX9000-Primary(config)~#application-policy Corp
VX9000-Primary(config-app-policy-Corp)~#show context
application-policy Corp
 deny app-category filetransfer precedence 1
 deny app-category "social networking" precedence 2
 allow application reverbnation precedence 3
 rate-limit application youtube_video ingress rate 5000 max-burst-size 500 egress rate 5000 max-burst-size 500 precedence 4
 rate-limit application youtube_stream ingress rate 5000 max-burst-size 500 egress rate 5000 max-burst-size 500 precedence 5
 logging on
 

Regards,

Ovais

GTM-P2G8KFN