ltm rule command DIAMETER retransmissionΒΆ

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

DIAMETER::retransmission
       Gets of sets the current message\'s retransmission settings.

SYNOPSIS
       DIAMETER::retransmission action

   DESCRIPTION
       Gets the current message\'s retransmission action.  Possible actions are:

       * "disabled" - this request messages will not be queued for
	 retransmission

       * "busy" - when retransmission is triggered for this request message
	 an answer message with a 'busy' result code will be returned to the
	 originator.

       * "unable" - when retransmission is triggered for this request message
	 an answer message with a 'unable to deliver' result code will be
	 returned to the originator.

       * "retransmit" - when retransmission is triggered for this request
	 message it will be retransmitted.

       DIAMETER::retransmission action ( disabled | busy | unable | retransmit )

   DESCRIPTION
       Sets the current message\'s retransmission action.

       DIAMETER::retransmission timeout

   DESCRIPTION
       Gets the current message\'s retransmission timeout in seconds.

       DIAMETER::retransmission timeout VALUE

   DESCRIPTION
       Sets the current message\'s retransmission timeout in seconds.

       DIAMETER::retransmission error-codes

   DESCRIPTION
       Gets the current message\'s retransmission list of error codes used to automatically trigger retransmission.

       An example list is as follows: '3002 3004'

       DIAMETER::retransmission error-codes ERROR_CODE_LIST

   DESCRIPTION
       Sets the current message\'s retransmission list of error codes.

DESCRIPTION
       This command allows the setting or getting of the current message\'s retransmission settings.

RETURN VALUE
VALID DURING
       DIAMETER_INGRESS

EXAMPLES
	when DIAMETER_INGRESS {
	    DIAMETER::retransmission action retransmit
	}

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

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