ltm rule command MR equivalent transportΒΆ

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



MR::equivalent_transport
       Gets or sets the transport that is usable as an equivalent transport.

SYNOPSIS
       MR::equivalent_transport

   DESCRIPTION
       Gets the transport that is usable as an equivalent transport. The
       equivalent transport may be used as an alternate when selecting a
       subsequent connection to the device the current connections
       communicates with.

       MR::equivalent_transport none

   DESCRIPTION
       Resets the transport that is usable as an equivalent transport. The
       equivalent transport may be used as an alternate when selecting a
       subsequent connection to the device the current connections
       communicates with.

       MR::equivalent_transport (('virtual' VIRTUAL_SERVER_OBJ) | ('config'
       TRANSPORT_CONFIG))

   DESCRIPTION
       Gets the transport that is usable as an equivalent transport. The
       equivalent transport may be used as an alternate when selecting a
       subsequent connection to the device the current connections
       communicates with.

DESCRIPTION
       Gets or sets the transport that is usable as an equivalent transport.
       The equivalent transport may be used as an alternate when selecting a
       subsequent connection to the device the current connections
       communicates with.

RETURN VALUE
       Returns the current equivalent transport. This will contain the
       transport type and transport name. For example: 'config
       /Common/inbound_tc'.

VALID DURING
       ANY_EVENT

EXAMPLES
	when CLIENT_ACCEPTED {
	    MR::equivalent_transport config /Common/inbound_tc
	}

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



BIG-IP				  2019-05-10			      iRule(1)