GTM persist


Description

The GTM persist command returns the persistence state value, when enabled. If you specify arguments, returns the previous state value.

Syntax

persist [enable|disable]

persist

  • Returns the persistence state value (0 for false or 1 for true). =====persist enable=====
  • Enables wideIP persistence. =====persist disable=====
  • Disables wideIP persistence.

Examples

when DNS_REQUEST {
  if { [IP::client_addr] eq "10.10.10.10"} {
    persist disable
  }
}