Forum Discussion
Micha__Iwaszko_
Aug 24, 2011Nimbostratus
pycontrol.pycontrol.BIGIP() timeout/keepalive?
Where I can find, what's my BIGIP() keepalive or timeout value? I'm asking because I don't know (while looping some LocalLB.xxx() with time.wait()) if I am to run BIGIP() every loop cycle or just once...
JRahm
Aug 24, 2011Admin
timeout/keepalive for what? There are many sprinkled through the configuration. For example, for tcp traffic, the idle timeout is defined in the LocalLB.ProfileTCP interface in the get_idle_timeout method:
>>> b.LocalLB.ProfileTCP.get_idle_timeout(profile_names = ['tcp'])
[(LocalLB.ProfileULong){
value = 300
default_flag = False
}]
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