HPN-ICF-DHCPS-MIB: View SNMP OID List / Download MIB

VENDOR: HEWLETT-PACKARD


 Home MIB: HPN-ICF-DHCPS-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
 hpnicfDHCPServerMib 1.3.6.1.4.1.11.2.14.11.15.8.2
This MIB describes objects used for managing DHCP server.
     hpnicfDHCPServerMibObject 1.3.6.1.4.1.11.2.14.11.15.8.2.1
         hpnicfDHCPSGlobalPoolTable 1.3.6.1.4.1.11.2.14.11.15.8.2.1.1 no-access
A table for creating DHCP server global pools.
             hpnicfDHCPSGlobalPoolEntry 1.3.6.1.4.1.11.2.14.11.15.8.2.1.1.1 no-access
An entry containing objects for creating or deleting a global pool for the DHCP server.
                 hpnicfDHCPSGlobalPoolName 1.3.6.1.4.1.11.2.14.11.15.8.2.1.1.1.1 octet string read-only
DHCP server global pool name.
                 hpnicfDHCPSGlobalPoolRowStatus 1.3.6.1.4.1.11.2.14.11.15.8.2.1.1.1.2 rowstatus read-only
RowStatus. Three actions are used: active, createAndGo, destroy.
         hpnicfDHCPSGlobalPoolConfigTable 1.3.6.1.4.1.11.2.14.11.15.8.2.1.2 no-access
A table containing the configurations of dhcp server global pools.
             hpnicfDHCPSGlobalPoolConfigEntry 1.3.6.1.4.1.11.2.14.11.15.8.2.1.2.1 no-access
An entry containing the objects for configuring the network ip or host ip etc. to global pools for DHCP server.
                 hpnicfDHCPSGlobalPoolType 1.3.6.1.4.1.11.2.14.11.15.8.2.1.2.1.1 integer read-write
Type of a DHCP global pool. Any operations of this object will be bound with the operations of hpnicfDHCPSGlobalPoolNetwork, hpnicfDHCPSGlobalPoolHostIPAddr, or hpnicfDHCPSGlobalPoolHostHAddr. That means any operation of this object alone will be regarded as invalid operation. Enumeration: 'host': 1, 'null': 0, 'network': 2.
                 hpnicfDHCPSGlobalPoolNetwork 1.3.6.1.4.1.11.2.14.11.15.8.2.1.2.1.2 ipaddress read-write
Network ip of a DHCP global pool. To delete a configured network ip, please set hpnicfDHCPSGlobalPoolConfigUndoFlag to 1.
                 hpnicfDHCPSGlobalPoolNetworkMask 1.3.6.1.4.1.11.2.14.11.15.8.2.1.2.1.3 ipaddress read-write
Net mask of a DHCP global pool(network). The SET operation to this object ought to be with the SET of hpnicfDHCPSGlobalPoolNetwork together, and any SET operation alone to this object will be regarded as an invalid operation. When a network ip of a DHCP global pool was deleted, the net mask would also be deleted automatically, and no further operation needed.
                 hpnicfDHCPSGlobalPoolHostIPAddr 1.3.6.1.4.1.11.2.14.11.15.8.2.1.2.1.4 ipaddress read-write
Host ip of a DHCP global pool. To delete a configured network ip, please set hpnicfDHCPSGlobalPoolConfigUndoFlag to 2.
                 hpnicfDHCPSGlobalPoolHostMask 1.3.6.1.4.1.11.2.14.11.15.8.2.1.2.1.5 ipaddress read-write
Net mask of a DHCP global pool(host) The SET operation to this object ought to be with the SET of hpnicfDHCPSGlobalPoolHostIPAddr together, and any SET operation alone to this object will be regarded as an invalid operation. When a host ip of a DHCP global pool was deleted, the net mask would also be deleted automatically, and no further operation needed.
                 hpnicfDHCPSGlobalPoolHostHAddr 1.3.6.1.4.1.11.2.14.11.15.8.2.1.2.1.6 macaddress read-write
