security dos ip-uncommon-protolistΒΆ

security dos ip-uncommon-protolist(1)		  BIG-IP TMSH Manual		security dos ip-uncommon-protolist(1)

NAME
       ip-uncommon-protolist - Configures the DoS IP uncommon protocol list component within the security dos module
       using the syntax shown in the following sections.

MODULE
       security dos

SYNTAX
   CREATE/MODIFY
	modify ip-uncommon-protolist [name]
	 options:
	  description [string]
	  entries [add | delete | none | replace-all-with]

   DISPLAY
	list ip-uncommon-protolist
	list ip-uncommon-protolist [name]

DESCRIPTION
       You can use the ip-uncommon-protolist component to configure a DoS IP uncommon protocol list.  These DoS IP
       uncommon protocol entries are used to rate limit the PPS (Packet per second) rate for IP protocols (identified
       by the IP protocol number) that are not expected to be common in the customer deployment.

EXAMPLES
       create ip-uncommon-protolist plistA entries add { 20 tcp } Creates a plistA IP uncommon protocol list with
       entries protocol 20 and tcp.

       modify ip-uncommon-protolist plistA entries add { udp } Modifies the plistA to add udp protocol to the list.

       modify ip-uncommon-protolist plistA entries delete { 20 } Modifies the plistA to add protocol 20 from the
       list.

       list ip-uncommon-protolist plistA Displays the current list of plistA entries.

OPTIONS
       description
	    Specified user defined description for a DoS ip-uncommon--protolist.

       entries
	    Specified contexts of a DoS ip-uncommon--protolist. The default is none.

	    The options are:

	    add  Add a protocol entry to the specified IP uncommon protocol list.

	    delete
		 Remove a protocol entry from the specified IP uncommon protocol list.

	    none Remove all protocols from the specified IP uncommon protocol list.

	    replace-all-with
		 Replace all protocols in the specified IP uncommon protocol list.

       name Specified name of a DoS ip-uncommon--protolist. This is required during creation.

	    "ip-uncommon-protolist" is the system ip-uncommon--protolist. It can't be deleted.

SEE ALSO
       create, edit, list, modify, security, security dos, 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-2017. All rights reserved.

BIG-IP						      2017-05-01		security dos ip-uncommon-protolist(1)