ltm rule command CLASSIFY applicationΒΆ

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



CLASSIFY::application
       Allows to set or add an app name to the classification.

SYNOPSIS
       CLASSIFY::application ('set' | 'add') CLASSIFY_APP_NAME

DESCRIPTION
       This command allows you to set or add an app name to the
       classification.

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

       CLASSIFY::application set 

	    * will immediately classify flow as app_name. The classification by
	      the classification engine will be bypassed. The category classification token this app_name belongs to will also be attached.

       CLASSIFY::application add 

	    * adds an application 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)