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  Specifies the number of the TMM that contains the specified DNS
	    cache. Each tmm has essentially the same entries, so which tmm you
	    choose is arbitrary. Use this option only for debugging. This is a
	    0 based index. If not specified, a random tmm will be used.

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				  2015-02-18	  ltm dns cache records key(1)