1. dhcpAddressState

    This stores information about the current binding-status of an address. For dynamic addresses managed by DHCP the values should be restricted to the following: "FREE" "ACTIVE" "EXPIRED" "RELEASED" "RESET" "ABANDONED" "BACKUP". For other addresses it SHOULD be one of the following: "UNKNOWN" "RESERVED" (an address that is managed by DHCP that is reserved for a specific client) "RESERVED-ACTIVE" (same as reserved but address is currently in use) "ASSIGNED" (assigned manually or by some other mechanism) "UNASSIGNED" "NOTASSIGNABLE".

    read more
  2. dhcpAssignedHostName

    This is the actual hostname that was assigned to a client. It may not be the name that was requested by the client. The fully qualified domain name can be determined by appending the value of "dhcpDomainName" (with a dot separator) to this name.

    read more
  3. dhcpClassData

    Encoded text string or list of bytes expressed in hexadecimal separated by colons. Clients match subclasses based on matching the class data with the results of match or spawn with statements in the class name declarations.

    read more
  4. dhcpDomainName

    This is the name of the domain sent to the client by the server. It is essentially the same as the value for DHCP option 15 sent to the client and represents only the domain - not the full FQDN. To obtain the full FQDN assigned to the client you must prepend the "dhcpAssignedHostName" to this value with a ".".

    read more

links

social