These are Mac OS X bootp client identifiers, which are in the format:
"0,
ASCII bytes"
for what are DHCP clients that have supplied custom client IDs, or
"1,
MAC Address"
for those that have supplied just hardware NIC addresses.
So, 0,43:68:61:6e:67:65:5f:4d:65 is the interface that supplied the DHCP Client ID
Change_Me.
0,54:4d:73:65:72:76:65:7 is the is the interface that supplied the Client ID
TMserve followed by a ^G (or a digit got dropped from the post.)
1,0:17:f2:3:4b:5c is the NIC with the MAC address
00:17:F2:03:4B:5C.
The DHCP client identifier, for those who are curious, is specified in
RFC 2132 as option 61, and is configured on hosts in a variety of different ways, and also depends on whether the host is attempting to comply with
RFC 4361 or not.
Regardless, if you have machines sending a DHCP Client ID, it may have been modified by you or a previous user and you should clear it.
To quote Princeton University:
Most Common Reasons For a Mismatched DHCP Client Identifier
The most common reasons that a DHCP client will send a DHCP Client Identifier that differs from its hardware type and client hardware address include:
* Sometimes customers mistakenly enter text into the DHCP Client Identifier field in the device's network settings. This is easy to correct; clear that field entirely; it shouldn't even contain spaces.
Here's where that setting is located for some common platforms:
o Mac OS X 10.5: System Preferences -> Network -> Select network interface on left (e.g., Ethernet or AirPort) -> Advanced (button) -> DHCP Client ID
o MS Vista: Control Panel -> Network and Sharing Center -> Manage Network Connections -> Local Area Connection (right click) -> Properties -> Configure -> Advanced -> Locally Administered Address
o iPhone/iPod Touch: Settings -> WiFi -> network name (e.g. puwireless) -> Client ID
* Some HP printers send an mismatched DHCP Client Identifier due to an issue in the printer's DHCP client software. Instead of sending the DHCP Client Identifier by concatenating the hardware type (normally '01') and the hardware address, they generate the DHCP Client Identifier by concatenating '00' and the hardware address.
If the printer's DHCP client software can be reconfigured to stop sending any DHCP Client Identifier, you may choose to do that. Otherwise, reconfigure the printer so it doesn't rely on its DHCP client software.
* Enabling Microsoft "Remote Access Server" (RAS) feature can sometimes cause it to send requests with an unusual DHCP Client Identifier, which begin with 01 52 41 53 20.
Apparently, these are attempts by RAS to obtain additional IP addresses for potential dial-in clients. In nearly all cases, RAS was enabled by mistake; disabling it will resolve the issue.
* Running a virtual machine (VM) in such a way that the VM asks for its own DHCP lease with a unique DHCP Client Identifier will cause this problem.
* Some DHCP clients send a DHCP Client Identifier which contains an Identity Association Unique Identifier (IAID) followed by a DHCP Unique Identifier (DUID). In this case, the DHCP Client Identifier may begin with FF.
The DHCP client software may use terminology such as "enabling DUID" to refer to this behavior. In that case, reconfiguring the DHCP client software to "disable DUID" may cause the DHCP client to instead send the kind of DHCP Client Identifier we expect: a hardware type followed by a hardware address.
* A Sun Advanced Lights-Out Management (ALOM) card attempting to obtain DHCP service will construct a DHCP Client Identifier which begins with 00 53 55 4E 57 2C 53 43 3D.
Reconfigure the ALOM card so it doesn't rely on DHCP to obtain its IP address. Or if you had attached the ALOM card's Ethernet interface to the campus network in error, simply disconnect the ALOM card's Ethernet interface from the campus network.
http://www.net.princeton.edu/announcements/dhcp-cliid-must-match-chaddr.html