HPN-ICF-DHCP-SERVER-MIB
- Registered at
- 1.3.6.1.4.1.11.2.14.11.15.2.101
- Last updated
- 2009-05-06 00:00
- Revisions
- 2009-05-06 00:00
- Namespace
- hp
- Source file
HPN-ICF-DHCP-SERVER-MIB- Digest
sha256:b2672381e19460e0ae669064baaa4512d0bf42b959d7cec3f93805f00af8dc16
Description
The MIB module is used for DHCP server.
Imports
| From | Symbols |
|---|---|
| HPN-ICF-OID-MIB | hpnicfCommon |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP |
| SNMPv2-SMI | Counter32, Integer32, IpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, TimeTicks, iso |
| SNMPv2-TC | DisplayString, MacAddress, RowStatus, TEXTUAL-CONVENTION |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
HPN-ICF-DHCP-SERVER-MIB HPN-ICF-OID-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| hpnicfDHCPServerObjects OBJECT-IDENTITY | 1.3.6.1.4.1.11.2.14.11.15.2.101.1 | |||
| hpnicfDHCPServerIPPoolUsage OBJECT-TYPE Usage factor of DHCP server ip pool. | 1.3.6.1.4.1.11.2.14.11.15.2.101.1.1 | Integer32 | read-only | current |
| hpnicfDHCPServerReqTimes OBJECT-TYPE Number of requests received by the DHCP server. | 1.3.6.1.4.1.11.2.14.11.15.2.101.1.2 | Counter32 | read-only | current |
| hpnicfDHCPServerReqSuccessTimes OBJECT-TYPE Number of requests success responses sent by the DHCP server. | 1.3.6.1.4.1.11.2.14.11.15.2.101.1.3 | Counter32 | read-only | current |
| hpnicfDHCPServerAvgIpUseThreshold OBJECT-TYPE Threshold of average IP usage of a DHCP server pool in 5 minutes. | 1.3.6.1.4.1.11.2.14.11.15.2.101.1.4 | Integer32 (0..100) | read-write | current |
| hpnicfDHCPServerMaxIpUseThreshold OBJECT-TYPE Threshold of maximum IP usage of a DHCP server pool in 5 minutes. | 1.3.6.1.4.1.11.2.14.11.15.2.101.1.5 | Integer32 (0..100) | read-write | current |
| hpnicfDHCPServerAllocateThreshold OBJECT-TYPE Threshold of DHCP server allocated IP address in 5 minutes. | 1.3.6.1.4.1.11.2.14.11.15.2.101.1.6 | Integer32 (0..100) | read-write | current |
| hpnicfDHCPServerTables OBJECT-IDENTITY | 1.3.6.1.4.1.11.2.14.11.15.2.101.2 | |||
| hpnicfDHCPServerPoolName OBJECT-TYPE DHCP server pool name. | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.1 | OCTET STRING (SIZE(0..255)) | accessible-for-notify | current |
| hpnicfDHCPSrvGlobalPoolTable OBJECT-TYPE A table for creating DHCP server global pools. | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.2 | not-accessible | current | |
| hpnicfDHCPSrvGlobalPoolEntry OBJECT-TYPE An entry containing objects for creating or deleting a global pool for the DHCP server. | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.2.1 | not-accessible | current | |
| hpnicfDHCPSrvGlobalPoolName OBJECT-TYPE DHCP server global pool name. | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.2.1.1 | OCTET STRING (SIZE(0..255)) | read-only | current |
| hpnicfDHCPSrvGlobalPoolRowStatus OBJECT-TYPE RowStatus. Three actions are used: active, createAndGo, destroy. | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.2.1.2 | RowStatus | read-create | current |
| hpnicfDHCPSrvGlobalPoolConfigTable OBJECT-TYPE 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 | not-accessible | current | |
| hpnicfDHCPSrvGlobalPoolConfigEntry OBJECT-TYPE An entry containing the objects for configuring the network ip or host ip etc. to global pools for DHCP server. | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.3.1 | not-accessible | current | |
| hpnicfDHCPSrvGlobalPoolType OBJECT-TYPE 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. | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.3.1.1 | INTEGER {null(0), host(1), network(2)} | read-write | current |
| hpnicfDHCPSrvGlobalPoolNetwork OBJECT-TYPE Network ip of a DHCP global pool. To delete a configured network ip, please set hpnicfDHCPSrvGlobalPoolCfgUndoFlag to 1. | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.3.1.2 | IpAddress | read-write | current |
| hpnicfDHCPSrvGlobalPoolNetworkMask OBJECT-TYPE 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. | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.3.1.3 | IpAddress | read-write | current |
| hpnicfDHCPSrvGlobalPoolHostIPAddr OBJECT-TYPE Host ip of a DHCP global pool. To delete a configured network ip, please set hpnicfDHCPSrvGlobalPoolCfgUndoFlag to 2. | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.3.1.4 | IpAddress | read-write | current |
| hpnicfDHCPSrvGlobalPoolHostMask OBJECT-TYPE 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. | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.3.1.5 | IpAddress | read-write | current |
| hpnicfDHCPSrvGlobalPoolHostHAddr OBJECT-TYPE Hardware address of a DHCP global pool(host). To delete a configured hardware address, please set hpnicfDHCPSrvGlobalPoolCfgUndoFlag to 3. | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.3.1.6 | MacAddress | read-write | current |
| hpnicfDHCPSrvGlobalPoolCfgUndoFlag OBJECT-TYPE Flag of undo operation for hpnicfDHCPSrvGlobalPoolConfigTable. | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.3.1.7 | INTEGER {undonetworkip(1), undohostip(2), undohosthaddr(3)} | read-write | current |
| hpnicfDHCPSrvGlobalPoolStartAddr OBJECT-TYPE 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. | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.3.1.8 | IpAddress | read-write | current |
| hpnicfDHCPSrvGlobalPoolEndAddr OBJECT-TYPE End ip of a DHCP global pool. | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.3.1.9 | IpAddress | read-write | current |
| hpnicfDHCPSrvGlobalPoolParaTable OBJECT-TYPE A table for configuring parameters to DHCP global pools. | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.4 | not-accessible | current | |
| hpnicfDHCPSrvGlobalPoolParaEntry OBJECT-TYPE An entry containing the objects for the configurations of parameters of DHCP global pools. | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.4.1 | not-accessible | current | |
| hpnicfDHCPSrvGlbPoolLeaseDay OBJECT-TYPE Number of days of the lease. | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.4.1.1 | Integer32 (0..365) | read-write | current |
| hpnicfDHCPSrvGlbPoolLeaseHour OBJECT-TYPE Number of hours of the lease. | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.4.1.2 | Integer32 (0..23) | read-write | current |
| hpnicfDHCPSrvGlbPoolLeaseMinute OBJECT-TYPE Number of minutes of the lease. | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.4.1.3 | Integer32 (0..59) | read-write | current |
| hpnicfDHCPSrvGlbPoolLeaseUnlimited OBJECT-TYPE A flag denoting if the lease of a pool is unlimited. | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.4.1.4 | INTEGER {invalid(0), unlimited(1)} | read-write | current |
| hpnicfDHCPSrvGlbPoolDomainName OBJECT-TYPE Domain name for DHCP clients. | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.4.1.5 | OCTET STRING (SIZE(0..255)) | read-write | current |
| hpnicfDHCPSrvGlbPoolCliGWIPStr OBJECT-TYPE 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. | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.4.1.6 | OCTET STRING (SIZE(0..129)) | read-write | current |
| hpnicfDHCPSrvGlbPoolCliGWIPUndo OBJECT-TYPE A gateway ip address to delete. This object is only for deleting a given ip of gateway router. | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.4.1.7 | IpAddress | read-write | current |
| hpnicfDHCPSrvGlbPoolCliDNSIPStr OBJECT-TYPE 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. | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.4.1.8 | OCTET STRING (SIZE(0..129)) | read-write | current |
| hpnicfDHCPSrvGlbPoolCliDNSIPUndo OBJECT-TYPE A DNS server ip address to delete. This object is only for deleting a given ip of DNS server. | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.4.1.9 | IpAddress | read-write | current |
| hpnicfDHCPSrvGlbPoolCliNetbiosType OBJECT-TYPE NetBios node type for DHCP clients. | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.4.1.10 | INTEGER {null(0), bnode(1), pnode(2), mnode(4), hnode(8)} | read-write | current |
| hpnicfDHCPSrvGlbPoolCliNbnsIPStr OBJECT-TYPE 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. | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.4.1.11 | OCTET STRING (SIZE(0..129)) | read-write | current |
| hpnicfDHCPSrvGlbPoolCliNbnsIPUndo OBJECT-TYPE A NetBios server ip address to delete. This object is only for deleting a given ip of NetBios server. | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.4.1.12 | IpAddress | read-write | current |
| hpnicfDHCPSrvGlbPoolParaUndoFlag OBJECT-TYPE Flag of undo-operation for hpnicfDHCPSrvGlobalPoolParaTable. | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.4.1.13 | INTEGER {undoDomain(1), undoLease(2), undoGateway(3), undoDns(4), undoNbns(5), undoNbType(6)} | read-write | current |
| hpnicfDHCPSrvGlbPoolIPInUseReset OBJECT-TYPE Reset the auto binding ip of the given global pool for DHCP server. | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.4.1.14 | INTEGER {reset(1)} | read-write | current |
| hpnicfDHCPSrvGlbPoolLeaseTime OBJECT-TYPE Number of timeticks of the lease. | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.4.1.15 | TimeTicks | read-write | current |
| hpnicfDHCPSrvGlbPoolPrimaryDNSIP OBJECT-TYPE 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. | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.4.1.16 | IpAddress | read-write | current |
| hpnicfDHCPSrvGlbPoolSecondaryDNSIP OBJECT-TYPE 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. | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.4.1.17 | IpAddress | read-write | current |
| hpnicfDHCPSrvGlbPoolLeaseSecond OBJECT-TYPE Number of seconds of the lease. | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.4.1.18 | Integer32 (0..59) | read-write | current |
| hpnicfDHCPSrvGlobalPoolOptionTable OBJECT-TYPE A table for configuring options to DHCP global pools. | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.5 | not-accessible | current | |
| hpnicfDHCPSrvGlobalPoolOptionEntry OBJECT-TYPE An entry containing the objects for configuring options to DHCP global pools. | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.5.1 | not-accessible | current | |
| hpnicfDHCPSrvGlbPoolOptCode OBJECT-TYPE Option code. | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.5.1.1 | Integer32 (1..254) | read-only | current |
| hpnicfDHCPSrvGlbPoolOptType OBJECT-TYPE Option type. | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.5.1.2 | INTEGER {ascii(1), hex(2), ip(3)} | read-create | current |
| hpnicfDHCPSrvGlbPoolOptAscii OBJECT-TYPE Ascii string of an option. | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.5.1.3 | OCTET STRING (SIZE(0..63)) | read-create | current |
| hpnicfDHCPSrvGlbPoolOptHexString OBJECT-TYPE 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'. | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.5.1.4 | OCTET STRING (SIZE(0..573)) | read-create | current |
| hpnicfDHCPSrvGlbPoolOptIPString OBJECT-TYPE IP string of an option. 1 to 8 ip addresses can be configured at most simultaneously. | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.5.1.5 | OCTET STRING (SIZE(0..129)) | read-create | current |
| hpnicfDHCPSrvGlbPoolOptRowStatus OBJECT-TYPE RowStatus. Three actions are used: active, createAndGo, destroy. | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.5.1.6 | RowStatus | read-create | current |
| hpnicfDHCPSrvGlobalPoolStatTable OBJECT-TYPE The statistics of each DHCP address pool. | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.6 | not-accessible | current | |
| hpnicfDHCPSrvGlobalPoolStatEntry OBJECT-TYPE An entry containing the statistics of each DHCP address pool. | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.6.1 | not-accessible | current | |
| hpnicfDHCPSrvGlbPoolIPPoolUsage OBJECT-TYPE Utilization rate of IP addresses in each DHCP address pool, in percentage. | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.6.1.1 | Integer32 | read-only | current |
| hpnicfDHCPSrvGlbPoolReqTimes OBJECT-TYPE Number of request packets received by each DHCP address pool, including the request packets for an extension of the lease. | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.6.1.2 | Counter32 | read-only | current |
| hpnicfDHCPSrvGlbPoolSuccessTimes OBJECT-TYPE Number of positive responses sent by each DHCP address pool, including responses to the request for an extension of the lease. | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.6.1.3 | Counter32 | read-only | current |
| hpnicfDHCPSrvGlbPoolDiscoverTimes OBJECT-TYPE Number of discover packets received by each DHCP address pool. | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.6.1.4 | Counter32 | read-only | current |
| hpnicfDHCPSrvGlbPoolOfferTimes OBJECT-TYPE Number of offer packets sent by each DHCP address pool. | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.6.1.5 | Counter32 | read-only | current |
| hpnicfDHCPSrvGlbPoolACKTimes OBJECT-TYPE Number of ACK packets sent by each DHCP address pool. | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.6.1.6 | Counter32 | read-only | current |
| hpnicfDHCPSrvGlbPoolTotalIpNum OBJECT-TYPE Number of IP addresses in each DHCP address pool. | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.6.1.7 | Counter32 | read-only | current |
| hpnicfDHCPSrvGlbPoolInUsedIpNum OBJECT-TYPE Number of allocated IP addresses in each DHCP address pool. | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.6.1.8 | Counter32 | read-only | current |
| hpnicfDHCPSvrOptionGroupTable OBJECT-TYPE A table for creating DHCP server global option groups. | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.7 | not-accessible | current | |
| hpnicfDHCPSvrOptionGroupEntry OBJECT-TYPE An entry containing objects for creating or deleting a global option group. | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.7.1 | not-accessible | current | |
| hpnicfDHCPSvrOptionGroupIndex OBJECT-TYPE The global option group index. | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.7.1.1 | Integer32 (0..2147483647) | read-only | current |
| hpnicfDHCPSvrOptionGroupRowstatus OBJECT-TYPE RowStatus. Three actions are used: active, createAndGo, destroy. | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.7.1.2 | RowStatus | read-create | current |
| hpnicfDHCPSvrOptionTable OBJECT-TYPE 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 | not-accessible | current | |
| hpnicfDHCPSvrOptionEntry OBJECT-TYPE An entry containing objects for configuring an option in a global option group. | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.8.1 | not-accessible | current | |
| hpnicfDHCPSvrOptionCode OBJECT-TYPE Option code. | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.8.1.1 | Integer32 (1..254) | read-only | current |
| hpnicfDHCPSvrOptionType OBJECT-TYPE Option type. | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.8.1.2 | INTEGER {ascii(1), hex(2), ip(3)} | read-create | current |
| hpnicfDHCPSvrOptionAsciiString OBJECT-TYPE Ascii string of an option. | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.8.1.3 | OCTET STRING (SIZE(0..255)) | read-create | current |
| hpnicfDHCPSvrOptionHexString OBJECT-TYPE 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'. | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.8.1.4 | OCTET STRING (SIZE(0..573)) | read-create | current |
| hpnicfDHCPSvrOptionIPString OBJECT-TYPE Ip string of an option. 1 to 8 ip addresses can be configured at most simultaneously. | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.8.1.5 | OCTET STRING (SIZE(0..129)) | read-create | current |
| hpnicfDHCPSvrOptionRowstatus OBJECT-TYPE RowStatus. Three actions are used: active, createAndGo, destroy. | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.8.1.6 | RowStatus | read-create | current |
| hpnicfDHCPSvrVerifyMacTable OBJECT-TYPE A table containing the verifying switches status for pools. | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.9 | not-accessible | current | |
| hpnicfDHCPSvrVerifyMacEntry OBJECT-TYPE An entry containing the switch status for a pool. | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.9.1 | not-accessible | current | |
| hpnicfDHCPSvrVerifyMacSwitch OBJECT-TYPE 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. | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.9.1.1 | INTEGER {enabled(1), disabled(2)} | read-write | current |
| hpnicfDHCPSvrPoolMacTable OBJECT-TYPE A table containing the MAC addresses list for pools. | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.10 | not-accessible | current | |
| hpnicfDHCPSvrPoolMacEntry OBJECT-TYPE An entry containing a MAC address and a mask. | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.10.1 | not-accessible | current | |
| hpnicfDHCPSvrPoolMac OBJECT-TYPE MAC address. | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.10.1.1 | MacAddress | read-only | current |
| hpnicfDHCPSvrPoolMacMask OBJECT-TYPE Mask for MAC address. | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.10.1.2 | MacAddress | read-only | current |
| hpnicfDHCPSvrPoolMacOptIndex OBJECT-TYPE Option group index binding for the MAC address. | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.10.1.3 | Integer32 | read-write | current |
| hpnicfDHCPSvrPoolMacRowstatus OBJECT-TYPE RowStatus. Three actions are used: active, createAndGo, destroy. | 1.3.6.1.4.1.11.2.14.11.15.2.101.2.10.1.4 | RowStatus | read-create | current |
| hpnicfDHCPServerTraps OBJECT-IDENTITY | 1.3.6.1.4.1.11.2.14.11.15.2.101.3 | |||
| hpnicfDHCPServerTrapPrefix OBJECT-IDENTITY | 1.3.6.1.4.1.11.2.14.11.15.2.101.3.0 | |||
| hpnicfDHCPServerTrapObjects OBJECT-IDENTITY | 1.3.6.1.4.1.11.2.14.11.15.2.101.3.1 | |||
| hpnicfDHCPServerFirstTrapTime OBJECT-TYPE Represents the first trap time. | 1.3.6.1.4.1.11.2.14.11.15.2.101.3.1.1 | TimeTicks | accessible-for-notify | current |
Notifications
| Name | OID | Status |
|---|---|---|
| hpnicfDHCPServerAddrExhaust NOTIFICATION-TYPE This trap is generated when the device DHCP server address exhaust. | 1.3.6.1.4.1.11.2.14.11.15.2.101.3.0.1 | current |
| hpnicfDHCPServerAddrExhaustRecover NOTIFICATION-TYPE This trap is generated when the device DHCP server address exhaust recover. | 1.3.6.1.4.1.11.2.14.11.15.2.101.3.0.2 | current |
| hpnicfDHCPServerAvgIpUsageOverflow NOTIFICATION-TYPE This trap is generated when the average IP address usage of DHCP server pool in 5 minutes overflows. | 1.3.6.1.4.1.11.2.14.11.15.2.101.3.0.3 | current |
| hpnicfDHCPServerMaxIpUsageOverflow NOTIFICATION-TYPE This trap is generated when the maximum IP address usage of DHCP server pool in 5 minutes overflows. | 1.3.6.1.4.1.11.2.14.11.15.2.101.3.0.4 | current |
| hpnicfDHCPServerAllocateOverflow NOTIFICATION-TYPE This trap is generated when the number of DHCP server allocated IP address in 5 minutes overflows. | 1.3.6.1.4.1.11.2.14.11.15.2.101.3.0.5 | current |