[Kea-users] need to use circuit-id in option

DDFR | Ronald Blaas ronald.blaas at ddfr.nl
Wed Mar 5 09:04:17 UTC 2025


Hi all,

We recently switch a subnet from isc-dhcp to isc-kea

There is one thing where I am unable to succeed.

We need to sent some options to a device but ISC-DHCP is using concat and I am unsure how to apply this is kea

This is the relevant part:

If substring (option host-name, 0, 6) = "geneos" {
        option genexis.gaps = concat("s=xx.xx.xx.xx;c=", option agent.circuit-id);



What I have so far is:


      {

                    "name": "gaps",
                    "space": "vendor-25167",
                    "data": "s=xx.xx.xx.xx",
                    "always-send": true
              }


I could use some help getting the circuit id in the data field.


Kind regards


Ronald
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/kea-users/attachments/20250305/d4058d8e/attachment-0001.htm>


More information about the Kea-users mailing list