Users Guide

Table Of Contents
959| Voice and Video Dell Networking W-Series ArubaOS 6.5.x| User Guide
Port
Packet
Type
Additional Information
80 TCP HTTP
443 TCP HTTPS
3478-3497 UDP NAT-STUN Port for FaceTime and
Game Center
5223 TCP Apple Push Notification
16384-
16387
UDP RTP and RTCP for iChat Audio and
Video
16393-
16402
UDP RTP and RTCP for FaceTime and
Game Center
Table 224: Ports used by the Apple FaceTime Application
In the CLI
The example below shows how to configure ACLs to identify and monitor Apple FaceTime traffic.
(host) (config) #ip access-list session facetime-acl
(host) (config-sess-facetime-acl) #any any svc-http permit position 1 queue low
(host) (config-sess-facetime-acl) #any any svc-https permit position 2 queue low
(host) (config-sess-facetime-acl) #any network 17.0.0.0 255.0.0.0 tcp 5223 permit classify-
media position 3 queue low
(host) (config-sess-facetime-acl) #any any udp 3478 3498 permit position 4 queue low
(host) (config-sess-facetime-acl) #any any udp 16384 16387 permit position 5 queue low
(host) (config-sess-facetime-acl) #any any udp 16393 16402 permit position 6 queue low
You can use the WebUI or CLI to enable the classify-media option for the Apple Push Notification service over
TCP 5223.
In the WebUI
The example below shows how to configure ACLs to identify and monitor Apple FaceTime traffic.
1. Navigate to the Configuration > Security > Access Control page.
2. Click the 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. Under Rules, click Add. Configure the settings described in Table 225.