Configuring Prefix delegation with lifetimes

Vikram Agrawal vikram.agrawal at ipinfusion.com
Thu Oct 13 05:50:01 UTC 2011


Is there any equivalent of the “pool” statement for IPv6 like say a pool6 or
something.



Regards,

Vikram



*From:* Vikram Agrawal [mailto:vikram.agrawal at ipinfusion.com]
*Sent:* 10 October 2011 14:07
*To:* 'dhcp-users at lists.isc.org'
*Subject:* Configuring Prefix delegation with lifetimes



Hi,



Is there any way we can assign individual lifetimes for each prefix6 under
the subnet6 statement ?

The configuration I have been using looks like



subnet6 2001:db8::/32 {

range6 2001:db8::/32;



             prefix6 2001:db8:1:: 2001:db8:ffff:: /48;

             default-lease-time 20000; # Refers to Valid lifetime

      preferred-lifetime 10000 ;

}



In case I need to assign another prefix6 range and allocated specific
lifetimes for the same with the existing subnet6 statement will that be
possible.



subnet6 2001:db8::/32 {

range6 2001:db8::/32;



             prefix6 2001:db8:100:: 2001:db8:200:: /48;

             default-lease-time 20000; # Refers to Valid lifetime

      preferred-lifetime 10000 ;



              prefix6 2001:db8:200:: 2001:db8:ffff:: /48;





}



>From what I have observed, only one lifetimes values can be provided in one
subnet.

I have tried using the group statement but it does not take prefix6 as a
sub-statement.





Regards,

Vikram
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/dhcp-users/attachments/20111013/08e11e88/attachment.html>


More information about the dhcp-users mailing list