ltm profile tdrΒΆ

ltm profile tdr(1)					BIG-IP TMSH Manual					ltm profile tdr(1)

NAME
       tdr - Configures an TDR profile.

MODULE
       ltm profile

SYNTAX
       Configure the tdr component within the ltm profile module using the syntax shown in the following sections.

   CREATE/MODIFY
	create tdr [name]
	modify tdr [name]
	  options:
	    app-service [[string] | none]
	    defaults-from [[name] | none]
	    description [[string] | none]
	    filters [add | delete | modify | replace-all-with] {
	       [ [name] ] {
		 options:
		  app-service [[string] | none]
		  description [[string] | none]
		  message-type [all | answer | request]
		  tdr-format [[string] | none]
		  traffic-direction [all | egress | ingress]
		  condition-pattern-1 {
		    options:
		      cmp-operator [contains | ends-with | equal | none | not-equal | starts-with]
		      field-name [[string] | none]
		      field-value [[string] | none]
		  }
		  condition-pattern-2 {
		    options:
		      cmp-operator [contains | ends-with | equal | none | not-equal | starts-with]
		      field-name [[string] | none]
		      field-value [[string] | none]
		  }
		  condition-pattern-3 {
		    options:
		      cmp-operator [contains | ends-with | equal | none | not-equal | starts-with]
		      field-name [[string] | none]
		      field-value [[string] | none]
		  }
		  condition-pattern-4 {
		    options:
		      cmp-operator [contains | ends-with | equal | none | not-equal | starts-with]
		      field-name [[string] | none]
		      field-value [[string] | none]
		  }
	       }
	    }
	    filters none
	    log-publisher [log publisher name | none]

	edit tdr [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties

	mv tdr [ [[source-name] [destination-name]] | [[name] to-folder [folder-name]] | [[name...name] to-folder [folder-name]] ]
	  options:
	    to-folder

	reset-stats tdr
	reset-stats tdr [ [ [name] | [glob] | [regex] ] ... ]

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

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

   DELETE
	delete tdr [name]

DESCRIPTION
       You can use the tdr component to create, modify, display, or delete an TDR profile.

       The BIG-IP(r) system installation includes the following default TDR-type profiles:

       tdr

       The default TDR profile contains values for properties related to managing TDR.

       You can create a new TDR-type profile using an existing profile as a parent profile, and then you can change the values of
       the properties to suit your needs.

EXAMPLES
       create tdr my_tdr_profile defaults-from tdr

       Creates a custom TDR profile named my_tdr_profile that inherits its settings from the system default TDR profile.

       mv tdr /Common/my_tdr_profile to-folder /Common/my_folder

       Moves a custom TDR profile named my_tdr_profile to a folder named my_folder, where my_folder has already been created and
       exists within /Common.

       Please refer to the mv manual page for examples on how to use the mv command.

OPTIONS
       app-service
	    Specifies the name of the application service to which the profile belongs. The default value is none. Note: If the
	    strict-updates option is enabled on the application service that owns the object, you cannot modify or delete the
	    profile. Only the application service can modify or delete the profile.

       defaults-from
	    Specifies the profile that you want to use as the parent profile. Your new profile inherits all settings and values
	    from the parent profile specified. The default value is http2.

       description
	    User defined description.

       filters
	    Adds, deletes, replaces, displays, or reset-stats a set of tdr filters, by specifying a [filter name]. If a filter by
	    the specified name does not exist, it will be created. You can configure the following options for a tdr filter:

	    app-service
		 Specifies the name of the application service to which the filter belongs. The default value is none. Note: If
		 the strict-updates option is enabled on the application service that owns the object, you cannot modify or delete
		 the filter. Only the application service can modify or delete the filter.

	    description
		 User defined description.

	    message-type
		 Specifies the of message received. Message type can be request or answer or all.

	    tdr-format
		 Specifies the TDR format to be written through HSL.

	    traffic-direction
		 Specifies the direction for this filter entry to be matched. Direction can be Ingress or Egress or All.

	    condition-pattern-1
		 Specifies a group of field name, comparision operator and field value to look in the received message.

		 cmp-operator
		      Specifies the comparison operator to be applied between field-name and field-value.

		 field-name
		      Specifies the message field name to look in the received message.

		 field-value
		      Specifies the message field value to look in the received message.

	    condition-pattern-2
		 Specifies a group of field name, comparision operator and field value to look in the received message.

		 cmp-operator
		      Specifies the comparison operator to be applied between field-name and field-value.

		 field-name
		      Specifies the message field name to look in the received message.

		 field-value
		      Specifies the message field value to look in the received message.

	    condition-pattern-3
		 Specifies a group of field name, comparision operator and field value to look in the received message.

		 cmp-operator
		      Specifies the comparison operator to be applied between field-name and field-value.

		 field-name
		      Specifies the message field name to look in the received message.

		 field-value
		      Specifies the message field value to look in the received message.

	    condition-pattern-4
		 Specifies a group of field name, comparision operator and field value to look in the received message.

		 cmp-operator
		      Specifies the comparison operator to be applied between field-name and field-value.

		 field-name
		      Specifies the message field name to look in the received message.

		 field-value
		      Specifies the message field value to look in the received message.

       log-publisher
	    Specifies the name of the log publisher this TDR profile going to use.

       partition
	    Displays the administrative partition within which this profile resides.

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-2017. All rights reserved.

BIG-IP							    2020-07-17						ltm profile tdr(1)