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_f5May 08, 2020
Noctilucent
Whats the progress mate.
- MitheorMay 09, 2020
Cirrus
It´s been solved.
It seems that my customer pasted the iRule wrongly :P
Thanks!
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