cli global-settingsΒΆ

cli global-settings(1)					BIG-IP TMSH Manual				    cli global-settings(1)

NAME
       global-settings - Configures settings for tmsh

MODULE
       cli

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

   MODIFY
	edit global-settings
	  options:
	    all-properties
	    non-default-properties

	modify global-settings
	  options:
	    audit [disabled | enabled]
	    description [string]
	    idle-timeout [disabled | integer]
	    scf-backup-number [integer]
	    service [number | name]

   DISPLAY
	list global-settings
	list global-settings [option]
	  options:
	    all-properties
	    non-default-properties
	    one-line

   DELETE
       You cannot delete the default global settings.

DESCRIPTION
       You can use the global-settings component to configure multiple settings for tmsh.

EXAMPLES
       modify global-settings audit enabled

       Enables auditing for tmsh.

       modify global-settings idle-timeout 15

       Sets the user idle timeout from tmsh to 15 minutes.

OPTIONS
       audit
	    Specifies the global audit level for tmsh. The audited commands are stored in /var/log/audit. The default value is
	    enabled. The audit levels are:

	    disabled
		 tmsh does not log commands that users enter.

	    enabled
		 tmsh audits only commands that users enter. Note that the system does not audit the commands that the command
		 load runs.

       description
	    User defined description.

       idle-timeout
	    If not disabled, log a user in tmsh interactive mode out automatically after a specified set of minutes. An
	    administrator may change the timeout value at any time and the new policy will take place immediately.

       scf-backup-number
	    Specifies the number of backup single configuration files that the system stores when you enter the following command
	    sequence in tmsh:

	    load sys config file

	    When you run the command, the system saves the single configuration file. By default, the system saves two backup
	    single configuration files. For example, if you set the scf-backup-number option to 3, after you run the command
	    sequence tmsh load sys config file for the third time, the system has three versions of the single configuration file:
	    /var/local/scf/backup.scf, /var/local/scf/backup-1.scf, and /var/local/scf/backup-2.scf. The newest file is
	    /var/local/scf/backup.scf.

       service
	    Specifies the format in which tmsh displays a service. The default value is name. The options are:

	    name Displays a service using a protocol name, for example, http.

	    number
		 Displays a service using a numeric value, for example, 192.168.10.20:80, where 80 indicates http.

SEE ALSO
       edit, list, modify, run, 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-2013, 2016 All rights reserved.

BIG-IP							    2016-03-14					    cli global-settings(1)