ltm rule command LB downΒΆ

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



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

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

DESCRIPTION
       Sets the status of the specified node or pool member as being down. If
       you specify no arguments, the status of the currently-selected node is
       modified.  Note: Calling LB::down in an iRule triggers an immediate
       monitor probe regardless of the monitor interval settings.

       LB::down
	   Sets the status of the currently-selected node as being down.

       LB::down node 
Sets the status of the specified node as being down. Doesn't work. Use LB::down or LB::down pool member
. Refer to BZ222047 for details. LB::down pool member
Sets the status of the specified pool member as being down. RETURN VALUE VALID DURING ANY_EVENT EXAMPLES when HTTP_RESPONSE { if { [HTTP::status] == 500 } { LB::down } } HINTS SEE ALSO CHANGE LOG @BIGIP-10.0.0 --First introduced the command. BIG-IP 2017-01-31 iRule(1)