Hardware address of a DHCP global pool(host). To delete a configured hardware address, please set hpnicfDHCPSGlobalPoolConfigUndoFlag to 3.
                 hpnicfDHCPSGlobalPoolConfigUndoFlag 1.3.6.1.4.1.11.2.14.11.15.8.2.1.2.1.7 integer read-write
Flag of undo operation for hpnicfDHCPSGlobalPoolConfigTable. Enumeration: 'undohostip': 2, 'undonetworkip': 1, 'undohosthaddr': 3.
         hpnicfDHCPSGlobalPoolParaTable 1.3.6.1.4.1.11.2.14.11.15.8.2.1.3 no-access
A table for configuring parameters to DHCP global pools.
             hpnicfDHCPSGlobalPoolParaEntry 1.3.6.1.4.1.11.2.14.11.15.8.2.1.3.1 no-access
An entry containing the objects for the configurations of parameters of DHCP global pools.
                 hpnicfDHCPSGlobalPoolLeaseDay 1.3.6.1.4.1.11.2.14.11.15.8.2.1.3.1.1 integer read-write
Number of days of the lease.
                 hpnicfDHCPSGlobalPoolLeaseHour 1.3.6.1.4.1.11.2.14.11.15.8.2.1.3.1.2 integer read-write
Number of hours of the lease.
                 hpnicfDHCPSGlobalPoolLeaseMinute 1.3.6.1.4.1.11.2.14.11.15.8.2.1.3.1.3 integer read-write
Number of minutes of the lease.
                 hpnicfDHCPSGlobalPoolLeaseUnlimited 1.3.6.1.4.1.11.2.14.11.15.8.2.1.3.1.4 integer read-write
A flag denoting if the lease of a pool is unlimited. Enumeration: 'unlimited': 1, 'invalid': 0.
                 hpnicfDHCPSGlobalPoolDomainName 1.3.6.1.4.1.11.2.14.11.15.8.2.1.3.1.5 octet string read-write
Domain name for DHCP clients.
                 hpnicfDHCPSGlobalPoolClientGatewayIPString 1.3.6.1.4.1.11.2.14.11.15.8.2.1.3.1.6 octet string read-write
String of gateway ip addresses for DHCP clients. Since mostly 8 ip can be configured for a pool totally, a string is defined to get or configure 8 ip ip at a time.
                 hpnicfDHCPSGlobalPoolClientGatewayIPUndo 1.3.6.1.4.1.11.2.14.11.15.8.2.1.3.1.7 ipaddress read-write
A gateway ip address to delete. This object is only for deleting a given ip of gateway router.
                 hpnicfDHCPSGlobalPoolClientDNSIPString 1.3.6.1.4.1.11.2.14.11.15.8.2.1.3.1.8 octet string read-write
String of DNS server ip addresses for DHCP clients. Since mostly 8 ip can be configured for a pool totally, a string is defined to get or configure 8 ip at a time.
                 hpnicfDHCPSGlobalPoolClientDNSIPUndo 1.3.6.1.4.1.11.2.14.11.15.8.2.1.3.1.9 ipaddress read-write
A DNS server ip address to delete. This object is only for deleting a given ip of DNS server.
                 hpnicfDHCPSGlobalPoolClientNetbiosType 1.3.6.1.4.1.11.2.14.11.15.8.2.1.3.1.10 integer read-write
NetBios node type for DHCP clients. Enumeration: 'mnode': 4, 'bnode': 1, 'null': 0, 'hnode': 8, 'pnode': 2.
                 hpnicfDHCPSGlobalPoolClientNbnsIPString 1.3.6.1.4.1.11.2.14.11.15.8.2.1.3.1.11 octet string read-write
String of NetBios server ip addresses for DHCP clients. Since mostly 8 ip can be configured for a pool totally, so a string is defined to get or configure 8 ip at a time.
                 hpnicfDHCPSGlobalPoolClientNbnsIPUndo 1.3.6.1.4.1.11.2.14.11.15.8.2.1.3.1.12 ipaddress read-write
