HPN-ICF-DHCP-SERVER-MIB: View SNMP OID List / Download MIB
VENDOR: HEWLETT-PACKARD
Home | MIB: HPN-ICF-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).
|
|||
Object Name | OID | Type | Access | Info |
hpnicfDHCPServer | 1.3.6.1.4.1.11.2.14.11.15.2.101 |
The MIB module is used for DHCP server. |
||
hpnicfDHCPServerObjects | 1.3.6.1.4.1.11.2.14.11.15.2.101.1 | |||
hpnicfDHCPServerIPPoolUsage | 1.3.6.1.4.1.11.2.14.11.15.2.101.1.1 | integer32 | read-only |
Usage factor of DHCP server ip pool. |
hpnicfDHCPServerReqTimes | 1.3.6.1.4.1.11.2.14.11.15.2.101.1.2 | counter32 | read-only |
Number of requests received by the DHCP server. |
hpnicfDHCPServerReqSuccessTimes | 1.3.6.1.4.1.11.2.14.11.15.2.101.1.3 | counter32 | read-only |
Number of requests success responses sent by the DHCP server. |
hpnicfDHCPServerAvgIpUseThreshold | 1.3.6.1.4.1.11.2.14.11.15.2.101.1.4 | integer32 | read-write |
Threshold of average IP usage of a DHCP server pool in 5 minutes. |
hpnicfDHCPServerMaxIpUseThreshold | 1.3.6.1.4.1.11.2.14.11.15.2.101.1.5 | integer32 | read-write |
Threshold of maximum IP usage of a DHCP server pool in 5 minutes. |
hpnicfDHCPServerAllocateThreshold | 1.3.6.1.4.1.11.2.14.11.15.2.101.1.6 | integer32 | read-write |
Threshold of DHCP server allocated IP address in 5 minutes. |
hpnicfDHCPServerTables | 1.3.6.1.4.1.11.2.14.11.15.2.101.2 | |||
hpnicfDHCPServerPoolName | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.1 | octet string | no-access |
DHCP server pool name. |
hpnicfDHCPSrvGlobalPoolTable | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.2 | no-access |
A table for creating DHCP server global pools. |
|
1.3.6.1.4.1.11.2.14.11.15.2.101.2.2.1 | no-access |
An entry containing objects for creating or deleting a global pool for the DHCP server. |
||
hpnicfDHCPSrvGlobalPoolName | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.2.1.1 | octet string | read-only |
DHCP server global pool name. |
hpnicfDHCPSrvGlobalPoolRowStatus | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.2.1.2 | rowstatus | read-only |
RowStatus. Three actions are used: active, createAndGo, destroy. |
hpnicfDHCPSrvGlobalPoolConfigTable | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.3 | no-access |
A table containing the configurations of dhcp server global pools. |
|
1.3.6.1.4.1.11.2.14.11.15.2.101.2.3.1 | no-access |
An entry containing the objects for configuring the network ip or host ip etc. to global pools for DHCP server. |
||
hpnicfDHCPSrvGlobalPoolType | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.3.1.1 | integer | read-write |
Type of a DHCP global pool. Any operations of this object will be bound with the operations of hpnicfDHCPSrvGlobalPoolNetwork, hpnicfDHCPSrvGlobalPoolHostIPAddr, or hpnicfDHCPSrvGlobalPoolHostHAddr. That means any operation of this object alone will be regarded as invalid operation. Enumeration: 'host': 1, 'null': 0, 'network': 2. |
hpnicfDHCPSrvGlobalPoolNetwork | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.3.1.2 | ipaddress | read-write |
Network ip of a DHCP global pool. To delete a configured network ip, please set hpnicfDHCPSrvGlobalPoolCfgUndoFlag to 1. |
hpnicfDHCPSrvGlobalPoolNetworkMask | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.3.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 hpnicfDHCPSrvGlobalPoolNetwork 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. |
hpnicfDHCPSrvGlobalPoolHostIPAddr | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.3.1.4 | ipaddress | read-write |
Host ip of a DHCP global pool. To delete a configured network ip, please set hpnicfDHCPSrvGlobalPoolCfgUndoFlag to 2. |
hpnicfDHCPSrvGlobalPoolHostMask | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.3.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 hpnicfDHCPSrvGlobalPoolHostIPAddr 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. |
hpnicfDHCPSrvGlobalPoolHostHAddr | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.3.1.6 | macaddress | read-write |
Hardware address of a DHCP global pool(host). To delete a configured hardware address, please set hpnicfDHCPSrvGlobalPoolCfgUndoFlag to 3. |
hpnicfDHCPSrvGlobalPoolCfgUndoFlag | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.3.1.7 | integer | read-write |
Flag of undo operation for hpnicfDHCPSrvGlobalPoolConfigTable. Enumeration: 'undohostip': 2, 'undonetworkip': 1, 'undohosthaddr': 3. |
hpnicfDHCPSrvGlobalPoolStartAddr | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.3.1.8 | ipaddress | read-write |
Start IP of a DHCP global pool. To delete a configured start IP, please set hpnicfDHCPSrvGlobalPoolStartAddr to 0. It takes effect only when hpnicfDHCPSrvGlobalPoolNetwork is set. |
hpnicfDHCPSrvGlobalPoolEndAddr | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.3.1.9 | ipaddress | read-write |
End ip of a DHCP global pool. |
hpnicfDHCPSrvGlobalPoolParaTable | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.4 | no-access |
A table for configuring parameters to DHCP global pools. |
|
1.3.6.1.4.1.11.2.14.11.15.2.101.2.4.1 | no-access |
An entry containing the objects for the configurations of parameters of DHCP global pools. |
||
hpnicfDHCPSrvGlbPoolLeaseDay | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.4.1.1 | integer32 | read-write |
Number of days of the lease. |
hpnicfDHCPSrvGlbPoolLeaseHour | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.4.1.2 | integer32 | read-write |
Number of hours of the lease. |
hpnicfDHCPSrvGlbPoolLeaseMinute | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.4.1.3 | integer32 | read-write |
Number of minutes of the lease. |
hpnicfDHCPSrvGlbPoolLeaseUnlimited | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.4.1.4 | integer | read-write |
A flag denoting if the lease of a pool is unlimited. Enumeration: 'unlimited': 1, 'invalid': 0. |
hpnicfDHCPSrvGlbPoolDomainName | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.4.1.5 | octet string | read-write |
Domain name for DHCP clients. |
hpnicfDHCPSrvGlbPoolCliGWIPStr | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.4.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. |
hpnicfDHCPSrvGlbPoolCliGWIPUndo | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.4.1.7 | ipaddress | read-write |
A gateway ip address to delete. This object is only for deleting a given ip of gateway router. |
hpnicfDHCPSrvGlbPoolCliDNSIPStr | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.4.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. |
hpnicfDHCPSrvGlbPoolCliDNSIPUndo | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.4.1.9 | ipaddress | read-write |
A DNS server ip address to delete. This object is only for deleting a given ip of DNS server. |
hpnicfDHCPSrvGlbPoolCliNetbiosType | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.4.1.10 | integer | read-write |
NetBios node type for DHCP clients. Enumeration: 'mnode': 4, 'bnode': 1, 'null': 0, 'hnode': 8, 'pnode': 2. |
hpnicfDHCPSrvGlbPoolCliNbnsIPStr | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.4.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. |
hpnicfDHCPSrvGlbPoolCliNbnsIPUndo | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.4.1.12 | ipaddress | read-write |
A NetBios server ip address to delete. This object is only for deleting a given ip of NetBios server. |
hpnicfDHCPSrvGlbPoolParaUndoFlag | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.4.1.13 | integer | read-write |
Flag of undo-operation for hpnicfDHCPSrvGlobalPoolParaTable. Enumeration: 'undoNbType': 6, 'undoGateway': 3, 'undoNbns': 5, 'undoDns': 4, 'undoDomain': 1, 'undoLease': 2. |
hpnicfDHCPSrvGlbPoolIPInUseReset | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.4.1.14 | integer | read-write |
Reset the auto binding ip of the given global pool for DHCP server. Enumeration: 'reset': 1. |
hpnicfDHCPSrvGlbPoolLeaseTime | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.4.1.15 | timeticks | read-write |
Number of timeticks of the lease. |
hpnicfDHCPSrvGlbPoolPrimaryDNSIP | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.4.1.16 | ipaddress | read-write |
The Primary DNS server IP address to be assigned to the client. To delete a configured Primary DNS server IP, please set hpnicfDHCPSrvGlbPoolPrimaryDNSIP to 0. It takes effect only when hpnicfDHCPSrvGlobalPoolNetwork is set. |
hpnicfDHCPSrvGlbPoolSecondaryDNSIP | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.4.1.17 | ipaddress | read-write |
The Secondary DNS server IP address to be assigned to the client. To delete a configured Secondary DNS server IP, please set hpnicfDHCPSrvGlbPoolSecondaryDNSIP to 0. It takes effect only when hpnicfDHCPSrvGlobalPoolNetwork is set. |
hpnicfDHCPSrvGlbPoolLeaseSecond | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.4.1.18 | integer32 | read-write |
Number of seconds of the lease. |
hpnicfDHCPSrvGlobalPoolOptionTable | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.5 | no-access |
A table for configuring options to DHCP global pools. |
|
1.3.6.1.4.1.11.2.14.11.15.2.101.2.5.1 | no-access |
An entry containing the objects for configuring options to DHCP global pools. |
||
hpnicfDHCPSrvGlbPoolOptCode | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.5.1.1 | integer32 | read-only |
Option code. |
hpnicfDHCPSrvGlbPoolOptType | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.5.1.2 | integer | read-only |
Option type. Enumeration: 'hex': 2, 'ascii': 1, 'ip': 3. |
hpnicfDHCPSrvGlbPoolOptAscii | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.5.1.3 | octet string | read-only |
Ascii string of an option. |
hpnicfDHCPSrvGlbPoolOptHexString | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.5.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'. |
hpnicfDHCPSrvGlbPoolOptIPString | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.5.1.5 | octet string | read-only |
IP string of an option. 1 to 8 ip addresses can be configured at most simultaneously. |
hpnicfDHCPSrvGlbPoolOptRowStatus | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.5.1.6 | rowstatus | read-only |
RowStatus. Three actions are used: active, createAndGo, destroy. |
hpnicfDHCPSrvGlobalPoolStatTable | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.6 | no-access |
The statistics of each DHCP address pool. |
|
1.3.6.1.4.1.11.2.14.11.15.2.101.2.6.1 | no-access |
An entry containing the statistics of each DHCP address pool. |
||
hpnicfDHCPSrvGlbPoolIPPoolUsage | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.6.1.1 | integer32 | read-only |
Utilization rate of IP addresses in each DHCP address pool, in percentage. |
hpnicfDHCPSrvGlbPoolReqTimes | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.6.1.2 | counter32 | read-only |
Number of request packets received by each DHCP address pool, including the request packets for an extension of the lease. |
hpnicfDHCPSrvGlbPoolSuccessTimes | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.6.1.3 | counter32 | read-only |
Number of positive responses sent by each DHCP address pool, including responses to the request for an extension of the lease. |
hpnicfDHCPSrvGlbPoolDiscoverTimes | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.6.1.4 | counter32 | read-only |
Number of discover packets received by each DHCP address pool. |
hpnicfDHCPSrvGlbPoolOfferTimes | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.6.1.5 | counter32 | read-only |
Number of offer packets sent by each DHCP address pool. |
hpnicfDHCPSrvGlbPoolACKTimes | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.6.1.6 | counter32 | read-only |
Number of ACK packets sent by each DHCP address pool. |
hpnicfDHCPSrvGlbPoolTotalIpNum | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.6.1.7 | counter32 | read-only |
Number of IP addresses in each DHCP address pool. |
hpnicfDHCPSrvGlbPoolInUsedIpNum | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.6.1.8 | counter32 | read-only |
Number of allocated IP addresses in each DHCP address pool. |
hpnicfDHCPSvrOptionGroupTable | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.7 | no-access |
A table for creating DHCP server global option groups. |
|
1.3.6.1.4.1.11.2.14.11.15.2.101.2.7.1 | no-access |
An entry containing objects for creating or deleting a global option group. |
||
hpnicfDHCPSvrOptionGroupIndex | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.7.1.1 | integer32 | read-only |
The global option group index. |
hpnicfDHCPSvrOptionGroupRowstatus | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.7.1.2 | rowstatus | read-only |
RowStatus. Three actions are used: active, createAndGo, destroy. |
hpnicfDHCPSvrOptionTable | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.8 | no-access |
A table for configuring options in a global option group. |
|
1.3.6.1.4.1.11.2.14.11.15.2.101.2.8.1 | no-access |
An entry containing objects for configuring an option in a global option group. |
||
hpnicfDHCPSvrOptionCode | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.8.1.1 | integer32 | read-only |
Option code. |
hpnicfDHCPSvrOptionType | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.8.1.2 | integer | read-only |
Option type. Enumeration: 'hex': 2, 'ascii': 1, 'ip': 3. |
hpnicfDHCPSvrOptionAsciiString | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.8.1.3 | octet string | read-only |
Ascii string of an option. |
hpnicfDHCPSvrOptionHexString | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.8.1.4 | octet string | read-only |
Hex string of an option. 1 to 16 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'. |
hpnicfDHCPSvrOptionIPString | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.8.1.5 | octet string | read-only |
Ip string of an option. 1 to 8 ip addresses can be configured at most simultaneously. |
hpnicfDHCPSvrOptionRowstatus | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.8.1.6 | rowstatus | read-only |
RowStatus. Three actions are used: active, createAndGo, destroy. |
hpnicfDHCPSvrVerifyMacTable | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.9 | no-access |
A table containing the verifying switches status for pools. |
|
1.3.6.1.4.1.11.2.14.11.15.2.101.2.9.1 | no-access |
An entry containing the switch status for a pool. |
||
hpnicfDHCPSvrVerifyMacSwitch | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.9.1.1 | integer | read-write |
The switch status for this pool. It has two defined values: enabled and disabled. If the value is enabled, the DHCP server only allocates IP address to host in the MAC list. The default value is disabled. Enumeration: 'disabled': 2, 'enabled': 1. |
hpnicfDHCPSvrPoolMacTable | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.10 | no-access |
A table containing the MAC addresses list for pools. |
|
1.3.6.1.4.1.11.2.14.11.15.2.101.2.10.1 | no-access |
An entry containing a MAC address and a mask. |
||
hpnicfDHCPSvrPoolMac | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.10.1.1 | macaddress | read-only |
MAC address. |
hpnicfDHCPSvrPoolMacMask | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.10.1.2 | macaddress | read-only |
Mask for MAC address. |
hpnicfDHCPSvrPoolMacOptIndex | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.10.1.3 | integer32 | read-write |
Option group index binding for the MAC address. |
hpnicfDHCPSvrPoolMacRowstatus | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.10.1.4 | rowstatus | read-only |
RowStatus. Three actions are used: active, createAndGo, destroy. |
hpnicfDHCPServerTraps | 1.3.6.1.4.1.11.2.14.11.15.2.101.3 | |||
hpnicfDHCPServerTrapPrefix | 1.3.6.1.4.1.11.2.14.11.15.2.101.3.0 | |||
hpnicfDHCPServerAddrExhaust | 1.3.6.1.4.1.11.2.14.11.15.2.101.3.0.1 |
This trap is generated when the device DHCP server address exhaust. |
||
hpnicfDHCPServerAddrExhaustRecover | 1.3.6.1.4.1.11.2.14.11.15.2.101.3.0.2 |
This trap is generated when the device DHCP server address exhaust recover. |
||
hpnicfDHCPServerAvgIpUsageOverflow | 1.3.6.1.4.1.11.2.14.11.15.2.101.3.0.3 |
This trap is generated when the average IP address usage of DHCP server pool in 5 minutes overflows. |
||
hpnicfDHCPServerMaxIpUsageOverflow | 1.3.6.1.4.1.11.2.14.11.15.2.101.3.0.4 |
This trap is generated when the maximum IP address usage of DHCP server pool in 5 minutes overflows. |
||
hpnicfDHCPServerAllocateOverflow | 1.3.6.1.4.1.11.2.14.11.15.2.101.3.0.5 |
This trap is generated when the number of DHCP server allocated IP address in 5 minutes overflows. |
||
hpnicfDHCPServerTrapObjects | 1.3.6.1.4.1.11.2.14.11.15.2.101.3.1 | |||
hpnicfDHCPServerFirstTrapTime | 1.3.6.1.4.1.11.2.14.11.15.2.101.3.1.1 | timeticks | no-access |
Represents the first trap time. |