HP-ICF-DHCPV4-SERVER-MIB
AI MIB Summary
The HP-ICF-DHCPV4-SERVER-MIB monitors and manages the operational state, lease allocation statistics, and binding tables of the BOOTP and DHCPv4 server services on HP ProCurve/Aruba switches. It provides visibility into critical server metrics such as active client sessions, address pool utilization, and packet processing counters to ensure IPv4 address assignment reliability.
This MIB module is for entities implementing the server side of the Bootstrap Protocol (BOOTP) and the Dynamic Host Configuration protocol (DHCP) for Internet Protocol version 4(IPv4).
Main OID:
hpicfDhcpv4ServerMIB.1.3.6.1.4.1.25506.11.1.99
99
Objects
Active
Status
7
Dependencies
Imported Objects
Objects
99 total| Object Name |
|---|
hpicfDhcpv4ServerMIBThis MIB module is for entities implementing
the server side of the Bootstrap Protocol (BOOTP)
and the Dynamic Host Configuration protocol (DHCP)
for Internet Protocol version 4(IPv4). MODULE-IDENTITY .1.3.6.1.4.1.25506.11.1.99 |
IMPORTSThis MIB module is for entities implementing
the server side of the Bootstrap Protocol (BOOTP)
and the Dynamic Host Configuration protocol (DHCP)
for Internet Protocol version 4(IPv4). Unknown .1.3.6.1.4.1.25506.11.1.99 |
hpicfDhcpv4ServerNotifs OBJECT IDENTIFIER .1.3.6.1.4.1.25506.11.1.99.0 |
hpicfDhcpv4ServerNotifyDuplicateIpAddrThe IPv4 address found to be a duplicate. Duplicates are
detected by servers, which issue an ICMP ECHOREQUEST
prior to offering an IPv4 address lease, or by a client
issuing a gratuitous ARP message and reported through a
DHCPDECLINE message.ro InetAddressIPv4 .1.3.6.1.4.1.25506.11.1.99.0.1 |
hpicfDhcpv4ServerNotifyDuplicateMacThe offending MAC address which caused a duplicate IPv4
address to be detected, if captured by the server,
else 00-00-00-00-00-00.ro MacAddress (SNMPv2-TC) .1.3.6.1.4.1.25506.11.1.99.0.2 |
hpicfDhcpv4ServerNotifyClientOrServerDetectedDuplicate IPv4 addresses can be detected either by a
server, using an ICMP ECHO message, or by a client using
ARP. This object is set by the server to (1) if the client
used DHCPDECLINE to mark the offered address as in use, or
to (2) if the server discovered the address in use by some
client before offering it.ro Enumeration .1.3.6.1.4.1.25506.11.1.99.0.3 |
hpicfDhcpv4ServerClientPhysicalAddressThe hardware address of the client that requested the IP
lease.ro MacAddress (SNMPv2-TC) .1.3.6.1.4.1.25506.11.1.99.0.4 |
hpicfDhcpv4ServerFreeAddressLowThis notification signifies that the number of available
IPv4 addresses for a particular shared network has fallen
below the value of hpicfDhcpv4ServerPoolLowThreshold for
that shared network. NOTIFICATION-TYPE .1.3.6.1.4.1.25506.11.1.99.0.5 |
hpicfDhcpv4ServerFreeAddressHighThis notification signifies that the number of available
IPv4 addresses for a particular shared network has risen
above the value of hpicfDhcpv4ServerPoolHighThreshold for
that shared network. NOTIFICATION-TYPE .1.3.6.1.4.1.25506.11.1.99.0.6 |
hpicfDhcpv4ServerDuplicateAddressThis notification signifies that a duplicate IPv4 address
has been detected. The DHCP server can detect this
condition through the ping-before-offer mechanism.
Alternatively, the client may have sent a DHCPDECLINE back
to the server; this is assumed to be the result of the
client detecting that the address was in use. In either
case, the DHCP server marks the IPv4 address as unavailable
for leasing to clients. The
hpicfDhcpv4ServerNotifyClientOrServerDetected object
indicates whether the client or server detected this
condition. NOTIFICATION-TYPE .1.3.6.1.4.1.25506.11.1.99.0.7 |
hpicfDhcpv4ServerIfLeaseLimitExceededThis notification indicates that there are no more IP
leases available to offer on the receiving interface. NOTIFICATION-TYPE .1.3.6.1.4.1.25506.11.1.99.0.8 |
hpicfDhcpv4ServerObjects OBJECT IDENTIFIER .1.3.6.1.4.1.25506.11.1.99.1 |
hpicfDhcpv4LeaseDataBase OBJECT IDENTIFIER .1.3.6.1.4.1.25506.11.1.99.1.1 |
hpicfDhcpv4ServerDBFileA location to store the lease database, to retrieve it
after a reboot. The location must be given in the form
of a URL as defined in RFC 2396.
The allowed character sets and the encoding rules defined
in RFC 2396 section 2 apply.rw SnmpAdminString .1.3.6.1.4.1.25506.11.1.99.1.1.1 |
hpicfDhcpv4ServerDBWriteDelayThe number of seconds to delay writing the DHCP lease
database file after a database change. This potentially
allows grouping multiple database changes into a single
write. The default is 300 seconds.rw Unsigned32 .1.3.6.1.4.1.25506.11.1.99.1.1.2 |
hpicfDhcpv4ServerDBWriteTimeoutThe number of seconds to wait for the database file
transfer to finish before giving up and declaring a
failure. A value of 0 means continue retrying
indefinitely.rw Unsigned32 .1.3.6.1.4.1.25506.11.1.99.1.1.3 |
hpicfDhcpServerDBFileWriteAttemptsNumber of attempts that have been made to write the
DHCP lease database to a configured file location.ro Counter32 .1.3.6.1.4.1.25506.11.1.99.1.1.4 |
hpicfDhcpServerDBFileWriteFailuresNumber of times that an attempt to write the DHCP lease
database to a configured file location has failed.ro Counter32 .1.3.6.1.4.1.25506.11.1.99.1.1.5 |
hpicfDhcpServerDBFileReadStatusThis object indicates whether we were able to successfully
load the DHCP lease database from the configured location
after the last reboot.ro Enumeration .1.3.6.1.4.1.25506.11.1.99.1.1.6 |
hpicfDhcpServerDBFileWriteStatusThis object indicates whether the DHCP lease database is
currently synchronized with the configured file server.
'notConfigured' means that we have not been configured
with a server location. 'delaying' means that we are
waiting for the write delay to expire before writing the
current database. 'inProgress' means that a lease database
transfer is active. 'succeeded' means that all leases in
our database have been written to the server. 'failed'
means that the last attempt to write our lease database
failed.ro Enumeration .1.3.6.1.4.1.25506.11.1.99.1.1.7 |
hpicfDhcpServerDBFileLastWriteTimeThe time that we last successfully wrote our lease
database to the server. This object will contain a
value of all zeroes if we have not written our
lease database since the last reboot.ro DateAndTime (SNMPv2-TC) .1.3.6.1.4.1.25506.11.1.99.1.1.8 |
hpicfDhcpv4BootpCounters OBJECT IDENTIFIER .1.3.6.1.4.1.25506.11.1.99.1.2 |
hpicfBootpCountRequestsThe number of packets received that contain a message type
of 1 (BOOTREQUEST) in the first octet and do not contain
option number 53 (DHCP Message Type) in the options.ro Counter32 .1.3.6.1.4.1.25506.11.1.99.1.2.1 |
hpicfBootpCountRepliesThe number of packets sent that contain a message type
of 2 (BOOTREPLY) in the first octet and do not contain
option number 53 (DHCP Message Type) in the options.ro Counter32 .1.3.6.1.4.1.25506.11.1.99.1.2.2 |
hpicfDhcpv4Counters OBJECT IDENTIFIER .1.3.6.1.4.1.25506.11.1.99.1.3 |
hpicfDhcpv4CountDiscoversThe number of DHCPDISCOVER (option 53 with value 1)
packets received.ro Counter32 .1.3.6.1.4.1.25506.11.1.99.1.3.1 |
hpicfDhcpv4CountOffersThe number of DHCPOFFER (option 53 with value 2)
packets sent.ro Counter32 .1.3.6.1.4.1.25506.11.1.99.1.3.2 |
hpicfDhcpv4CountRequestsThe number of DHCPREQUEST (option 53 with value 3)
packets received.ro Counter32 .1.3.6.1.4.1.25506.11.1.99.1.3.3 |
hpicfDhcpv4CountDeclinesThe number of DHCPDECLINE (option 53 with value 4)
packets received.ro Counter32 .1.3.6.1.4.1.25506.11.1.99.1.3.4 |
hpicfDhcpv4CountAcksThe number of DHCPACK (option 53 with value 5)
packets sent.ro Counter32 .1.3.6.1.4.1.25506.11.1.99.1.3.5 |
hpicfDhcpv4CountNaksThe number of DHCPNACK (option 53 with value 6)
packets sent.ro Counter32 .1.3.6.1.4.1.25506.11.1.99.1.3.6 |
hpicfDhcpv4CountReleasesThe number of DHCPRELEASE (option 53 with value 7)
packets received.ro Counter32 .1.3.6.1.4.1.25506.11.1.99.1.3.7 |
hpicfDhcpv4CountInformsThe number of DHCPINFORM (option 53 with value 8)
packets received.ro Counter32 .1.3.6.1.4.1.25506.11.1.99.1.3.8 |
hpicfDhcpv4CountBadMsgsThe number of malformed messages.ro Counter32 .1.3.6.1.4.1.25506.11.1.99.1.3.9 |
hpicfDhcpv4CountPoolsThe number of DHCP server IP pools.ro Counter32 .1.3.6.1.4.1.25506.11.1.99.1.3.10 |
hpicfDhcpv4CountAutoBindingsThe number of DHCP server dynamic bindings.ro Counter32 .1.3.6.1.4.1.25506.11.1.99.1.3.11 |
hpicfDhcpv4CountStaticBindingsThe number of DHCP server manual bindings.ro Counter32 .1.3.6.1.4.1.25506.11.1.99.1.3.12 |
hpicfDhcpv4CountExpiredOrFreeBindingsThe number of DHCP server lease bindings
that have expired or free.ro Counter32 .1.3.6.1.4.1.25506.11.1.99.1.3.13 |
hpicfDhcpv4IpPool OBJECT IDENTIFIER .1.3.6.1.4.1.25506.11.1.99.1.4 |
hpicfDhcpv4ServerPoolTableTable that contains objects for DHCPv4 server
pool information. SEQUENCE OF HpicfDhcpv4ServerPoolEntry .1.3.6.1.4.1.25506.11.1.99.1.4.1 |
hpicfDhcpv4ServerPoolEntryA set of objects that are used to support DHCPv4 server
pool information. HpicfDhcpv4ServerPoolEntry .1.3.6.1.4.1.25506.11.1.99.1.4.1.1 |
hpicfDhcpv4ServerPoolNameThe name of this pool entry. DisplayString .1.3.6.1.4.1.25506.11.1.99.1.4.1.1.1 |
hpicfDhcpv4ServerPoolNetworkAddressThe network address of this DHCP pool entry.rw InetAddressIPv4 .1.3.6.1.4.1.25506.11.1.99.1.4.1.1.2 |
hpicfDhcpv4ServerPoolNetworkAddressMaskThe network address mask of this DHCP pool entry.rw InetAddressIPv4 .1.3.6.1.4.1.25506.11.1.99.1.4.1.1.3 |
hpicfDhcpv4ServerPoolDomainNameThe 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.25506.11.1.99.1.4.1.1.4 |
hpicfDhcpv4ServerPoolNetBIOSNodeTypeThe NetBIOS node type for a Microsoft DHCP client.rw Enumeration .1.3.6.1.4.1.25506.11.1.99.1.4.1.1.5 |
hpicfDhcpv4ServerPoolLeaseTimeThe number of seconds remaining until this
DHCP lease times out. A value of 0xffffffff indicates
an infinite lease.rw Unsigned32 UNITS "seconds" .1.3.6.1.4.1.25506.11.1.99.1.4.1.1.6 |
hpicfDhcpv4ServerPoolBootFileThe name of the file that is used as a boot image.rw DisplayString .1.3.6.1.4.1.25506.11.1.99.1.4.1.1.7 |
hpicfDhcpv4ServerPoolLowThresholdThe low threshold for available free addresses in this
pool. If the value for available free addresses in this
pool becomes equal to or less than this value, a
dhcpv4ServerFreeAddressLow event is generated for this
pool. No more dhcpv4ServerFreeAddressLow events will be
generated for this subnet during this execution of the
DHCP server until the value for available free addresses
has exceeded the value of
hpicfDhcpv4ServerPoolHighThreshold.ro Unsigned32 .1.3.6.1.4.1.25506.11.1.99.1.4.1.1.8 |
hpicfDhcpv4ServerPoolHighThresholdThe high threshold for available free addresses in this
pool. If a dhcpv4ServerFreeAddressLow event was generated
for this pool, and the value for available free addresses
has exceeded the value of
hpicfDhcpv4ServerPoolHighThreshold, then a
hpicfDhcpv4ServerFreeAddressHigh event will be generated.
No more hpicfDhcpv4ServerFreeAddressHigh events will be
generated for this pool during this execution of the DHCP
server until the value for available free addresses
becomes equal to or less than the value of
hpicfDhcpv4ServerPoolLowThreshold.ro Unsigned32 .1.3.6.1.4.1.25506.11.1.99.1.4.1.1.9 |
hpicfDhcpv4ServerPoolFreeAddressesThe number of IPv4 addresses which are available within
this pool.ro Unsigned32 .1.3.6.1.4.1.25506.11.1.99.1.4.1.1.10 |
hpicfDhcpv4ServerDNSServerAddressThe IP address of DNS IP servers that are available to
a DHCP client. One IP address is required and supports
up to eight IP addresses. Each IP address is separated
by a comma and the list is terminated by a semicolon.rw DisplayString .1.3.6.1.4.1.25506.11.1.99.1.4.1.1.11 |
hpicfDhcpv4ServerNetBIOSNameServerThe NetBIOS WINS servers that are available to
a DHCP client. One IP address is required and supports
up to eight IP addresses. Each IP address is separated
by a comma and the list is terminated by a semicolon.rw DisplayString .1.3.6.1.4.1.25506.11.1.99.1.4.1.1.12 |
hpicfDhcpv4ServerDefaultRouterThe default routers that are available to a DHCP client.
One IP address is required and supports up to eight
IP addresses. Each IP address is separated by a comma and
the list is terminated by a semicolon.rw DisplayString .1.3.6.1.4.1.25506.11.1.99.1.4.1.1.13 |
hpicfDhcpv4ServerTFTPServerNameThe TFTP server name of this DHCP pool entry.rw DisplayString .1.3.6.1.4.1.25506.11.1.99.1.4.1.1.14 |
hpicfDhcpv4ServerTFTPServerIpAddressThe TFTP server IP address of this DHCP pool entry.rw InetAddressIPv4 .1.3.6.1.4.1.25506.11.1.99.1.4.1.1.15 |
hpicfDhcpv4ServerStaticIpAddressThe manual IP address of this DHCP pool entry.rw InetAddressIPv4 .1.3.6.1.4.1.25506.11.1.99.1.4.1.1.16 |
hpicfDhcpv4ServerStaticIpAddressMaskThe manual IP address mask of this DHCP pool entry.rw InetAddressIPv4 .1.3.6.1.4.1.25506.11.1.99.1.4.1.1.17 |
hpicfDhcpv4ServerStaticHardwareAddressThe ethernet MAC address of a client.rw MacAddress (SNMPv2-TC) .1.3.6.1.4.1.25506.11.1.99.1.4.1.1.18 |
hpicfDhcpv4ServerPoolIsAuthoritativeThis object indicates whether this DHCP server is the sole
authority for the IP subnet configured in this pool. When
configured as authoriative, the server will actively respond
with DHCP ACK or NACK appropriately for all the received
DHCP REQUEST and INFORM packets from the clients belonging
to this subnet. DHCP INFORM packets received from the
clients on a non-authoritative pool will always be ignored.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.25506.11.1.99.1.4.1.1.19 |
hpicfDhcpv4ServerPoolStatusRowStatus for this table.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.25506.11.1.99.1.4.1.1.20 |
hpicfDhcpv4PoolIpRange OBJECT IDENTIFIER .1.3.6.1.4.1.25506.11.1.99.1.5 |
hpicfDhcpv4ServerRangeTableTable that contains objects for the range of
IP addresses in the pool. SEQUENCE OF HpicfDhcpv4ServerRangeEntry .1.3.6.1.4.1.25506.11.1.99.1.5.1 |
hpicfDhcpv4ServerRangeEntryA set of objects that are used to support pool IP range. HpicfDhcpv4ServerRangeEntry .1.3.6.1.4.1.25506.11.1.99.1.5.1.1 |
hpicfDhcpv4ServerRangeStartAddressThe start address of the range. The value of
hpicfDhcpv4ServerRangeStartAddress must be less than or
equal to the value of hpicfDhcpv4ServerRangeEndAddress and
should be within the pool subnet. InetAddressIPv4 .1.3.6.1.4.1.25506.11.1.99.1.5.1.1.1 |
hpicfDhcpv4ServerRangeEndAddressThe last address in the range. The value of
hpicfDhcpv4ServerRangeEndAddress must be greater than or
equal to the value of hpicfDhcpv4ServerRangeStartAddress
and should be within the pool subnet.rw InetAddressIPv4 .1.3.6.1.4.1.25506.11.1.99.1.5.1.1.2 |
hpicfDhcpv4ServerRangeStatusRowStatus for this table.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.25506.11.1.99.1.5.1.1.3 |
hpicfDhcpv4PoolOption OBJECT IDENTIFIER .1.3.6.1.4.1.25506.11.1.99.1.6 |
hpicfDhcpv4ServerPoolOptionTableTable that contains objects for DHCPv4 Server options. SEQUENCE OF HpicfDhcpv4ServerPoolOptionEntry .1.3.6.1.4.1.25506.11.1.99.1.6.1 |
hpicfDhcpv4ServerPoolOptionEntryA set of objects that are used to support DHCPv4 server
options. HpicfDhcpv4ServerPoolOptionEntry .1.3.6.1.4.1.25506.11.1.99.1.6.1.1 |
hpicfDhcpv4ServerPoolOptionCodeThe DHCP option code as per RFC 2132. Unsigned32 .1.3.6.1.4.1.25506.11.1.99.1.6.1.1.1 |
hpicfDhcpv4ServerPoolOptionTypeThis specifies the type of pool option data.rw Enumeration .1.3.6.1.4.1.25506.11.1.99.1.6.1.1.2 |
hpicfDhcpv4ServerPoolOptionDataThis specifies data in dotted hexadecimal or ASCII
character string or IP addresses format based on
hpicfDhcpv4ServerPoolOptionType value. Each byte in
hexadecimal character strings is two hexadecimal digits.
Each byte can be separated by a period, colon, or
white space. ASCII strings that contain white spaces must
be enclosed within quotation marks. One IP address is
required and supports up to eight IP addresses. Each IP
address is separated by a comma and the list is terminated
by a semicolon.rw DisplayString .1.3.6.1.4.1.25506.11.1.99.1.6.1.1.3 |
hpicfDhcpv4ServerPoolOptionStatusRowStatus for this table.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.25506.11.1.99.1.6.1.1.4 |
hpicfDhcpv4PoolDynamicBind OBJECT IDENTIFIER .1.3.6.1.4.1.25506.11.1.99.1.7 |
hpicfDhcpv4BindingTableTable that contains objects for DHCPv4 server
dynamic lease bindings. SEQUENCE OF HpicfDhcpv4BindingEntry .1.3.6.1.4.1.25506.11.1.99.1.7.1 |
hpicfDhcpv4BindingEntryA set of objects that are used to support DHCPv4 server
dynamic lease bindings. HpicfDhcpv4BindingEntry .1.3.6.1.4.1.25506.11.1.99.1.7.1.1 |
hpicfDhcpv4BindingIpAddressThe IP address assigned to a specific client. InetAddressIPv4 .1.3.6.1.4.1.25506.11.1.99.1.7.1.1.1 |
hpicfDhcpv4BindingHardwareAddressThe ethernet MAC address of a client.ro MacAddress (SNMPv2-TC) .1.3.6.1.4.1.25506.11.1.99.1.7.1.1.2 |
hpicfDhcpv4BindingTypeThe type of this binding.ro Enumeration .1.3.6.1.4.1.25506.11.1.99.1.7.1.1.3 |
hpicfDhcpv4BindingLifeTimeThe life time of the binding entry in seconds.
A value of 0xffffffff indicates an infinite life time.ro Unsigned32 UNITS "seconds" .1.3.6.1.4.1.25506.11.1.99.1.7.1.1.4 |
hpicfDhcpv4ServerConflicts OBJECT IDENTIFIER .1.3.6.1.4.1.25506.11.1.99.1.8 |
hpicfDhcpv4ConflictIPTableTable that contains objects for DHCPv4 server
address conflicts. SEQUENCE OF HpicfDhcpv4ConflictIPEntry .1.3.6.1.4.1.25506.11.1.99.1.8.1 |
hpicfDhcpv4ConflictIPEntryA set of objects that are used to support DHCPv4 server
conflicting address (use of the same IP address by two
hosts) entry. HpicfDhcpv4ConflictIPEntry .1.3.6.1.4.1.25506.11.1.99.1.8.1.1 |
hpicfDhcpv4ConflictIPAddressIP address which is duplicated and used by two hosts. InetAddressIPv4 .1.3.6.1.4.1.25506.11.1.99.1.8.1.1.1 |
hpicfDhcpv4ConflictIPDetectionMethodThe server detects conflicts using ping.
The client detects conflicts using gratuitous
Address Resolution Protocol (ARP).ro Enumeration .1.3.6.1.4.1.25506.11.1.99.1.8.1.1.2 |
hpicfDhcpv4ConflictIPDetectionTimeThe system time at which a DHCP address conflict happens.
If there has been no change since the last
re-initialization of the local system, this object
contains the date and time of local system initialization.
If there has been no change since the entity was added to
the local system, this object contains the date and time
of the insertion.ro DateAndTime (SNMPv2-TC) .1.3.6.1.4.1.25506.11.1.99.1.8.1.1.3 |
hpicfDhcpv4ServerEnableGlobal configuration to enable or disable DHCPv4 server
on the device. The 'disableWithClearConfig' enum
disables DHCPv4 Server along with removing all the
DHCPv4 Server related configuration.rw Enumeration .1.3.6.1.4.1.25506.11.1.99.1.10 |
hpicfDhcpv4PingPktNumberThis object specifies the number of ping packets
sent by DHCP server to an IP address before
assigning this address to a requesting client.rw Integer32 .1.3.6.1.4.1.25506.11.1.99.1.11 |
hpicfDhcpv4PingTimeOutThis object specifies the amount of time the DHCPv4
server must wait before timing out a ping packet.rw Integer32 .1.3.6.1.4.1.25506.11.1.99.1.12 |
hpicfDhcpv4ClearStatisticsAll the DHCPv4 server and BOOTP statistics will be cleared
when this object is set to 'true'. An SNMP 'get' on
this object will always return 'false'.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.25506.11.1.99.1.13 |
hpicfDhcpv4ClearBindingsWhen the IP address of this object is set to 0.0.0.0, all
IP bindings will be cleared. Specific IP binding will be
cleared when IP address is provided. An SNMP 'get' on
this object will always return 0.0.0.0 .rw InetAddressIPv4 .1.3.6.1.4.1.25506.11.1.99.1.14 |
hpicfDhcpv4ClearConflictIPWhen the value of this object is set to 0.0.0.0, all
conflicts will be cleared. Specific IP conflict will be
cleared when IP address is provided. An SNMP 'get' on
this object will always return 0.0.0.0 .rw InetAddressIPv4 .1.3.6.1.4.1.25506.11.1.99.1.15 |
hpicfDhcpv4ConflictsLogGlobal configuration to enable or disable DHCPv4 server
conflicting address logging.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.25506.11.1.99.1.16 |
hpicfDhcpv4TrapEnableThis object will enables or disables the DHCPv4 server
traps.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.25506.11.1.99.1.17 |
hpicfDhcpv4ServerVlanEnableSpecifies the VLANs on which DHCPv4 server is enabled.rw VidList (HP-ICF-FTRCO) .1.3.6.1.4.1.25506.11.1.99.1.18 |
hpicfDhcpv4ServerConform OBJECT IDENTIFIER .1.3.6.1.4.1.25506.11.1.99.2 |
hpicfDhcpv4ServerCompliances OBJECT IDENTIFIER .1.3.6.1.4.1.25506.11.1.99.2.1 |
hpicfDhcpv4ServerGroups OBJECT IDENTIFIER .1.3.6.1.4.1.25506.11.1.99.2.2 |