ltm rule event DIAMETER RETRANSMISSIONΒΆ

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



DIAMETER_RETRANSMISSION
       Triggered when the generates a retransmitted DIAMETER request or a
       DIAMETER answer message.

DESCRIPTION
       An iRule event triggered when the system generates a retransmitted
       DIAMETER request message or a DIAMETER answer message. The context of
       this event shifts based on where the message originated.

       If the client sent the original request message,
       DIAMETER_RETRANSMISSION is a clientside event.  If the server sent the
       original request message, DIAMETER_RETRANSMISSION is a serverside
       event.

Examples
	when DIAMETER_RETRANSMISSION {
	    if { ([DIAMETER::command] == "272") } {
		log local0. "Credit Control Request received from [IP::remote_addr] with origin host [DIAMETER::host origin]"
	    }
	}

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



BIG-IP				  2019-05-10			      iRule(1)