I have am testing a device on my network which has this lease assigned:
lease 192.168.110.85 {
starts 3 2022/07/20 16:12:37;
ends 3 2022/07/20 16:22:37;
cltt 3 2022/07/20 16:12:37;
binding state active;
next binding state free;
rewind binding state free;
hardware ethernet a4:06:e9:10:95:64;
uid "\001\244\006\351\020\225d";
}
The device is not functioning well on the production network. I am trying get any information I can.
But I cannot decode the UID "\001\244\006\351\020\225d".
According to the DHCP manual this should be a hex string, other sources state it is octal (which it isn't). If it is a hex string, how should I interpret the bytes?
The DHCP server is isc-dhcp running on a linux platform.