ltm rule command MR connection modeΒΆ

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

MR::connection_mode
       Returns the connection mode.

SYNOPSIS
       MR::connection_mode

DESCRIPTION
       returns the connection mode of the current connection and the number of as configured in the peer object used
       to create the connection. Valid connection modes as "per-peer", "per-blade", "per-tmm" or "per-client".	For
       incoming connections, it will return "per-peer".

RETURN VALUE
       returns the connection mode

VALID DURING
       ANY_EVENT

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

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

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