Forum Discussion
sateesh_111062
Nimbostratus
Jan 08, 2010Question on connection limit
I need a irule on connection limit..Here is the sitution.
I have set the connection limt to 100 on NODE(properties-config-limt-100) in F5.
My requirement:
...
The_Bhattman
Nimbostratus
Jan 08, 2010Hi Sateesh,
I don't think there is a good way to do this at the node level. However, what it is possible to set the limit at the member level within the pool. If you do that then you can use the following iRule
when HTTP_REQUEST {
if { [active_members http_pool] = 0 } {
HTTP::redirect "http://www.maintenancepage.com"
}
}
or
when LB_FAILED {
HTTP::redirect "http://www.maintenancepage.com"
}
I hope this helps
Bhattman
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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