ltm rule command rateclassΒΆ

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



rateclass
       Selects the specified rate class to use when transmitting packets.

SYNOPSIS
       rateclass RATE_CLASS

DESCRIPTION
       Causes the system to select the specified rate class to use when
       transmitting packets.

       Syntax

       rateclass 

	    * Causes the system to select the specified rate class to use when
	      transmitting packets.

RETURN VALUE
VALID DURING
       ANY_EVENT

EXAMPLES
	when CLIENT_ACCEPTED {
	  if { [IP::addr [IP::client_addr] equals xxx.xxx.xxx.xxx] } {
	    log local0. "[IP::client_addr] being handled by rateclass class1"
	    rateclass class1
	  }
	}

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



BIG-IP				  2017-01-31			      iRule(1)