DLINKSW-DHCP-SERVER-MIB: View SNMP OID List / Download MIB

VENDOR: D-LINK


 Home MIB: DLINKSW-DHCP-SERVER-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 dlinkSwDhcpServerMIB 1.3.6.1.4.1.171.14.39
The MIB module for managing DHCP Server.
       dDhcpServerMIBNotifications 1.3.6.1.4.1.171.14.39.0
       dDhcpServerMIBObjects 1.3.6.1.4.1.171.14.39.1
           dDhcpServerGblCfg 1.3.6.1.4.1.171.14.39.1.1
               dDhcpServiceEnabled 1.3.6.1.4.1.171.14.39.1.1.1 truthvalue read-write
This object enables/disables the DHCP server and relay service on the device.
               dDhcpServerPingPktNumber 1.3.6.1.4.1.171.14.39.1.1.2 unsigned32 read-write
This object specifies the number of PING packets the DHCP server sends to an IP address before assigning this address to a requesting client. Setting this object to 0 will disable the PING operation.
               dDhcpServerPingTimeOut 1.3.6.1.4.1.171.14.39.1.1.3 unsigned32 read-write
This object specifies the amount of time in millisecond the DHCP server must wait before timing out a ping packet. The specified value should be multiple of 100.
               dDhcpSExcludedAddressTable 1.3.6.1.4.1.171.14.39.1.1.4 no-access
A list of configurations about a range of IP addresses that the DHCP server should not assign to DHCP client.
                   dDhcpSExcludedAddressEntry 1.3.6.1.4.1.171.14.39.1.1.4.1 no-access
An entry contaning information about an IP address range that the DHCP server should not assign to DHCP client.
                       dDhcpSExcludedAddressVrfName 1.3.6.1.4.1.171.14.39.1.1.4.1.1 displaystring no-access
The name of virtual routing and forwarding (VRF). When the VRF is not specified (zero length string), the corresponding configuration is used for global address space.
                       dDhcpSExcludedAddressBeginAddr 1.3.6.1.4.1.171.14.39.1.1.4.1.2 ipaddress no-access
The first address of this address range.
                       dDhcpSExcludedAddressEndAddr 1.3.6.1.4.1.171.14.39.1.1.4.1.3 ipaddress no-access
The last address of this address range.
                       dDhcpSExcludedAddressRowStatus 1.3.6.1.4.1.171.14.39.1.1.4.1.99 rowstatus read-only
The status of this conceptual row.
           dDhcpServerClass 1.3.6.1.4.1.171.14.39.1.2
               dDhcpServerUseClassEnabled 1.3.6.1.4.1.171.14.39.1.2.1 truthvalue read-write
This object enables/disables the DHCP server to use DHCP classes during address allocation or use DHCP classes option to locate the addresses.
               dDhcpSClassTable 1.3.6.1.4.1.171.14.39.1.2.2 no-access
A list of classes for DHCP server. This table is used to create and delete DHCP class.
                   dDhcpSClassEntry 1.3.6.1.4.1.171.14.39.1.2.2.1 no-access
An entry in DHCP class table contaning objects for creating or deleting a class for the DHCP server or relay.
                       dDhcpSClassName 1.3.6.1.4.1.171.14.39.1.2.2.1.1 displaystring no-access
This object indicates the class name of the corresponding entry.
                       dDhcpSClassRowStatus 1.3.6.1.4.1.171.14.39.1.2.2.1.99 rowstatus read-only
This object is used to create new rows in this table and to delete existing rows.
               dDhcpSClassOptionTable 1.3.6.1.4.1.171.14.39.1.2.3 no-access
A list of DHCP option configuratoins for DHCP Relay and Server classes.
                   dDhcpSClassOptionEntry 1.3.6.1.4.1.171.14.39.1.2.3.1 no-access
An entry contains a DHCP option configuration of a DHCP class.
                       dDhcpSClassOptionCode 1.3.6.1.4.1.171.14.39.1.2.3.1.1 integer no-access
