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).

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]

	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.

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				  2016-10-05		sys management-dhcp(1)