HP-ICF-DHCPV4-SERVER-MIB: View SNMP OID List / Download MIB
VENDOR: HEWLETT-PACKARD
Home | MIB: HP-ICF-DHCPV4-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 |
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). |
||
hpicfDhcpv4ServerNotifs | 1.3.6.1.4.1.11.2.14.11.5.1.99.0 | |||
hpicfDhcpv4ServerNotifyDuplicateIpAddr | 1.3.6.1.4.1.11.2.14.11.5.1.99.0.1 | inetaddressipv4 | no-access |
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. |
hpicfDhcpv4ServerNotifyDuplicateMac | 1.3.6.1.4.1.11.2.14.11.5.1.99.0.2 | macaddress | no-access |
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. |
hpicfDhcpv4ServerNotifyClientOrServerDetected | 1.3.6.1.4.1.11.2.14.11.5.1.99.0.3 | integer | no-access |
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. Enumeration: 'client': 1, 'server': 2. |
hpicfDhcpv4ServerClientPhysicalAddress | 1.3.6.1.4.1.11.2.14.11.5.1.99.0.4 | macaddress | no-access |
The hardware address of the client that requested the IP lease. |
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. |
||
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. |
||
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. |
||
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. |
||
hpicfDhcpv4ServerObjects | 1.3.6.1.4.1.11.2.14.11.5.1.99.1 | |||
hpicfDhcpv4LeaseDataBase | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.1 | |||
hpicfDhcpv4ServerDBFile | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.1.1 | snmpadminstring | read-write |
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. |
hpicfDhcpv4ServerDBWriteDelay | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.1.2 | unsigned32 | read-write |
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. |
hpicfDhcpv4ServerDBWriteTimeout | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.1.3 | unsigned32 | read-write |
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. |
hpicfDhcpServerDBFileWriteAttempts | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.1.4 | counter32 | read-only |
Number of attempts that have been made to write the DHCP lease database to a configured file location. |
hpicfDhcpServerDBFileWriteFailures | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.1.5 | counter32 | read-only |
Number of times that an attempt to write the DHCP lease database to a configured file location has failed. |
hpicfDhcpServerDBFileReadStatus | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.1.6 | integer | read-only |
This object indicates whether we were able to successfully load the DHCP lease database from the configured location after the last reboot. Enumeration: 'failed': 4, 'inProgress': 2, 'succeeded': 3, 'notConfigured': 1. |
hpicfDhcpServerDBFileWriteStatus | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.1.7 | integer | read-only |
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. Enumeration: 'failed': 5, 'inProgress': 3, 'delaying': 2, 'succeeded': 4, 'notConfigured': 1. |
hpicfDhcpServerDBFileLastWriteTime | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.1.8 | dateandtime | read-only |
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. |
hpicfDhcpv4ServerDBFTPort | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.1.9 | unsigned32 | read-write |
A location to store the port value of the FT Server. The default port value will be 69 for TFTP and 22 for SFTP |
hpicfDhcpv4ServerDBSFTPUsername | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.1.10 | snmpadminstring | read-write |
A location to store the Username of the SFTP Server. The default value of username is root. |
hpicfDhcpv4ServerDBSFTPPassword | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.1.11 | snmpadminstring | read-write |
A location to store the Password of the SFTP Server. |
hpicfDhcpv4ServerDBValidateSFTPServer | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.1.12 | integer | read-write |
This object sets the validate-sftp-server flag. When enabled, the user must login to the SFTP server to verify and accept the public key of the server. When disabled, the public key is accepted automatically. Enumeration: 'disabled': 2, 'enabled': 1. |
hpicfDhcpv4BootpCounters | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.2 | |||
hpicfBootpCountRequests | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.2.1 | counter32 | read-only |
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. |
hpicfBootpCountReplies | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.2.2 | counter32 | read-only |
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. |
hpicfDhcpv4Counters | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.3 | |||
hpicfDhcpv4CountDiscovers | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.3.1 | counter32 | read-only |
The number of DHCPDISCOVER (option 53 with value 1) packets received. |
hpicfDhcpv4CountOffers | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.3.2 | counter32 | read-only |
The number of DHCPOFFER (option 53 with value 2) packets sent. |
hpicfDhcpv4CountRequests | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.3.3 | counter32 | read-only |
The number of DHCPREQUEST (option 53 with value 3) packets received. |
hpicfDhcpv4CountDeclines | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.3.4 | counter32 | read-only |
The number of DHCPDECLINE (option 53 with value 4) packets received. |
hpicfDhcpv4CountAcks | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.3.5 | counter32 | read-only |
The number of DHCPACK (option 53 with value 5) packets sent. |
hpicfDhcpv4CountNaks | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.3.6 | counter32 | read-only |
The number of DHCPNACK (option 53 with value 6) packets sent. |
hpicfDhcpv4CountReleases | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.3.7 | counter32 | read-only |
The number of DHCPRELEASE (option 53 with value 7) packets received. |
hpicfDhcpv4CountInforms | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.3.8 | counter32 | read-only |
The number of DHCPINFORM (option 53 with value 8) packets received. |
hpicfDhcpv4CountBadMsgs | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.3.9 | counter32 | read-only |
The number of malformed messages. |
hpicfDhcpv4CountPools | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.3.10 | counter32 | read-only |
The number of DHCP server IP pools. |
hpicfDhcpv4CountAutoBindings | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.3.11 | counter32 | read-only |
The number of DHCP server dynamic bindings. |
hpicfDhcpv4CountStaticBindings | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.3.12 | counter32 | read-only |
The number of DHCP server manual bindings. |
hpicfDhcpv4CountExpiredOrFreeBindings | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.3.13 | counter32 | read-only |
The number of DHCP server lease bindings that have expired or free. |
hpicfDhcpv4IpPool | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.4 | |||
hpicfDhcpv4ServerPoolTable | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.4.1 | no-access |
Table that contains objects for DHCPv4 server pool information. |
|
1.3.6.1.4.1.11.2.14.11.5.1.99.1.4.1.1 | no-access |
A set of objects that are used to support DHCPv4 server pool information. |
||
hpicfDhcpv4ServerPoolName | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.4.1.1.1 | displaystring | no-access |
The name of this pool entry. |
hpicfDhcpv4ServerPoolNetworkAddress | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.4.1.1.2 | inetaddressipv4 | read-only |
The network address of this DHCP pool entry. |
hpicfDhcpv4ServerPoolNetworkAddressMask | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.4.1.1.3 | inetaddressipv4 | read-only |
The network address mask of this DHCP pool entry. |
hpicfDhcpv4ServerPoolDomainName | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.4.1.1.4 | displaystring | read-only |
The domain name for the client if the server allocates the address for the client from this pool. |
hpicfDhcpv4ServerPoolNetBIOSNodeType | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.4.1.1.5 | integer | read-only |
The NetBIOS node type for a Microsoft DHCP client. Enumeration: 'broadcast': 1, 'peerTopeer': 2, 'none': 0, 'hybrid': 4, 'mixed': 3. |
hpicfDhcpv4ServerPoolLeaseTime | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.4.1.1.6 | unsigned32 | read-only |
The number of seconds remaining until this DHCP lease times out. A value of 0xffffffff indicates an infinite lease. |
hpicfDhcpv4ServerPoolBootFile | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.4.1.1.7 | displaystring | read-only |
The name of the file that is used as a boot image. |
hpicfDhcpv4ServerPoolLowThreshold | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.4.1.1.8 | unsigned32 | read-only |
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. |
hpicfDhcpv4ServerPoolHighThreshold | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.4.1.1.9 | unsigned32 | read-only |
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. |
hpicfDhcpv4ServerPoolFreeAddresses | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.4.1.1.10 | unsigned32 | read-only |
The number of IPv4 addresses which are available within this pool. |
hpicfDhcpv4ServerDNSServerAddress | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.4.1.1.11 | displaystring | read-only |
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. |
hpicfDhcpv4ServerNetBIOSNameServer | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.4.1.1.12 | displaystring | read-write |
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. |
hpicfDhcpv4ServerDefaultRouter | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.4.1.1.13 | displaystring | read-only |
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. |
hpicfDhcpv4ServerTFTPServerName | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.4.1.1.14 | displaystring | read-only |
The TFTP server name of this DHCP pool entry. |
hpicfDhcpv4ServerTFTPServerIpAddress | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.4.1.1.15 | inetaddressipv4 | read-only |
The TFTP server IP address of this DHCP pool entry. |
hpicfDhcpv4ServerStaticIpAddress | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.4.1.1.16 | inetaddressipv4 | read-only |
The manual IP address of this DHCP pool entry. |
hpicfDhcpv4ServerStaticIpAddressMask | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.4.1.1.17 | inetaddressipv4 | read-only |
The manual IP address mask of this DHCP pool entry. |
hpicfDhcpv4ServerStaticHardwareAddress | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.4.1.1.18 | macaddress | read-only |
The ethernet MAC address of a client. |
hpicfDhcpv4ServerPoolIsAuthoritative | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.4.1.1.19 | truthvalue | read-only |
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. |
hpicfDhcpv4ServerPoolStatus | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.4.1.1.20 | rowstatus | read-only |
RowStatus for this table. |
hpicfDhcpv4PoolIpRange | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.5 | |||
hpicfDhcpv4ServerRangeTable | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.5.1 | no-access |
Table that contains objects for the range of IP addresses in the pool. |
|
1.3.6.1.4.1.11.2.14.11.5.1.99.1.5.1.1 | no-access |
A set of objects that are used to support pool IP range. |
||
hpicfDhcpv4ServerRangeStartAddress | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.5.1.1.1 | inetaddressipv4 | no-access |
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. |
hpicfDhcpv4ServerRangeEndAddress | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.5.1.1.2 | inetaddressipv4 | read-only |
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. |
hpicfDhcpv4ServerRangeStatus | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.5.1.1.3 | rowstatus | read-only |
RowStatus for this table. |
hpicfDhcpv4PoolOption | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.6 | |||
hpicfDhcpv4ServerPoolOptionTable | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.6.1 | no-access |
Table that contains objects for DHCPv4 Server options. |
|
1.3.6.1.4.1.11.2.14.11.5.1.99.1.6.1.1 | no-access |
A set of objects that are used to support DHCPv4 server options. |
||
hpicfDhcpv4ServerPoolOptionCode | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.6.1.1.1 | unsigned32 | no-access |
The DHCP option code as per RFC 2132. |
hpicfDhcpv4ServerPoolOptionType | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.6.1.1.2 | integer | read-write |
This specifies the type of pool option data. Enumeration: 'hexString': 1, 'none': 0, 'ipAddresses': 3, 'asciiString': 2. |
hpicfDhcpv4ServerPoolOptionData | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.6.1.1.3 | displaystring | read-write |
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. |
hpicfDhcpv4ServerPoolOptionStatus | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.6.1.1.4 | rowstatus | read-only |
RowStatus for this table. |
hpicfDhcpv4PoolDynamicBind | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.7 | |||
hpicfDhcpv4BindingTable | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.7.1 | no-access |
Table that contains objects for DHCPv4 server dynamic lease bindings. |
|
1.3.6.1.4.1.11.2.14.11.5.1.99.1.7.1.1 | no-access |
A set of objects that are used to support DHCPv4 server dynamic lease bindings. |
||
hpicfDhcpv4BindingIpAddress | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.7.1.1.1 | inetaddressipv4 | no-access |
The IP address assigned to a specific client. |
hpicfDhcpv4BindingHardwareAddress | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.7.1.1.2 | macaddress | read-only |
The ethernet MAC address of a client. |
hpicfDhcpv4BindingType | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.7.1.1.3 | integer | read-only |
The type of this binding. Enumeration: 'automatic': 2, 'manual': 1, 'dynamic': 3. |
hpicfDhcpv4BindingLifeTime | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.7.1.1.4 | unsigned32 | read-only |
The life time of the binding entry in seconds. A value of 0xffffffff indicates an infinite life time. |
hpicfDhcpv4ServerConflicts | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.8 | |||
hpicfDhcpv4ConflictIPTable | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.8.1 | no-access |
Table that contains objects for DHCPv4 server address conflicts. |
|
1.3.6.1.4.1.11.2.14.11.5.1.99.1.8.1.1 | no-access |
A set of objects that are used to support DHCPv4 server conflicting address (use of the same IP address by two hosts) entry. |
||
hpicfDhcpv4ConflictIPAddress | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.8.1.1.1 | inetaddressipv4 | no-access |
IP address which is duplicated and used by two hosts. |
hpicfDhcpv4ConflictIPDetectionMethod | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.8.1.1.2 | integer | read-only |
The server detects conflicts using ping. The client detects conflicts using gratuitous Address Resolution Protocol (ARP). Enumeration: 'ping': 1, 'gratuitousArp': 2. |
hpicfDhcpv4ConflictIPDetectionTime | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.8.1.1.3 | dateandtime | read-only |
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. |
hpicfDhcpv4ServerEnable | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.10 | integer | read-write |
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. Enumeration: 'enable': 1, 'disable': 2, 'disableWithClearConfig': 3. |
hpicfDhcpv4PingPktNumber | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.11 | integer32 | read-write |
This object specifies the number of ping packets sent by DHCP server to an IP address before assigning this address to a requesting client. |
hpicfDhcpv4PingTimeOut | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.12 | integer32 | read-write |
This object specifies the amount of time the DHCPv4 server must wait before timing out a ping packet. |
hpicfDhcpv4ClearStatistics | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.13 | truthvalue | read-write |
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'. |
hpicfDhcpv4ClearBindings | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.14 | inetaddressipv4 | read-write |
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 . |
hpicfDhcpv4ClearConflictIP | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.15 | inetaddressipv4 | read-write |
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 . |
hpicfDhcpv4ConflictsLog | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.16 | truthvalue | read-write |
Global configuration to enable or disable DHCPv4 server conflicting address logging. |
hpicfDhcpv4TrapEnable | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.17 | truthvalue | read-write |
This object will enables or disables the DHCPv4 server traps. |
hpicfDhcpv4ServerVlanEnable | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.18 | vidlist | read-write |
Specifies the VLANs on which DHCPv4 server is enabled. |
hpicfDhcpv4ServerOperStatus | 1.3.6.1.4.1.11.2.14.11.5.1.99.1.19 | integer | read-only |
Specifies operational status of DHCPv4 protocol. Enumeration: 'disabled': 0, 'paused': 2, 'inprogress': 3, 'enabled': 1, 'shuttingdown': 4. |
hpicfDhcpv4ServerConform | 1.3.6.1.4.1.11.2.14.11.5.1.99.2 | |||
hpicfDhcpv4ServerCompliances | 1.3.6.1.4.1.11.2.14.11.5.1.99.2.1 | |||
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. |
||
hpicfDhcpv4ServerCompliance1 | 1.3.6.1.4.1.11.2.14.11.5.1.99.2.1.2 |
The compliance statement for HP routing switches that support DHCP server. |
||
hpicfDhcpv4ServerCompliance2 | 1.3.6.1.4.1.11.2.14.11.5.1.99.2.1.3 |
The compliance statement for HP routing switches that support DHCP server. |
||
hpicfDhcpv4ServerGroups | 1.3.6.1.4.1.11.2.14.11.5.1.99.2.2 | |||
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. |
||
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. |
||
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. |
||
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. |
||
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. |
||
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. |
||
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. |
||
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. |
||
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. |
||
hpicfDhcpv4ServerNotifyObjectsGroup | 1.3.6.1.4.1.11.2.14.11.5.1.99.2.2.10 |
Group of objects required for notifications. |
||
hpicfDhcpv4ServerNotificationsGroup | 1.3.6.1.4.1.11.2.14.11.5.1.99.2.2.11 |
Group of notifications. |
||
hpicfDhcpv4ServerLeaseDataBaseGroup1 | 1.3.6.1.4.1.11.2.14.11.5.1.99.2.2.12 |
Group of objects to support lease database parameters. |
||
hpicfDhcpv4ServerBaseGroup1 | 1.3.6.1.4.1.11.2.14.11.5.1.99.2.2.13 |
Controls the global configuration of the DHCPv4 server. |
||
hpicfDhcpv4ServerCompliances1 | 1.3.6.1.4.1.11.2.14.11.5.1.99.2.3 |