Forum Discussion
Mitheor
Cirrus
May 06, 2020[SOLVED] Wrong pool after iRule -> Pool
Hi guys, i´m not sesing what is failing in my scenario so, please, somebody help me! Basically, this is it: -> VirtualServer (listening on port a) --> Triggers iRule to select pool ...
Mitheor
Cirrus
May 06, 2020Hi all,
thanks for your answer.
At this point iRule is super simple:
when HTTP_REQUEST {
if { [HTTP::method] eq "GET"} {
set var [getfield [HTTP::uri] "/" 7]
if { $var > 3000} {
pool a
} else {
pool b
}
}
Pool is correctly selected but dst port is not translated.
I´ll take a look at what you said tomorrow, it has to be something obvious.
I´ll let you know my findings ;)
jaikumar_f5
Noctilucent
May 08, 2020Whats the progress mate.
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