security blacklist-publisher categoryΒΆ

security blacklist-publisher category(1)	  BIG-IP TMSH Manual	     security blacklist-publisher category(1)

NAME
       category - Configures a blacklist publisher category for use by firewall. A category enables a user to
       advertise shuns based on the route-advertisement-nexthop value(s) in the category's associated profile(s).

MODULE
       security blacklist-publisher

SYNTAX
       Configure the category component within the security blacklist-publisher module using the syntax in the
       following sections.

   CREATE/MODIFY
	create category [name]
	modify category [name]
	  options:
	    profile-names [add | default | delete | none | replace-all-with] {
	      [name]
	    }

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

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

   DELETE
	delete category [[name] | all | recursive]

       Note: If the category is referencing any profile the delete will fail.

DESCRIPTION
       You can use the category component to create, modify, display, or delete a blacklist-publisher category.

EXAMPLES
       create category botnets profile-names add { botnets-profile }

       Creates the above category and adds the profile (botnets-profile).

       modify category botnets profile-names delete { botnets-profile }

       Modifies the above category by deleting the profile (botnets-profile).

       delete category botnets

       Deletes the above category.

       list category botnets

       Displays the properties of the above category.

OPTIONS
       profile-names
	    Specifies the profiles referenced in the category.

SEE ALSO
       create, delete, edit, modify, list, profile, security, security blacklist-publisher, 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 2009-2015. All rights reserved.

BIG-IP						      2015-08-28	     security blacklist-publisher category(1)