ltm profile georedundancyΒΆ

ltm profile georedundancy(1)			  BIG-IP TMSH Manual			 ltm profile georedundancy(1)

NAME
       georedundancy - Configures a Geo-Redundancy profile.

MODULE
       ltm profile

SYNTAX
       Configure the georedundancy component within the ltm profile module using the syntax shown in the following
       sections.

   CREATE/MODIFY
	create georedundancy [name]
	modify georedundancy [name]
	  options:
	    defaults-from [ [name] | none]
	    description [string]
	    group-id [string]
	    local-site-id [string]
	    prefix [[string] | none]
	    metadata-refresh-interval-ms [integer]
	    message-send-max-retries [integer]
	    message-timeout-ms [integer]
	    read-broker-list [string]
	    remote-site-id [string]
	    transport-name [string]
	    write-broker-list [string]

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

	mv georedundancy [ [[source-name] [destination-name]] | [[name] to-folder [folder-name]] | [[name...name] to-folder [folder-name]] ]
	  options:
	    to-folder

	reset-stats georedundancy
	reset-stats georedundancy [ [ [name] | [glob] | [regex] ] ... ]

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

	show georedundancy
	show georedundancy [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    (default | exa | gig | kil | meg | peta | raw | tera | yotta | zetta)
	    field-fmt

   DELETE
	delete georedundancy [name]

DESCRIPTION
       You can use the georedundancy component to manage a Geo-Redundancy profile.

EXAMPLES
       create georedundancy my_georedundancy_profile defaults-from georedundancy

       Creates a Geo-Redundancy profile named my_georedundancy_profile using the system defaults.

       create georedundancy my_georedundancy_profile { local-site-id local_site }

       Creates a Geo-Redundancy profile named my_georedundancy_profile with a name of the local site identification
       set to local_site.

       mv georedundancy /Common/my_georedundancy_profile to-folder /Common/my_folder

       Moves a custom georedundancy profile named my_georedundancy_profile to a folder named my_folder, where
       my_folder has already been created and exists within /Common.

OPTIONS
       local-site-id
	    Defines the name to identify local site . The default value is local_site.

       remote-site-ids
	    Defines the list of comma separated names corresponding to remote sites. The default value is
	    remote_site.

       read-broker-list
	    Specifies the list of local site broker's IP addresses and ports for the local TMMs to read the data
	    from. Example: 127.20.1.254:9092, 127.20.2.254:9092.

       write-broker-list
	    Specifies the list of local site broker's IP addresses and ports for the local TMMs to write the data to.
	    Example: 127.20.1.254:9092, 127.20.2.254:9092.

       transport-name
	    Defines the transport profile that Geo-Redundancy half proxy uses to establish connection to brokers. The
	    default vaulue is tcp.

       metadata-refresh-interval-ms
	    Indicates the Topic metadata refresh interval in milliseconds. The metadata is automatically refreshed on
	    error and connect. Use -1 to disable the intervalled refresh. The default value is 300K.

       group-id
	    Defines the client group identifier string. All clients sharing the same group-id belong to the same
	    group.

       message-send-max-retries
	    Specifies the maximum number of attempts that will be made to reload the Diameter session DB from the
	    remote site during startup.

       message-timeout-ms
	    Specifies how often the system will attempt to reload the Diameter session DB from the remote site during
	    startup.

       prefix
	    Indicates a list of session-db key prefixes and for each prefix a session-db global callback gets
	    registered. A prefix when applied to any logical table within the iRule session-db storage would enable
	    replication of the same. These prefix values will only be applied to iRule session bins. The default
	    value is "".

SEE ALSO
       create, delete, edit, glob, list, ltm virtual, modify, mv, regex, reset-stats, 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 2008-2010, 2012-2014, 2016-2017. All rights reserved.

BIG-IP						      2019-08-30			 ltm profile georedundancy(1)