ltm dns tsig-keyΒΆ

ltm dns tsig-key(1)	      BIG-IP TMSH Manual	   ltm dns tsig-key(1)



NAME
       tsig-key - Configures TSIG keys on the BIG-IP(r) system.

MODULE
       ltm dns

SYNTAX
       Configure the tsig-key component within the ltm dns module using the
       syntax in the following sections.

   CREATE/MODIFY
	create tsig-key [name]
	modify tsig-key [name]
	  options:
	    algorithm [ hmacmd5 | hmacsha1 | hmacsha256 ]
	    app-service [[string] | none]
	    secret [string]

	edit tsig-key [ [ [name] | [glob] | [regex] ] ... ]
	 options:
	   all-properties
	   non-default-properties

   DISPLAY
	list tsig-key
	list tsig-key [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties
	    one-line

   DELETE
	delete tsig-key [name]

DESCRIPTION
       You can use the tsig-key component to configure TSIG keys and to view
       information about the keys.

EXAMPLES
       create tsig-key myKey algorithm hmacmd5 secret ABCDEFG

       Creates the TSIG key, myKey, given the algorithm and secret (both
       required).

       list tsig-key myKey

       Displays the properties of the TSIG key myKey.

OPTIONS
       algorithm
	    Specifies the algorithm to use to generate the key.

       app-service
	    Specifies the name of the application service to which the TSIG
	    key belongs. The default value is none. Note: If the strict-
	    updates option is enabled on the application service that owns the
	    object, you cannot modify or delete the TSIG key. Only the
	    application service can modify or delete the TSIG key.

       glob Displays the items that match the glob expression. See help glob
	    for a description of glob expression syntax.

       name Specifies a unique name for the component. This option is required
	    for the commands create, delete, and modify.

       regex
	    Displays the items that match the regular expression. The regular
	    expression must be preceded by an at sign (@[regular expression])
	    to indicate that the identifier is a regular expression. See help
	    regex for a description of regular expression syntax.

       secret
	    Specifies the string representation of the key's shared secret.

SEE ALSO
       create, delete, edit, glob, list, modify, regex, 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-2013. All rights reserved.



BIG-IP				  2013-05-16		   ltm dns tsig-key(1)