[Kea-users] Multiple Subnets on same VLAN

Peter Davies peterd at isc.org
Wed Nov 9 08:57:59 UTC 2022


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
peterd at isc.org
001 650-423-1460
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/kea-users/attachments/20221109/0af11f52/attachment.htm>


More information about the Kea-users mailing list