ltm rule command LSN addressΒΆ

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



LSN::address
       LSN::address

SYNOPSIS
       LSN::address TRANSLATION_ADDR

DESCRIPTION
       Explicitly set the translation address regardless of the configured LSN
       pool.

       The LSN::address command can be used while processing CLIENT_DATA. This
       event can occur before and after address translation. If this command
       is used after translation has occurred an error is thrown.

       Agruments:
	   LSN::address - Set the explicit translation IPv4 or IPv6 address
       for the connection in the current context.

RETURN VALUE
VALID DURING
       AUTH_RESULT AUTH_WANTCREDENTIAL CACHE_REQUEST CACHE_UPDATE
       CLIENT_ACCEPTED CLIENT_DATA CLIENTSSL_CLIENTCERT CLIENTSSL_HANDSHAKE
       HTTP_CLASS_FAILED HTTP_CLASS_SELECTED HTTP_REQUEST HTTP_REQUEST_DATA
       LB_SELECTED RTSP_REQUEST RTSP_REQUEST_DATA SIP_REQUEST STREAM_MATCHED

EXAMPLES
	when HTTP_REQUEST {
	    LSN::address 10.0.0.1
	}

HINTS
SEE ALSO
CHANGE LOG
       @BIGIP-11.3.0
	   - Initial version where the command was introduced



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