ltm rule event DIAMETER INGRESSΒΆ

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



DIAMETER_INGRESS
       Triggered when the system receives a DIAMETER message.

DESCRIPTION
       An iRule event triggered when the system receives a DIAMETER message.
       The context of this event shifts based on where the message originated.

       If the client sent the message, DIAMETER_INGRESS is a clientside event.
       If the server sent the message, DIAMETER_INGRESS is a serverside event.

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

HINTS
       Note: this event does not apply to CER/CEA messages. If handling these
       messages is required, you'll need to perform a binary scan to modify
       AVPs.

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



BIG-IP				  2017-01-31			      iRule(1)