Integrating APM with MobileIron MDM – Part 1
We’ve seen an increasing number of F5 customers who use (and love) APM asking for greater integration with their favorite Mobile Device Management systems, and now the first integration is here. We’r...
Published Feb 06, 2013
Version 1.0Joel_Moses
Nimbostratus
Joined September 13, 2006
Joel_Moses
Nimbostratus
Joined September 13, 2006
dexterstu
Mar 13, 2014Nimbostratus
I found that I needed to make some minor modifications to get this working with iOS 7 devices. I am using BIG-IP 11.3.0 and MobileIron VSP 5.9.
Whilst the MAC address is no longer accessible in iOS 7, the UDID still is.
To get this working you will need to first update the iRule, replacing references to the old session variable "session.client.ios.udid" with "session.client.unique_id".
You can then call the "mi_user_lookup_ios" iRule Agent event from within the VPE, rather than the events listed above.