Forum Discussion
cjunior_138458
Altostratus
Mar 02, 2015Connection Limit Issue
Hi,
I have an issue in the connection limit configuration of a pool. The pool members are getting new connections even with the connection limit reached. Analysing the LTM log, the pool is marked dow...
cjunior
Nacreous
Mar 23, 2015Hi nitass, there's nothing unusual in this VS. What I have realized is that always the last two members are beyond the limit.
ltm virtual my_virtual_server {
destination 1.1.1.26:http
ip-protocol tcp
mask 255.255.255.255
pool my_pool
profiles {
http { }
oneconnect_mask32 { }
tcp { }
}
source 0.0.0.0/0
source-address-translation {
type automap
}
vlans {
internal_vlan
}
vlans-enabled
vs-index 36
}
ltm pool my_pool {
load-balancing-mode least-connections-member
members {
1.1.1.254:ups-onlinet {
address 1.1.1.254
connection-limit 100
session monitor-enabled
state up
}
1.1.1.9:ups-onlinet {
address 1.1.1.9
connection-limit 100
session monitor-enabled
state up
}
1.1.1.217:ups-onlinet {
address 1.1.1.217
connection-limit 100
session monitor-enabled
state up
}
1.1.1.218:ups-onlinet {
address 1.1.1.218
connection-limit 100
session monitor-enabled
state up
}
}
monitor http_monitor
service-down-action reset
}
ltm profile one-connect oneconnect_mask32 {
app-service none
defaults-from oneconnect
source-mask 255.255.255.255
}
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