security datasync global-profileΒΆ

security datasync global-profile(1)		  BIG-IP TMSH Manual		  security datasync global-profile(1)

NAME
       global-profile - Manage the Datasync Framework settings that are globally synced across devices.

MODULE
       security datasync

SYNTAX
       Manage the global-profile component within the security datasync module using the syntax shown in the
       following sections.

   CREATE/MODIFY
	create global-profile [name]
	modify global-profile [name]
	  options:
	    table [name]
	    activation-epoch [ auto | [integer] ]
	    deactivation-epoch [ deactivated | always-active | [integer] ]
	    min-rows [ default | [integer] ]
	    max-rows [ default | [integer] ]
	    regen-time-offset [ default | [integer] ]
	    regen-interval [ default | none | [integer] ]
	    grace-time [ default | [integer] ]
	    master-key [string]
	    scramble-alg [string]
	    hash-alg [string]
	    mac-alg [string]
	    mode-of-op [string]
	    rsa-exp [ none | rsa-3 | rsa-f4 | default ]
	    rsa-bits [ default | none | [integer] ]
	    params [string]

	edit global-profile [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties

   DISPLAY
	list global-profile
	list global-profile [ [ [name] | [glob] | [regex] ] ... ]
	show running-config global-profile
	show running-config global-profile [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties
	    one-line
	    partition
	    recursive

   DELETE
	delete global-profile [name]

DESCRIPTION
       You can use the global-profile component to create, modify, display, or delete a datasync global-profile for
       use with the Datasync Framework.  All global-profiles must reside in the automatically created
       /Common/datasync-global folder.	These profiles are synced across all of the devices in the trust domain using
       the manually-synced device-group datasync-global-dg.

       Warning: Creating, modifying or deleting global-profiles may result in the system being offline, in the case
       of a bad configuration.

EXAMPLES
       create global-profile /Common/datasync-global/my_global_profile table table_name

       Creates a custom datasync global-profile named my_global_profile for table table_name with initial settings, a
       random master-key, and an activation-epoch 30 minutes in the future.

       list global-profile /Common/datasync-global/*

       Displays the properties of all datasync global-profiles.

OPTIONS
       table
	    Specifies the table to which the profile belongs.

       activation-epoch
	    Specifies the epoch at which the profile becomes active, in UNIX-time.

       deactivation-epoch
	    Specifies the epoch at which the profile becomes inactive, in UNIX-time.

       create-timestamp
	    Displays the timestamp at which the profile was created, in UNIX-time.

       min-rows
	    Specifies the minimum number of rows to generate before going online.

       max-rows
	    Specifies the maximum number of rows to generate.

       regen-time-offset
	    Specifies the time offset at which regeneration will be done, in seconds.

       regen-interval
	    Specifies the time interval at which regeneration will be done, in seconds.

       grace-time
	    Specifies the grace time during which new buffers are supported, but not yet activated, in seconds.

       master-key
	    Specifies the secured master key upon which all cryptography is based. Use \"auto\" to generate a random
	    key.

       scramble-alg
	    Specifies the scrambling algorithm to use.

       hash-alg
	    Specifies the hashing algorithm to use.

       mac-alg
	    Specifies the MAC algorithm to use.

       mode-of-op
	    Specifies the scrambling mode-of-operation to use.

       rsa-exp
	    Specifies the RSA exponent.

       rsa-bits
	    Specifies the number of bits to use for RSA keys.

       params
	    Specifies additional internal parameters.

SEE ALSO
       create, delete, edit, glob, list, modify, regex, show, tmsh, trust-domain

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-2014. All rights reserved.

BIG-IP						      2014-07-10		  security datasync global-profile(1)