ltm rule command BWC rateΒΆ

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



BWC::rate
       This command is used to modify max-user rate for dynamic policy.

SYNOPSIS
       BWC::rate SESSION_ID BW_VALUE

       BWC::rate SESSION_ID APPLICATION_NAME BW_VALUE

DESCRIPTION
       This command is used to modify max-user rate for dynamic policy after
       it is created. This irule can modify the rate for a session or
       category.

RETURN VALUE
VALID DURING
EXAMPLES
	when CLIENT_ACCEPTED {
	    set mycookie [IP::remote_addr]:[TCP::remote_port]
	    BWC::policy attach gold_user $mycookie
	    BWC::color set gold_user p2p
	    BWC::rate $mycookie p2p 1000000bps
	}

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



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