ltm classification urldb-feed-listΒΆ

ltm classification urldb-feed-list(1)		  BIG-IP TMSH Manual		ltm classification urldb-feed-list(1)

NAME
       urldb-feed-list - Configures a feed-list to be used for URLDB file loads. A urldb-feed-list is a list of URL
       feeds (including local file paths) from where URLDB files are downloaded. These files contain URL
       categorization information.

MODULE
       ltm classification

SYNTAX
       Configure the urldb-feed-list component within the ltm classification module using the syntax in the following
       sections.

   CREATE/MODIFY
	create urldb-feed-list [name]
	modify urldb-feed-list [[name] | all]
	 options:
	  default-url-category [name]
	  url [string]
	  poll-interval [integer]
	  user [string]
	  password [string]
	  app-service [name]
	  description [string]

	load urldb-feed-list [[name] | all]

   DISPLAY
	list urldb-feed-list [[name] | all | [property]]
	show running-config urldb-feed-list [[name] | all | [property]]
	 options:
	    all-properties
	    non-default-properties
	    one-line
	    partition
	    recursive

   DELETE
	delete urldb-feed-list [[name] | all]

DESCRIPTION
       You can use the urldb-feed-list component to define reusable lists of feeds. You can use a feed list in an ltm
       classification url-cat-policy.

EXAMPLES
       create urldb-feed-list FL1  {  url file:///shared/images/custom_urldb_1.txt }

       Creates a new feed list, "FL1" with URL category information in the file specified by url.

OPTIONS
       create
	    Creates a new feed list.

       delete
	    Deletes the feed list that you specify next, in curly braces ({}).

       file
	     DEPRECATED since version 11.7.0. Specifies the file object containing the URLDB information.

       url  Specifies the url to fetch the file containing the URLDB information.

       default-url-category
	    The URL category to be used for all the URLs specified in the URLDB file.

       poll-interval
	    Specifies the time interval in hours at which the url needs to be polled.

       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 for this feed list.

       partition
	    Displays the administrative partition within which the component resides.

SEE ALSO
       edit, list, modify,  ltm classification, 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-2014, 2016. All rights reserved.

BIG-IP						      2018-07-23		ltm classification urldb-feed-list(1)