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
peer { persist uie $vaule}
log local0. "IP value ($srcip)"
log local0. "port value ($srcport)"
log local0. "persist value ($value)"
}
And persistence mirroring enable.
We can see persistence table in Active and Standby when apply.
But couldn't see add Active's current table when reset table or reboot standby box.
Here is follow step for test:
1. Enable Persistence Mirroring.
2. Make Active, Standby has same persistence table. (Verify b persis show all in Active, Standby)
3. Standby delete all persistence table (b persist all delete in Standby) or reboot, bigstart restart
4. Standby can’t receive any persistence table
Any idea for put to peer persist current table?
- Philippe_CLOUP
Employee
When the active creates the persistence entry, it is sent to the standby. - Colin_Walker_12Historic F5 AccountGood to know, thanks for the update!
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