<div dir="ltr"><div><div><div><div><div>Hi, <br><br></div>I have setup a DHCPv6 relay which forwards the DHCPv6 request to my ISC DHCPv6 server version 4.3.1 running on Centos 6.6.<br><br></div><div>The DHCPv6 server leases an address successfully to the client. <br><br></div>I have confirmed by using wireshark that the DHCPv6 Relay includes the Option 79 (Client Link-Layer Address) defined in RFC6939 in its Relay-Forward messages.<br><br></div><div>I want to log the MAC address of the client by using the dhcp6.client-linklayer-addr which seems to be implemented in this version of ISC DHCP (I am saying "it seems" because it is included here:<a href="https://deepthought.isc.org/article/AA-01112/0/Newly-Pre-defined-Options-in-DHCP-4.3.html">https://deepthought.isc.org/article/AA-01112/0/Newly-Pre-defined-Options-in-DHCP-4.3.html</a> but not in the official documentation).<br><br></div>In my dhcpd.conf I have tried several configurations, including the one described here:<br><a href="https://www.mail-archive.com/dhcp-users@lists.isc.org/msg00622.html">https://www.mail-archive.com/dhcp-users@lists.isc.org/msg00622.html</a><br></div>that is:<br><pre>if (exists dhcp6.client-linklayer-addr) {
log(info,"option dhcp6.client-linklayer-addr present");
} else {
log(info,"option dhcp6.client-linklayer-addr not present");
}<br></pre><pre></pre>but I also get <br><br><pre>dhcpd: option dhcp6.client-linklayer-addr not present<br></pre>Does anyone know if this option is implemented indeed and if so, what I am possibly missing? Any suggestions?<br><br></div>Thanks<br><br>Antonios<br></div>