ltm classification url-cat-policyΒΆ

ltm classification url-cat-policy(1)		  BIG-IP TMSH Manual		 ltm classification url-cat-policy(1)

NAME
       url-cat-policy - Configures an ltm classification url-cat policy. It's comprised of list of urldb feed lists.
       This is deprecated since version 13.0.0. Instead of creating url-cat-policy and attaching a feedlist to it,
       enable the feedlist directly.

MODULE
       ltm classification

SYNTAX
       Configure the url-cat-policy component within the ltm classification module using the syntax in the following
       sections.

   CREATE/MODIFY
	create url-cat-policy [name]
	modify url-cat-policy [name]
	 options:
	  app-service [name]
	  description [string]
	  feed-lists [add | delete ] { [name] }

	edit url-cat-policy
	  options:
	    all-properties
	    non-default-properties

   DISPLAY
	list url-cat-policy [ [ [name] ]
	show running-config url-cat-policy
	show running-config url-cat-policy [ [ [name] ]
	  options:
	    all-properties
	    non-default-properties
	    one-line
	    partition
	    recursive

   DISPLAY
	delete url-cat-policy [name]

DESCRIPTION
       You can use the url-cat-policy component to configure a shareable and reusable url categorization database
       feed coming from local files or download feeds.	The url-cat-policy can then be enforced on the configuration
       object of the type: ltm virtual.

EXAMPLES
       create ltm classification url-cat-policy POL1
	   feed-lists add { FL1 }
	   description none }

       Creates a url-cat-policy POL1 with urldb feeds from FL1 feed lists.

       list url-cat-policy

       Displays the current list of url-categorization policies contents.

OPTIONS
       app-service
	    Specifies 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.

       partition
	    Displays the administrative partition within which the component resides.

       feed-lists
	    Adds, deletes, or replaces a feed list. Specifies a list of feed lists (see ltm classification urldb-
	    feed-list) against which the packet will be compared.

SEE ALSO
       create, edit, list, modify, ltm classification urldb-feed-list, 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, 2012-2015. All rights reserved.

BIG-IP						      2016-10-28		 ltm classification url-cat-policy(1)