Purpose
You should consider using this procedure under the following condition:
- You need to proxy Microsoft Exchange ActiveSync connections through the BIG-IP APM system.
Prerequisites
You must meet the following prerequisite to use this procedure:
- Your BIG-IP system is provisioned with APM.
Description
The BIG-IP APM system can act as a proxy for the Exchange ActiveSync protocol. Devices that have the Microsoft Exchange ActiveSync client can access Exchange e-mail, calendars, tasks, and contact information through the BIG-IP APM system. Supported devices include the Apple iPhone/iPad/iPod touch, Android Phones, Windows mobile phones, as well as other devices that have implemented Exchange ActiveSync.
Procedures
Creating an ActiveSync policy
To configure the BIG-IP APM system to proxy Exchange ActiveSync, perform the following procedures:
Impact of procedures: None
Using the Device Wizard to create the access policy
This procedure uses the Device Wizard to create the required objects for the Exchange ActiveSync access policy.
- Log in to the BIG-IP APM Configuration utility.
- Click Wizards.
(In versions 10.x, click Templates and Wizards).
- Click Device Wizards.
- Click Web Application Access Management for Local Traffic Virtual Servers.
- Click Next.
- In the Policy Name box, type a name for your ActiveSync policy.
For example:
activesync
- Clear the Enable Antivirus Check in Access Policy check box.
- Click Next.
- Click Active Directory.
- Click Next.
Note: If there is a previously-defined AD AAA server for this AD domain, the configuration entered must match the previously-defined AD AAA server.
- In the Domain Name box, enter the FQDN of your Active Directory domain.
- In the Admin Name box, enter the name of the Active Directory Admin account.
- In the Admin Password box, enter the password for the AD admin account.
- In the Verify Admin Password box, enter the password.
- Optional: If you want the BIG-IP system to communicate with a specific AD domain controller, enter the FQDN or IP address for the domain controller in the Domain Controller box.
- Click Next.
- Click Create New HTTPS Server.
- In the Virtual Server IP Address box, enter the IP address that you are using for the ActiveSync virtual server.
- From the SNAT Pool drop-down menu, select Automap.
- In the IP Address of Pool Member text box, enter the IP address of the ActiveSync server.
- Click Next.
You will be prompted to review the screen.
- Click Next.
- Click Finished.
Creating the TCP profile
This procedure creates the custom TCP profile that ActiveSync uses.
- In the Local Traffic menu, click Profiles
- Hover the mouse over the Protocol tab.
- Click TCP.
- Click Create.
- In the Name box, enter a name for the profile.
For example:
activesync_tcp
- Select the Idle Timeout check box.
- In the seconds box, enter the following:
1800
- Click Finished.
Editing the virtual server
The procedure updates the virtual server with the required TCP profile and iRule for ActiveSync.
- Log in to the BIG-IP APM Configuration utility.
- Expand Local Traffic.
- Click Virtual Servers.
- Click the name of the virtual server to edit.
Note: The name is the name that was used to create the policy with a _vs suffix. For example, activesync_vs.
The Virtual Server configuration window opens.
- From the Configuration: menu, select Advanced.
- From the Protocol Profile (Client) menu, select the TCP profile previously created.
- Configure the appropriate SSL Server profile.
Note: If you are using a custom SSL profile, enter the custom profile in this step.
- Click Update.
- Click the Resources tab.
- Next to iRules, click Manage.
- In the iRules available list, highlight _sys_APM_activesync.
- Click <<.
The _sys_APM_activesync iRule moves to the Enabled text box.
- Click Finished.
Enabling the Split domain from full Username option (BIG-IP 11.x)
On BIG-IP 11.x, if your user name contains the domain component (<domain>\<username>) this option will split the username from the domain name.
Note: This is not available on BIG-IP 10.x.
- Log in to the BIG-IP APM Configuration utility.
- Click Access Profiles.
- Click Edit next to the name of the access profile previously created.
- Click the Logon Page action.
- Select Yes from the Split domain from full Username menu.
- Click Save.
- Click Apply Access Policy.
- Click Close.
Supplemental Information