Forum Discussion
Sergi0
Nimbostratus
Jan 19, 2018Irule set automap/none depend on pool member
I would like to write irule for set automap for only one of pool member other should use no automap.
when SERVER_CONNECTED { if {[IP::server_addr] equals "10.10.10.2"} {
log local0. "IP: [IP::server_addr]"
snat automap } }
I do not see it works and automap not set for 10.10.10.2
- youssef1
Cumulonimbus
Hello Sergio,
Can you test this irule:
when LB_SELECTED { if {[LB::server addr] equals "10.10.10.2"} { log local0. "[LB::server addr]" snat automap } }
Regards
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