[Kea-users] Option82 with different versions of KEA

Batuhan BAKIP bakip at itu.edu.tr
Wed May 30 09:27:13 UTC 2018


Hi,

 

That's my configuration for option82, it is running on Kea version as 1.1.0
but it does not run Kea version as 1.3.0.

 

I look logs "reason: subnet with the prefix of '10.0.1.0/24' already
exists", yes it is true but same configuration is running on kea version
1.1.0. How to do same job on version 1.3.0?

 

...

...

"client-classes": [

        {

                "name": "vlan300",

                "option-data": [

                        {

                                "name": "routers",

                                "data": "10.0.1.1"

                        }

                ]

        },

        {

                "name": "abc",

                "test": "substring(relay4[2].hex,2,4) == 0x1a2b3c4d and
substring(relay4[1].hex,2,4) == 0x012C0115"

        },

        {

                "name": "def",

                "test": "substring(relay4[2].hex,2,4) == 0x4a3b2c1d and
substring(relay4[1].hex,2,4) == 0x012C0101"

        },

        {

                "name": "ghj",

                "test": "substring(relay4[2].hex,2,4) == 0xd1c2b3a4 and
substring(relay4[1].hex,2,4) == 0x012C0101"

        }

],

"subnet4": [

    {"subnet": "10.0.1.0/24", "client-class": "abc", "reservations":
[{"ip-address": "10.0.1.32", "circuit-id": "00:04:01:2C:01:15",
"client-classes": ["vlan300"] }]},

    {"subnet": "10.0.1.0/24", "client-class": "def", "reservations":
[{"ip-address": "10.0.1.21", "circuit-id": "00:04:01:2C:01:01",
"client-classes": ["vlan300"] }]},

    {"subnet": "10.0.1.0/24", "client-class": "ghj", "reservations":
[{"ip-address": "10.0.1.11", "circuit-id": "00:04:01:2C:01:01",
"client-classes": ["vlan300"] }]}

]

}

...

...

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/kea-users/attachments/20180530/c78cdf64/attachment.htm>


More information about the Kea-users mailing list