sys management-dhcpΒΆ

sys management-dhcp(1)				  BIG-IP TMSH Manual			       sys management-dhcp(1)

NAME
       management-dhcp - Configures dhcp settings for the management interface (MGMT). The changes in this object are
       reflected in dhclient's next lease renewal cycle and doesn't effect the current lease. User can force the
       changes to take effect right away by restarting dhclient.

MODULE
       sys

SYNTAX
       Configure the management-dhcp component within the sys module using the syntax in the following sections.

   MODIFY
	modify management-dhcp [name]
	 options:
	  client-id [string]
	  description [string]
	  hostname [string]
	  request-options [add | delete | modify | replace-all-with]
	  send-options [add | delete | modify | replace-all-with]
	  supersede-options
	    [add | delete | modify | replace-all-with] {
	      [name] ... {
		  value
		    [add | delete | modify | replace-all-with] {

		    }
	      }
	  }
	  supersede-options none

	edit management-dhcp [name]
	  options:
	    all-properties

   DISPLAY
	list management-dhcp
	list management-dhcp [name]
	show running-config sys management-dhcp
	show running-config sys management-dhcp [name]
	  options:
	    all-properties
	    one-line

DESCRIPTION
       Specifies DHCP client settings for the management interface. These settings will be used to retrieve an IP
       address for the management interface if mgmt-dhcp is enabled.

EXAMPLES
       modify management-dhcp default request-options add ntp-servers

       Adds ntp-servers to the lists of options requested by the management interface DHCP client.

OPTIONS
       client-id
	    Specifies the client identifier to send to the DHCP server.

       description
	    User defined description.

       hostname
	    Specifies the hostname to send to the DHCP server.

       request-options
	    Specifies the options to request from the DHCP server. Adding or removing an option will be reflected at
	    next lease renewal with dhcp server or upon restarting DHCP client.

       send-options
	    Specifies the options to send to the DHCP server.

       supersede-options
	    Specifies dhclient options for which BIG-IP should always use a locally-configured value or values rather
	    than whatever is provided by the DHCP server in the lease.

SEE ALSO
       edit, list, modify, show, sys management-ip, sys management-route, 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-2013, 2015. All rights reserved.

BIG-IP						      2018-01-11			       sys management-dhcp(1)