A NetBios server ip address to delete. This object is only for deleting a given ip of NetBios server.
                 hpnicfDHCPSGlobalPoolParaUndoFlag 1.3.6.1.4.1.11.2.14.11.15.8.2.1.3.1.13 integer read-write
Flag of undo-operation for hpnicfDHCPSGlobalPoolParaTable. Enumeration: 'undoNbType': 6, 'undoGateway': 3, 'undoNbns': 5, 'undoDns': 4, 'undoDomain': 1, 'undoLease': 2.
                 hpnicfDHCPSGlobalPoolIPInUseReset 1.3.6.1.4.1.11.2.14.11.15.8.2.1.3.1.14 integer read-write
Reset the auto binding ip of the given global pool for DHCP server. Enumeration: 'reset': 1.
         hpnicfDHCPSGlobalPoolOptionTable 1.3.6.1.4.1.11.2.14.11.15.8.2.1.4 no-access
A table for configuring options to DHCP global pools.
             hpnicfDHCPSGlobalPoolOptionEntry 1.3.6.1.4.1.11.2.14.11.15.8.2.1.4.1 no-access
An entry containing the objects for configuring options to DHCP global pools.
                 hpnicfDHCPSGlobalPoolOptionCode 1.3.6.1.4.1.11.2.14.11.15.8.2.1.4.1.1 integer read-only
Option code.
                 hpnicfDHCPSGlobalPoolOptionType 1.3.6.1.4.1.11.2.14.11.15.8.2.1.4.1.2 integer read-only
Option type. Enumeration: 'hex': 2, 'ascii': 1, 'ip': 3.
                 hpnicfDHCPSGlobalPoolOptionAscii 1.3.6.1.4.1.11.2.14.11.15.8.2.1.4.1.3 octet string read-only
Ascii string of an option.
                 hpnicfDHCPSGlobalPoolOptionHexString 1.3.6.1.4.1.11.2.14.11.15.8.2.1.4.1.4 octet string read-only
Hex string of an option. 1st to 16th hex strings, which are 2 bytes, 4 bytes, 6 bytes or 8 bytes, can be configured at most simultaneously. That means the format of each string must be '12', '1234', '123456' or '12345678'.
                 hpnicfDHCPSGlobalPoolOptionIPString 1.3.6.1.4.1.11.2.14.11.15.8.2.1.4.1.5 octet string read-only
Ip string of an option. 1 to 8 ip addresses can be configured at most simultaneously.
                 hpnicfDHCPSGlobalPoolOptionRowStatus 1.3.6.1.4.1.11.2.14.11.15.8.2.1.4.1.6 rowstatus read-only
RowStatus. Three actions are used: active, createAndGo, destroy.
         hpnicfDHCPSGlobalTreeTable 1.3.6.1.4.1.11.2.14.11.15.8.2.1.5 no-access
A table containing the information of the tree of DHCP global pools.
             hpnicfDHCPSGlobalTreeEntry 1.3.6.1.4.1.11.2.14.11.15.8.2.1.5.1 no-access
An entry of objects containing the information for displaying the tree of DHCP global pools.
                 hpnicfDHCPSGlobalTreeParentNodeName 1.3.6.1.4.1.11.2.14.11.15.8.2.1.5.1.1 octet string read-only
Pool name of the parent node.
                 hpnicfDHCPSGlobalTreeChildNodeName 1.3.6.1.4.1.11.2.14.11.15.8.2.1.5.1.2 octet string read-only
Pool name of the child node.
                 hpnicfDHCPSGlobalTreePreSiblingNodeName 1.3.6.1.4.1.11.2.14.11.15.8.2.1.5.1.3 octet string read-only
Pool name of the presibling node.
                 hpnicfDHCPSGlobalTreeSiblingNodeName 1.3.6.1.4.1.11.2.14.11.15.8.2.1.5.1.4 octet string read-only
Pool name of the sibling node.
         hpnicfDHCPSInterfacePoolParaTable 1.3.6.1.4.1.11.2.14.11.15.8.2.1.6 no-access
