ltm rule command LB primeΒΆ

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

LB::prime
       Prime server connections.

SYNOPSIS
DESCRIPTION
       Prime server connections

       LB::prime
	   Sets up serverside connections before client traffic comes. The connection will be made to the specific
       pool or the default server pool in this virtual server.

RETURN VALUE
VALID DURING
       ANY_EVENT

EXAMPLES
	when CLIENT_ACCEPTED {
	    LB::prime
	}

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

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