This object indicates the DHCP option code. The list of supported option code is project dependent. The following are some common used option codes: 60: vendor class identifier; 61: Client identifier; 77: user class; 82: Relay agent information option; 124: vendor-identifying vendor class; 125: vendor-identifying vendor-specific information.
                       dDhcpSClassOptionPatternValue 1.3.6.1.4.1.171.14.39.1.2.3.1.2 octet string no-access
This object indicates the pattern of the corresponding DHCP option. Multiple option patterns can be specified for a DHCP class.
                       dDhcpSClassOptionWildcardMatch 1.3.6.1.4.1.171.14.39.1.2.3.1.3 truthvalue no-access
This object indicates whether matching the remaining bits of the option. A value of 'false' means the bit length of dDhcpSClassOptionPatternValue should be the same as bit length of the option.
                       dDhcpSClassOptionMaskValue 1.3.6.1.4.1.171.14.39.1.2.3.1.4 octet string no-access
This object indicates the hex bit mask for masking of the dDhcpSClassOptionPatternValue. The masked pattern bits will be matched. The masked pattern of every octet only supports: '00'H - indicates the corresponding octet will not be checked. 'FF'H - indicates the corresponding input octet must be same as the value of dDhcpSClassOptionPatternValue. If this object is a zero length string means the mask is not specified, all octets specified by dDhcpSClassOptionPatternValue will be checked.
                       dDhcpSClassOptionRowStatus 1.3.6.1.4.1.171.14.39.1.2.3.1.99 rowstatus read-only
The status of this conceptual row.
           dDhcpServerPoolMgmt 1.3.6.1.4.1.171.14.39.1.3
               dDhcpSPoolTable 1.3.6.1.4.1.171.14.39.1.3.1 no-access
This table is used to create and delete DHCP pool.
                   dDhcpSPoolEntry 1.3.6.1.4.1.171.14.39.1.3.1.1 no-access
An entry in DHCP Pool table contaning objects for creating or deleting a global pool for the DHCP server or relay.
                       dDhcpSPoolName 1.3.6.1.4.1.171.14.39.1.3.1.1.1 displaystring no-access
This object indicates the DHCP pool name of the corresponding entry.
                       dDhcpSPoolRowStatus 1.3.6.1.4.1.171.14.39.1.3.1.1.99 rowstatus read-only
This object is used to create new rows in this table and to delete existing rows.
               dDhcpSPoolCfgTable 1.3.6.1.4.1.171.14.39.1.3.2 no-access
A list of DHCP server pool informations.
                   dDhcpSPoolCfgEntry 1.3.6.1.4.1.171.14.39.1.3.2.1 no-access
An entry contaning DHCP server pool information.
                       dDhcpSPoolCfgDomainName 1.3.6.1.4.1.171.14.39.1.3.2.1.1 displaystring read-only
The domain name for the client if the server allocates the address for the client from this pool.
                       dDhcpSPoolCfgNetBIOSNodeType 1.3.6.1.4.1.171.14.39.1.3.2.1.2 integer read-only
The NetBIOS node type for a Microsoft DHCP client. The value 'notSpecified' indicates NetBIOS node type is not configured for the corresponding entry. Enumeration: 'broadcast': 1, 'peertopeer': 2, 'notSpecified': 0, 'mixed': 3, 'hybid': 4.
                       dDhcpSPoolCfgLeaseState 1.3.6.1.4.1.171.14.39.1.3.2.1.3 integer read-only
The pool lease state. When configured to 'infinite', the following objects: dDhcpSPoolCfgLeaseDay, dDhcpSPoolCfgLeaseHour and dDhcpSPoolCfgLeaseMinute will be reverted to default value and not be used for lease time. Enumeration: 'predefined': 1, 'infinite': 2.
                       dDhcpSPoolCfgLeaseDay 1.3.6.1.4.1.171.14.39.1.3.2.1.4 integer read-only
This object indicates the number of days for the duration of lease.
                       dDhcpSPoolCfgLeaseHour 1.3.6.1.4.1.171.14.39.1.3.2.1.5 integer read-only
This object indicates the number of hours for the duration of lease.
                       dDhcpSPoolCfgLeaseMinute 1.3.6.1.4.1.171.14.39.1.3.2.1.6 integer read-only