A table for configuring parameters to DHCP interface pools.
             hpnicfDHCPSInterfacePoolParaEntry 1.3.6.1.4.1.11.2.14.11.15.8.2.1.6.1 no-access
An entry of objects for configuring parameters to DHCP interface pools. The index of this entry is the ifIndex of ethernet.
                 hpnicfDHCPSInterfacePoolLeaseDay 1.3.6.1.4.1.11.2.14.11.15.8.2.1.6.1.1 integer read-write
Number of days of the lease.
                 hpnicfDHCPSInterfacePoolLeaseHour 1.3.6.1.4.1.11.2.14.11.15.8.2.1.6.1.2 integer read-write
Number of hours of the lease.
                 hpnicfDHCPSInterfacePoolLeaseMinute 1.3.6.1.4.1.11.2.14.11.15.8.2.1.6.1.3 integer read-write
Number of minutes of the lease.
                 hpnicfDHCPSInterfacePoolLeaseUnlimited 1.3.6.1.4.1.11.2.14.11.15.8.2.1.6.1.4 integer read-write
A flag denoting if the lease of a pool is unlimited. Enumeration: 'unlimited': 1, 'invalid': 0.
                 hpnicfDHCPSInterfacePoolDomainName 1.3.6.1.4.1.11.2.14.11.15.8.2.1.6.1.5 octet string read-write
Domain name for DHCP clients.
                 hpnicfDHCPSInterfacePoolClientDNSIPString 1.3.6.1.4.1.11.2.14.11.15.8.2.1.6.1.6 octet string read-write
String of DNS server ip addresses for DHCP clients. Since mostly 8 ip can be configured for a pool totally, a string is defined to get or configure 8 ip at a time.
                 hpnicfDHCPSInterfacePoolClientDNSIPUndo 1.3.6.1.4.1.11.2.14.11.15.8.2.1.6.1.7 ipaddress read-write
A DNS server ip address to delete. This object is only for deleting a given ip of DNS server.
                 hpnicfDHCPSInterfacePoolClientNetbiosType 1.3.6.1.4.1.11.2.14.11.15.8.2.1.6.1.8 integer read-write
NetBios node type for DHCP clients. Enumeration: 'mnode': 4, 'bnode': 1, 'null': 0, 'hnode': 8, 'pnode': 2.
                 hpnicfDHCPSInterfacePoolClientNbnsIPString 1.3.6.1.4.1.11.2.14.11.15.8.2.1.6.1.9 octet string read-write
String of NetBios server ip addresses for DHCP clients. Since mostly 8 ip can be configured for a pool totally, so a string is defined to get or configure 8 ip at a time.
                 hpnicfDHCPSInterfacePoolClientNbnsIPUndo 1.3.6.1.4.1.11.2.14.11.15.8.2.1.6.1.10 ipaddress read-write
A NetBios server ip address to delete. This object is only for deleting a given ip of NetBios server.
                 hpnicfDHCPSInterfacePoolParaUndoFlag 1.3.6.1.4.1.11.2.14.11.15.8.2.1.6.1.11 integer read-write
Flag of undo-operation for hpnicfDHCPSInterfacePoolParaTable. Enumeration: 'undoNbType': 6, 'undoDns': 4, 'undoNbns': 5, 'undoDomain': 1, 'undoLease': 2.
                 hpnicfDHCPSInterfacePoolIPInUseReset 1.3.6.1.4.1.11.2.14.11.15.8.2.1.6.1.12 integer read-write
Reset the auto binding ip of the given interface pool for DHCP server. Enumeration: 'reset': 1.
         hpnicfDHCPSInterfacePoolOptionTable 1.3.6.1.4.1.11.2.14.11.15.8.2.1.7 no-access
A table for configuring options to DHCP interface pools.
             hpnicfDHCPSInterfacePoolOptionEntry 1.3.6.1.4.1.11.2.14.11.15.8.2.1.7.1 no-access
An entry of objects for configuring options to DHCP interface pools. The index of this entry is the ifIndex of ethernet.
                 hpnicfDHCPSInterfacePoolOptionCode 1.3.6.1.4.1.11.2.14.11.15.8.2.1.7.1.1 integer read-only
