ltm rule event SERVER INITΒΆ

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



SERVER_INIT
       Triggered when serverside TCP connection is initiated.

DESCRIPTION
       This event is triggered when BIG-IP has been configured to collect
       options and serverside TCP SYN is sent.

Examples
	when SERVER_INIT {
	    scan [IP::client_addr] {%d.%d.%d.%d} a b c d
	    TCP::option set 29 [binary format cccc $a $b $c $d] all
	}

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



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