ltm global-settings generalΒΆ

ltm global-settings general(1)BIG-IP TMSH Manualltm global-settings general(1)



NAME
       general - Configures the general properties for the BIG-IP(r) and
       VIPRION(r) local traffic management systems.

MODULE
       ltm global-settings

SYNTAX
       Configure the general component within the ltm global-settings module
       using the syntax shown in the following sections.

   MODIFY
	modify general
	  options:
	   gratuitous-arp-rate [integer value: 0 ~ 2147483647]
	   l2-cache-timeout [ integer value: 0 ~ 2147483647]
	   maintenance-mode [disabled | enabled]
	   share-single-mac [unique | global | vmw-compat]
	   snat-packet-forward [ disabled | enabled]

   DISPLAY
	list general
	list general [option name]
	show running-config general
	show running-config general [option name]
	  options:
	    all-properties
	    non-default-properties
	    one-line

DESCRIPTION
       You can use the general component to modify how the system processes
       local traffic.

EXAMPLES
       modify general maintenance-mode enabled
	    Places the Local Traffic Manager system in maintenance mode.

       list general
	    Displays the general properties of the local traffic management
	    system.

OPTIONS
       gratuitous-arp-rate
	    Specifies how fast gratuitous ARPs can be sent. If it is 0, then
	    gratuitous ARPs are sent without pause. Otherwise, it specifies
	    how many gratuitous ARPs can be sent every second. The default
	    value is 0. The range is 0 (zero) to 2147483647."

       l2-cache-timeout
	    Specifies, in seconds, the amount of time that records remain in
	    the Layer 2 forwarding table, when the MAC address of the record
	    is no longer detected on the network.

	    The default value is 300 seconds. The range is 0 (zero) to
	    2147483647 seconds.

       maintenance-mode
	    Specifies, when enabled, that the unit is in maintenance mode. In
	    maintenance mode, the system stops accepting new connections and
	    slowly finishes off existing connections.

	    The default value is disabled.

       share-single-mac
	    Specifies the Media Access Control address (MAC address) that the
	    system assigns to a VLAN. The default value is unique, which
	    indicates that a VLAN uses a unique MAC address from the pool of
	    mac addresses assigned to each hardware platform. The global value
	    indicates that all of the VLANs on the system use the same MAC
	    address. The vmw-compat value indicates that the MAC address of a
	    vlan is allocated in a manner compatible with VMware(tm) vSwitch,
	    and restricts vlans to a single interface, with no trunks allowed.
	    Changing the value of this feature requires a manual restart of
	    all TMOS daemons.

       snat-packet-forward
	    Enables or disables SNAT packet forwarding. The default value is
	    enabled.

SEE ALSO
       list, ltm node, modify, show, 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 2009-2010, 2013, 2016. All rights
       reserved.



BIG-IP				  2016-03-14	ltm global-settings general(1)