Option Code.
                 hpnicfDHCPSInterfacePoolOptionType 1.3.6.1.4.1.11.2.14.11.15.8.2.1.7.1.2 integer read-only
Option type. Enumeration: 'hex': 2, 'ascii': 1, 'ip': 3.
                 hpnicfDHCPSInterfacePoolOptionAscii 1.3.6.1.4.1.11.2.14.11.15.8.2.1.7.1.3 octet string read-only
Ascii string of an option.
                 hpnicfDHCPSInterfacePoolOptionHexString 1.3.6.1.4.1.11.2.14.11.15.8.2.1.7.1.4 octet string read-only
Hex string of an option. 1st to 16th hex strings, which are 2 bytes, 4 bytes, 6 bytes or 8 bytes, can be configured at most simultaneously. That means the format of each string must be '12', '1234', '123456' or '12345678'.
                 hpnicfDHCPSInterfacePoolOptionIPString 1.3.6.1.4.1.11.2.14.11.15.8.2.1.7.1.5 octet string read-only
Ip string of an option. 1 to 8 ip addresses can be configured at most simultaneously.
                 hpnicfDHCPSInterfacePoolOptionRowStatus 1.3.6.1.4.1.11.2.14.11.15.8.2.1.7.1.6 rowstatus read-only
RowStatus. Three actions are used: active, createAndGo, destroy.
         hpnicfDHCPSInterfacePoolStaticBindTable 1.3.6.1.4.1.11.2.14.11.15.8.2.1.8 no-access
A table for configuring static binding to DHCP interface pools.
             hpnicfDHCPSInterfacePoolStaticBindEntry 1.3.6.1.4.1.11.2.14.11.15.8.2.1.8.1 no-access
An entry of objects for configuring static binding to DHCP interface pools. The index of this entry is the ifIndex of ethernet.
                 hpnicfDHCPSInterfacePoolStaticBindIP 1.3.6.1.4.1.11.2.14.11.15.8.2.1.8.1.1 ipaddress read-only
Ip address in static binding for DHCP interface pools.
                 hpnicfDHCPSInterfacePoolStaticBindMac 1.3.6.1.4.1.11.2.14.11.15.8.2.1.8.1.2 macaddress read-only
Hardware address in static binding for DHCP interface pools.
                 hpnicfDHCPSInterfacePoolStaticBindRowStatus 1.3.6.1.4.1.11.2.14.11.15.8.2.1.8.1.3 rowstatus read-only
RowStatus. Three actions are used: active, createAndGo, destroy.
         hpnicfDHCPSIPInUseTable 1.3.6.1.4.1.11.2.14.11.15.8.2.1.9 no-access
A table for displaying the information of ip in use for DHCP server pools.
             hpnicfDHCPSIPInUseEntry 1.3.6.1.4.1.11.2.14.11.15.8.2.1.9.1 no-access
An entry of objects for displaying information of ip in use for DHCP server pools.
                 hpnicfDHCPSIPInUseHAddr 1.3.6.1.4.1.11.2.14.11.15.8.2.1.9.1.1 macaddress read-only
Hardware address.
                 hpnicfDHCPSIPInUseIP 1.3.6.1.4.1.11.2.14.11.15.8.2.1.9.1.2 ipaddress read-only
Ip address in use.
                 hpnicfDHCPSIPInUseEndLease 1.3.6.1.4.1.11.2.14.11.15.8.2.1.9.1.3 octet string read-only
End time of lease. The structure of the OCTET STRING is month/day/year hour:munite:second -- MM/DD/YYYY hh:mm:ss.
                 hpnicfDHCPSIPInUseType 1.3.6.1.4.1.11.2.14.11.15.8.2.1.9.1.4 integer read-only
Type of binding. Enumeration: 'release': 3, 'auto': 2, 'manual': 1.
                 hpnicfDHCPSIPInUsePoolName 1.3.6.1.4.1.11.2.14.11.15.8.2.1.9.1.5 octet string read-only
