Forum Discussion
Abhilash_Paul_2
Nimbostratus
Sep 14, 2017define 30 minutes source ip persistence timeout in Irule
Anybody can help me to define 30 minutes source ip persistence timeout to below Irule.
when HTTP_REQUEST {
set clientip ""
if { [HTTP::header exists "X-Forwarded-For"] } {
set c...
Jad_Tabbara__J1
Cirrostratus
Sep 14, 2017Hi Paul,
Try this
when HTTP_REQUEST {
set clientip ""
if { [HTTP::header exists "X-Forwarded-For"] } {
set clientip [HTTP::header "X-Forwarded-For"]
} else {
set clientip [IP::client_addr]
}
persist uie $clientip 1800
}
You only need to add the amount of time in second in the "persist" command
Hope it helps
Give me a feedback please.
Regards
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
