ltm rule command DIAMETER retransmission defaultΒΆ

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

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

SYNOPSIS
       DIAMETER::retransmission_default action

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

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

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

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

	* "retransmit" - when retransmission is triggered for a request
	  message the request message will be retransmitted.

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

   DESCRIPTION
       Sets the current connection\'s retransmission action.

       DIAMETER::retransmission_default timeout

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

       DIAMETER::retransmission_default timeout VALUE

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

       DIAMETER::retransmission_default error-codes

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

       An example list is as follows: '3002 3004'

       DIAMETER::retransmission_default error-codes ERROR_CODE_LIST

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

DESCRIPTION
       This command allows the setting or getting of the current connection\'s retransmission settings. All request
       messages on the current connection will be initailized with the connection\'s setings.  The messages\'s
       settings may be changed with the DIAMETER::retransmission command.

RETURN VALUE
VALID DURING
       CLIENT_ACCEPTED, SERVER_CONNECTED

EXAMPLES
	when CLIENT_ACCEPTED {
	    DIAMETER::retransmission_default action busy
	}

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

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