ltm profile doh-serverΒΆ

ltm profile doh-server(1)				BIG-IP TMSH Manual				 ltm profile doh-server(1)

NAME
       doh-server - Configures a DoH (DNS over HTTPS) server profile

MODULE
       ltm profile

SYNTAX
       Configure the doh-server component within the ltm profile module using the syntax in the following sections.

   CREATE/MODIFY
	create doh-server [name]
	modify doh-server [name]
	  options:
	    app-service [[string] | none]
	    defaults-from [ [name] | none]
	    description [string]

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

	mv doh-server [ [[source-name] [destination-name]] | [[name] to-folder [folder-name]] | [[name...name] to-folder [folder-name]] ]
	  options:
	    to-folder

   DISPLAY
	list doh-server
	list doh-server [ [ [name] | [glob] | [regex] ] ... ]
	show running-config doh-server
	show running-config doh-server [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties
	    one-line
	    partition

   DELETE
	delete doh-server [name]

DESCRIPTION
       You can use this component to create, modify, display, or delete a DoH server profile.

EXAMPLES
       create doh-server my_doh_profile defaults-from doh-server

       Creates a DoH server profile named my_doh_profile that inherits its settings from the system default DoH server profile.

       list doh-server

       Displays the properties of all DoH server profiles.

       mv doh-server /Common/my_doh_profile to-folder /Common/my_folder

       Moves a custom DoH server profile named my_doh_profile to a folder named my_folder, where my_folder has already been
       created and exists within /Common.

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

       defaults-from
	    Specifies the profile that you want to use as the parent profile. Your new profile inherits all settings and values
	    from the parent profile specified. The default value is doh-server.

       description
	    User defined description.

SEE ALSO
       create, delete, edit, glob, list, ltm virtual, modify, mv, 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 2008-2020. All rights reserved.

BIG-IP							    2020-12-02					 ltm profile doh-server(1)