ltm rule event MR FAILEDΒΆ
iRule(1) BIG-IP TMSH Manual iRule(1)
MR_FAILED
Raised when a message has been returned to the originating flow due to a routing failure.
DESCRIPTION
This event is raised when a message has been returned to the originating flow due to a routing failure.
Examples
when MR_FAILED {
log local0. "Routing failed with status [MR::message status]"
}
HINTS
SEE ALSO
CHANGE LOG
@BIGIP-11.5.0 --First introduced the event.
BIG-IP 2022-04-12 iRule(1)