Forum Discussion

GLM_191985's avatar
Mar 01, 2019

What is the timeout value difference in persistence and in a profile?

Source address persistence have timeout of 300 sec and also have a profile which also have timeout of 300 sec.

 

What is the timeout value difference in persistence and in a profile?

 

2 Replies

  • If you are talking profile timeout as in TCP, then that is how long the BIG-IP waits before it tears the connection down. HERE is some info on that.

     

    Persistence timeout is how long a client has to return to the application before their persistence is dropped. Meaning they will be load balanced to a new server and not return to the same one. Here is some info on that!

     

    Hope that helps! If it does, please up-vote and select this answer, it'd be greatly appreciated!

     

    -Dylan

     

  • The default source address persistence timeout value is 180 seconds (3 minutes). This refers to how long the F5 will keep the persistence record entry in its persistence table. The F5 will purge the entry after if it has not received client traffic matching this persistence entry within 180 seconds

     

    I assume the other timeout of 300 seconds you are referring applies to the TCP profile? This refers to the idle TCP timeout. The F5 will reap this connection from its connection table (sends a TCP reset back to the client) when the TCP connection idles out.