ltm rule command MR connection instanceΒΆ

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



MR::connection_instance
       Returns the connection instance and the number of connections.

SYNOPSIS
       MR::connection_instance

DESCRIPTION
       returns the connection instance number of the current connection and
       the number of connections as configured in the peer object used to
       create the connection.  The return will be formated as " of
       ".  For incoming connections, it will return "0 of 1".

RETURN VALUE
       returns the connection instance number and the number of connections
       formatted as " of ".

VALID DURING
       ANY_EVENT

EXAMPLES
	when SERVER_CONNECTED {
	    log local0. "[MR::connection_instance] [MR::connection_mode]"
	}

HINTS
SEE ALSO
CHANGE LOG
       @BIGIP-13.3.0 --First introduced the command.



BIG-IP				  2017-01-31			      iRule(1)