Forum Discussion
ciscoarc
Nimbostratus
May 14, 2014[iRule] Pool redirect using hex values
Hi guys,
I'm trying to find out how to do pool redirection using hex values. Has anybody ever tried that?
So I have a packet, for example, I'd like to read the 10th hex value of that whole ...
Kevin_Stewart
Employee
May 15, 2014Okay, so what happens if you do this?
when CLIENT_ACCEPTED {
TCP::collect
}
when CLIENT_DATA {
grab 15 hex bytes
binary scan [TCP::payload] H15 hex
log local0. $hex
release the payload
TCP::release
}
I'd set a static pool in the VIP and disable all but one member for this test.
I also should have asked this earlier, but is this TCP or UDP traffic?
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