ltm global-settings ruleΒΆ

ltm global-settings rule(1)			  BIG-IP TMSH Manual			  ltm global-settings rule(1)

NAME
       rule - Configures the iRule properties for the BIG-IP(r) and VIPRION(r) local traffic management systems.

MODULE
       ltm global-settings

SYNTAX
       Configure the rule component within the ltm global-settings module using the syntax shown in the following
       sections.

   MODIFY
	modify rule
	  options:
	   rule-aborted-log-ratio [integer value: 0 ~ 2147483647]

   DISPLAY
	list rule
	list rule [option name]
	show running-config rule
	show running-config rule [option name]
	  options:
	    all-properties
	    non-default-properties
	    one-line

DESCRIPTION
       You can use the rule component to modify how the system processes iRule conditions.

EXAMPLES
       modify rule rule-aborted-log-ratio 5
	    Instructs the system to generate one log message for every 5 aborted iRule executions.

       list rule
	    Displays the iRule properties of the local traffic management system.

OPTIONS
       rule-aborted-log-ratio
	    Specifies the ratio of log messages generated when iRule executions are aborted.  If set to 1, every
	    aborted execution is logged. if set higher, every n aborted executions will result in one log message.
	    If set to 0, no message is generated when executions are aborted.

	    Note, this setting is per TMM across all iRules; the implication is that if the value is set to a number
	    greater than 1 in order to reduce the rate of log messages, all aborted rule executions are affected.

	    If there are multiple rules that could cause this condition where one rule is causing an excessive amount
	    of such logs (and this condition is considered non important), and another rule where this condition
	    signifies a problem, and the ratio is set to a large number, the occurrence of this condition for the
	    second rule could be lost.

	    The default value is 1. The range is 0 (zero) to 2147483647.

SEE ALSO
       list, ltm node, modify, 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 2009-2017. All rights reserved.

BIG-IP						      2017-02-10			  ltm global-settings rule(1)