HP-ICF-DHCPV4-SERVER-MIB

File: HP-ICF-DHCPV4-SERVER-MIB.mib (51844 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMP-FRAMEWORK-MIB
SNMPv2-TC IF-MIB HP-ICF-FTRCO
HP-ICF-OID

Imported symbols

OBJECT-TYPE MODULE-IDENTITY NOTIFICATION-TYPE
Integer32 Unsigned32 Counter32
OBJECT-GROUP MODULE-COMPLIANCE NOTIFICATION-GROUP
SnmpAdminString TruthValue RowStatus
MacAddress DateAndTime DisplayString
TEXTUAL-CONVENTION ifName VidList
hpSwitch

Defined Types

InetAddressIPv4  
Represents an IPv4 network address: octets contents encoding 1-4 IPv4 address network-byte order The corresponding InetAddressType value is ipv4(1). This textual convention SHOULD NOT be used directly in object definitions since it restricts addresses to a specific format. However, if it is used, it MAY be used either on its own or in conjunction with InetAddressType as a pair.
TEXTUAL-CONVENTION    
  OCTET STRING Size(4)  

HpicfDhcpv4ServerPoolEntry  
SEQUENCE    
  hpicfDhcpv4ServerPoolName DisplayString
  hpicfDhcpv4ServerPoolNetworkAddress InetAddressIPv4
  hpicfDhcpv4ServerPoolNetworkAddressMask InetAddressIPv4
  hpicfDhcpv4ServerPoolDomainName DisplayString
  hpicfDhcpv4ServerPoolNetBIOSNodeType INTEGER
  hpicfDhcpv4ServerPoolLeaseTime Unsigned32
  hpicfDhcpv4ServerPoolBootFile DisplayString
  hpicfDhcpv4ServerPoolLowThreshold Unsigned32
  hpicfDhcpv4ServerPoolHighThreshold Unsigned32
  hpicfDhcpv4ServerPoolFreeAddresses Unsigned32
  hpicfDhcpv4ServerDNSServerAddress DisplayString
  hpicfDhcpv4ServerNetBIOSNameServer DisplayString
  hpicfDhcpv4ServerDefaultRouter DisplayString
  hpicfDhcpv4ServerTFTPServerName DisplayString
  hpicfDhcpv4ServerTFTPServerIpAddress InetAddressIPv4
  hpicfDhcpv4ServerStaticIpAddress InetAddressIPv4
  hpicfDhcpv4ServerStaticIpAddressMask InetAddressIPv4
  hpicfDhcpv4ServerStaticHardwareAddress MacAddress
  hpicfDhcpv4ServerPoolIsAuthoritative TruthValue
  hpicfDhcpv4ServerPoolStatus RowStatus

HpicfDhcpv4ServerRangeEntry  
SEQUENCE    
  hpicfDhcpv4ServerRangeStartAddress InetAddressIPv4
  hpicfDhcpv4ServerRangeEndAddress InetAddressIPv4
  hpicfDhcpv4ServerRangeStatus RowStatus

HpicfDhcpv4ServerPoolOptionEntry  
SEQUENCE    
  hpicfDhcpv4ServerPoolOptionCode Unsigned32
  hpicfDhcpv4ServerPoolOptionType INTEGER
  hpicfDhcpv4ServerPoolOptionData DisplayString
  hpicfDhcpv4ServerPoolOptionStatus RowStatus

HpicfDhcpv4BindingEntry  
SEQUENCE    
  hpicfDhcpv4BindingIpAddress InetAddressIPv4
  hpicfDhcpv4BindingHardwareAddress MacAddress
  hpicfDhcpv4BindingType INTEGER
  hpicfDhcpv4BindingLifeTime Unsigned32

HpicfDhcpv4ConflictIPEntry  
SEQUENCE    
  hpicfDhcpv4ConflictIPAddress InetAddressIPv4
  hpicfDhcpv4ConflictIPDetectionMethod INTEGER
  hpicfDhcpv4ConflictIPDetectionTime DateAndTime

Defined Values

hpicfDhcpv4ServerMIB 1.3.6.1.4.1.11.2.14.11.5.1.99
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).
MODULE-IDENTITY    

