<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    I'm having trouble figuring out where this device gets its name.  My
    log statement:<br>
    <font color="#993300">on commit {<br>
              if static { set is-static = " --> STATIC"; } else { set
      is-static = "";}<br>
              log (   info,<br>
                      concat (<br>
                              "Host:", pick-first-value(option
      fqdn.hostname, option host-name, ddns-hostname, "(none)")<br>
                              ,"  VendorId:", pick-first-value(option
      vendor-class-identifier, "(none)")<br>
      #                       ,"  UserClass:", pick-first-value(option
      user-class, "(none)")<br>
                              ,"  MemberOf:",
      pick-first-value(member_of, "(none)")<br>
                              ,"  PoolType:",
      pick-first-value(pool-type, "(none)")<br>
                              ,"  Lease:",
      pick-first-value(binary-to-ascii(10,32,"",encode-int(lease-time,32)),
      "(none)")<br>
                              , is-static<br>
                      )<br>
              );<br>
      }</font><br>
    <br>
    And from my log file you can see a 'Host:(none)':<br>
    <font color="#993300"><tt>Sep 17 18:41:22 apinetstore dhcpd: fancy
        bits in fqdn option<br>
        Sep 17 18:41:22 apinetstore dhcpd: DHCPDISCOVER from
        00:20:4a:f3:c5:a7 (CF3C5A7) via lan10<br>
        Sep 17 18:41:23 apinetstore dhcpd: DHCPOFFER on 10.98.1.72 to
        00:20:4a:f3:c5:a7 via lan10<br>
        Sep 17 18:41:23 apinetstore dhcpd: fancy bits in fqdn option<br>
        Sep 17 18:41:23 apinetstore dhcpd: Host:(none)  VendorId:(none) 
        MemberOf:10.Microsoft  PoolType:10.Microsoft  Lease:21600<br>
        Sep 17 18:41:23 apinetstore dhcpd: DHCPREQUEST for 10.98.1.72
        (10.96.0.9) from 00:20:4a:f3:c5:a7 via lan10<br>
        Sep 17 18:41:23 apinetstore dhcpd: DHCPACK on 10.98.1.72 to
        00:20:4a:f3:c5:a7 via lan10</tt></font><br>
    <br>
    Where does the host name CF3C5A7 come from?<br>
    <br>
    TIA,<br>
    Bill<br>
    <br>
  </body>
</html>