gtm regionΒΆ

gtm region(1)		      BIG-IP TMSH Manual		 gtm region(1)



NAME
       region - Configures a Global Traffic Manager(tm) region.

MODULE
       gtm

SYNTAX
       Configure the region component within the gtm module using the syntax
       shown in the following sections.

   CREATE/MODIFY
	create region [name]
	modify region [name]
	 options:
	  app-service [[string] | none]
	  description [string]
	  [name]
	  region-members
	   options:
	    app-service [[string] | none]
	    continent [Africa | Antarctica | Asia | Australia | Europe
		| North America | South America | unknown]
	    country [two-letter abbreviation of country name]
	    datacenter [name]
	    geoip-isp [name]
	    isp [AOL | BeijingCNC | CNC | ChinaTelecom | Comcast | Earthlink
		| ShanghaiCNC | ShanghaiTelecom]
	    not [continent | country | datacenter | isp | pool | region-name
		| subnet]
	    pool [name]
	    region-name [name]
	    state [name]
	    subnet

	edit region [ [ [name] | [glob] | [regex] ] ... ]
	 options:
	  all-properties

   DISPLAY
	list region
	list region [ [ [name] | [glob] | [regex] ] ... ]
	show running-config region
	show running-config region [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    one-line

   DELETE
	delete region [name]

DESCRIPTION
       You can use the region component to create, display, modify, or delete
       a region. A region is a customized collection of topologies with which
       you can extend the topology functionality by defining specific
       geographical regions that have meaning for your network.

EXAMPLES
       create region my_region continent Australia

       Creates a region named my_region to populate with resources on the
       continent of Australia.

       list region

       Displays properties for all regions.

       delete region my_region

       Deletes the region named my_region.

OPTIONS
       app-service
	    Specifies the name of the application service to which the region
	    belongs. The default value is none. Note: If the strict-updates
	    option is enabled on the application service that owns the object,
	    you cannot modify or delete the region. Only the application
	    service can modify or delete the region.

       description
	    User defined description.

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

       name Specifies a unique name for the component. This option is required
	    for the commands create and modify.

       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.

       region-members
	    Specifies the members that you want to add to, delete from,
	    replace-all-with, or modify for this region.

	    You can specify the following options for region members:

	    app-service
		 Specifies the name of the application service to which the
		 region member belongs. The default value is none. Note: If
		 the strict-updates option is enabled on the application
		 service that owns the object, you cannot modify or delete the
		 region member. Only the application service can modify or
		 delete the region member.

	    continent
		 Specifies the name of a continent.

	    country
		 Specifies the two-letter abbreviation of a country. Use the
		 command completion feature to view the numerous options.

	    datacenter
		 Specifies the name of an existing data center.

	    geoip-isp
		 An ISP whose IP Address allocation range should be used in
		 matching topologies. Any ISP string may be given as long as
		 it matches the string in the GeoIP-ISP Database. Case is
		 irrelevent.

	    isp  Specifies the name of an Internet service provider.

	    not  Specifies region-members to exclude from this region.

	    pool Specifies the name of an existing pool.

	    region-name
		 Specifies the name of an existing region.

	    state
		 Specifies the name of an existing state.

	    subnet
		 Specifies an existing subnet.

SEE ALSO
       create, delete, edit, glob, list, modify, regex, 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-2015. All rights
       reserved.



BIG-IP				  2015-01-28			 gtm region(1)