hpicfDhcpv4ServerNotifs 1.3.6.1.4.1.11.2.14.11.5.1.99.0
OBJECT IDENTIFIER    

hpicfDhcpv4ServerObjects 1.3.6.1.4.1.11.2.14.11.5.1.99.1
OBJECT IDENTIFIER    

hpicfDhcpv4LeaseDataBase 1.3.6.1.4.1.11.2.14.11.5.1.99.1.1
OBJECT IDENTIFIER    

hpicfDhcpv4BootpCounters 1.3.6.1.4.1.11.2.14.11.5.1.99.1.2
OBJECT IDENTIFIER    

hpicfDhcpv4Counters 1.3.6.1.4.1.11.2.14.11.5.1.99.1.3
OBJECT IDENTIFIER    

hpicfDhcpv4IpPool 1.3.6.1.4.1.11.2.14.11.5.1.99.1.4
OBJECT IDENTIFIER    

hpicfDhcpv4PoolIpRange 1.3.6.1.4.1.11.2.14.11.5.1.99.1.5
OBJECT IDENTIFIER    

hpicfDhcpv4PoolOption 1.3.6.1.4.1.11.2.14.11.5.1.99.1.6
OBJECT IDENTIFIER    

hpicfDhcpv4PoolDynamicBind 1.3.6.1.4.1.11.2.14.11.5.1.99.1.7
OBJECT IDENTIFIER    

hpicfDhcpv4ServerConflicts 1.3.6.1.4.1.11.2.14.11.5.1.99.1.8
OBJECT IDENTIFIER    

hpicfDhcpv4ServerConform 1.3.6.1.4.1.11.2.14.11.5.1.99.2
OBJECT IDENTIFIER    

hpicfDhcpv4ServerEnable 1.3.6.1.4.1.11.2.14.11.5.1.99.1.10
Global 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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2), disableWithClearConfig(3)  

hpicfDhcpv4PingPktNumber 1.3.6.1.4.1.11.2.14.11.5.1.99.1.11
This object specifies the number of ping packets sent by DHCP server to an IP address before assigning this address to a requesting client.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..10  

hpicfDhcpv4PingTimeOut 1.3.6.1.4.1.11.2.14.11.5.1.99.1.12
This object specifies the amount of time the DHCPv4 server must wait before timing out a ping packet.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..10  

hpicfDhcpv4ClearStatistics 1.3.6.1.4.1.11.2.14.11.5.1.99.1.13
All 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'.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hpicfDhcpv4ClearBindings 1.3.6.1.4.1.11.2.14.11.5.1.99.1.14
When 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 .
Status: current Access: read-write
OBJECT-TYPE    
  InetAddressIPv4  

hpicfDhcpv4ClearConflictIP 1.3.6.1.4.1.11.2.14.11.5.1.99.1.15
When 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 .
Status: current Access: read-write
OBJECT-TYPE    
  InetAddressIPv4  

hpicfDhcpv4ConflictsLog 1.3.6.1.4.1.11.2.14.11.5.1.99.1.16
Global configuration to enable or disable DHCPv4 server conflicting address logging.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hpicfDhcpv4TrapEnable 1.3.6.1.4.1.11.2.14.11.5.1.99.1.17
This object will enables or disables the DHCPv4 server traps.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hpicfDhcpv4ServerVlanEnable 1.3.6.1.4.1.11.2.14.11.5.1.99.1.18
Specifies the VLANs on which DHCPv4 server is enabled.
Status: current Access: read-write
OBJECT-TYPE    
  VidList  

hpicfDhcpv4ServerDBFile 1.3.6.1.4.1.11.2.14.11.5.1.99.1.1.1
A 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.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpAdminString Size(0..255)  

hpicfDhcpv4ServerDBWriteDelay 1.3.6.1.4.1.11.2.14.11.5.1.99.1.1.2
The 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.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 15..86400  

hpicfDhcpv4ServerDBWriteTimeout 1.3.6.1.4.1.11.2.14.11.5.1.99.1.1.3
The 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.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..86400  

