ltm rule command MR connect back portΒΆ

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

MR::connect_back_port
       Gets or sets connect_back_port for the current connection.

SYNOPSIS
       MR::connect_back_port (NONNEGATIVE_INTEGER)?

DESCRIPTION
       The MR::connect_back_port command gets or sets connect_back_port for the current connection, which is used to enable bi-
       directional persistence if the client connected through an ephemeral port.

RETURN VALUE
       Returns current connect_back_port value.

VALID DURING
       ANY_EVENT

EXAMPLES
	when CLIENT_ACCEPTED {
	    MR::connect_back_port 5678
	}

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

BIG-IP							    2022-04-12							  iRule(1)