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  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 msg 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 msg(1)