hpicfDhcpServerDBFileWriteAttempts 1.3.6.1.4.1.11.2.14.11.5.1.99.1.1.4
Number of attempts that have been made to write the DHCP lease database to a configured file location.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpicfDhcpServerDBFileWriteFailures 1.3.6.1.4.1.11.2.14.11.5.1.99.1.1.5
Number of times that an attempt to write the DHCP lease database to a configured file location has failed.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpicfDhcpServerDBFileReadStatus 1.3.6.1.4.1.11.2.14.11.5.1.99.1.1.6
This object indicates whether we were able to successfully load the DHCP lease database from the configured location after the last reboot.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER notConfigured(1), inProgress(2), succeeded(3), failed(4)  

hpicfDhcpServerDBFileWriteStatus 1.3.6.1.4.1.11.2.14.11.5.1.99.1.1.7
This 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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER notConfigured(1), delaying(2), inProgress(3), succeeded(4), failed(5)  

hpicfDhcpServerDBFileLastWriteTime 1.3.6.1.4.1.11.2.14.11.5.1.99.1.1.8
The 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.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

hpicfBootpCountRequests 1.3.6.1.4.1.11.2.14.11.5.1.99.1.2.1
The 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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpicfBootpCountReplies 1.3.6.1.4.1.11.2.14.11.5.1.99.1.2.2
The 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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpicfDhcpv4CountDiscovers 1.3.6.1.4.1.11.2.14.11.5.1.99.1.3.1
The number of DHCPDISCOVER (option 53 with value 1) packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpicfDhcpv4CountOffers 1.3.6.1.4.1.11.2.14.11.5.1.99.1.3.2
The number of DHCPOFFER (option 53 with value 2) packets sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpicfDhcpv4CountRequests 1.3.6.1.4.1.11.2.14.11.5.1.99.1.3.3
The number of DHCPREQUEST (option 53 with value 3) packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpicfDhcpv4CountDeclines 1.3.6.1.4.1.11.2.14.11.5.1.99.1.3.4
The number of DHCPDECLINE (option 53 with value 4) packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpicfDhcpv4CountAcks 1.3.6.1.4.1.11.2.14.11.5.1.99.1.3.5
The number of DHCPACK (option 53 with value 5) packets sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpicfDhcpv4CountNaks 1.3.6.1.4.1.11.2.14.11.5.1.99.1.3.6
The number of DHCPNACK (option 53 with value 6) packets sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpicfDhcpv4CountReleases 1.3.6.1.4.1.11.2.14.11.5.1.99.1.3.7
The number of DHCPRELEASE (option 53 with value 7) packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpicfDhcpv4CountInforms 1.3.6.1.4.1.11.2.14.11.5.1.99.1.3.8
The number of DHCPINFORM (option 53 with value 8) packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpicfDhcpv4CountBadMsgs 1.3.6.1.4.1.11.2.14.11.5.1.99.1.3.9
The number of malformed messages.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpicfDhcpv4CountPools 1.3.6.1.4.1.11.2.14.11.5.1.99.1.3.10
The number of DHCP server IP pools.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpicfDhcpv4CountAutoBindings 1.3.6.1.4.1.11.2.14.11.5.1.99.1.3.11
The number of DHCP server dynamic bindings.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpicfDhcpv4CountStaticBindings 1.3.6.1.4.1.11.2.14.11.5.1.99.1.3.12
The number of DHCP server manual bindings.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpicfDhcpv4CountExpiredOrFreeBindings 1.3.6.1.4.1.11.2.14.11.5.1.99.1.3.13
The number of DHCP server lease bindings that have expired or free.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpicfDhcpv4ServerPoolTable 1.3.6.1.4.1.11.2.14.11.5.1.99.1.4.1
Table that contains objects for DHCPv4 server pool information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpicfDhcpv4ServerPoolEntry

hpicfDhcpv4ServerPoolEntry 1.3.6.1.4.1.11.2.14.11.5.1.99.1.4.1.1
A set of objects that are used to support DHCPv4 server pool information.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpicfDhcpv4ServerPoolEntry  

hpicfDhcpv4ServerPoolName 1.3.6.1.4.1.11.2.14.11.5.1.99.1.4.1.1.1
The name of this pool entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(0..32)  

hpicfDhcpv4ServerPoolNetworkAddress 1.3.6.1.4.1.11.2.14.11.5.1.99.1.4.1.1.2
The network address of this DHCP pool entry.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressIPv4  

