<div dir="ltr">Hi Peter, Thanks for responding. So, basically, I have these doubts <br>The client-class definition inside the pool was previously one line, now in the latest version. I see that the client class is a set of ArrayLists, so can we mention the comma-separated classes, <div>like let's say I have two pools configured in load balancing mode, where I want to associate pool-1 with clientclassPhones and pool-2 to associate with clientclassLaptop can we configure it like below </div><div> "pools": [<br>            {<br>                "client-classes": ["HA_dev-ipv4-stack-remote-20", "clientclassPhones"]<br>                "pool": "14.0.0.12-14.0.0.19"<br>            },<br>            {<br>                "client-classes": ["HA_kea-dhcp-21", "clientclassLaptop"]<br>                "pool": "14.0.0.2-14.0.0.9"<br>            }<br>        ],</div><div><br></div></div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">On Fri, Mar 20, 2026 at 4:36 PM Peter Davies <<a href="mailto:peterd@isc.org">peterd@isc.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Kraishak,<br>
    HA's Hub and Spoke configuration is designed to support multiple <br>
"hot-standby"<br>
HA relationships.<br>
<br>
If you attempt to define multiple "load-balancing" relationships, Kea <br>
will exit<br>
with the following message:<br>
<br>
“HA_CONFIGURATION_FAILED failed to configure High Availability hooks <br>
library: multiple HA relationships are only supported for 'hot-standby' <br>
mode”<br>
<br>
For configurations examples: see:<br>
<a href="https://kea.readthedocs.io/en/latest/arm/hooks.html#hub-and-spoke-configuration" rel="noreferrer" target="_blank">https://kea.readthedocs.io/en/latest/arm/hooks.html#hub-and-spoke-configuration</a><br>
<br>
/Peter<br>
<br>
-- <br>
Peter Davies<br>
Support Engineer<br>
<br>
-- <br>
ISC funds the development of this software with paid support subscriptions. Contact us at <a href="https://www.isc.org/contact/" rel="noreferrer" target="_blank">https://www.isc.org/contact/</a> for more information.<br>
<br>
To unsubscribe visit <a href="https://lists.isc.org/mailman/listinfo/kea-users.Kea-users@lists.isc.org" rel="noreferrer" target="_blank">https://lists.isc.org/mailman/listinfo/kea-users.<br>
Kea-users@lists.isc.org</a><br>
</blockquote></div>