DLINKSW-DHCP-SERVER-MIB
AI MIB Summary
The DLINKSW-DHCP-SERVER-MIB enables monitoring and configuration of DHCP server parameters on D-Link network switches, specifically tracking active lease counts, binding table entries, and server operational states. This module facilitates the management of IP address allocation pools, client reservations, and server status counters to ensure reliable dynamic host configuration within the network infrastructure.
The MIB module for managing DHCP Server.
Main OID:
dlinkSwDhcpServerMIB.1.3.6.1.4.1.171.14.39
123
Objects
Active
Status
4
Dependencies
Imported Objects
Objects
123 total| Object Name |
|---|
dlinkSwDhcpServerMIBThe MIB module for managing DHCP Server. MODULE-IDENTITY .1.3.6.1.4.1.171.14.39 |
dDhcpServerMIBNotifications OBJECT IDENTIFIER .1.3.6.1.4.1.171.14.39.0 |
dDhcpServerMIBObjects OBJECT IDENTIFIER .1.3.6.1.4.1.171.14.39.1 |
dDhcpServerGblCfg OBJECT IDENTIFIER .1.3.6.1.4.1.171.14.39.1.1 |
dDhcpServiceEnabledThis object enables/disables the DHCP server and relay service on the device.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.171.14.39.1.1.1 |
dDhcpServerPingPktNumberThis 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.rw Unsigned32 .1.3.6.1.4.1.171.14.39.1.1.2 |
dDhcpServerPingTimeOutThis 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.rw Unsigned32 UNITS "milliseconds" .1.3.6.1.4.1.171.14.39.1.1.3 |
dDhcpSExcludedAddressTableA list of configurations about a range of IP addresses that the DHCP server should not assign to DHCP client. SEQUENCE OF DDhcpSExcludedAddressEntry .1.3.6.1.4.1.171.14.39.1.1.4 |
dDhcpSExcludedAddressEntryAn entry contaning information about an IP address range that the DHCP server should not assign to DHCP client. DDhcpSExcludedAddressEntry .1.3.6.1.4.1.171.14.39.1.1.4.1 |
dDhcpSExcludedAddressVrfNameThe 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. DisplayString .1.3.6.1.4.1.171.14.39.1.1.4.1.1 |
dDhcpSExcludedAddressBeginAddrThe first address of this address range. IpAddress .1.3.6.1.4.1.171.14.39.1.1.4.1.2 |
dDhcpSExcludedAddressEndAddrThe last address of this address range. IpAddress .1.3.6.1.4.1.171.14.39.1.1.4.1.3 |
dDhcpSExcludedAddressRowStatusThe status of this conceptual row.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.171.14.39.1.1.4.1.99 |
dDhcpServerClass OBJECT IDENTIFIER .1.3.6.1.4.1.171.14.39.1.2 |
dDhcpServerUseClassEnabledThis object enables/disables the DHCP server to use DHCP classes during address allocation or use DHCP classes option to locate the addresses.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.171.14.39.1.2.1 |
dDhcpSClassTableA list of classes for DHCP server. This table is used to create and delete DHCP class. SEQUENCE OF DDhcpSClassEntry .1.3.6.1.4.1.171.14.39.1.2.2 |
dDhcpSClassEntryAn entry in DHCP class table contaning objects for creating or deleting a class for the DHCP server or relay. DDhcpSClassEntry .1.3.6.1.4.1.171.14.39.1.2.2.1 |
dDhcpSClassNameThis object indicates the class name of the corresponding entry. DisplayString (SNMPv2-TC) .1.3.6.1.4.1.171.14.39.1.2.2.1.1 |
dDhcpSClassRowStatusThis object is used to create new rows in this table and to delete existing rows.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.171.14.39.1.2.2.1.99 |
dDhcpSClassOptionTableA list of DHCP option configuratoins for DHCP Relay and Server classes. SEQUENCE OF DDhcpSClassOptionEntry .1.3.6.1.4.1.171.14.39.1.2.3 |
dDhcpSClassOptionEntryAn entry contains a DHCP option configuration of a DHCP class. DDhcpSClassOptionEntry .1.3.6.1.4.1.171.14.39.1.2.3.1 |
dDhcpSClassOptionCodeThis 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. INTEGER .1.3.6.1.4.1.171.14.39.1.2.3.1.1 |
dDhcpSClassOptionPatternValueThis object indicates the pattern of the corresponding DHCP option. Multiple option patterns can be specified for a DHCP class. OCTET STRING .1.3.6.1.4.1.171.14.39.1.2.3.1.2 |
dDhcpSClassOptionWildcardMatchThis 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. TruthValue (SNMPv2-TC) .1.3.6.1.4.1.171.14.39.1.2.3.1.3 |
dDhcpSClassOptionMaskValueThis 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. OCTET STRING .1.3.6.1.4.1.171.14.39.1.2.3.1.4 |
dDhcpSClassOptionRowStatusThe status of this conceptual row.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.171.14.39.1.2.3.1.99 |
dDhcpServerPoolMgmt OBJECT IDENTIFIER .1.3.6.1.4.1.171.14.39.1.3 |
dDhcpSPoolTableThis table is used to create and delete DHCP pool. SEQUENCE OF DDhcpSPoolEntry .1.3.6.1.4.1.171.14.39.1.3.1 |
dDhcpSPoolEntryAn entry in DHCP Pool table contaning objects for creating or deleting a global pool for the DHCP server or relay. DDhcpSPoolEntry .1.3.6.1.4.1.171.14.39.1.3.1.1 |
dDhcpSPoolNameThis object indicates the DHCP pool name of the corresponding entry. DisplayString (SNMPv2-TC) .1.3.6.1.4.1.171.14.39.1.3.1.1.1 |
dDhcpSPoolRowStatusThis object is used to create new rows in this table and to delete existing rows.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.171.14.39.1.3.1.1.99 |
dDhcpSPoolCfgTableA list of DHCP server pool informations. SEQUENCE OF DDhcpSPoolCfgEntry .1.3.6.1.4.1.171.14.39.1.3.2 |
dDhcpSPoolCfgEntryAn entry contaning DHCP server pool information. DDhcpSPoolCfgEntry .1.3.6.1.4.1.171.14.39.1.3.2.1 |
dDhcpSPoolCfgDomainNameThe domain name for the client if the server allocates the address for the client from this pool.rw DisplayString .1.3.6.1.4.1.171.14.39.1.3.2.1.1 |
dDhcpSPoolCfgNetBIOSNodeTypeThe NetBIOS node type for a Microsoft DHCP client. The value 'notSpecified' indicates NetBIOS node type is not configured for the corresponding entry.rw Enumeration .1.3.6.1.4.1.171.14.39.1.3.2.1.2 |
dDhcpSPoolCfgLeaseStateThe 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.rw Enumeration .1.3.6.1.4.1.171.14.39.1.3.2.1.3 |
dDhcpSPoolCfgLeaseDayThis object indicates the number of days for the duration of lease.rw INTEGER .1.3.6.1.4.1.171.14.39.1.3.2.1.4 |
dDhcpSPoolCfgLeaseHourThis object indicates the number of hours for the duration of lease.rw INTEGER .1.3.6.1.4.1.171.14.39.1.3.2.1.5 |
dDhcpSPoolCfgLeaseMinuteThis object indicates the number of minutes for the duration of lease.rw INTEGER .1.3.6.1.4.1.171.14.39.1.3.2.1.6 |
dDhcpSPoolCfgBootFileThis object indicates the name of the file that is used as a boot image.rw DisplayString .1.3.6.1.4.1.171.14.39.1.3.2.1.7 |
dDhcpSPoolCfgNextServerThis 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.rw IpAddress .1.3.6.1.4.1.171.14.39.1.3.2.1.8 |
dDhcpSPoolCfgVrfNameThis object is used to configure the VRF for DHCP pool. The zero length string means the VRF name is not specified.rw DisplayString .1.3.6.1.4.1.171.14.39.1.3.2.1.9 |
dDhcpSPoolAddrAllocTableA list of information indicates the address allocation for DHCP server. SEQUENCE OF DDhcpSPoolAddrAllocEntry .1.3.6.1.4.1.171.14.39.1.3.3 |
dDhcpSPoolAddrAllocEntryAn entry contaning the network configuration for DHCP pool. DDhcpSPoolAddrAllocEntry .1.3.6.1.4.1.171.14.39.1.3.3.1 |
dDhcpSPoolAddrAllocNetworkThe network address of the corresponding entry. The number of network configuration can be supported in a pool is project dependent. IpAddress .1.3.6.1.4.1.171.14.39.1.3.3.1.1 |
dDhcpSPoolAddrAllocNetworkMaskThe network address mask of the corresponding entry.rw IpAddress .1.3.6.1.4.1.171.14.39.1.3.3.1.2 |
dDhcpSPoolAddrAllocRowStatusThe status of this conceptual row.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.171.14.39.1.3.3.1.99 |
dDhcpSPoolManualBindTableA list of information indicates the manual binding information for DHCP pool. SEQUENCE OF DDhcpSPoolManualBindEntry .1.3.6.1.4.1.171.14.39.1.3.4 |
dDhcpSPoolManualBindEntryAn entry contaning the manual binding information for DHCP pool. DDhcpSPoolManualBindEntry .1.3.6.1.4.1.171.14.39.1.3.4.1 |
dDhcpSPoolManualBindHostIpThis 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.rw IpAddress .1.3.6.1.4.1.171.14.39.1.3.4.1.1 |
dDhcpSPoolManualBindHostIpMaskThis object indicates the mask the network part of the host address.rw IpAddress .1.3.6.1.4.1.171.14.39.1.3.4.1.2 |
dDhcpSPoolManualBindHAddrThis object indicates the hardware address of the manual binding entry in a DHCP address pool.rw MacAddress (SNMPv2-TC) .1.3.6.1.4.1.171.14.39.1.3.4.1.3 |
dDhcpSPoolManualBindClientIdThis object indicates DHCP client ID of the manual binding entry in a DHCP address pool.rw OCTET STRING .1.3.6.1.4.1.171.14.39.1.3.4.1.4 |
dDhcpSPoolManualBindRowStatusThe status of this conceptual row.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.171.14.39.1.3.4.1.99 |
dDhcpSPoolClassAddrTableA table contains address range configuration of a DHCP pool class. SEQUENCE OF DDhcpSPoolClassAddrEntry .1.3.6.1.4.1.171.14.39.1.3.5 |
dDhcpSPoolClassAddrEntryBy 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. DDhcpSPoolClassAddrEntry .1.3.6.1.4.1.171.14.39.1.3.5.1 |
dDhcpSPoolClassAddrBeginAddrThe 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. IpAddress .1.3.6.1.4.1.171.14.39.1.3.5.1.1 |
dDhcpSPoolClassAddrEndAddrThe end address of this class address range. IpAddress .1.3.6.1.4.1.171.14.39.1.3.5.1.2 |
dDhcpSPoolClassAddrRowStatusThe status of this conceptual row.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.171.14.39.1.3.5.1.99 |
dDhcpSPoolOptionTableA list of option configurations for DHCP pools. SEQUENCE OF DDhcpSPoolOptionEntry .1.3.6.1.4.1.171.14.39.1.3.6 |
dDhcpSPoolOptionEntryAn entry contaning a DHCP option configuration of a DHCP class. DDhcpSPoolOptionEntry .1.3.6.1.4.1.171.14.39.1.3.6.1 |
dDhcpSPoolOptionCodeThis 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. INTEGER .1.3.6.1.4.1.171.14.39.1.3.6.1.1 |
dDhcpSPoolOptionTypeThis 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.rw Enumeration .1.3.6.1.4.1.171.14.39.1.3.6.1.2 |
dDhcpSPoolOptionValueThis object indicates the value of the corresponding DHCP option.rw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.171.14.39.1.3.6.1.3 |
dDhcpSPoolOptionRowStatusThe status of this conceptual row.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.171.14.39.1.3.6.1.99 |
dDhcpSPoolDefaultRouterTableA list of default router IP configuration for DHCP client. SEQUENCE OF DDhcpSPoolDefaultRouterEntry .1.3.6.1.4.1.171.14.39.1.3.7 |
dDhcpSPoolDefaultRouterEntryAn entry contaning default router configuration. DDhcpSPoolDefaultRouterEntry .1.3.6.1.4.1.171.14.39.1.3.7.1 |
dDhcpSPoolDefaultRouterIndexThe default router index. Unsigned32 .1.3.6.1.4.1.171.14.39.1.3.7.1.1 |
dDhcpSPoolDefaultRouterAddrThe address of the default router.rw IpAddress .1.3.6.1.4.1.171.14.39.1.3.7.1.2 |
dDhcpSPoolDefaultRouterRowStatusThe status of this conceptual row.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.171.14.39.1.3.7.1.99 |
dDhcpSPoolDnsServerTableA list of DNS server configurations. SEQUENCE OF DDhcpSPoolDnsServerEntry .1.3.6.1.4.1.171.14.39.1.3.8 |
dDhcpSPoolDnsServerEntryAn entry containing DNS server configuration for DHCP pool. DDhcpSPoolDnsServerEntry .1.3.6.1.4.1.171.14.39.1.3.8.1 |
dDhcpSPoolDnsServerIndexThe DNS server index. Unsigned32 .1.3.6.1.4.1.171.14.39.1.3.8.1.1 |
dDhcpSPoolDnsServerAddrThe address of the DNS server.rw IpAddress .1.3.6.1.4.1.171.14.39.1.3.8.1.2 |
dDhcpSPoolDnsServerRowStatusThe status of this conceptual row.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.171.14.39.1.3.8.1.99 |
dDhcpSPoolWinsServerTableA list of WINS (Windows Internet Name Service) server configurations. SEQUENCE OF DDhcpSPoolWinsServerEntry .1.3.6.1.4.1.171.14.39.1.3.9 |
dDhcpSPoolWinsServerEntryAn entry containing WINS server configuration. DDhcpSPoolWinsServerEntry .1.3.6.1.4.1.171.14.39.1.3.9.1 |
dDhcpSPoolWinsServerIndexThe index of this WINS server. Unsigned32 .1.3.6.1.4.1.171.14.39.1.3.9.1.1 |
dDhcpSPoolWinsServerAddrThe address of the WINS server.rw IpAddress .1.3.6.1.4.1.171.14.39.1.3.9.1.2 |
dDhcpSPoolWinsServerRowStatusThe status of this conceptual row.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.171.14.39.1.3.9.1.99 |
dDhcpServerInfo OBJECT IDENTIFIER .1.3.6.1.4.1.171.14.39.1.4 |
dDhcpServerPktStatistics OBJECT IDENTIFIER .1.3.6.1.4.1.171.14.39.1.4.1 |
dDhcpServerClearStatisticsThis 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.rw Enumeration .1.3.6.1.4.1.171.14.39.1.4.1.1 |
dDhcpServerRecvBootRequestThe total number of received BootRequest packets.ro Counter64 .1.3.6.1.4.1.171.14.39.1.4.1.2 |
dDhcpServerRecvMalformedPktThe total number of received malformed packets.ro Counter64 .1.3.6.1.4.1.171.14.39.1.4.1.3 |
dDhcpServerRecvRenewPktThe total number of received packets used to extend leases.ro Counter64 .1.3.6.1.4.1.171.14.39.1.4.1.4 |
dDhcpServerRecvDiscoverThe total number of received DHCPDISCOVER packets.ro Counter64 .1.3.6.1.4.1.171.14.39.1.4.1.5 |
dDhcpServerRecvRequestThe total number of received DHCPREQUEST packets.ro Counter64 .1.3.6.1.4.1.171.14.39.1.4.1.6 |
dDhcpServerRecvDeclineThe total number of received DHCPDECLINE packets.ro Counter64 .1.3.6.1.4.1.171.14.39.1.4.1.7 |
dDhcpServerRecvReleaseThe total number of received DHCPRELEASE packets.ro Counter64 .1.3.6.1.4.1.171.14.39.1.4.1.8 |
dDhcpServerRecvInformThe total number of received DHCPRINFORM packets.ro Counter64 .1.3.6.1.4.1.171.14.39.1.4.1.9 |
dDhcpServerSendBootReplyThe total number of sent BootReply packets.ro Counter64 .1.3.6.1.4.1.171.14.39.1.4.1.10 |
dDhcpServerSendOfferThe total number of sent DHCPOFFER packets.ro Counter64 .1.3.6.1.4.1.171.14.39.1.4.1.11 |
dDhcpServerSendAckThe total number of sent DHCPACK packets.ro Counter64 .1.3.6.1.4.1.171.14.39.1.4.1.12 |
dDhcpServerSendNakThe total number of sent DHCPNAK packets.ro Counter64 .1.3.6.1.4.1.171.14.39.1.4.1.13 |
dDhcpServerBindingTableA list of information regarding binding information of a pool of IP addresses. SEQUENCE OF DDhcpServerBindingEntry .1.3.6.1.4.1.171.14.39.1.4.2 |
dDhcpServerBindingEntryAn address binding entry. DDhcpServerBindingEntry .1.3.6.1.4.1.171.14.39.1.4.2.1 |
dDhcpServerBindingVrfNameThe 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. DisplayString .1.3.6.1.4.1.171.14.39.1.4.2.1.1 |
dDhcpServerBindingIpAddressThis object indicates the IP address which has been assigned to a specified client. IpAddress .1.3.6.1.4.1.171.14.39.1.4.2.1.2 |
dDhcpSBindingHwAddrOrClientIdThis 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.ro OCTET STRING .1.3.6.1.4.1.171.14.39.1.4.2.1.3 |
dDhcpServerBindingStateThe state of this binding.ro Enumeration .1.3.6.1.4.1.171.14.39.1.4.2.1.4 |
dDhcpServerBindingLeaseExpireThis 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).ro DateAndTime (SNMPv2-TC) .1.3.6.1.4.1.171.14.39.1.4.2.1.5 |
dDhcpServerBindingClearThis 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'.rw Enumeration .1.3.6.1.4.1.171.14.39.1.4.2.1.6 |
dDhcpSConflictIpTableA list of conflict IP addresses while DHCP Server attempts to assign the IP address to client. SEQUENCE OF DDhcpSConflictIpEntry .1.3.6.1.4.1.171.14.39.1.4.3 |
dDhcpSConflictIpEntryA DHCP address conflict means a duplication of use of the same IP address by two hosts. DDhcpSConflictIpEntry .1.3.6.1.4.1.171.14.39.1.4.3.1 |
dDhcpSConflictIpVrfNameThe name of virtual routing and forwarding (VRF). If this object is zero length string, the corresponding entry is for global routing and forwarding space. DisplayString .1.3.6.1.4.1.171.14.39.1.4.3.1.1 |
dDhcpSConflictIpAddrThis object indicates the IP address which is duplicated and used by more than one host. IpAddress .1.3.6.1.4.1.171.14.39.1.4.3.1.2 |
dDhcpSConflictIpDetectMethodThe server detects conflicts using ping. The client detects conflicts using gratuitous Address Resolution Protocol (ARP).ro Enumeration .1.3.6.1.4.1.171.14.39.1.4.3.1.3 |
dDhcpSConflictIpDetectTimeThe time at which a DHCP address conflict detected.ro DateAndTime (SNMPv2-TC) .1.3.6.1.4.1.171.14.39.1.4.3.1.4 |
dDhcpSConflictIpClearThis 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'.rw Enumeration .1.3.6.1.4.1.171.14.39.1.4.3.1.5 |
dDhcpServerMIBConformance OBJECT IDENTIFIER .1.3.6.1.4.1.171.14.39.2 |
dDhcpServerCompliances OBJECT IDENTIFIER .1.3.6.1.4.1.171.14.39.2.1 |
dDhcpServerComplianceThe compliance statement for entities which implement the DLINKSW-DHCP-SERVER-MIB. Unknown .1.3.6.1.4.1.171.14.39.2.1.1 |
dDhcpServerGroups OBJECT IDENTIFIER .1.3.6.1.4.1.171.14.39.2.2 |
dDhcpSGblCfgGroupA collection of objects providing global configuration about DHCP server. Unknown .1.3.6.1.4.1.171.14.39.2.2.1 |
dDhcpSClassGroupA collection of objects providing DHCP class configuration. Unknown .1.3.6.1.4.1.171.14.39.2.2.2 |
dDhcpSClassCfgGroupA collection of objects providing DHCP relay agent configuration of a class or address range of a class under a DHCP pool. Unknown .1.3.6.1.4.1.171.14.39.2.2.3 |
dDhcpSPoolGroupThis group is used to create/delete DHCP pools. Unknown .1.3.6.1.4.1.171.14.39.2.2.4 |
dDhcpSPoolCfgGroupA collection of objects providing DHCP pool configuration. Unknown .1.3.6.1.4.1.171.14.39.2.2.5 |
dDhcpSPoolNetworkCfgGroupA collection of objects providing network configuration for DHCP pools. Unknown .1.3.6.1.4.1.171.14.39.2.2.6 |
dDhcpSPoolManualBindingGroupA collection of objects providing manual binding configuration for DHCP pools. Unknown .1.3.6.1.4.1.171.14.39.2.2.7 |
dDhcpSStatisticsGroupA collection of objects for management of DHCP statistics. Unknown .1.3.6.1.4.1.171.14.39.2.2.8 |
dDhcpSGeneralInfoGroupA collection of objects providing general DHCP information, e.g binding database, conflict IP address. Unknown .1.3.6.1.4.1.171.14.39.2.2.9 |