ltm rule command MR ignore peer portΒΆ

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

MR::ignore_peer_port
       Gets or sets the ignore_peer_port mode for the current connection.

SYNOPSIS
       MR::ignore_peer_port (BOOLEAN)?

DESCRIPTION
       The MR::ignore_peer_port command sets or resets the ignore_peer_port mode of the current connection. If
       ignore_peer_port mode is enabled, the remote port of the connection will be ignored when determining if the
       connection is usable for forwarding a message to a peer. For example, if a peer at IP 10.1.2.3 connects using
       a ephemeral port of 12345 and ignore_peer_port is enabled, a message routed to IP 10.1.2.3 port 2345 can be
       forwarded using this connection since the port will be ignored.

RETURN VALUE
       Returns the current value of the ignore_peer_port flag. This will be 'true' or 'false'.

VALID DURING
       ANY_EVENT

EXAMPLES
	when CLIENT_ACCEPTED {
	    MR::ignore_peer_port yes
	}

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

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