[Kea-users] DHCPv6: Host reservation by interface-id (18)

SoupNazi izaNpuoS soupnazi34 at gmail.com
Thu Jul 1 18:50:37 UTC 2021


In the DHCPv6 server, is it possible to reserve an IP address via
interface-id(18)?  I tried what I thought might work:

{
    "Dhcp6": {
        "reservations": [
            {
                "interface-id": "Gi0/0/1.240",
                "ip-addresses": [
                    "2001:0:2:8::abcd"
                ]
            }
        ]
    }
}

It produced the error message: got unexpected keyword "interface-id" in
reservations map.  The documentation seems to indicate it is only possible
to make host reservations via duid or hw-address.  Is that the current
state?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/kea-users/attachments/20210701/98c0b181/attachment.htm>


More information about the Kea-users mailing list