Forum Discussion
JRahm
Admin
Jun 01, 2007Disabling GTM Persistence selectively
We have a few cases for an internal application where a great number of clients will be hitting GTM via delegation, which means that all users requesting from each delegation will be persisted accordingly. We want the persistence on each wideIP , but not for everyone. Is there an alternative to the persist command that will achieve this desired behavior? In the rule below, I am attempting to not persist if the requests are from a couple subnets, however, I get an error.01070151:3: Rule [nopersist] error:
line 4: [undefined procedure: persist] [persist none ]
when DNS_REQUEST {
if {[IP::addr [IP::client_addr] equals 10.1.1.0/24] or \
[IP::addr [IP::client_addr] equals 10.2.1.0/24]}{
persist none
}
}
- JRahm
Admin
OK, I'll give myself a big fat RTFM:when DNS_REQUEST { if { [IP::addr [IP::client_addr]/24 equals "10.1.1.0"] \ or [IP::addr [IP::client_addr]/24 equals "10.2.1.0"] } { ttl 0 } }
- JRahm
Admin
The rule as written in the previous post resets the defined dns ttl of 600 to 0, so this is not what I wanted. Any ideas? - JRahm
Admin
I have opened case C358989 with support on this problem, tech.out is attached to the case. Thanks. - Haarith_Devaraj
Nimbostratus
Hi Elah, - JRahm
Admin
In version 10, there is now a persist disable command that should eliminate the CNAME requirement for this solution.
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