ltm rule command MR max retriesΒΆ

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



MR::max_retries
       Returns the number of retries allows for this router instance.

SYNOPSIS
       MR::max_retries

DESCRIPTION
       returns the number of retries allowed

RETURN VALUE
       returns the number of retries allowed

VALID DURING
       ANY_EVENT

EXAMPLES
	when MR_FAILED {
	    if {[MR::message retry_count] < [MR::max_retries]} {
		MR::message nexthop none
		MR::retry
	    }
	}

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



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