I have some new devices that are not sending a vendor-class-identifier/vendor-string , but it is sending a fairly standard (and not configurable) client-hostname.<br><br>I've tried creating a class matching on hostname (and googling for the same) but it's not matching, here are the relevant bits, from dhcpd.conf (client-hostname isn't a valid option for classes, apparently):<br>
<br> class "sunilom" {<br> match if substring (option host-name,0,6)= "SUNSP00";<br>}<br><br>current lease entry:<br>lease <a href="http://172.20.100.246">172.20.100.246</a> {<br>  starts 4 2008/02/21 17:56:21;<br>
  ends 4 2008/02/21 19:56:21;<br>  tstp 4 2008/02/21 19:56:21;<br>  binding state active;<br>  next binding state free;<br>  hardware ethernet 00:14:4f:a6:6c:bf;<br>  client-hostname "SUNSP00144FA77CBE";<br>}<br>
<br><br>thanks for any tips...<br><br>