ltm rule namespace TCPΒΆ

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

TCP
       Namespace TCP

DESCRIPTION
       These commands allows you to manage TCP connections.

       Associated Events
	    * CLIENT_ACCEPTED - Triggered when a client has established a connection.
	    * CLIENT_CLOSED - This event is fired at the end of any client connection. regardless of protocol.
	    * CLIENT_DATA - Triggered each time new data is received from the client while the connection is in
       "collect" state.
	    * CLIENTSSL_DATA - Triggered each time new SSL data is received from the client while the connection is
       in "collect" state.
	    * SERVER_INIT - Triggered when serverside TCP connection is initiated.
	    * SERVER_CLOSED - This event is triggered when the server side connection closes.
	    * SERVER_CONNECTED - Triggered when a connection has been established with the target node.
	    * SERVER_DATA - Triggered when new data is received from the target node after TCP::collect command has
       been issued.
	    * SERVERSSL_DATA - Triggered when new SSL data is received from the target node after SSL::collect
       command has been issued.
	    * USER_REQUEST - triggered by command TCP::notify request.
	    * USER_RESPONSE - Triggered by command TCP::notify response

HINTS
SEE ALSO
BIG-IP						      2020-06-23					     iRule(1)