DIAMETER_RETRANSMISSION¶
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]"
}
}