ltm profile classificationΒΆ

ltm profile classification(1) BIG-IP TMSH Manual ltm profile classification(1)



NAME
       classification - Configures a classification profile.

MODULE
       ltm profile

SYNTAX
       Configure the classification profile within the ltm profile module
       using the syntax shown in the following sections.

   CREATE/MODIFY
	create classification [name]
	modify classification [name]
	  options:
	    defaults-from [ [name] | none]
	    description [string]
	    app-detection [ on | off]
	    urlcat [ on | off]
	    irule-event [ on | off]
	    log-publisher [string]
	    preset [string]

	edit classification [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties

   DISPLAY
	list classification
	list classification [ [ [name] | [glob] | [regex] ] ... ]
	show running-config classification
	show running-config classification [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties
	    one-line
	    partition

   DELETE
	delete classification [name]

DESCRIPTION
       Use the classification component to create, modify, delete or display a
       classification profile.

EXAMPLES
       create classification my_cl { irule-event off preset /Common/ce }

       Creates classification profile named my_cl with Classification Engine
       configuration /Common/ce and iRule event disabled.

       edit classification my_cl

       Edits the classification profile named my_cl.

       list classification my_cl

       Displays the properties of the my_cl classification profile.

       delete classification my_cl

       Deletes the my_cl classification profile.

OPTIONS
       description
	    User defined description.

       app-detection
	    Enables / Disables Application Detection feature.

       urlcat
	    Enables / Disables URL categorization feature.

       irule-event
	    Enables / disables CLASSIFICATION_DETECTED iRule event generation.

       log-publisher
	    Specifies the log publisher name

       preset
	    Specifies Classification Engine configuration. Refer to ltm
	    classification ce for more details

SEE ALSO
       edit, list, ltm virtual, ltm classification, ltm classification ce,
       modify, regex, reset-stats, show, tmsh

COPYRIGHT
       No part of this program may be reproduced or transmitted in any form or
       by any means, electronic or mechanical, including photocopying,
       recording, or information storage and retrieval systems, for any
       purpose other than the purchaser's personal use, without the express
       written permission of F5 Networks, Inc.

       F5 Networks and BIG-IP (c) Copyright 2008-2015. All rights reserved.



BIG-IP				  2015-11-12	 ltm profile classification(1)