Forum Discussion
Angel_Lopez_116
Altostratus
Apr 16, 2014Collect data send by BIG-IP to client in iRule
Hi,
I'd need to collect data sent by BIG-IP to client in my iRule. I've reading about the TCP::collect and related event CLIENT_DATA but it seems to me that's only useful to collect data sent by...
Kevin_Stewart
Employee
Sep 17, 2014Ah, well then you still need a layered LTM VIP in front of your View APM VIP. You'd use an iRule construct similar to this on that "external" VIP:
when CLIENT_ACCEPTED {
point to the internal VIP by name
virtual my_internal_view_vip
}
when SERVER_CONNECTED {
TCP::collect
}
when SERVER_DATA{
do whatever you need to do here to replace content coming from the internal VIP (or CS)
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