ltm rule command DIAMETER retransmitΒΆ

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

DIAMETER::retransmit
       Triggers the request associated to the current answer message for retransmission.

SYNOPSIS
       DIAMETER::retransmit (disabled | busy | unable | retransmit) (NOTE)?

DESCRIPTION
       This iRule command triggers the request in the retransmission queue that is associated with the current answer
       message for retransmission. This command will fail the current message is a request or if there is not an
       associated request message in the retransmission queue.

       Syntax DIAMETER::retransmit "redirect to 10.10.10.5:3868"

RETURN VALUE
VALID DURING
       DIAMETER_EGRESS

EXAMPLES
	when DIAMETER_EGRESS {
	    if { [DIAMETER::is_response] && ![DIAMETER::is_retransmission] } {
		log local0. "reason [DIAMETER::retransmission_reason]"
		DIAMETER::retransmit
	    }
	}

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

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