ltm classification categoryΒΆ

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

NAME
       category - Configures a custom classification category.

MODULE
       ltm classification

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

   CREATE/MODIFY
	create category [name]
	  options:
	    app-service [[string] | none]
	    description [string]

	modify category [name]
	  options:
	    app-service [[string] | none]
	    description [string]

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

   DISPLAY
	list category
	list category [ [all] | [name] ]
	show running-config category
	show running-config category [ [all] | [name] ]
	  options:
	    all-properties
	    non-default-properties
	    one-line
	    partition

   DELETE
	delete category [name]

       Note: All referring applications/classification-filters (to this category) need to be deleted first; otherwise
       an error will be reported. Predefined categories cannot be deleted.

DESCRIPTION
       You can use the category component to create, modify, delete, and display classification category.

EXAMPLES
       create category my_cat

       Creates a new category named my_cat.

       modify category my_cat { description "My description." }

       Modify a category named my_cat.

       list category

       Displays all created categories.

       delete category my_cat

       Deletes the category named my_cat.

OPTIONS
       app-service
	    Specifies the name of the application service to which the object belongs. The default value is none.
	    Note: If the strict-updates option is enabled on the application service that owns the object, you cannot
	    modify or delete the object. Only the application service can modify or delete the object.

       description
	    User defined description.

SEE ALSO
       create, modify, delete, list, show, tmsh, ltm classification

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 2012-2013, 2016. All rights reserved.

BIG-IP						      2016-11-10		       ltm classification category(1)