Forum Discussion
kona2-9_51980
Sep 22, 2011Nimbostratus
Pool port redirection
Currently we have an iRule that is receiving traffic on port 80 when http is hit we are to redirect to pool . The Log file shows the traffic making it into the LTM << Sep 22 08:34:57 loc...
Michael_Yates
Sep 23, 2011Nimbostratus
Hi kona2-9,
If you are wanting to verify that the LTM is sending the traffic do then you can slightly modify your logging statement adding in the destination server port.
when HTTP_REQUEST {
if { [string tolower [HTTP::path]] ends_with ".xml" } {
log local0. "[IP::remote_addr]:[TCP::server_port] sent request for xml file to Pool_8080"
pool Pool_8080
}
if { [string tolower [HTTP::path]] ends_with ".rdf" } {
pool Pool_8080
}
}
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