Hi Kris,

 Have you tried the following type configuration?

"shared-networks": [
   {
   "name": "SharedPop1",
   "relay": { "ip-addresses": ["10.255.0.1"] },
   "subnet4": [ {   // VLAN 1113 -  Node
                "subnet": "10.0.0.0/24",
                "pools": [ { "pool": "10.0.0.4 – 10.0.0.254" } ],
                "option-data": [ { "name": "routers", "data": "10.0.0.1" } ] },
            { // VLAN 1113 - Node 2nd Subnet
                "subnet": "10.0.1.0/24",
                "pools": [ { "pool": "10.0.1.4 – 10.0.1.254" } ],
                "option-data": [ { "name": "routers", "data": "10.0.1.1" } ] } ]
         },
   "name": "SharedPop2",
   "relay": { "ip-addresses": ["10.255.0.2"] },
   "subnet4": [ {   // VLAN 1113 -  Node
                "subnet": "10.0.2.0/24",
                "pools": [ { "pool": "10.0.2.4 – 10.0.2.254" } ],
                "option-data": [ { "name": "routers", "data": "10.0.2.1" } ] },
            { // VLAN 1113 - Node 2nd Subnet
                "subnet": "10.0.3.0/24",
                "pools": [ { "pool": "10.0.3.4 – 10.0.3.254" } ],
                "option-data": [ { "name": "routers", "data": "10.0.3.1" } ] } ]
         },
   "name": "SharedPop3",
   "relay": { "ip-addresses": ["10.255.0.3"] },
   "subnet4": [ {   // VLAN 1113 -  Node
                "subnet": "10.0.4.0/24",
                "pools": [ { "pool": "10.0.4.4 – 10.0.4.254" } ],
                "option-data": [ { "name": "routers", "data": "10.0.4.1" } ] },
            { // VLAN 1113 - Node 2nd Subnet
                "subnet": "10.0.5.0/24",
                "pools": [ { "pool": "10.0.5.4 – 10.0.5.254" } ],
                "option-data": [ { "name": "routers", "data": "10.0.5.1" } ] } ]
         }
       ],
....

Kind Regards Peter

On 31/10/2022 20.28, Kris Emsoff wrote:

        "shared-networks": [

          {

            "name": "SharedPop",

            "relay": { "ip-addresses": ["X.X.X.1"] },

          "subnet4": [

//            {

--
Peter Davies
Support Engineer
Internet Systems Corporation
[email protected]
001 650-423-1460
-- 
ISC funds the development of this software with paid support subscriptions. 
Contact us at https://www.isc.org/contact/ for more information.

To unsubscribe visit https://lists.isc.org/mailman/listinfo/kea-users.

Kea-users mailing list
[email protected]
https://lists.isc.org/mailman/listinfo/kea-users

Reply via email to