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 [-mirror]
       [-override] [-dslite  ] [-prefix ] 
          

       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 [-mirror] [-override] [-dslite  ]
       [-prefix ]     
	   - Creates an inbound mapping to the client IP address and port. The "-mirror" options can be used for
       mirroring inbound connections. The "-override" option may be used to update a mapping. Otherwise, the mapping
       is not saved if a matching entry for the specified translation address and port already exists. For a dslite
       client "-dslite" option should be used to specify the dslite tunnel details. For a NAT64 client the "-prefix"
       option should be used to specify the IPv6 prefix used to translate extern IPv4 host addresses to IPv6
       addresses. The translation address may be unspecified (0.0.0.0) and/or the translation port may be unspecified
       (0). A suitable address and/or port will be picked. The specified translation address must be in the LSN pool
       member list and the specified port must be within the translation port range. In Deterministic mode the
       specified translation address and port must match the deterministic mapping for the client. In PBA mode the
       specified translation address and port must not belong to a port block of a different client. A new port block
       will be allocated if the client block limit permits and the specified translation address and port do belong
       to an existing port block. The XtimeoutX specifies the idle timeout for the entry. The "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
       ALL

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

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