What format DUID accept ROS DHCPv6 server? Tested with version 5.14 and 5.9
I have CPE with wide-dhcp6 client, DUID file content is 00:03:00:06:00:27:22:39:E5:B7 (DUID Based on Link-layer Address [DUID-LL]). But ROS isn't working:
echo: dhcp,debug,packet recv server1 fe80::227:22ff:fe39:e5b7 -> ff02::1:2
echo: dhcp,debug,packet solicit
echo: dhcp,debug,packet transaction-id: f0fbfa
echo: dhcp,debug,packet -> clientid: 000600
echo: dhcp,debug,packet -> elapsed_time: 386
echo: dhcp,debug,packet -> ia_pd:
echo: dhcp,debug,packet t1: 0
echo: dhcp,debug,packet t2: 0
echo: dhcp,debug,packet id: 0x0
echo: dhcp,debug bad client DUID
If duid file content is only 00:06:00:27:22:39:E5:B7, ROS debug message:
echo: dhcp,debug,packet recv server1 fe80::227:22ff:fe39:e5b7 -> ff02::1:2
echo: dhcp,debug,packet solicit
echo: dhcp,debug,packet transaction-id: 28a7ad
echo: dhcp,debug,packet -> clientid: 00272239 e5b7
echo: dhcp,debug,packet -> elapsed_time: 0
echo: dhcp,debug,packet -> ia_pd:
echo: dhcp,debug,packet t1: 0
echo: dhcp,debug,packet t2: 0
echo: dhcp,debug,packet id: 0x0
echo: dhcp,debug bad client DUID
Thanks.