ltm dns cache records msgΒΆ

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



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

MODULE
       ltm dns cache records

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

   DISPLAY
	show msg cache [cache name]
	  options:
	    count-only
	    qname [domain name]
	    rcode [integer]
	    slot [integer]
	    tmm [integer]

   DELETE
	delete msg cache [cache name]
	  options:
	    qname [domain name]
	    rcode [integer]

DESCRIPTION
       The msg component contains full DNS messages. You can display and
       delete these messages.

EXAMPLES
       show msg cache resolver_cache

       Displays the message records in the DNS cache named resolver_cache.

       delete msg cache v_resolver_cache

       Deletes the message records from the DNS cache named v_resolver_cache.

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

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

       qname
	    Specifies a domain name on which to filter the DNS messages in the
	    specified DNS cache for a query or deletion.

       rcode
	    Specifies the DNS return code on which to filter DNS messages 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 msg(1)