ltm rule event SA PICKEDΒΆ

iRule(1)		      BIG-IP TMSH Manual		      iRule(1)



SA_PICKED
       Triggered after source translation is completed.

DESCRIPTION
       An iRule event triggered after source translation is complete but the
       server side flow is not setup yet. This event executes in client side
       context.

Examples
	Example 1: When the virtual-server has TCP profile.
	    when SA_PICKED {
		log local0. "[XLAT::src_config] [IP::local_addr] [TCP::local_port] -> [XLAT::src_addr] [XLAT::src_port]"
	    }
	Example 2: When the virtual-server has UDP profile.
	when SA_PICKED {
	    log local0. "[XLAT::src_config] [IP::local_addr] [UDP::local_port] -> [XLAT::src_addr] [XLAT::src_port]"
	}

HINTS
SEE ALSO
CHANGE LOG
       @BIGIP-14.1.0 --First introduced the event.



BIG-IP				  2019-05-10			      iRule(1)