ltm rule command XLAT src portΒΆ
iRule(1) BIG-IP TMSH Manual iRule(1)
XLAT::src_port
Retrieve the source translation port.
SYNOPSIS
XLAT::src_port
DESCRIPTION
Retrieve the source translation port.
RETURN VALUE
Return the source translation port.
VALID DURING
SA_PICKED
EXAMPLES
when SA_PICKED {
log local0. "[XLAT::src_port]"
}
HINTS
SEE ALSO
CHANGE LOG
@BIGIP-14.1.0 --First introduced the command.
BIG-IP 2022-04-12 iRule(1)