apm resource ipv6-leasepoolΒΆ

apm resource ipv6-leasepool(1)BIG-IP TMSH Manualapm resource ipv6-leasepool(1)



NAME
       ipv6-leasepool - Configures a lease pool.

MODULE
       apm resource

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

   CREATE/MODIFY
	create ipv6-leasepool [name]
	modify ipv6-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 ipv6-leasepool
	list ipv6-leasepool [ [ [name] | [glob] | [regex] ] ... ]
	show running-config ipv6-leasepool
	show running-config ipv6-leasepool [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties
	    one-line
	    partition

	show ipv6-leasepool
	show ipv6-leasepool [name]

   DELETE
	delete ipv6-leasepool [name]

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

EXAMPLES
	    create ipv6-leasepool myipv6-leasepool {fd1f::1-fd1f::64}

	    Creates a ipv6-leasepool named myipv6-leasepool that contains the
	    IPv6 addresses in the range fd1f::1 - fd1f::64.

	    Note: No spaces are allowed between the first IPv6 address,
	    hyphen, and second IPv6 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 IPv6 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 ipv6-leasepool(1)