Forum Discussion
SC_Baek_82122
Nimbostratus
May 29, 2008Simple Universal Persist. But NOT STATEFULL
Here is simple UIE for UDP
when CLIENT_ACCEPTED {
set srcip [IP::client_addr]
set srcport [UDP::client_port]
set value $srcip:$srcport
persist uie $value
...
Philippe_CLOUP
Employee
May 30, 2008When the active creates the persistence entry, it is sent to the standby.
The standby is maintaining the entry, with an IDLE 0 (and will increment the IDLE timeout value ONLY if it active).
The entry is removed by the active after the timeout, and will then be deleted from the standby.
If your are not creating a new "persistence" entry on the active box, it won't create an entry on the standby.
Avoid doing a "b persist delete", this "manual" action on the CLI, won't "synchronize" on the other box ;-)
What version of LTM are you using ?
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