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

perl-list perl-list at network1.net
Tue Jul 6 13:45:36 UTC 2021


In the DHCPv6 server, is it possible to reserve an IP address by 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?


More information about the Kea-users mailing list