Name of the DHCP server pool the ip belongs to.
                 hpnicfDHCPSIPInUseInterface 1.3.6.1.4.1.11.2.14.11.15.8.2.1.9.1.6 integer read-only
Interface index information.
                 hpnicfDHCPSIPInUseVlan 1.3.6.1.4.1.11.2.14.11.15.8.2.1.9.1.7 integer read-only
Vlan information.
                 hpnicfDHCPSIPInUseAtmpvc 1.3.6.1.4.1.11.2.14.11.15.8.2.1.9.1.8 integer read-only
Pvc information.
         hpnicfDHCPSForbiddenIPTable 1.3.6.1.4.1.11.2.14.11.15.8.2.1.10 no-access
A table for configuring forbidden ip to DHCP server.
               hpnicfDHCPSForbiddenIPEntry 1.3.6.1.4.1.11.2.14.11.15.8.2.1.10.1 no-access
An entry for configuring forbidden ip to DHCP server.
                   hpnicfDHCPSForbiddenIPStart 1.3.6.1.4.1.11.2.14.11.15.8.2.1.10.1.1 ipaddress read-only
Start ip of forbidden ip.
                   hpnicfDHCPSForbiddenIPEnd 1.3.6.1.4.1.11.2.14.11.15.8.2.1.10.1.2 ipaddress read-only
End ip of forbidden ip.
                   hpnicfDHCPSForbiddenIPRowStatus 1.3.6.1.4.1.11.2.14.11.15.8.2.1.10.1.3 rowstatus read-only
RowStatus. Three actions are used: active, createAndGo, destroy.
         hpnicfDHCPSConflictIPTable 1.3.6.1.4.1.11.2.14.11.15.8.2.1.11 no-access
A table for displaying the information of conflict ip for DHCP server.
               hpnicfDHCPSConflictIPEntry 1.3.6.1.4.1.11.2.14.11.15.8.2.1.11.1 no-access
An entry for displaying the information of conflict ip for DHCP server.
                   hpnicfDHCPSConflictIP 1.3.6.1.4.1.11.2.14.11.15.8.2.1.11.1.1 ipaddress read-only
Conflict ip.
                   hpnicfDHCPSConflictIPType 1.3.6.1.4.1.11.2.14.11.15.8.2.1.11.1.2 integer read-only
Type of the detection of conflict ip. Enumeration: 'arp': 2, 'ping': 1.
                   hpnicfDHCPSConflictIPDetectTime 1.3.6.1.4.1.11.2.14.11.15.8.2.1.11.1.3 octet string read-only
Time when the conflict is detected. The structure of the OCTET STRING is month/day/year hour:munite:second -- MM/DD/YYYY hh:mm:ss.
         hpnicfDHCPSServiceStatus 1.3.6.1.4.1.11.2.14.11.15.8.2.1.12 hpnicfdhcpsenabledstatus read-write
The status of DHCP service.
         hpnicfDHCPSDetectingServerStatus 1.3.6.1.4.1.11.2.14.11.15.8.2.1.13 hpnicfdhcpsenabledstatus read-write
The status of DHCP servers detecting function.
         hpnicfDHCPSPingNum 1.3.6.1.4.1.11.2.14.11.15.8.2.1.14 integer read-write
The number of ping packets sent out.
         hpnicfDHCPSPingTimeout 1.3.6.1.4.1.11.2.14.11.15.8.2.1.15 integer read-write
The delay for the reply of a ping packet. Unit: millisecond.
         hpnicfDHCPSWriteDataStatus 1.3.6.1.4.1.11.2.14.11.15.8.2.1.16 hpnicfdhcpsenabledstatus read-write
The status of the function writing data to the harddisk.
         hpnicfDHCPSWriteDataDirection 1.3.6.1.4.1.11.2.14.11.15.8.2.1.17 octet string read-only
The direction of writing data to a harddisk.
         hpnicfDHCPSWriteDataDelay 1.3.6.1.4.1.11.2.14.11.15.8.2.1.18 integer read-write
