Forum Discussion
Sep 23, 2015
BIG-IP : under what conditions does LB_SELECTED event fire ?
F5 BIG-IP Virtual Edition v11.4.1 (Build 635.0) LTM on ESXi
Under what conditions does the LB_SELECTED event fire ?
If within an iRule's HTTP_REQUEST event-processing-block the pool is ...
hooleylist
Sep 23, 2015Cirrostratus
Yes, LB_SELECTED should be triggered when a load balancing decision is made regardless of what triggers the decision. This happens even if you manually specific a pool or node in an iRule:
iRule
when HTTP_REQUEST {
node 10.128.10.252
log local0. "selected [LB::server]"
}
when LB_SELECTED {
log local0. "here"
}
/var/log/ltm output:
: selected 10.128.10.252 0
: here
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