ltm rule command LB context idΒΆ

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

LB::context_id
       Assign the current connection to a named context.

SYNOPSIS
DESCRIPTION
       Assign the current connection to a named context.

       LB::context_id 
	   Assigns the current connection to a named context. The connections in the same context can be reused
       later.

RETURN VALUE
VALID DURING
       ANY_EVENT

EXAMPLES
	when CLIENT_ACCEPTED {
	    LB::context_id foo
	}

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

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