Hash persistence allows you to create a persistence hash based on an existing iRule that uses the persist iRule command. Using hash persistence is the same as using universal persistence, except that with hash persistence, the resulting persistence key is a hash of the data, rather than the data itself.
rule my_persist_irule { when HTTP_REQUEST { persist hash [HTTP::header myheader] } }
Hash profile settings
Specifies the algorithm the system uses for hash persistence load balancing. The hash result is the input for the algorithm. Possible settings are:
|
||
The setting specifies the duration, in seconds, of a persistence entry. For background information on setting timeout values, see Chapter 1, Introducing BIG-IP Local Traffic Manager.
|
||