f5-appsvcs-extension
f5-appsvcs-extension copied to clipboard
Add timeout controls for SNAT_Pool class
Describe the solution you'd like
SNAT_Pool class does not support configuring TCP/UDP/IP timeout values. These then use the BIG-IP default "indefinite".
See https://support.f5.com/csp/article/K7606
Important: Using an indefinite idle timeout can lead to resource exhaustion if connections are not shut down gracefully. This is especially true for TCP-based communication. In most cases, F5 recommends that you set the idle timeout to a small-as-possible finite value.
Describe alternatives you've considered
SNAT must be configured outside of AS3
Additional context
Timeout values need to be configurable so that tmm resource exhaustion does not occur.
Can you please provide an example of the tmsh configuration you want?
This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further.
sorry, I missed that last comment:
modify ltm snat-translation 10.255.100.87 tcp-idle-timeout modify ltm snat-translation 10.255.100.87 udp-idle-timeout modify ltm snat-translation 10.255.100.87 ip-idle-timeout
Is it possible to get an update on this request?
If you are still looking for a fix, please reach out to us at [email protected] in order to prioritize.
This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further.
Re-opened as there is an equivalent escalation
This is added in AS3 3.42.0 which will be releasing in January. Thanks.
This has been resolved in the 3.42.0 release of AS3.