Forum Discussion
JRahm
Admin
Jan 19, 2006Capturing persistent connections to logfile
I am using the following rule in one environment:
rule reject_when_down {
when CLIENT_ACCEPTED {
if { [active_members pool] == 0 } {
discard
} else {
use pool pool
if { not (([IP::client_addr] eq "ip1") || ([IP::client_addr] eq "ip2")) } {
persist source_addr 28800
}
}
}
}
Is there a way to log when the persistent entry is used in lieu of a new load balancing decision?
- unRuleY_95363Historic F5 AccountThe LB_SELECTED event is still evaluated even if a persistence entry is used.
- JRahm
Admin
thanks guys.
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