apm resource leasepoolΒΆ

apm resource leasepool(1)     BIG-IP TMSH Manual     apm resource leasepool(1)



NAME
       leasepool - Configures a lease pool.

MODULE
       apm resource

SYNTAX
       Configure the leasepool component within the resource module using the
       syntax shown in the following sections.

   CREATE/MODIFY
	create leasepool [name]
	modify leasepool [name]
	  options
	    app-service [[string] | none]
	    description [[string] | none]
	    location-specific [true | false]
	    members [add | delete | modify | replace-all-with] {
	      [[first ip address in range] - [last ip address in range]]
	    }

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

	show leasepool
	show leasepool [name]

   DELETE
	delete leasepool [name]

DESCRIPTION
       Configures a lease pool to create a collection of IPv4 addresses
       grouped as a single object. You can use a lease pool to associate that
       collection of IPv4 addresses with a network access resource.

EXAMPLES
	    create leasepool myleasepool {10.10.10.1-10.10.10.10}

	    Creates a leasepool named myleasepool that contains the IPv4
	    addresses in the range 10.10.10.1 - 10.10.10.10.

	    Note: No spaces are allowed between the first IPv4 address,
	    hyphen, and second IPv4 address.

OPTIONS
       app-service
	    Specifies the name of the application service to which the object
	    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 object. Only the application
	    service can modify or delete the object.

       description
	    Specifies a unique description of the lease pool.

       location-specific
	    Specifies whether or not this object contains one or more
	    attributes with values that are specific to the location where the
	    BIG-IP device resides. The location-specific attribute is either
	    true or false. When using policy sync, mark an object as location-
	    specific to prevent errors that can occur when policies reference
	    objects, such as authentication servers, that are specific to a
	    certain location.

       [name]
	    Specifies a unique name for the lease pool.

       members
	    Specifies a range of IP addresses separated by a hyphen.

       partition
	    Displays the partition within which the component resides. The
	    default is Common.

SEE ALSO
       apm profile, ltm virtual

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



BIG-IP				  2012-10-24	     apm resource leasepool(1)