ltm rule event SERVER CONNECTEDΒΆ

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

SERVER_CONNECTED
       Triggered when a connection has been established with the target node.

DESCRIPTION
       An iRule event triggered when a connection has been established with the target node.

Examples
	when SERVER_CONNECTED {
	  log local0. "FTP connection from[IP::client_addr]:[TCP::client_port]. \
	    Mapped to [serverside {IP::local_addr}]:[serverside {TCP::local_port}] \
	    -> [IP::server_addr]:[serverside {TCP::remote_port}]"
	}

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

BIG-IP						      2020-06-23					     iRule(1)