Users Guide

Table Of Contents
1004 | Voice and Video Dell Networking W-Series ArubaOS 6.4.x| User Guide
Port Packet Type
53 TCP/UDP
443 TCP
3478-3497 UDP
5223 TCP
16384-16387 UDP
16393-16402 UDP
Table 220: Ports used by the Apple Facetime Application
The example below shows how to configure an ACL to identify and monitor Apple Facetime traffic:
(host) (config) #ip access-list session facetime-acl
(host) (config-sess-facetime-acl)#any any tcp 80 permit position 1 queue low
(host) (config-sess-facetime-acl)#any any tcp 443 permit position 2 queue low
(host) (config-sess-facetime-acl)#any network 17.0.0.0 255.0.0.0 tcp 5223 permit position 3
queue low classify-media
(host) (config-sess-facetime-acl)#any any UDP 80 permit position 4 queue low
(host) (config-sess-facetime-acl)#any network 17.0.0.0 255.0.0.0 UDP 16384-16387 permit
position 5 queue low
You can use the WebUI or CLI for enabling the Classify Media option for the encrypted signaling protocols. In
our example, we will configure this support for Microsoft Lync:
In the WebUI
1. Navigate to the Configuration > Security > Access control page.
2. Click the Policies tab.
Figure 210 Firewall Policies Tab
3. Click Add to create a new policy.
4. Enter a name for the policy in the Policy Name field and choose Session in the Policy Type drop down
menu.
5. Select IPv4 in the IP Version drop down menu and click Add.
6. In the Service column, choose service and Select svc-sips (tcp-5061) from the Service drop-down
menu.