Forum Discussion
Mitch_Chen_5975
Aug 06, 2008Historic F5 Account
How to trigger GTM iRule
This is a GTM iRULE v9.4.3
I am trying to trigger GTM iRule after GTM load balanced decision had occoured with iRule below. But for it is not returning any A record answer from my eastc...
Mitch_Chen_5975
Aug 06, 2008Historic F5 Account
I did some more testing and found out LB_selected event works. Pool command does not work in GTM irule.
I switch from pool command to cname commands and the iRule works.
What is the expected behavior for pool GTM iRule command? Should it re-load balance again after LB_selected?
when LB_SELECTED {
if { [IP::addr [LB::server addr]/24 equals "10.10.10.0"] } {
pool eastcoast_test_pool
} else {
pool westcoast_test_pool
}
}
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