ltm rule command LB upΒΆ

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



LB::up
       Sets the status of a node or pool member as being up.

SYNOPSIS
       LB::up ((node IP_ADDR) |
		       (pool POOL_OBJ member IP_ADDR PORT))?

DESCRIPTION
       Sets the status of the specified node or pool member as being up. If
       you specify no arguments, the status of the currently-selected node is
       modified.

       Syntax
	   LB::up
	   LB::up node 
LB::up pool member
LB::up Sets the status of the currently-selected node as being up. LB::up node
Sets the status of the specified node as being up. LB::up pool member
Sets the status of the specified pool member as being up. RETURN VALUE VALID DURING ANY_EVENT EXAMPLES HINTS SEE ALSO CHANGE LOG @BIGIP-10.0.0 --First introduced the command. BIG-IP 2017-01-31 iRule(1)