This object indicates the number of minutes for the duration of lease.
                       dDhcpSPoolCfgBootFile 1.3.6.1.4.1.171.14.39.1.3.2.1.7 displaystring read-only
This object indicates the name of the file that is used as a boot image.
                       dDhcpSPoolCfgNextServer 1.3.6.1.4.1.171.14.39.1.3.2.1.8 ipaddress read-only
This object indicates the next server to be used in the DHCP client boot process. The server is typically a TFTP server. A length of zero indicates the next server is unspecified.
                       dDhcpSPoolCfgVrfName 1.3.6.1.4.1.171.14.39.1.3.2.1.9 displaystring read-only
This object is used to configure the VRF for DHCP pool. The zero length string means the VRF name is not specified.
               dDhcpSPoolAddrAllocTable 1.3.6.1.4.1.171.14.39.1.3.3 no-access
A list of information indicates the address allocation for DHCP server.
                   dDhcpSPoolAddrAllocEntry 1.3.6.1.4.1.171.14.39.1.3.3.1 no-access
An entry contaning the network configuration for DHCP pool.
                       dDhcpSPoolAddrAllocNetwork 1.3.6.1.4.1.171.14.39.1.3.3.1.1 ipaddress no-access
The network address of the corresponding entry. The number of network configuration can be supported in a pool is project dependent.
                       dDhcpSPoolAddrAllocNetworkMask 1.3.6.1.4.1.171.14.39.1.3.3.1.2 ipaddress read-only
The network address mask of the corresponding entry.
                       dDhcpSPoolAddrAllocRowStatus 1.3.6.1.4.1.171.14.39.1.3.3.1.99 rowstatus read-only
The status of this conceptual row.
               dDhcpSPoolManualBindTable 1.3.6.1.4.1.171.14.39.1.3.4 no-access
A list of information indicates the manual binding information for DHCP pool.
                   dDhcpSPoolManualBindEntry 1.3.6.1.4.1.171.14.39.1.3.4.1 no-access
An entry contaning the manual binding information for DHCP pool.
                       dDhcpSPoolManualBindHostIp 1.3.6.1.4.1.171.14.39.1.3.4.1.1 ipaddress read-only
This object indicates the IP address of the manual binding entry in a DHCP address pool. The user cannot configure the manual binding entry in the address pool that has been configured with network.
                       dDhcpSPoolManualBindHostIpMask 1.3.6.1.4.1.171.14.39.1.3.4.1.2 ipaddress read-only
This object indicates the mask the network part of the host address.
                       dDhcpSPoolManualBindHAddr 1.3.6.1.4.1.171.14.39.1.3.4.1.3 macaddress read-only
This object indicates the hardware address of the manual binding entry in a DHCP address pool.
                       dDhcpSPoolManualBindClientId 1.3.6.1.4.1.171.14.39.1.3.4.1.4 octet string read-only
This object indicates DHCP client ID of the manual binding entry in a DHCP address pool.
                       dDhcpSPoolManualBindRowStatus 1.3.6.1.4.1.171.14.39.1.3.4.1.99 rowstatus read-only
The status of this conceptual row.
               dDhcpSPoolClassAddrTable 1.3.6.1.4.1.171.14.39.1.3.5 no-access
A table contains address range configuration of a DHCP pool class.
                   dDhcpSPoolClassAddrEntry 1.3.6.1.4.1.171.14.39.1.3.5.1 no-access
By using DHCP class, DHCP server using option configuration to further determine which IP addresses to allocate to clients. The first two index elements identify the pool class to which this address range belongs.
                       dDhcpSPoolClassAddrBeginAddr 1.3.6.1.4.1.171.14.39.1.3.5.1.1 ipaddress no-access
The start address of this class address range. A special address 0.0.0.0 indicates there is no address range is configured for this pool class. When a valid address range is configured, the entry of 0.0.0.0 will be removed.
                       dDhcpSPoolClassAddrEndAddr 1.3.6.1.4.1.171.14.39.1.3.5.1.2 ipaddress no-access
