10-01-2020 02:53 PM
Hi,
I would like to know how to prioritize Microsoft Teams flows (QoS) on WING 7.
thanks
Jean-Michel Leblanc
Solved! Go to Solution.
10-01-2020 07:44 PM
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.
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
10-02-2020 07:50 AM
Hi Ovais,
Thanks a lot for your very completed answerd.
Regards
Jean-Michel
10-01-2020 07:44 PM
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.
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