sys management-ipΒΆ

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



NAME
       management-ip - Configures the ip address and netmask for the
       management interface (MGMT).

MODULE
       sys

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

   CREATE/MODIFY
	create management-ip [ip address/netmask]
	create management-ip [ip address/prefixlen]
	modify management-ip [ip address/prefixlen]
	 options:
	  description

   DISPLAY
	list management-ip
	show running-config management-ip
	 options:
	  all-properties
	  one-line

   DELETE
	delete management-ip [ip address/netmask]
	delete management-ip [ip address/prefixlen]

DESCRIPTION
       Specifies network settings for the management interface.

       The management interface is available on all switch platforms and is
       designed for management purposes. You can access the browser-based
       Configuration utility and command line configuration utility through
       the management port. You cannot use the management interface in traffic
       management VLANs. You can configure only one IP address on the
       management interface.

       After you make any changes using the management-ip component, issue the
       following command sequence to save the changes to the bigip_base.conf
       file: save sys config.

       To configure management-ip firewall rules, see security firewall
       management-ip-rules.

       Note: modify only allows modification of the description field. If you
       wish to change the IP address of the management interface, please see
       the example below.

EXAMPLES
       create management-ip 10.2.3.4/255.255.0.0

       Creates the IP address 10.2.3.4 on the management interface.

       create management-ip 10.2.3.4/16

       Creates the IP address 10.2.3.4 on the management interface.

       delete sys management-ip 10.2.3.4/25; create sys management-ip
       10.2.3.5/25

       Changes the IP address of the management interface. Note: modify does
       not allow a user to change the IP address directly.

OPTIONS
       [ip address/netmask]
	    Specifies the IPv4 address and netmask. DHCP should be set to
	    'disabled' or 'dhcpv6' before creating IPV4 management-ip.

       [ip address/prefixlen]
	    Specifies the IPv6 address and prefix length. DHCP should be set
	    to 'disabled' or 'dhcpv4' before creating IPV6 management-ip.

       description
	    User defined description.

       dhcp-enabled
	    Specifies if the ip address has been configured by DHCP.

SEE ALSO
       create, delete, list, modify, save, show, security firewall management-
       ip-rules, 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-2010, 2012. All rights
       reserved.



BIG-IP				  2018-06-14		  sys management-ip(1)