ltm rule command XLAT src configΒΆ

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

XLAT::src_config
       Retrieve the source-translation configuration.

SYNOPSIS
       XLAT::src_config

DESCRIPTION
       Return the source translation configuration as a list. With the values in the following order: type,source
       translation object/pool.

       type - The source translation type as a string. Possible values are: NONE, AUTOMAP, SNAT, LSN, SECURITY-
       DYNAMIC-PAT, SECURITY-DYNAMIC-NAT, SECURITY-STATIC-NAT, SECURITY-STATIC-PAT pool - the source translation
       object/pool name. NA when not applicable(NONE and AUTOMAP types).

RETURN VALUE
       Return the source translation configuration as a list.  On error an exception is thrown with a message
       indicating the cause of failure.

VALID DURING
       All events except RULE_INIT

EXAMPLES
	when SA_PICKED {
	    log local0. "[XLAT::src_config]"
	}

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

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