<div dir="ltr">In the DHCPv6 server, is it possible to reserve an IP address via interface-id(18)?  I tried what I thought might work:<div><br></div><div>{<br>    "Dhcp6": {<br></div><div>        "reservations": [<br></div><div>            {<br>                "interface-id": "Gi0/0/1.240",<br>                "ip-addresses": [<br>                    "2001:0:2:8::abcd"<br>                ]<br>            }<br></div><div>        ]<br></div><div>    }<br>}<br></div><div><br></div><div>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?<br></div></div>