ltm rule command DIAMETER dynamic route insertionΒΆ

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



DIAMETER::dynamic_route_insertion
       Set whether dynamic route insertion is enabled.

SYNOPSIS
       DIAMETER::dynamic_route_insertion ( BOOLEAN )?

DESCRIPTION
       If status is set to "enabled", a dynamic route will be created for this
       connection.

       This value, once set, remains for the life of the connection.  After
       the connection is closed, this route will be removed once "timeout"
       seconds have elapsed.  The default timeout is set by the configuration
       option "dynamic-route-timeout".

       The zero-argument form of this command returns whether the setting is
       enabled on the current connection.

       Syntax DIAMETER::dynamic_route_insertion enabled
       DIAMETER::dynamic_route_insertion

RETURN VALUE
VALID DURING
       CLIENT_ACCEPTED SERVER_CONNECTED

EXAMPLES
	when CLIENT_ACCEPTED {
	    if { ([IP::address] starts_with "192.168.") } {
		DIAMETER::dynamic_route_insertion disabled
	    }
	}

HINTS
SEE ALSO
       DIAMETER::dynamic_route_lookup

CHANGE LOG
       @BIGIP-15.0.0
		   -- First introduced the command.



BIG-IP				  2019-05-10			      iRule(1)