ltm dns cache records keyΒΆ

ltm dns cache records key(1)			  BIG-IP TMSH Manual			 ltm dns cache records key(1)

NAME
       key - Manages the DNSKEY records in the DNS caches on the BIG-IP(r) system.

MODULE
       ltm dns cache records

SYNTAX
       Configure the key component within the ltm dns cache records module using the following syntax.

   DISPLAY
	show key cache [cache name]
	  options:
	    count-only
	    owner [domain name]
	    slot [integer]
	    tmm [integer]

   DELETE
	delete key cache [cache name]
	  options:
	    owner [domain name]

EXAMPLES
       show key cache resolver_cache

       Displays the DNSKEY records in the cache named resolver_cache.

       delete key cache v_resolver_cache

       Deletes the DNSKEY records from the cache named v_resolver_cache.

DESCRIPTION
       You can use the following options with the key component.

OPTIONS
       cache name
	    Specifies a DNS cache name from which to display or delete DNSKEY records. This is a required field.

       count-only
	    For a show command, return only a count of the number of matched records.

       owner
	    Specifies a domain name on which to filter the DNSKEY records in the specified DNS cache for a query or
	    deletion.

       slot Specifies a slot number on a chassis that contains the specified DNS cache. This is a 1 based index.

       tmm  Deprecated in v15.0.0 Use tmm-process instead. All records across all TMM processes and slots will be
	    returned.

       tmm-process
	    Specifies which individual TMM process's key records you want to view. This is a 0 based index. On a
	    chassis, this filter also requires a slot to be specified. If not specified, all records will be returned
	    unless the slot filter is in use.

SEE ALSO
       delete, 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-2015. All rights reserved.

BIG-IP						      2019-04-17			 ltm dns cache records key(1)