MIBs Depot

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

FromSymbols
HPN-ICF-OID-MIBhpnicfCommon
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP
SNMPv2-SMICounter32, Integer32, IpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, TimeTicks, iso
SNMPv2-TCDisplayString, 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

NameOIDSyntaxAccessStatus
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.1Integer32read-onlycurrent
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.2Counter32read-onlycurrent
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.3Counter32read-onlycurrent
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.4Integer32 (0..100)read-writecurrent
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.5Integer32 (0..100)read-writecurrent
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.6Integer32 (0..100)read-writecurrent
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.1OCTET STRING (SIZE(0..255))accessible-for-notifycurrent
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.2not-accessiblecurrent
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.1not-accessiblecurrent
hpnicfDHCPSrvGlobalPoolName
OBJECT-TYPE
DHCP server global pool name.
1.3.6.1.4.1.11.2.14.11.15.2.101.2.2.1.1OCTET STRING (SIZE(0..255))read-onlycurrent
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.2RowStatusread-createcurrent
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.3not-accessiblecurrent
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.1not-accessiblecurrent
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.1INTEGER {null(0), host(1), network(2)}read-writecurrent
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.2IpAddressread-writecurrent
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.3IpAddressread-writecurrent
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.4IpAddressread-writecurrent
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.5IpAddressread-writecurrent
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.6MacAddressread-writecurrent
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.7INTEGER {undonetworkip(1), undohostip(2), undohosthaddr(3)}read-writecurrent
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.8IpAddressread-writecurrent
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.9IpAddressread-writecurrent
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.4not-accessiblecurrent
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.1not-accessiblecurrent
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.1Integer32 (0..365)read-writecurrent
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.2Integer32 (0..23)read-writecurrent
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.3Integer32 (0..59)read-writecurrent
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.4INTEGER {invalid(0), unlimited(1)}read-writecurrent
hpnicfDHCPSrvGlbPoolDomainName
OBJECT-TYPE
Domain name for DHCP clients.
1.3.6.1.4.1.11.2.14.11.15.2.101.2.4.1.5OCTET STRING (SIZE(0..255))read-writecurrent
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.6OCTET STRING (SIZE(0..129))read-writecurrent
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.7IpAddressread-writecurrent
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.8OCTET STRING (SIZE(0..129))read-writecurrent
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.9IpAddressread-writecurrent
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.10INTEGER {null(0), bnode(1), pnode(2), mnode(4), hnode(8)}read-writecurrent
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.11OCTET STRING (SIZE(0..129))read-writecurrent
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.12IpAddressread-writecurrent
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.13INTEGER {undoDomain(1), undoLease(2), undoGateway(3), undoDns(4), undoNbns(5), undoNbType(6)}read-writecurrent
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.14INTEGER {reset(1)}read-writecurrent
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.15TimeTicksread-writecurrent
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.16IpAddressread-writecurrent
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.17IpAddressread-writecurrent
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.18Integer32 (0..59)read-writecurrent
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.5not-accessiblecurrent
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.1not-accessiblecurrent
hpnicfDHCPSrvGlbPoolOptCode
OBJECT-TYPE
Option code.
1.3.6.1.4.1.11.2.14.11.15.2.101.2.5.1.1Integer32 (1..254)read-onlycurrent
hpnicfDHCPSrvGlbPoolOptType
OBJECT-TYPE
Option type.
1.3.6.1.4.1.11.2.14.11.15.2.101.2.5.1.2INTEGER {ascii(1), hex(2), ip(3)}read-createcurrent
hpnicfDHCPSrvGlbPoolOptAscii
OBJECT-TYPE
Ascii string of an option.
1.3.6.1.4.1.11.2.14.11.15.2.101.2.5.1.3OCTET STRING (SIZE(0..63))read-createcurrent
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.4OCTET STRING (SIZE(0..573))read-createcurrent
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.5OCTET STRING (SIZE(0..129))read-createcurrent
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.6RowStatusread-createcurrent
hpnicfDHCPSrvGlobalPoolStatTable
OBJECT-TYPE
The statistics of each DHCP address pool.
1.3.6.1.4.1.11.2.14.11.15.2.101.2.6not-accessiblecurrent
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.1not-accessiblecurrent
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.1Integer32read-onlycurrent
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.2Counter32read-onlycurrent
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.3Counter32read-onlycurrent
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.4Counter32read-onlycurrent
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.5Counter32read-onlycurrent
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.6Counter32read-onlycurrent
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.7Counter32read-onlycurrent
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.8Counter32read-onlycurrent
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.7not-accessiblecurrent
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.1not-accessiblecurrent
hpnicfDHCPSvrOptionGroupIndex
OBJECT-TYPE
The global option group index.
1.3.6.1.4.1.11.2.14.11.15.2.101.2.7.1.1Integer32 (0..2147483647)read-onlycurrent
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.2RowStatusread-createcurrent
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.8not-accessiblecurrent
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.1not-accessiblecurrent
hpnicfDHCPSvrOptionCode
OBJECT-TYPE
Option code.
1.3.6.1.4.1.11.2.14.11.15.2.101.2.8.1.1Integer32 (1..254)read-onlycurrent
hpnicfDHCPSvrOptionType
OBJECT-TYPE
Option type.
1.3.6.1.4.1.11.2.14.11.15.2.101.2.8.1.2INTEGER {ascii(1), hex(2), ip(3)}read-createcurrent
hpnicfDHCPSvrOptionAsciiString
OBJECT-TYPE
Ascii string of an option.
1.3.6.1.4.1.11.2.14.11.15.2.101.2.8.1.3OCTET STRING (SIZE(0..255))read-createcurrent
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.4OCTET STRING (SIZE(0..573))read-createcurrent
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.5OCTET STRING (SIZE(0..129))read-createcurrent
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.6RowStatusread-createcurrent
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.9not-accessiblecurrent
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.1not-accessiblecurrent
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.1INTEGER {enabled(1), disabled(2)}read-writecurrent
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.10not-accessiblecurrent
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.1not-accessiblecurrent
hpnicfDHCPSvrPoolMac
OBJECT-TYPE
MAC address.
1.3.6.1.4.1.11.2.14.11.15.2.101.2.10.1.1MacAddressread-onlycurrent
hpnicfDHCPSvrPoolMacMask
OBJECT-TYPE
Mask for MAC address.
1.3.6.1.4.1.11.2.14.11.15.2.101.2.10.1.2MacAddressread-onlycurrent
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.3Integer32read-writecurrent
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.4RowStatusread-createcurrent
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.1TimeTicksaccessible-for-notifycurrent

Notifications

NameOIDStatus
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.1current
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.2current
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.3current
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.4current
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.5current