Forum Discussion
Prabhu_73174
Nimbostratus
Aug 31, 2010Unable to redirect to a different pool
Env : Big IP 9.4
I have configured the Below iRule and added it to Virtual Server
when LB_SELECTED {
if {([LB::server port] == 9931)}{
pool APILink_A
log local0. "Port 9931 Identified"
} elseif {([LB::server port] == 9933)} {
pool APILink_B
log local0. "Port 9933 Identified"
}
}
I am able to get the correct log based on the status of the port condition. but the F5 does not direct the traffic to the specified pool .
eg
When [LB::server port] == 9931 condition is satisfied, Pool APILink_A is not selected. But "Port 9931 Identified" is logged.
Any help you be appreciated.
- Chris_Miller
Altostratus
If you're using LB::server port, hasn't your traffic already hit a specific pool and the load balancing decision already been made?
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