The allowable delay of writing data to the harddisk. Unit: second.
         hpnicfDHCPSWriteDataRecover 1.3.6.1.4.1.11.2.14.11.15.8.2.1.19 hpnicfdhcpsenabledstatus read-write
The flag used to recover DHCP data with the data on the harddisk.
         hpnicfDHCPSIPInUseResetIP 1.3.6.1.4.1.11.2.14.11.15.8.2.1.20 ipaddress read-write
An ip in use that will be cleared. 0 returned for SET operation.
         hpnicfDHCPSConflictIPResetIP 1.3.6.1.4.1.11.2.14.11.15.8.2.1.21 ipaddress read-write
A conflict ip that will be cleared. 0 returned for SET operation.
         hpnicfDHCPSIPResetFlag 1.3.6.1.4.1.11.2.14.11.15.8.2.1.22 integer read-write
A flag that descript the reset operation. Enumeration: 'ipInUse': 1, 'conflictIp': 2, 'invalid': 0.
         hpnicfDHCPSGlobalPoolNumber 1.3.6.1.4.1.11.2.14.11.15.8.2.1.23 integer32 read-only
The total number of DHCP server global-pools.
         hpnicfDHCPSGlobalPoolAutoBindingNum 1.3.6.1.4.1.11.2.14.11.15.8.2.1.24 integer32 read-only
The total number of auto binding ip in DHCP server global-pools.
         hpnicfDHCPSGlobalPoolManualBindingNum 1.3.6.1.4.1.11.2.14.11.15.8.2.1.25 integer32 read-only
The total number of manual binding ip in DHCP server global-pools.
         hpnicfDHCPSGlobalPoolExpiredBindingNum 1.3.6.1.4.1.11.2.14.11.15.8.2.1.26 integer32 read-only
The total number of expired binding ip in DHCP server global-pools.
         hpnicfDHCPSInterfacePoolNumber 1.3.6.1.4.1.11.2.14.11.15.8.2.1.27 integer32 read-only
The total number of DHCP server interface-pools.
         hpnicfDHCPSInterfacePoolAutoBindingNum 1.3.6.1.4.1.11.2.14.11.15.8.2.1.28 integer32 read-only
The total number of auto binding ip in DHCP server interface-pools.
         hpnicfDHCPSInterfacePoolManualBindingNum 1.3.6.1.4.1.11.2.14.11.15.8.2.1.29 integer32 read-only
The total number of manual binding ip in DHCP server interface-pools.
         hpnicfDHCPSInterfacePoolExpiredBindingNum 1.3.6.1.4.1.11.2.14.11.15.8.2.1.30 integer32 read-only
The total number of expired binding ip in DHCP server interface-pools.
         hpnicfDHCPSBadPktNum 1.3.6.1.4.1.11.2.14.11.15.8.2.1.31 integer32 read-only
The total number of the bad packets received.
         hpnicfDHCPSBootRequestPktNum 1.3.6.1.4.1.11.2.14.11.15.8.2.1.32 integer32 read-only
The total number of the packets received by DHCP Server from DHCP clients.
         hpnicfDHCPSDiscoverPktNum 1.3.6.1.4.1.11.2.14.11.15.8.2.1.33 integer32 read-only
The total number of the DHCP Discover packets received from the DHCP clients.
         hpnicfDHCPSRequestPktNum 1.3.6.1.4.1.11.2.14.11.15.8.2.1.34 integer32 read-only
The total number of the DHCP Request packets received from the DHCP clients.
         hpnicfDHCPSDeclinePktNum 1.3.6.1.4.1.11.2.14.11.15.8.2.1.35 integer32 read-only
The total number of the DHCP Decline packets received from the DHCP clients.
         hpnicfDHCPSReleasePktNum 1.3.6.1.4.1.11.2.14.11.15.8.2.1.36 integer32 read-only
The total number of the DHCP Release packets received from the DHCP clients.
         hpnicfDHCPSInformPktNum 1.3.6.1.4.1.11.2.14.11.15.8.2.1.37 integer32 read-only
