Forum Discussion
Dmitry_Kuzura
Nimbostratus
Nov 17, 2008need help with iRule that is using a piece of TCP payload for persistence
Guys,
need some help with the subject.
there is a communication going on between front-end and back-end servers.
communication consists of a number of separate TCP connectio...
Dmitry_Kuzura
Nimbostratus
Nov 17, 2008when CLIENT_ACCEPTED {
TCP::collect 2 56
}
when CLIENT_DATA {
if {[TCP::payload 2] == "40" } {
pool member
log local0. "the ID value is [TCP::payload 2]
}
elseif {[TCP::payload 2] == "50" } {
pool member
log local0. "the ID value is [TCP::payload 2]
}
else {
pool
log local0. "initial load balancing"
}
TCP::release
}
do not have access to log right now.
it looked like this:
Nov 13 12:34:25 tmm tmm[]: 01220001:3: TCL error: Rule HASH-DATA-PERSIST - Address in use (line 7) invoked from within "pool pool member "
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