Hello Heikki,

We are going to use rfc3162 attributes and possibly the http://tools.ietf.org/html/draft-ietf-radext-ipv6-access-04 Framed-IPv6-Address attribute. We would like the AddressAllocator SQL to be able to create the following prefixes in the pool table based on a base prefix/mask and a new mask:

Range 2a02:2148:1111:2222:3333:4444:5555::/112  to /128 should create

2a02:2148:1111:2222:3333:4444:5555:0000/128 - 2a02:2148:1111:2222:3333:4444:5555:ffff/128


Range 2a02:2148:3333::/48 to /64 should create

    2a02:2148:3333:0000/64 - 2a02:2148:3333:ffff/64


Range 2a02:2148:3333::/48 to /56 should create

2a02:2148:3333:0000/56 - 2a02:2148:3333:ff00/56

You can have a look at this tool http://waldner.netsons.org/f4-ipv6summ.php which creates the prefixes as I have described above.

              Regards
                  Vangelis


On 14/4/2011 5:25 ??, Heikki Vatiainen wrote:
On 04/14/2011 01:30 PM, Vangelis Kyriakakis wrote:

        Does AddressPool support IPv6 addresses. Can I create and
allocate IPv6 pools using the AddressAllocator - AddressPool mechanism?
The implementation is very much IPv4 only at the moment, but the design
should work for both protocols. So no, not with the current code.

Can you tell us a bit more how you would be using this? Would it be
using attributes attributes from http://tools.ietf.org/html/rfc3162


Thanks!

_______________________________________________
radiator mailing list
radiator@open.com.au
http://www.open.com.au/mailman/listinfo/radiator

Reply via email to