ltm rule command MR transportΒΆ

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



MR::transport
       Returns the name and type (virtual or config) of the transport used to
       configure the current connection.

SYNOPSIS
       MR::transport

DESCRIPTION
       Returns the name and type (virtual or config) of the transport used to
       configure the current connection. These values can be used to generate
       routes or to set the route of a message.

RETURN VALUE
       Returns the name and type (virtual or config) of the transport used to
       configure the current connection.

VALID DURING
       ANY_EVENT

EXAMPLES
	when MR_EGRESS {
	    log local0. "sending message via [MR::transport]"
	}

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



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