Forum Discussion
nertolf28200
Nimbostratus
Aug 27, 2018iRule for reset TCP connection if pool down
Hello,
I have a kind of health monitor for my DNS (tcp half open) which check every 30sec the VS on my F5 LTM.
I would like the LTM reset connection when the VS is down. I tried this irule, my flo...
Jason_Reed
Jan 12, 2019Ret. Employee
The irule doesn't work because you can not use a LB: (loadbalance) when FLOW_INIT - there hasn't been a LB decision yet.
use something like: when FLOW_INIT { if { [active_members http-pool] == 0 } { reset } }
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