ltm dns cache global-settingsΒΆ

ltm dns cache global-settings(1)		  BIG-IP TMSH Manual		     ltm dns cache global-settings(1)

NAME
       global-settings - Configures the global settings of all DNS caches on the BIG-IP(r) system.

MODULE
       ltm dns cache

SYNTAX
       Configure the global-settings DNS cache component within the ltm dns cache module using the syntax in the
       following sections.

   CREATE/MODIFY
	modify global-settings [name]
	  options:
	    cache-maximum-ttl [integer]
	    cache-minimum-ttl [integer]
	    resolver-edns-buffer-size [integer]

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

   DISPLAY
	list global-settings
	list global-settings [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties
	    one-line

DESCRIPTION
       You can use the global-settings component to configure and view information about the global settings of all
       DNS caches.

EXAMPLES
       list global-settings all-properties

       Displays the global settings for the DNS caches on the BIG-IP system.

OPTIONS
       cache-maximum-ttl
	    Specifies the number of seconds after which you want the BIG-IP system to re-query for resource records.
	    This setting allows the BIG-IP system to re-query for resource records sooner than the owner of the
	    records intended.

       cache-minimum-ttl
	    Specifies the minimum number of seconds you want the BIG-IP system to cache DNS resource records. This
	    setting allows the BIG-IP system to cache resource records longer than the owner of the records intended.

       glob Displays the items that match the glob expression. See help glob for a description of glob expression
	    syntax.

       regex
	    Displays the items that match the regular expression. The regular expression must be preceded by an at
	    sign (@[regular expression]) to indicate that the identifier is a regular expression. See help regex for
	    a description of regular expression syntax.

       resolver-edns-buffer-size [integer]
	    Specifies the number of bytes you want the BIG-IP system to advertise as the EDNS buffer size in UDP
	    queries.

SEE ALSO
       edit, glob, list, modify, regex, 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-2012. All rights reserved.

BIG-IP						      2012-03-21		     ltm dns cache global-settings(1)