ltm profile mr-ratelimit-actionΒΆ

ltm profile mr-ratelimit-action(1)			BIG-IP TMSH Manual			ltm profile mr-ratelimit-action(1)

NAME
       mr-ratelimit-action - Configures a Rate limit action profile.

MODULE
       ltm profile

SYNTAX
       Configure the mr-ratelimit-action component within the ltm profile module using the syntax shown in the following sections.

   CREATE/MODIFY
	create mr-ratelimit-action [name]
	modify mr-ratelimit-action [name]
	  options:
	    defaults-from [ [name] | none]
	    description [string]
	    priority-1 [none | delay-25 | delay-50 | delay-100 | return-25 | return-50 | return-100 | drop-25 | drop-50 | drop-100]
	    priority-2 [none | delay-25 | delay-50 | delay-100 | return-25 | return-50 | return-100 | drop-25 | drop-50 | drop-100]
	    priority-3 [none | delay-25 | delay-50 | delay-100 | return-25 | return-50 | return-100 | drop-25 | drop-50 | drop-100]
	    priority-4 [none | delay-25 | delay-50 | delay-100 | return-25 | return-50 | return-100 | drop-25 | drop-50 | drop-100]

	edit mr-ratelimit-action [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties

   DISPLAY
	list mr-ratelimit-action
	list mr-ratelimit-action [ [ [name] | [glob] | [regex] ] ... ]
	show running-config mr-ratelimit-action
	show running-config mr-ratelimit-action [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties
	    one-line
	    partition

	show mr-ratelimit-action
	show mr-ratelimit-action [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    (default | exa | gig | kil | meg | peta | raw | tera | yotta | zetta)
	    field-fmt

   DELETE
	delete mr-ratelimit-action [name]

DESCRIPTION
       You can use the mr-ratelimit-action component to manage a Rate limit action profile.

EXAMPLES
       create mr-ratelimit-action my-ratelimit-action_profile defaults-from mr-ratelimit-action

       Creates a Rate limit action profile named my-ratelimit-action_profile using the system defaults.

       create mr-ratelimit-action my-ratelimit-action_profile { priority-1 none }

       Creates a Rate limit action profile named my-ratelimit-action_profile with message priority-1 set to none.

       mv mr-ratelimit-action /Common/my-ratelimit-action_profile to-folder /Common/my_folder

       Moves a custom ratelimit action profile named my-ratelimit-action_profile to a folder named my_folder, where my_folder has
       already been created and exists within /Common.

OPTIONS
       priority-1
	    Defines the first message priority. Actions can be one of none, drop, return and delay that can be performed on 25%,
	    50%, or 100%, of messages. The default value is none.

       priority-2
	    Defines the second message priority. Actions can be one of none, drop, return and delay that can be performed on 25%,
	    50%, or 100%, of messages. The default value is none.

       priority-3
	    Defines the third message priority. Actions can be one of none, drop, return and delay that can be performed on 25%,
	    50%, or 100%, of messages. The default value is none.

       priority-4
	    Defines the fourth message priority. Actions can be one of none, drop, return and delay that can be performed on 25%,
	    50%, or 100%, of messages. The default value is none.

SEE ALSO
       create, delete, edit, glob, list, ltm virtual, modify, mv, regex, reset-stats, show, 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-2010, 2012-2014, 2016-2017. All rights reserved.

BIG-IP							    2020-01-16				ltm profile mr-ratelimit-action(1)