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?
_______________________________________________
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