Forum Discussion
Camilo_Mongui_B
Nimbostratus
Feb 23, 2017Irule F5 LMT
Hi Everyone
I need build an Irule on F5 LTM, this appliance has a Virtual Service with load balance to proxy server. I need when the user data arrive on VS LTM, I can see the data and select on ...
DevBabu
Cirrus
Feb 28, 2017TCP::collect would help https://devcentral.f5.com/wiki/iRules.TCP__collect.ashx
Just you need to find out how much length of TCP you need to collect to find google.com. I would not collect all TCP data.
when CLIENT_ACCEPTED {
TCP::collect 15
}
when CLIENT_DATA {
if { [TCP::payload] contains "XYZ" } {
pool xyz_servers
} else {
pool web_servers
}
TCP::release
}
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