hpicfDhcpv4ServerPoolNetworkAddressMask 1.3.6.1.4.1.11.2.14.11.5.1.99.1.4.1.1.3
The network address mask of this DHCP pool entry.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressIPv4  

hpicfDhcpv4ServerPoolDomainName 1.3.6.1.4.1.11.2.14.11.5.1.99.1.4.1.1.4
The domain name for the client if the server allocates the address for the client from this pool.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..255)  

hpicfDhcpv4ServerPoolNetBIOSNodeType 1.3.6.1.4.1.11.2.14.11.5.1.99.1.4.1.1.5
The NetBIOS node type for a Microsoft DHCP client.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER none(0), broadcast(1), peerTopeer(2), mixed(3), hybrid(4)  

hpicfDhcpv4ServerPoolLeaseTime 1.3.6.1.4.1.11.2.14.11.5.1.99.1.4.1.1.6
The number of seconds remaining until this DHCP lease times out. A value of 0xffffffff indicates an infinite lease.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

hpicfDhcpv4ServerPoolBootFile 1.3.6.1.4.1.11.2.14.11.5.1.99.1.4.1.1.7
The name of the file that is used as a boot image.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..64)  

hpicfDhcpv4ServerPoolLowThreshold 1.3.6.1.4.1.11.2.14.11.5.1.99.1.4.1.1.8
The 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.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hpicfDhcpv4ServerPoolHighThreshold 1.3.6.1.4.1.11.2.14.11.5.1.99.1.4.1.1.9
The 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.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hpicfDhcpv4ServerPoolFreeAddresses 1.3.6.1.4.1.11.2.14.11.5.1.99.1.4.1.1.10
The number of IPv4 addresses which are available within this pool.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hpicfDhcpv4ServerDNSServerAddress 1.3.6.1.4.1.11.2.14.11.5.1.99.1.4.1.1.11
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..128)  

hpicfDhcpv4ServerNetBIOSNameServer 1.3.6.1.4.1.11.2.14.11.5.1.99.1.4.1.1.12
The 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.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..128)  

hpicfDhcpv4ServerDefaultRouter 1.3.6.1.4.1.11.2.14.11.5.1.99.1.4.1.1.13
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..128)  

hpicfDhcpv4ServerTFTPServerName 1.3.6.1.4.1.11.2.14.11.5.1.99.1.4.1.1.14
The TFTP server name of this DHCP pool entry.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..255)  

hpicfDhcpv4ServerTFTPServerIpAddress 1.3.6.1.4.1.11.2.14.11.5.1.99.1.4.1.1.15
The TFTP server IP address of this DHCP pool entry.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressIPv4  

hpicfDhcpv4ServerStaticIpAddress 1.3.6.1.4.1.11.2.14.11.5.1.99.1.4.1.1.16
The manual IP address of this DHCP pool entry.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressIPv4  

hpicfDhcpv4ServerStaticIpAddressMask 1.3.6.1.4.1.11.2.14.11.5.1.99.1.4.1.1.17
The manual IP address mask of this DHCP pool entry.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressIPv4  

hpicfDhcpv4ServerStaticHardwareAddress 1.3.6.1.4.1.11.2.14.11.5.1.99.1.4.1.1.18
The ethernet MAC address of a client.
Status: current Access: read-create
OBJECT-TYPE    
  MacAddress  

hpicfDhcpv4ServerPoolIsAuthoritative 1.3.6.1.4.1.11.2.14.11.5.1.99.1.4.1.1.19
This 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

hpicfDhcpv4ServerPoolStatus 1.3.6.1.4.1.11.2.14.11.5.1.99.1.4.1.1.20
RowStatus for this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpicfDhcpv4ServerRangeTable 1.3.6.1.4.1.11.2.14.11.5.1.99.1.5.1
Table that contains objects for the range of IP addresses in the pool.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpicfDhcpv4ServerRangeEntry

hpicfDhcpv4ServerRangeEntry 1.3.6.1.4.1.11.2.14.11.5.1.99.1.5.1.1
A set of objects that are used to support pool IP range.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpicfDhcpv4ServerRangeEntry  

