Forum Discussion
Aldo_Peirano_17
Nimbostratus
Oct 01, 2014Assistance required with irule for airwatch
any help anyone can provide will REALLY be appreciated. We are in the middle of an Airwatch deployment and we have setup our AWCM servers in a load balance behind an F5. We were finding lots of pro...
Cory_O
Cirrus
Aug 25, 2015We have ADCs on both the upstream and downstream sides of our AirWatch SEG environment. Since all the devices are merely MS Exchange ActiveSync clients, we used the same persistence and overall settings as detailed in the F5 Exchange Deployment Guide. Simply follow the manual process in the guide for the ActiveSync service.
Health monitoring on the upstream side [SEG] required the following three monitors:
ltm monitor https /Common/ActiveSync_https_monitor {
cipherlist DEFAULT:+SHA:+3DES:+kEDH
compatibility enabled
defaults-from /Common/https
destination *:*
interval 10
ip-dscp 0
recv "HTTP/1.1 401 Unauthorized"
send "GET /Microsoft-Server-Activesync HTTP/1.1\\r\\nHost: %YOUR_FQDN_HERE%\\r\\nConnec
tion: Close\\r\\n\\r\\n"
time-until-up 0
timeout 31
}
ltm monitor https /Common/EASIntegration_https_monitor {
cipherlist DEFAULT:+SHA:+3DES:+kEDH
compatibility enabled
defaults-from /Common/https
destination *:*
interval 10
ip-dscp 0
recv "HTTP/1.1 200 OK"
send "GET /SegConsole/management.ashx\?ping HTTP/1.1\\r\\nHost: %YOUR_FQDN_HERE%\\r\\nC
onnection: Close\\r\\n\\r\\n"
time-until-up 0
timeout 31
}
ltm monitor https /Common/SEGConsole_https_monitor {
cipherlist DEFAULT:+SHA:+3DES:+kEDH
compatibility enabled
defaults-from /Common/https
destination *:*
interval 10
ip-dscp 0
recv "HTTP/1.1 200 OK"
send "GET /SegConsole/default.aspx HTTP/1.1\\r\\nHost: %YOUR_FQDN_HERE%\\r\\nConnection
: Close\\r\\n\\r\\n"
time-until-up 0
timeout 31
}
This is of course assuming you're using SEG and not another AW product!
I hope that helps!
-C
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects