Forum Discussion
RainingBlood_18
Nimbostratus
Nov 12, 2015layer4-payload UUID persistence
Hi,
Anyone got experience with translating Cisco ACE layer4 payload UUID pattern to F5 irules?
I got this piece of Cisco config to convert to F5
sticky layer4-payload Mylayer4-payload
...
Stanislas_Piro2
Cumulonimbus
Nov 12, 2015You can try this irule:
when HTTP_REQUEST {
extract UUID parameter value from URI
set uuid [URI::query [HTTP::uri] UUID]
if { !($uuid equals "") } {
persist uie $uuid
}
}
when LB_SELECTED {
add a persistence record when pool member is selected.
if { !($uuid equals "") } {
persist add uie $uuid
}
}
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