Virtual server connection limit with HTTP response
Problem this snippet solves: This rule allows administrators to configure a maximum TCP connection limit for a virtual server. When the limit is reached, LTM sends a static HTML response.
The iRul...
Published Mar 18, 2015
Version 1.0hooleylist
Cirrostratus
Joined September 08, 2005
hooleylist
Cirrostratus
Joined September 08, 2005
luis_54438
Nov 04, 2015Nimbostratus
It worked for TMOS 11.5.1.
Use
set static::max_connections 2
set static::html_content "over limit"
set static::debug 1
set static::active_connections 0
And call it with
$static::active_connections
$static::max_connections
$static::debug
$static::active_connections
best regards