apm url-filterΒΆ

apm url-filter(1)					BIG-IP TMSH Manual					 apm url-filter(1)

NAME
       url-filter - Configures URL filters for URL classification and filtering

MODULE
       apm

SYNTAX
       Configure a url-filter component within the apm module using the syntax shown in the following sections.

   CREATE/MODIFY
       Each url-filter consists of two url-category lists: a list of allowed URL categories and a list of blocked URL categories.
       The requests for URLs contained in the allowed list are allowed to pass unfettered, whereas requests for URLs in the
       blocked list will not go out into the Internet.

	create url-filter [name]
	  options:
	    allowed-categories [add | delete | modify | replace-all-with] {
		[string]
	    }
	    blocked-categories [add | delete | modify | replace-all-with] {
		[string]
	    }

	modify url-filter [name]
	    allowed-categories [add | delete | modify | replace-all-with] {
		[string]
	    }
	    blocked-categories [add | delete | modify | replace-all-with] {
		[string]
	    }

   DISPLAY
	list url-filter
	list url-filter [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties
	    one-line
	    partition

   CP
	cp url-filter [source-name] [target-name]

DESCRIPTION
       Configures a url-filter

       NOTE: A url-filter can have a large number of URL categories in each list. To facilitate the creation of url-filter, you
       can create a new url-filter by copying from an existing url-filter. Then modify each list by adding or removing url-
       categories to suit your needs.

EXAMPLES
       create url-filter my-url-filter allowed-categories add { Business_and_Economy Education } blocked-categories add {
       Adult_Content Shopping }

       Creates a new url-filter.

       modify url-filter my-own-filter allowed-categories delete { Education }

       Modify a url-filter by deleting a URL category from the allowed list.

       cp url-filter existing-filter another-filter

       Create a new url-filter by copying from an existing filter.

OPTIONS
       allowed-categories
	    Specifies the URL categories that should be allowed to pass.

       description
	    Specifies a unique description for the URL filter.

       blocked-categories
	    Specifies the URL categories that should be blocked.

SEE ALSO
       sys url-db download-result sys url-db download-schedule and sys url-db url-category

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

BIG-IP							    2015-07-22						 apm url-filter(1)