The total number of the DHCP Inform packets received from the DHCP clients.
         hpnicfDHCPSBootReplyPktNum 1.3.6.1.4.1.11.2.14.11.15.8.2.1.38 integer32 read-only
The total number of the packets sent by DHCP server to DHCP clients.
         hpnicfDHCPSOfferPktNum 1.3.6.1.4.1.11.2.14.11.15.8.2.1.39 integer32 read-only
The total number of the DHCP Offer packets sent by the DHCP server.
         hpnicfDHCPSAckPktNum 1.3.6.1.4.1.11.2.14.11.15.8.2.1.40 integer32 read-only
The total number of the DHCP Ack packets sent by the DHCP server.
         hpnicfDHCPSNakPktNum 1.3.6.1.4.1.11.2.14.11.15.8.2.1.41 integer32 read-only
The total number of the DHCP Nak packets sent by the DHCP server.
         hpnicfDHCPSStatisticsReset 1.3.6.1.4.1.11.2.14.11.15.8.2.1.42 integer read-write
Reset the above statistic information of packets received and sent by the DHCP server. Enumeration: 'reset': 1.
         hpnicfDHCPSIPInUseExTable 1.3.6.1.4.1.11.2.14.11.15.8.2.1.43 no-access
A table for displaying the information of ip in use for DHCP Server pools.
               hpnicfDHCPSIPInUseExEntry 1.3.6.1.4.1.11.2.14.11.15.8.2.1.43.1 no-access
An entry of objects for displaying information of ip in use for DHCP server pools.
                   hpnicfDHCPSIPInUseHAddrEx 1.3.6.1.4.1.11.2.14.11.15.8.2.1.43.1.1 macaddress no-access
Hardware address.
                   hpnicfDHCPSIPInUseVlanIdEx 1.3.6.1.4.1.11.2.14.11.15.8.2.1.43.1.2 integer no-access
User's vlanID. 60000 means that a client doesn't have vlanID or have an invalid vlanID.
                   hpnicfDHCPSIPInUseIPEx 1.3.6.1.4.1.11.2.14.11.15.8.2.1.43.1.3 ipaddress read-only
Ip address in use.
                   hpnicfDHCPSIPInUseEndLeaseEx 1.3.6.1.4.1.11.2.14.11.15.8.2.1.43.1.4 octet string read-only
End time of lease. The structure of the OCTET STRING is month/day/year hour:munite:second -- MM/DD/YYYY hh:mm:ss.
                   hpnicfDHCPSIPInUseTypeEx 1.3.6.1.4.1.11.2.14.11.15.8.2.1.43.1.5 integer read-only
Type of binding. Enumeration: 'release': 3, 'auto': 2, 'manual': 1.
                   hpnicfDHCPSIPInUsePoolNameEx 1.3.6.1.4.1.11.2.14.11.15.8.2.1.43.1.6 octet string read-only
Name of the DHCP server pool the ip belongs to.
                   hpnicfDHCPSIPInUseIfIndexEx 1.3.6.1.4.1.11.2.14.11.15.8.2.1.43.1.7 integer read-only
Interface index information.
                   hpnicfDHCPSIPInUseServerPortVlanIdEx 1.3.6.1.4.1.11.2.14.11.15.8.2.1.43.1.8 integer read-only
Vlan information of port on server through which the client user accesses server.
                   hpnicfDHCPSIPInUseAtmpvcEx 1.3.6.1.4.1.11.2.14.11.15.8.2.1.43.1.9 integer read-only
Pvc information.
     hpnicfDHCPServerMIBConformance 1.3.6.1.4.1.11.2.14.11.15.8.2.2
         hpnicfDHCPServerMIBCompliances 1.3.6.1.4.1.11.2.14.11.15.8.2.2.1
         hpnicfDHCPServerMIBGroups 1.3.6.1.4.1.11.2.14.11.15.8.2.2.2
             hpnicfDHCPServerMIBGroup 1.3.6.1.4.1.11.2.14.11.15.8.2.2.2.1
The basic collection of objects providing management of DHCP server.