Controller Based WLANs

 View Only
last person joined: one year ago 

APs, Controllers, VIA

How do I improve VoIP performance without a voice license? 

Jul 05, 2014 01:23 PM

Product and Software: This article applies to ArubaOS 3.x and later.

Use a firewall ACL to track the session and disable the ARM scanning during a voice conversation. This simple solution works when the “ARM voice-aware option” is not available.

Here is a sample ACL for Spectralink and Vocera.

ip access-list session spectralink
  any any svc-svp permit disable-scanning log queue high tos 46
  any host 224.0.1.116 any permit disable-scanning log queue high tos 46
  any any udp 5001 5008 permit disable-scanning log queue high tos 46
  any any svc-tftp permit disable-scanning queue high tos 46
  user any udp 68 deny  
  any any svc-dhcp permit
  any any svc-icmp permit
  any any svc-syslog permit
**********************************
ip access-list session aruba-vocera
  any any udp 5002 permit disable-scanning queue high tos 46
  any any udp 5100 5199 permit disable-scanning queue high tos 46
  any any udp 5200 permit disable-scanning queue high tos 46
  any any udp 5300 5399 permit disable-scanning queue high tos 46
  any any udp 5400 permit disable-scanning queue high tos 46
  any any udp 5555 permit disable-scanning queue high tos 46
  any any udp 5556 permit disable-scanning queue high tos 46

Statistics
0 Favorited
2 Views
0 Files
0 Shares
0 Downloads

Related Entries and Links

No Related Resource entered.