Forum Discussion
JoshB_41485
Nimbostratus
Sep 22, 2013APM iRule Event not executing iRule for Exchange 2010 OWA Flags
I'm attempting to implement the following APM configuration for setting Public/Private and Light Version OWA flags for Exchange 2010 but the iRule Event in the Access Policy is not executing the iRul...
Kevin_Stewart
Employee
Sep 23, 2013APM iRule events trigger the ACCESS_POLICY_AGENT_EVENT event. If you specify a unique ID in the iRule event agent, you can track that with the ACCESS::policy agent_id. Example:
when ACCESS_POLICY_AGENT_EVENT {
switch [ACCESS::policy agent_id] {
"irule_agent_id_1" {
do something
}
"irule_agent_id_2" {
do something
}
}
}
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