ltm dns cache records rrsetΒΆ

ltm dns cache records rrset(1)BIG-IP TMSH Manualltm dns cache records rrset(1)



NAME
       rrset - Manages the RRset records in the DNS cache resolvers on the
       BIG-IP(r) system.

MODULE
       ltm dns cache records

SYNTAX
       Configure the rrset component within the ltm dns cache records module
       using the syntax in the following sections.

   DISPLAY
	show cache [cache name]
	  options:
	    class [IN | CH | HS| ANY]
	    count-only
	    owner [DNS name]
	    slot [integer]
	    tmm [integer]
	    ttl-range [integer:integer]
	    type [A | AAAA | CNAME | NS | PTR | RRSIG | DNSKEY | SOA | TXT | ANY | ... ]

   DELETE
	delete cache [cache name]
	  options:
	    class [IN | CH | HS| ANY]
	    owner [DNS name]
	    ttl-range [integer:integer]
	    type [A | AAAA | CNAME | NS | PTR | RRSIG | DNSKEY | SOA | TXT | ANY | ... ]

DESCRIPTION
       You can use the rrset component to display or delete records in the
       specified DNS cache. The maximum number of records returned is 1000.
       Broad searches might not show all records in the cache.

EXAMPLES
       show cache resCache2 class IN type A ttl-range 20:5000 owner .com

       Displays RRset records of type A, class IN, with TTLs between 20 and
       5000, and an owner of .com.

OPTIONS
       cache name
	    Specifies a DNS cache name. This is a required field.

       class
	    Specifies the class of RRset records to select from the specified
	    DNS cache.

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

       owner
	    Specifies the node on which to filter the RRset 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.

       ttl-range
	    Specifies the RRset records to select from the specified DNS
	    cache, based on TTLs within the specified range (inclusive). A
	    missing value (:500 or 50:) defaults to the minimum or maximum,
	    respectively.

       type Specifies the RRset records to select from the specified DNS
	    cache, based on the specified type. Most record types are
	    supported.

SEE ALSO
       show, delete, 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 rrset(1)