Forum Discussion
irule not working as expected
Do i need to check the node >0 if { [active_members prod_ro] > 0 } . If not the traffic need to go to the default pool prod_pool.
when HTTP_REQUEST { if { [HTTP::header "SOAPAction"] equals "; } { if { [active_members prod_ro] > 0 pool prod_ro } elseif { [HTTP::header "SOAPAction"] equals "; } { if { [active_members prod_ro] > 0 pool prod_ro } elseif { [HTTP::header "SOAPAction"] equals "; } { if { [active_members prod_ro] > 0 } pool prod_ro } else { pool prod_pool }
}
I would suggest you to look at the 1st rule I shared and see if that helps. That has the active member checking option already.
Recent Discussions
Related Content
* 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