<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 9/17/2014 8:03 PM, Jason Hellenthal
      wrote:<br>
    </div>
    <blockquote
      cite="mid:06AD6CB5-7908-41E1-8B9B-7294F9818D16@dataix.net"
      type="cite">
      <meta http-equiv="content-type" content="text/html;
        charset=ISO-8859-1">
      <div>The MAC address of the hosts adapter... Take look at the last
        line of your log file and compare the two.<br>
        <br>
        <span style="background-color: rgba(255, 255, 255, 0);">-- </span>
        <div><span style="background-color: rgba(255, 255, 255, 0);"> Jason
            Hellenthal</span></div>
        <div><span style="background-color: rgba(255, 255, 255, 0);"> Mobile: +1
            (616) 953-0176</span></div>
        <div><span style="background-color: rgba(255, 255, 255, 0);"> <a
              moz-do-not-send="true"
              href="mailto:jhellenthal@DataIX.net">jhellenthal@DataIX.net</a></span></div>
        <div><span style="background-color: rgba(255, 255, 255, 0);"> JJH48-ARIN</span></div>
      </div>
      <div><br>
        On Sep 17, 2014, at 18:59, Bill Shirley <<a
          moz-do-not-send="true"
          href="mailto:Bill@Henagar.PolymerIndustries.biz">Bill@Henagar.PolymerIndustries.biz</a>>
        wrote:<br>
        <br>
      </div>
      <blockquote type="cite">
        <div>
          <meta http-equiv="content-type" content="text/html;
            charset=ISO-8859-1">
          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>
        </div>
      </blockquote>
      <blockquote type="cite">
        <div><span>_______________________________________________</span><br>
          <span>dhcp-users mailing list</span><br>
          <span><a moz-do-not-send="true"
              href="mailto:dhcp-users@lists.isc.org">dhcp-users@lists.isc.org</a></span><br>
          <span><a moz-do-not-send="true"
              href="https://lists.isc.org/mailman/listinfo/dhcp-users">https://lists.isc.org/mailman/listinfo/dhcp-users</a></span></div>
      </blockquote>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
dhcp-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:dhcp-users@lists.isc.org">dhcp-users@lists.isc.org</a>
<a class="moz-txt-link-freetext" href="https://lists.isc.org/mailman/listinfo/dhcp-users">https://lists.isc.org/mailman/listinfo/dhcp-users</a></pre>
    </blockquote>
    <br>
    <tt>Yes, the name </tt><font color="#993300"><tt>CF3C5A7<font
          color="#000000"> contains the last four digits of the MAC
          address.  I still don't understand how this device got its
          name nor why it's not reported in the log statement.<br>
          <br>
          Bill<br>
          <br>
        </font></tt></font>
  </body>
</html>