ltm rule command LSN inbound-entryΒΆ

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



LSN::inbound-entry
       LSN::inbound-entry

SYNOPSIS
       LSN::inbound-entry (get | delete) IP_TUPLE IP_PROTOCOL

       LSN::inbound-entry create (-mirror)?
					 (-override)?
					 (-dslite  DSLITE_LOCAL_ADDR
       DSLITE_REMOTE_ADDR)?
					 (-prefix IP_ADDR)?
					 LSN_POOL
					 TIMEOUT
					 CLIENT_TUPLE
					 TRANSLATION_TUPLE
					 IP_PROTOCOL

DESCRIPTION
       This command creates and gets the inbound mapping for a translation
       address, translation port and protocol.

       LSN::inbound-entry get :
        LSN::inbound-entry create [-dslite 
       ]     

       v11.5+ LSN::inbound-entry delete
       : 

RETURN VALUE
       LSN::inbound-entry get : 
	   - Gets inbound entry for the specified translation IP, translation
       port and protocol. Protocol can be set TCP or UDP. This command returns
       the client IP address, port and route domain ID.

       LSN::inbound-entry create [-dslite  ]   
        
	   - Creates an inbound mapping for the specified translation address
       and port. For a dslite client "-dslite" option should be used to
       specify the dslite tunnel details. The mapping is not saved If a
       matching entry for the specified translation address and port already
       exists. This command cannot be used if LSN pool mode is set to
       Deterministic. For NAPT mode the specified address must be in the LSN
       pool member list and the port must be within the translation port
       range.Timeout specifies the idle timeout for the entry. "protocol"
       specifies the protocol an external client will use to connect to the
       client IP/port behind LSN. This command returns the translation IP
       address, port and route domain ID.

       LSN::inbound-entry delete :
       
	   - Deletes an inbound mapping for the specified translation address,
       port, and protocol.

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
HINTS
SEE ALSO
CHANGE LOG
       @BIGIP-11.3.0
	   - Initial version where the command was introduced



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