The end address of this class address range.
                       dDhcpSPoolClassAddrRowStatus 1.3.6.1.4.1.171.14.39.1.3.5.1.99 rowstatus read-only
The status of this conceptual row.
               dDhcpSPoolOptionTable 1.3.6.1.4.1.171.14.39.1.3.6 no-access
A list of option configurations for DHCP pools.
                   dDhcpSPoolOptionEntry 1.3.6.1.4.1.171.14.39.1.3.6.1 no-access
An entry contaning a DHCP option configuration of a DHCP class.
                       dDhcpSPoolOptionCode 1.3.6.1.4.1.171.14.39.1.3.6.1.1 integer no-access
This object indicates the code of DHCP option. Some options can be configured by other objects (e.g. option 1 which is used to configure Subnet Mask can be configured by dDhcpSPoolAddrAllocEntry and then should not be configured by this object.
                       dDhcpSPoolOptionType 1.3.6.1.4.1.171.14.39.1.3.6.1.2 integer read-only
This object indicates the type of dDhcpSPoolOptionValue. string(1): The type of option value is character string. hex(2) : The type of option value is hexadecimal string. ip(3) : The type of option value is IP list. Enumeration: 'ip': 3, 'hex': 2, 'string': 1.
                       dDhcpSPoolOptionValue 1.3.6.1.4.1.171.14.39.1.3.6.1.3 displaystring read-only
This object indicates the value of the corresponding DHCP option.
                       dDhcpSPoolOptionRowStatus 1.3.6.1.4.1.171.14.39.1.3.6.1.99 rowstatus read-only
The status of this conceptual row.
               dDhcpSPoolDefaultRouterTable 1.3.6.1.4.1.171.14.39.1.3.7 no-access
A list of default router IP configuration for DHCP client.
                   dDhcpSPoolDefaultRouterEntry 1.3.6.1.4.1.171.14.39.1.3.7.1 no-access
An entry contaning default router configuration.
                       dDhcpSPoolDefaultRouterIndex 1.3.6.1.4.1.171.14.39.1.3.7.1.1 unsigned32 no-access
The default router index.
                       dDhcpSPoolDefaultRouterAddr 1.3.6.1.4.1.171.14.39.1.3.7.1.2 ipaddress read-only
The address of the default router.
                       dDhcpSPoolDefaultRouterRowStatus 1.3.6.1.4.1.171.14.39.1.3.7.1.99 rowstatus read-only
The status of this conceptual row.
               dDhcpSPoolDnsServerTable 1.3.6.1.4.1.171.14.39.1.3.8 no-access
A list of DNS server configurations.
                   dDhcpSPoolDnsServerEntry 1.3.6.1.4.1.171.14.39.1.3.8.1 no-access
An entry containing DNS server configuration for DHCP pool.
                       dDhcpSPoolDnsServerIndex 1.3.6.1.4.1.171.14.39.1.3.8.1.1 unsigned32 no-access
The DNS server index.
                       dDhcpSPoolDnsServerAddr 1.3.6.1.4.1.171.14.39.1.3.8.1.2 ipaddress read-only
The address of the DNS server.
                       dDhcpSPoolDnsServerRowStatus 1.3.6.1.4.1.171.14.39.1.3.8.1.99 rowstatus read-only
The status of this conceptual row.
               dDhcpSPoolWinsServerTable 1.3.6.1.4.1.171.14.39.1.3.9 no-access
A list of WINS (Windows Internet Name Service) server configurations.
                   dDhcpSPoolWinsServerEntry 1.3.6.1.4.1.171.14.39.1.3.9.1 no-access
An entry containing WINS server configuration.
                       dDhcpSPoolWinsServerIndex 1.3.6.1.4.1.171.14.39.1.3.9.1.1 unsigned32 no-access
The index of this WINS server.
                       dDhcpSPoolWinsServerAddr 1.3.6.1.4.1.171.14.39.1.3.9.1.2 ipaddress read-only
The address of the WINS server.
                       dDhcpSPoolWinsServerRowStatus 1.3.6.1.4.1.171.14.39.1.3.9.1.99 rowstatus read-only
The status of this conceptual row.
           dDhcpServerInfo 1.3.6.1.4.1.171.14.39.1.4
               dDhcpServerPktStatistics 1.3.6.1.4.1.171.14.39.1.4.1
                   dDhcpServerClearStatistics 1.3.6.1.4.1.171.14.39.1.4.1.1 integer read-write
This object is used to reset all DHCP server counters when set to 'clear'. No action is taken if this object is set to 'noOp'. When read, the value 'noOp' is returned. Enumeration: 'clear': 1, 'noOp': 2.
                   dDhcpServerRecvBootRequest 1.3.6.1.4.1.171.14.39.1.4.1.2 counter64 read-only
The total number of received BootRequest packets.
                   dDhcpServerRecvMalformedPkt 1.3.6.1.4.1.171.14.39.1.4.1.3 counter64 read-only
The total number of received malformed packets.
                   dDhcpServerRecvRenewPkt 1.3.6.1.4.1.171.14.39.1.4.1.4 counter64 read-only
The total number of received packets used to extend leases.
                   dDhcpServerRecvDiscover 1.3.6.1.4.1.171.14.39.1.4.1.5 counter64 read-only
The total number of received DHCPDISCOVER packets.
                   dDhcpServerRecvRequest 1.3.6.1.4.1.171.14.39.1.4.1.6 counter64 read-only
The total number of received DHCPREQUEST packets.
                   dDhcpServerRecvDecline 1.3.6.1.4.1.171.14.39.1.4.1.7 counter64 read-only
The total number of received DHCPDECLINE packets.
                   dDhcpServerRecvRelease 1.3.6.1.4.1.171.14.39.1.4.1.8 counter64 read-only
The total number of received DHCPRELEASE packets.
                   dDhcpServerRecvInform 1.3.6.1.4.1.171.14.39.1.4.1.9 counter64 read-only
The total number of received DHCPRINFORM packets.
                   dDhcpServerSendBootReply 1.3.6.1.4.1.171.14.39.1.4.1.10 counter64 read-only
The total number of sent BootReply packets.
                   dDhcpServerSendOffer 1.3.6.1.4.1.171.14.39.1.4.1.11 counter64 read-only
The total number of sent DHCPOFFER packets.
                   dDhcpServerSendAck 1.3.6.1.4.1.171.14.39.1.4.1.12 counter64 read-only
The total number of sent DHCPACK packets.
                   dDhcpServerSendNak 1.3.6.1.4.1.171.14.39.1.4.1.13 counter64 read-only
The total number of sent DHCPNAK packets.
               dDhcpServerBindingTable 1.3.6.1.4.1.171.14.39.1.4.2 no-access
A list of information regarding binding information of a pool of IP addresses.
                   dDhcpServerBindingEntry 1.3.6.1.4.1.171.14.39.1.4.2.1 no-access
An address binding entry.
                       dDhcpServerBindingVrfName 1.3.6.1.4.1.171.14.39.1.4.2.1.1 displaystring no-access
The name of virtual routing and forwarding(VRF). If this object is a zero length string, the corresponding entry is for global routing and forwarding space.
                       dDhcpServerBindingIpAddress 1.3.6.1.4.1.171.14.39.1.4.2.1.2 ipaddress no-access
This object indicates the IP address which has been assigned to a specified client.
                       dDhcpSBindingHwAddrOrClientId 1.3.6.1.4.1.171.14.39.1.4.2.1.3 octet string read-only
This object indicates the hardware address or client identifier of the DHCP client. The first octet of this object contains the hardware type of the DHCP client. The remaining octets contain the hardware address of the client. If the first octet is 0 (zero) indicates the remaining octets contain other than a hardware address. For more information about the client identifier, please see RFC 2132, DHCP Options and BOOTP Vendor Extensions, section 9.14.
                       dDhcpServerBindingState 1.3.6.1.4.1.171.14.39.1.4.2.1.4 integer read-only
The state of this binding. Enumeration: 'manual': 1, 'automatic': 2, 'bootp': 4, 'offering': 3.
                       dDhcpServerBindingLeaseExpire 1.3.6.1.4.1.171.14.39.1.4.2.1.5 dateandtime read-only
This object indicates the expiration of the lease expiration time of the binding entry. The special value of all '00'Hs indicates that the lease will never be expired (infinite).
                       dDhcpServerBindingClear 1.3.6.1.4.1.171.14.39.1.4.2.1.6 integer read-write
This object is used to clear this entry. No action is taken if this object is set to 'noOp'. The value of this object when read is always 'noOp'. Enumeration: 'clear': 2, 'noOp': 1.
               dDhcpSConflictIpTable 1.3.6.1.4.1.171.14.39.1.4.3 no-access
A list of conflict IP addresses while DHCP Server attempts to assign the IP address to client.
                   dDhcpSConflictIpEntry 1.3.6.1.4.1.171.14.39.1.4.3.1 no-access
A DHCP address conflict means a duplication of use of the same IP address by two hosts.
                       dDhcpSConflictIpVrfName 1.3.6.1.4.1.171.14.39.1.4.3.1.1 displaystring no-access
The name of virtual routing and forwarding (VRF). If this object is zero length string, the corresponding entry is for global routing and forwarding space.
                       dDhcpSConflictIpAddr 1.3.6.1.4.1.171.14.39.1.4.3.1.2 ipaddress no-access
This object indicates the IP address which is duplicated and used by more than one host.
                       dDhcpSConflictIpDetectMethod 1.3.6.1.4.1.171.14.39.1.4.3.1.3 integer read-only
The server detects conflicts using ping. The client detects conflicts using gratuitous Address Resolution Protocol (ARP). Enumeration: 'ping': 1, 'gratuitousArp': 2.
                       dDhcpSConflictIpDetectTime 1.3.6.1.4.1.171.14.39.1.4.3.1.4 dateandtime read-only
The time at which a DHCP address conflict detected.
                       dDhcpSConflictIpClear 1.3.6.1.4.1.171.14.39.1.4.3.1.5 integer read-write
This object is used to clear this entry. No action is taken if this object is set to 'noOp'. The value of this object when read is always 'noOp'. Enumeration: 'clear': 2, 'noOp': 1.
       dDhcpServerMIBConformance 1.3.6.1.4.1.171.14.39.2
           dDhcpServerCompliances 1.3.6.1.4.1.171.14.39.2.1
               dDhcpServerCompliance 1.3.6.1.4.1.171.14.39.2.1.1
The compliance statement for entities which implement the DLINKSW-DHCP-SERVER-MIB.
           dDhcpServerGroups 1.3.6.1.4.1.171.14.39.2.2
               dDhcpSGblCfgGroup 1.3.6.1.4.1.171.14.39.2.2.1
A collection of objects providing global configuration about DHCP server.
               dDhcpSClassGroup 1.3.6.1.4.1.171.14.39.2.2.2
A collection of objects providing DHCP class configuration.
               dDhcpSClassCfgGroup 1.3.6.1.4.1.171.14.39.2.2.3
A collection of objects providing DHCP relay agent configuration of a class or address range of a class under a DHCP pool.
               dDhcpSPoolGroup 1.3.6.1.4.1.171.14.39.2.2.4
This group is used to create/delete DHCP pools.
               dDhcpSPoolCfgGroup 1.3.6.1.4.1.171.14.39.2.2.5
A collection of objects providing DHCP pool configuration.
               dDhcpSPoolNetworkCfgGroup 1.3.6.1.4.1.171.14.39.2.2.6
A collection of objects providing network configuration for DHCP pools.
               dDhcpSPoolManualBindingGroup 1.3.6.1.4.1.171.14.39.2.2.7
A collection of objects providing manual binding configuration for DHCP pools.
               dDhcpSStatisticsGroup 1.3.6.1.4.1.171.14.39.2.2.8
A collection of objects for management of DHCP statistics.
               dDhcpSGeneralInfoGroup 1.3.6.1.4.1.171.14.39.2.2.9
A collection of objects providing general DHCP information, e.g binding database, conflict IP address.