ltm classification url-categoryΒΆ

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

NAME
       url-category - Configures a custom URL category.

MODULE
       ltm classification

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

   CREATE/MODIFY
	create url-category [name]
	  options:
	    app-service [[string] | none]
	    description [string]
	    url-category-id [integer]
	    irule-event [enabled | disabled]

	modify url-category [name]
	  options:
	    app-service [[string] | none]
	    description [string]
	    irule-event [enabled | disabled]

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

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

   DELETE
	delete url-category [name]

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

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

EXAMPLES
       create url-category my_urlcat { url-category-id 28672  irule-event disabled }

       Creates a new url-category named my_urlcat.

       modify url-category my_urlcat {	irule-event enabled description "My description." }

       Modify a url-category named my_urlcat.

       list url-category

       Displays all created categories.

       delete url-category my_urlcat

       Deletes the url-category named my_urlcat.

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.

       url-category-id
	    Identifies the url-category. This is set during creation and cannot be changed. Identifiers must be
	    unique across predefined and user-defined categories. Predefined url-category-ids must be in numeric
	    range [24576, 28671), and user defined url-category-ids must be in numeric range [28672-32768).

       irule-event
	    Indicates if the irule is enabled or disabled in result of the classification engine.

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

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

BIG-IP						      2013-11-12		   ltm classification url-category(1)