ltm rule command CLASSIFY categoryΒΆ

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



CLASSIFY::category
       Allows to set or add a category name to the classification.

SYNOPSIS
       CLASSIFY::category ('set' | 'add') CLASSIFY_CATEGORY_NAME

DESCRIPTION
       This command allows you to set or add a category name to the
       classification.

       * Note: APM / AFM / PEM license is required for functionality to work.

       CLASSIFY::category set 

	    * will immediately classify flow as category_name. The classification
	      by the classification engine will be bypassed. Flow will have the unknown application classification token.

       CLASSIFY::category add 

	    * will add a category classification token to the final
	      classification result issued by the classification engine. This can
	      be issued multiple times in order to add multiple tokens to the classification result

	  Note: set/add commands will have no effect if fired after the flow has
	  been classified.

RETURN VALUE
VALID DURING
       CLIENT_ACCEPTED, HTTP_REQUEST, HTTP_RESPONSE

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



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