XLAT::src_config

Description

This iRules command returns 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).

Syntax

XLAT::src_config

Examples

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