Forum Discussion
Steve_Luke_8796
Nimbostratus
Oct 15, 2010ICMP/TCP Deny on Pool Down
I know this topic was discussed some time ago but i have not yet seen any solid answers, and am wondering if it made it to a feature request.
I want to be able to automatically deny the tcp ...
Steve_Luke_8796
Nimbostratus
Mar 12, 2013It's posted above
when HTTP_REQUEST {
if { [HTTP::uri] starts_with "/gss" } {
if { [active_members [LB::server pool]] >= 1 } {
HTTP::respond 200 Location "http://"
} else {
reject
}
} else {
if { [active_members [LB::server pool]] == 0 } {
pool maint_page
}
}
}
I think I read in the release notes for 11.3 that they are now including a TCP/ICMP deny feature on the VIP now.
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
