Forum Discussion
Curious1
Cirrus
Jun 22, 2022LTM iRule help : assign client to SNAT IP based on datagroup match
Hi Everyone, I would like to assgn the client IP to a SNAT IP from a Datagroup match, any help woul dbe appreciated. Something like the following is what we have so far but TCL error occurring with...
Juergen_Mang
MVP
Jun 22, 2022If you want the value from datagroup key, you can use the following, it checks the datagroup and assign the value in one line.
if { [set mapped_snat [class match -value -- $sourceip equals DataGroup]] ne "" } {
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