<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
You can use multiple subnets in any way you wan’t with DHCPv6 PD. If it’s correct way to do it it’s up to you but I shouldn’t use my example below
<div class=""><br class="">
</div>
<div class="">kea-dhcp6.conf</div>
<div class="">.</div>
<div class="">.</div>
<div class="">
<div class="">"subnet6": [</div>
<div class="">{</div>
<div class="">    "subnet": "2001:db8:0001::/48",</div>
<div class="">    "pd-pools": [ { "prefix": "2001:db8:8000::", "prefix-len": 36,"delegated-len": 56 } ]</div>
<div class="">}</div>
<div class="">.</div>
<div class="">,</div>
<div class=""><br class="">
</div>
<div class="">If the DHCPv6 relay adress is included in the 2001:db8:0001::/48 subnet the kea-dhcp6 will happily assign one /56 from the 2001:db8:8000::/36 subnet. ( Over one miljon /56 )</div>
<div class="">Then you will have a massive numbers of internal /56 routes.</div>
<div class=""><br class="">
</div>
<div class="">I should instead do ~like this</div>
<div class=""><br class="">
</div>
<div class="">
<div class="">"subnet6": [</div>
<div class="">{</div>
<div class="">    "subnet": "2001:db8:0002::/120",</div>
<div class="">    "pd-pools": [ { "prefix": "2001:db8:8000::", "prefix-len": 40,"delegated-len": 56 } ]</div>
<div class="">}</div>
</div>
<div class=""><br class="">
</div>
<div class="">And only announce the /40 from “one site router” to the IGP.</div>
<div class=""><br class="">
</div>
<div class="">
<div style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; text-decoration: none;">
Torbjörn Eklöv | Interlan Gefle AB<br class="">
Marielundsvägen 2, 803 22 GÄVLE<br class="">
Växel: 026-18 50 00 | Direkt: 070-683 51 75<br class="">
<a href="http://www.dnssecandipv6.se" class="">http://www.dnssecandipv6.se</a><br class="">
<br class="">
"A home without IPv6 is just a house"</div>
</div>
<div><br class="">
<blockquote type="cite" class="">
<div class="">On 8 Jun 2022, at 15:06, perl-list <<a href="mailto:perl-list@network1.net" class="">perl-list@network1.net</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div class="">as far as I understand, that isn't possible.  It probably should be given the way prefix delegation works, but that wasn't how they chose to design it (at least the way I understand it).  Each prefix must be part of a particular subnet which can
 all be grouped together under a single shared network but that also shares the subnets between the sites.<br class="">
<br class="">
----- Original Message -----<br class="">
<blockquote type="cite" class="">From: "Blažej Krajňák" <<a href="mailto:blazej.krajnak@gmail.com" class="">blazej.krajnak@gmail.com</a>><br class="">
To: "kea-users" <<a href="mailto:kea-users@lists.isc.org" class="">kea-users@lists.isc.org</a>><br class="">
Sent: Wednesday, June 8, 2022 8:43:26 AM<br class="">
Subject: [Kea-users] One PD pool for multiple subnets<br class="">
</blockquote>
<br class="">
<blockquote type="cite" class="">Hello,<br class="">
</blockquote>
<br class="">
<blockquote type="cite" class="">in our ISP network setup we need to use one PD pool for multiple<br class="">
subnets (this PD pool belongs to one site router which handles<br class="">
mulitple VLANs - subnets). Is it possible / what's the correct way to<br class="">
do that?<br class="">
</blockquote>
<br class="">
<blockquote type="cite" class="">Thanks,<br class="">
Blažej<br class="">
--<br class="">
ISC funds the development of this software with paid support subscriptions.<br class="">
Contact us at <a href="https://www.isc.org/contact/" class="">https://www.isc.org/contact/</a> for more information.<br class="">
</blockquote>
<br class="">
<blockquote type="cite" class="">To unsubscribe visit <a href="https://lists.isc.org/mailman/listinfo/kea-users" class="">
https://lists.isc.org/mailman/listinfo/kea-users</a>.<br class="">
</blockquote>
<br class="">
<blockquote type="cite" class="">Kea-users mailing list<br class="">
<a href="mailto:Kea-users@lists.isc.org" class="">Kea-users@lists.isc.org</a><br class="">
https://lists.isc.org/mailman/listinfo/kea-users<br class="">
</blockquote>
-- <br class="">
ISC funds the development of this software with paid support subscriptions. Contact us at
<a href="https://www.isc.org/contact/" class="">https://www.isc.org/contact/</a> for more information.<br class="">
<br class="">
To unsubscribe visit <a href="https://lists.isc.org/mailman/listinfo/kea-users" class="">
https://lists.isc.org/mailman/listinfo/kea-users</a>.<br class="">
<br class="">
Kea-users mailing list<br class="">
<a href="mailto:Kea-users@lists.isc.org" class="">Kea-users@lists.isc.org</a><br class="">
https://lists.isc.org/mailman/listinfo/kea-users<br class="">
</div>
</div>
</blockquote>
</div>
<br class="">
</div>
</body>
</html>