hpicfDhcpv4ServerRangeStartAddress 1.3.6.1.4.1.11.2.14.11.5.1.99.1.5.1.1.1
The 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.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressIPv4  

hpicfDhcpv4ServerRangeEndAddress 1.3.6.1.4.1.11.2.14.11.5.1.99.1.5.1.1.2
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressIPv4  

hpicfDhcpv4ServerRangeStatus 1.3.6.1.4.1.11.2.14.11.5.1.99.1.5.1.1.3
RowStatus for this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpicfDhcpv4ServerPoolOptionTable 1.3.6.1.4.1.11.2.14.11.5.1.99.1.6.1
Table that contains objects for DHCPv4 Server options.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpicfDhcpv4ServerPoolOptionEntry

hpicfDhcpv4ServerPoolOptionEntry 1.3.6.1.4.1.11.2.14.11.5.1.99.1.6.1.1
A set of objects that are used to support DHCPv4 server options.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpicfDhcpv4ServerPoolOptionEntry  

hpicfDhcpv4ServerPoolOptionCode 1.3.6.1.4.1.11.2.14.11.5.1.99.1.6.1.1.1
The DHCP option code as per RFC 2132.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 2..254  

hpicfDhcpv4ServerPoolOptionType 1.3.6.1.4.1.11.2.14.11.5.1.99.1.6.1.1.2
This specifies the type of pool option data.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(0), hexString(1), asciiString(2), ipAddresses(3)  

hpicfDhcpv4ServerPoolOptionData 1.3.6.1.4.1.11.2.14.11.5.1.99.1.6.1.1.3
This 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.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..255)  

hpicfDhcpv4ServerPoolOptionStatus 1.3.6.1.4.1.11.2.14.11.5.1.99.1.6.1.1.4
RowStatus for this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpicfDhcpv4BindingTable 1.3.6.1.4.1.11.2.14.11.5.1.99.1.7.1
Table that contains objects for DHCPv4 server dynamic lease bindings.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpicfDhcpv4BindingEntry

hpicfDhcpv4BindingEntry 1.3.6.1.4.1.11.2.14.11.5.1.99.1.7.1.1
A set of objects that are used to support DHCPv4 server dynamic lease bindings.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpicfDhcpv4BindingEntry  

hpicfDhcpv4BindingIpAddress 1.3.6.1.4.1.11.2.14.11.5.1.99.1.7.1.1.1
The IP address assigned to a specific client.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressIPv4  

hpicfDhcpv4BindingHardwareAddress 1.3.6.1.4.1.11.2.14.11.5.1.99.1.7.1.1.2
The ethernet MAC address of a client.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

hpicfDhcpv4BindingType 1.3.6.1.4.1.11.2.14.11.5.1.99.1.7.1.1.3
The type of this binding.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER manual(1), automatic(2), dynamic(3)  

hpicfDhcpv4BindingLifeTime 1.3.6.1.4.1.11.2.14.11.5.1.99.1.7.1.1.4
The life time of the binding entry in seconds. A value of 0xffffffff indicates an infinite life time.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hpicfDhcpv4ConflictIPTable 1.3.6.1.4.1.11.2.14.11.5.1.99.1.8.1
Table that contains objects for DHCPv4 server address conflicts.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpicfDhcpv4ConflictIPEntry

hpicfDhcpv4ConflictIPEntry 1.3.6.1.4.1.11.2.14.11.5.1.99.1.8.1.1
A set of objects that are used to support DHCPv4 server conflicting address (use of the same IP address by two hosts) entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpicfDhcpv4ConflictIPEntry  

hpicfDhcpv4ConflictIPAddress 1.3.6.1.4.1.11.2.14.11.5.1.99.1.8.1.1.1
IP address which is duplicated and used by two hosts.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressIPv4  

hpicfDhcpv4ConflictIPDetectionMethod 1.3.6.1.4.1.11.2.14.11.5.1.99.1.8.1.1.2
The server detects conflicts using ping. The client detects conflicts using gratuitous Address Resolution Protocol (ARP).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER ping(1), gratuitousArp(2)  

hpicfDhcpv4ConflictIPDetectionTime 1.3.6.1.4.1.11.2.14.11.5.1.99.1.8.1.1.3
The 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.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

