ltm dns nameserverΒΆ

ltm dns nameserver(1)					BIG-IP TMSH Manual				     ltm dns nameserver(1)

NAME
       nameserver - Configures DNS nameservers on the BIG-IP(r) system.

MODULE
       ltm dns

SYNTAX
       Configure the nameserver component within the ltm dns module using the syntax in the following sections.

   CREATE/MODIFY
	create nameserver [name]
	modify nameserver [name]
	  options:
	    address [ip address]
	    app-service [[string] | none]
	    description [[string] | none]
	    port [unsigned integer]
	    route-domain [route-domain name | none]
	    tsig-key [tsig-key name | none]

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

	reset-stats nameserver
	reset-stats nameserver [ [ [name] | [glob] | [regex] ] ... ]

   DISPLAY
	list nameserver
	list nameserver [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties
	    one-line
	show nameserver
	show nameserver [ [ [name] | [glob] | [regex] ] ... ]
	 options:
	  (default | exa | gig | kil | meg | peta | raw | tera | yotta | zetta)
	  global
	  field-fmt

   DELETE
	delete nameserver [name]

DESCRIPTION
       You can use the nameserver component to configure nameservers and to view information about the nameservers.

EXAMPLES
       create nameserver myNameserver address 127.0.0.1 port 53

       Creates the nameserver, myNameserver, given the address and port.

       list nameserver myNameserver

       Displays the properties of the nameserver myNameserver.

OPTIONS
       address
	    Specifies the IP address of the nameserver. The default value is 127.0.0.1.

       app-service
	    Specifies the name of the application service to which the nameserver 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
	    nameserver. Only the application service can modify or delete the nameserver.

       description
	    User defined description.

       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.

       port Specifies the service port of the nameserver. The default value is 53.

       route-domain
	    Specifies the route domain that the nameserver uses for outbound traffic. The default value is the default route
	    domain.

       tsig-key
	    Specifies the TSIG key used to communicate with this nameserver for zone transfers. If the nameserver is a client,
	    then this TSIG key is used to verify the query and sign the response.  If the nameserver is a transfer target for DNS
	    Express nameserver, then this TSIG key should match that of the master nameserver.

       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.

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

BIG-IP							    2017-09-07					     ltm dns nameserver(1)