sys management-routeΒΆ

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



NAME
       management-route - Configures route settings for the management
       interface (MGMT).

MODULE
       sys

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

   CREATE/MODIFY
	create management-route [name | default | default-inet6]
	 options:
	  description [string]
	  gateway [ip address]
	  mtu [number]
	  network [ip address/netmask]
	  type [interface | blackhole]

	modify management-route [name | default | default-inet6]
	 options:
	  description [string]
	  gateway [ip address]
	  mtu [number]
	  type [interface | blackhole]

	edit management-route [ [ [name | default | default-inet6]
				   | [glob] | [regex] ] ... ]
	  options:
	    all-properties

   DISPLAY
	list management-route
	list management-route [ [ [name | default | default-inet6]
				   | [glob] | [regex] ] ... ]
	show running-config management-route
	show running-config management-route [ [ [name | default
				   | default-inet6] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    one-line

   DELETE
	delete management-route [name]

DESCRIPTION
       Specifies route settings for the management interface. You must
       configure a route on the management interface if you want to access the
       management network on the BIG-IP(r) system by connecting from another
       network.

       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.

EXAMPLES
       create management-route default gateway 10.10.10.254

       Sets the management interface default gateway IP address to
       10.10.10.254.

       create management-route myMgmtRoute network 10.10.10.0/24 gateway
       10.10.10.254

       Creates a management route named myMgmtRoute for the subnet
       10.10.10.0/24 whose gateway IP address is 10.10.10.254.

       modify management-route 10.10.10.0/24 gateway 172.24.74.62

       Changes the management interface to subnet 10.10.10.0/24, and the
       gateway to 172.24.74.62.

OPTIONS
       default
	    Specifies that the system forwards packets to the destination
	    through the default IP address and netmask, 0.0.0.0 0.0.0.0.

       default-inet6
	    Specifies that the system forwards packets to the destination
	    through the default version 6.0 IP address and netmask.

       description
	    User defined description.

       glob Displays the items that match the glob expression. See help glob
	    for a description of glob expression syntax.

       [ip address/netmask]
	    Specifies the IP address and netmask through which the system
	    forwards packets to the destination. You can use either of these
	    formats: 0.0.0.0/0 or  0.0.0.0 0.0.0.0.

       gateway
	    Specifies that the system forwards packets to the destination
	    through the gateway with the specified IP address.

       mtu  Specifies the maximum transmission unit (MTU) for the management
	    interface. The value of the MTU is the largest size that the BIG-
	    IP system allows for an IP datagram passing through the management
	    interface.

       network
	    The subnet and netmask to be used for the route. This is an
	    optional field; if empty the name should be of the form [ip
	    address/netmask].

       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.

       type Specifies that traffic should be delivered to the management
	    interface (interface) or be dropped by the system (blackhole).

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



BIG-IP				  2015-09-24	       sys management-route(1)