hpicfDhcpv4ServerNotifyDuplicateIpAddr 1.3.6.1.4.1.11.2.14.11.5.1.99.0.1
The 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.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  InetAddressIPv4  

hpicfDhcpv4ServerNotifyDuplicateMac 1.3.6.1.4.1.11.2.14.11.5.1.99.0.2
The offending MAC address which caused a duplicate IPv4 address to be detected, if captured by the server, else 00-00-00-00-00-00.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  MacAddress  

hpicfDhcpv4ServerNotifyClientOrServerDetected 1.3.6.1.4.1.11.2.14.11.5.1.99.0.3
Duplicate 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.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER client(1), server(2)  

hpicfDhcpv4ServerClientPhysicalAddress 1.3.6.1.4.1.11.2.14.11.5.1.99.0.4
The hardware address of the client that requested the IP lease.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  MacAddress  

hpicfDhcpv4ServerFreeAddressLow 1.3.6.1.4.1.11.2.14.11.5.1.99.0.5
This 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.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

hpicfDhcpv4ServerFreeAddressHigh 1.3.6.1.4.1.11.2.14.11.5.1.99.0.6
This 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.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

hpicfDhcpv4ServerDuplicateAddress 1.3.6.1.4.1.11.2.14.11.5.1.99.0.7
This 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.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

hpicfDhcpv4ServerIfLeaseLimitExceeded 1.3.6.1.4.1.11.2.14.11.5.1.99.0.8
This notification indicates that there are no more IP leases available to offer on the receiving interface.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

hpicfDhcpv4ServerCompliances 1.3.6.1.4.1.11.2.14.11.5.1.99.2.1
OBJECT IDENTIFIER    

hpicfDhcpv4ServerGroups 1.3.6.1.4.1.11.2.14.11.5.1.99.2.2
OBJECT IDENTIFIER    

hpicfDhcpv4ServerCompliance 1.3.6.1.4.1.11.2.14.11.5.1.99.2.1.1
The compliance statement for HP routing switches that support DHCP server.
Status: current Access: accessible-for-notify
MODULE-COMPLIANCE    

hpicfDhcpv4ServerBaseGroup 1.3.6.1.4.1.11.2.14.11.5.1.99.2.2.1
Controls the global configuration of the DHCPv4 server.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

hpicfDhcpv4ServerLeaseDataBaseGroup 1.3.6.1.4.1.11.2.14.11.5.1.99.2.2.2
Group of objects to support lease database parameters.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

hpicfDhcpv4ServerBootpCountersGroup 1.3.6.1.4.1.11.2.14.11.5.1.99.2.2.3
Group of objects that count various BOOTP events.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

hpicfDhcpv4ServerCounterGroup 1.3.6.1.4.1.11.2.14.11.5.1.99.2.2.4
Group of objects that count various DHCPv4 events.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

hpicfDhcpv4ServerPoolGroup 1.3.6.1.4.1.11.2.14.11.5.1.99.2.2.5
Group of objects to support DHCPv4 server pool parameters.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

hpicfDhcpv4ServerRangeGroup 1.3.6.1.4.1.11.2.14.11.5.1.99.2.2.6
Group of objects to support DHCPv4 server IP range parameters.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

hpicfDhcpv4ServerOptionGroup 1.3.6.1.4.1.11.2.14.11.5.1.99.2.2.7
Group of objects to support DHCPv4 server raw option parameters.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

hpicfDhcpv4ServerBindingGroup 1.3.6.1.4.1.11.2.14.11.5.1.99.2.2.8
Group of objects to support DHCPv4 server dynamic binding parameters.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

hpicfDhcpv4ServerConflictGroup 1.3.6.1.4.1.11.2.14.11.5.1.99.2.2.9
Group of objects to support DHCPv4 server conflict parameters.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

hpicfDhcpv4ServerNotifyObjectsGroup 1.3.6.1.4.1.11.2.14.11.5.1.99.2.2.10
Group of objects required for notifications.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

hpicfDhcpv4ServerNotificationsGroup 1.3.6.1.4.1.11.2.14.11.5.1.99.2.2.11
Group of notifications.
Status: current Access: accessible-for-notify
NOTIFICATION-GROUP