ltm rule command DIAMETER route statusΒΆ

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

DIAMETER::route_status
       Returns the routing status of the current message.

SYNOPSIS
       DIAMETER::route_status

DESCRIPTION
       The DIAMETER::route_status command returns the routing status of the current message. Valid status are:
	 * "unprocessed"
	 * "route found"
	 * "no route found"
	 * "dropped"
	 * "queue full"
	 * "no connection"
	 * "connection closing"
	 * "internal error"

       "route found" is based on the DIAMETER RouteTable finding a route. It is not affected by the proxyXs ability
       to create a connection, so even if the server is not listening on the specified address or marked down, it
       still returns status as "route found" if the RouteTable is able to find the route.

       Only valid for DIAMETER Message Routing Framework (diametersession profile) in 13.0+

       Syntax

       DIAMETER::route_status

RETURN VALUE
       Returns routing status of the current message

VALID DURING
       DIAMETER_EGRESS

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

BIG-IP						      2020-06-23					     iRule(1)