DHCP-SERVER-MIB: View SNMP OID List / Download MIB
VENDOR: LUCENT TECHNOLOGIES
Home | MIB: DHCP-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 |
lucent | 1.3.6.1.4.1.1751 | |||
products | 1.3.6.1.4.1.1751.1 | |||
ipspg | 1.3.6.1.4.1.1751.1.48 | |||
ipspgServices | 1.3.6.1.4.1.1751.1.48.1 | |||
ipspgDHCP | 1.3.6.1.4.1.1751.1.48.1.1 | |||
dhcpServMib | 1.3.6.1.4.1.1751.1.48.1.1.1 |
The Vendor Specific MIB module for entities implementing the server side of the Bootstrap Protocol (BOOTP) and the Dynamic Host Configuration protocol (DHCP) for Internet Protocol version 4 (IPv4). |
||
dhcpServMibTraps | 1.3.6.1.4.1.1751.1.48.1.1.1.0 |
DHCP Server MIB traps. |
||
dhcpServerStarted | 1.3.6.1.4.1.1751.1.48.1.1.1.0.1 |
The monitor has determined that the DHCP server has been started. |
||
dhcpServerStopped | 1.3.6.1.4.1.1751.1.48.1.1.1.0.2 |
The monitor has determined that the DHCP server has been stopped. |
||
dhcpServerReload | 1.3.6.1.4.1.1751.1.48.1.1.1.0.3 |
The monitor has determined that the DHCP server has been reloaded. |
||
dhcpServerSubnetDepleted | 1.3.6.1.4.1.1751.1.48.1.1.1.0.4 |
The monitor has determined that the DHCP server has run out of addresses in a subnet. |
||
dhcpServerBadPacket | 1.3.6.1.4.1.1751.1.48.1.1.1.0.5 |
The monitor has determined that the DHCP server has received a bad DHCP or Bootp packet. |
||
dhcpServerFailoverActive | 1.3.6.1.4.1.1751.1.48.1.1.1.0.6 |
This trap is issued by the secondary server. It indicates a primary partner server is down and its scopes are now being served by this failover server. |
||
dhcpServerFailoverReturnedControl | 1.3.6.1.4.1.1751.1.48.1.1.1.0.7 |
This trap is issued by the secondary server. It indicates that the failover server has returned control to its primary partner. |
||
dhcpServerSubnetThresholdExceeded | 1.3.6.1.4.1.1751.1.48.1.1.1.0.8 |
This trap is issued when subnet threshold is exceeded. |
||
dhcpServerSubnetThresholdDescent | 1.3.6.1.4.1.1751.1.48.1.1.1.0.9 |
This trap is issued when subnet unavailable lease percentage falls below the descent threshold value. |
||
dhcpServerDropUnknownClient | 1.3.6.1.4.1.1751.1.48.1.1.1.0.10 |
This trap is issued when the server drops a client message because the client MAC address is either in a MAC exclusion pool or is not in an inclusion pool. |
||
dhcpServerPingResponseReceived | 1.3.6.1.4.1.1751.1.48.1.1.1.0.11 |
This trap is issued when the server receives a ping response. |
||
dhcpServMibObjects | 1.3.6.1.4.1.1751.1.48.1.1.1.1 |
DHCP Server MIB objects are all defined in this branch. |
||
dhcpServSystem | 1.3.6.1.4.1.1751.1.48.1.1.1.1.1 |
Group of objects that are related to the overall system. |
||
dhcpServSystemDescr | 1.3.6.1.4.1.1751.1.48.1.1.1.1.1.1 | displaystring | read-only |
A textual description of the server. This value should include the full name and version identification of the server. This string MUST contain only printable NVT ASCII characters. |
dhcpServSystemStatus | 1.3.6.1.4.1.1751.1.48.1.1.1.1.1.2 | integer | read-only |
Dhcp System Server Status Enumeration: 'stopping': 2, 'stopped': 3, 'running': 1, 'starting': 0, 'reload': 4. |
dhcpServSystemUpTime | 1.3.6.1.4.1.1751.1.48.1.1.1.1.1.3 | gauge32 | read-only |
If the server has a persistent state (e.g., a process), this value will be the seconds elapsed since it started. For software without persistant state, this value will be zero. |
dhcpServSystemResetTime | 1.3.6.1.4.1.1751.1.48.1.1.1.1.1.4 | gauge32 | read-only |
If the server has a persistent state (e.g., a process) and supports a `reset' operation (e.g., can be told to re-read configuration files), this value will be the seconds elapsed since the last time the name server was `reset.' For software that does not have persistence or does not support a `reset' operation, this value will be zero. |
dhcpServSubnetCounters | 1.3.6.1.4.1.1751.1.48.1.1.1.1.2 |
Group of objects that count various subnet data values |
||
dhcpServCountUsedSubnets | 1.3.6.1.4.1.1751.1.48.1.1.1.1.2.1 | integer32 | read-only |
The number subnets managed by the server (i.e. configured), from which the server has issued at least one lease. |
dhcpServCountUnusedSubnets | 1.3.6.1.4.1.1751.1.48.1.1.1.1.2.2 | integer32 | read-only |
The number subnets managed by the server (i.e. configured), from which the server has issued no leases. |
dhcpServCountFullSubnets | 1.3.6.1.4.1.1751.1.48.1.1.1.1.2.3 | integer32 | read-only |
The number subnets managed by the server (i.e. configured), in which the address pools have been exhausted. |
dhcpServBootpCounters | 1.3.6.1.4.1.1751.1.48.1.1.1.1.3 |
Group of objects that count various BOOTP events. |
||
dhcpServBootpCountRequests | 1.3.6.1.4.1.1751.1.48.1.1.1.1.3.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. |
dhcpServBootpCountInvalids | 1.3.6.1.4.1.1751.1.48.1.1.1.1.3.2 | counter32 | read-only |
The number of packets received that do not contain a Message Type of 1 (BOOTREQUEST) in the first octet or are not valid BOOTP packets (e.g.: too short, invalid field in packet header). |
dhcpServBootpCountReplies | 1.3.6.1.4.1.1751.1.48.1.1.1.1.3.3 | counter32 | read-only |
The number of packets sent 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. |
dhcpServBootpCountDroppedUnknownClients | 1.3.6.1.4.1.1751.1.48.1.1.1.1.3.4 | counter32 | read-only |
The number of BOOTP packets dropped due to the server not recognizing or not providing service to the hardware address received in the incoming packet. |
dhcpServBootpCountDroppedNotServingSubnet | 1.3.6.1.4.1.1751.1.48.1.1.1.1.3.5 | counter32 | read-only |
The number of BOOTP packets dropped due to the server not being configured or not otherwise able to serve addresses on the subnet from which this message was received. |
dhcpServDhcpCounters | 1.3.6.1.4.1.1751.1.48.1.1.1.1.4 |
Group of objects that count various DHCP Statistics. |
||
dhcpServDhcpCountDiscovers | 1.3.6.1.4.1.1751.1.48.1.1.1.1.4.1 | counter32 | read-only |
The number of DHCPDISCOVER (option 53 with value 1) packets received. |
dhcpServDhcpCountRequests | 1.3.6.1.4.1.1751.1.48.1.1.1.1.4.2 | counter32 | read-only |
The number of DHCPREQUEST (option 53 with value 3) packets received. |
dhcpServDhcpCountReleases | 1.3.6.1.4.1.1751.1.48.1.1.1.1.4.3 | counter32 | read-only |
The number of DHCPRELEASE (option 53 with value 7) packets received. |
dhcpServDhcpCountDeclines | 1.3.6.1.4.1.1751.1.48.1.1.1.1.4.4 | counter32 | read-only |
The number of DHCPDECLINE (option 53 with value 4) packets received. |
dhcpServDhcpCountInforms | 1.3.6.1.4.1.1751.1.48.1.1.1.1.4.5 | counter32 | read-only |
The number of DHCPINFORM (option 53 with value 8) packets received. |
dhcpServDhcpCountInvalids | 1.3.6.1.4.1.1751.1.48.1.1.1.1.4.6 | counter32 | read-only |
The number of DHCP packets received whose DHCP message type (i.e.: option number 53) is not understood or handled by the server. |
dhcpServDhcpCountOffers | 1.3.6.1.4.1.1751.1.48.1.1.1.1.4.7 | counter32 | read-only |
The number of DHCPOFFER (option 53 with value 2) packets sent. |
dhcpServDhcpCountAcks | 1.3.6.1.4.1.1751.1.48.1.1.1.1.4.8 | counter32 | read-only |
The number of DHCPACK (option 53 with value 5) packets sent. |
dhcpServDhcpCountNacks | 1.3.6.1.4.1.1751.1.48.1.1.1.1.4.9 | counter32 | read-only |
The number of DHCPNACK (option 53 with value 6) packets sent. |
dhcpServDhcpCountDroppedUnknownClient | 1.3.6.1.4.1.1751.1.48.1.1.1.1.4.10 | counter32 | read-only |
The number of DHCP packets dropped due to the server not recognizing or not providing service to the client-id and/or hardware address received in the incoming packet. |
dhcpServDhcpCountDroppedNotServingSubnet | 1.3.6.1.4.1.1751.1.48.1.1.1.1.4.11 | counter32 | read-only |
The number of DHCP packets dropped due to the server not being configured or not otherwise able to serve addresses on the subnet from which this message was received. |
dhcpServBootpStatistics | 1.3.6.1.4.1.1751.1.48.1.1.1.1.5 |
Group of objects that measure various BOOTP statistics. |
||
dhcpServBootpStatMinArrivalInterval | 1.3.6.1.4.1.1751.1.48.1.1.1.1.5.1 | dhcpservtimeinterval | read-only |
The minimum amount of time between receiving two BOOTP messages. A message is received at the server when the server is able to begin processing the message. This typically occurs immediately after the message is read into server memory. If no messages have been received, then this object contains a zero value. |
dhcpServBootpStatMaxArrivalInterval | 1.3.6.1.4.1.1751.1.48.1.1.1.1.5.2 | dhcpservtimeinterval | read-only |
The maximum amount of time between receiving two BOOTP messages. A message is received at the server when the server is able to begin processing the message. This typically occurs immediately after the message is read into server memory. If no messages have been received, then this object contains a zero value. |
dhcpServBootpStatLastArrivalTime | 1.3.6.1.4.1.1751.1.48.1.1.1.1.5.3 | timeticks | read-only |
The number of seconds since the last valid BOOTP message was received by the server. Invalid messages do not cause this value to change. If valid no messages have been received, then this object contains a zero value. |
dhcpServBootpStatMinResponseTime | 1.3.6.1.4.1.1751.1.48.1.1.1.1.5.4 | dhcpservtimeinterval | read-only |
The smallest time interval measured as the difference between the arrival of a BOOTP message at the server and the successful transmission of the response to that message. A message is received at the server when the server is able to begin processing the message. A message is transmitted after the server has no further use for the message. Note that the operating system may still have the message queued internally. The operating system queue time is not to be considered as part of the response time. Invalid messages do not cause this value to change. If no valid messages have been received, then this object contains a zero value. |
dhcpServBootpStatMaxResponseTime | 1.3.6.1.4.1.1751.1.48.1.1.1.1.5.5 | dhcpservtimeinterval | read-only |
The largest time interval measured as the difference between the arrival of a BOOTP message at the server and the successful transmission of the response to that message. A message is received at the server when the server is able to begin processing the message. A message is transmitted after the server has no further use for the message. Note that the operating system may still have the message queued internally. The operating system queue time is not to be considered as part of the response time. Invalid messages do not cause this value to change. If no valid messages have been received, then this object contains a zero value. |
dhcpServBootpStatSumResponseTime | 1.3.6.1.4.1.1751.1.48.1.1.1.1.5.6 | dhcpservtimeinterval | read-only |
The sum of the response time intervals in milli-seconds where a response time interval is measured as the difference between the arrival of a BOOTP message at the server and the successful transmission of the response to that message. A message is received at the server when the server is able to begin processing the message. A message is transmitted after the server has no further use for the message. Note that the operating system may still have the message queued internally. The operating system queue time is not to be considered as part of the response time. Invalid messages do not cause this value to change. If no valid messages have been received, then this object contains a zero value. |
dhcpServDhcpStatistics | 1.3.6.1.4.1.1751.1.48.1.1.1.1.6 |
Group of objects that measure various DHCP statistics. |
||
dhcpServDhcpStatMinArrivalInterval | 1.3.6.1.4.1.1751.1.48.1.1.1.1.6.1 | dhcpservtimeinterval | read-only |
The minimum amount of time between receiving two DHCP messages. A message is received at the server when the server is able to begin processing the message. This typically occurs immediately after the message is read into server memory. If no messages have been received, then this object contains a zero value. |
dhcpServDhcpStatMaxArrivalInterval | 1.3.6.1.4.1.1751.1.48.1.1.1.1.6.2 | dhcpservtimeinterval | read-only |
The maximum amount of time between receiving two DHCP messages. A message is received at the server when the server is able to begin processing the message. This typically occurs immediately after the message is read into server memory. If no messages have been received, then this object contains a zero value. |
dhcpServDhcpStatLastArrivalTime | 1.3.6.1.4.1.1751.1.48.1.1.1.1.6.3 | timeticks | read-only |
The number of seconds since the last valid DHCP message was received by the server. Invalid messages do not cause this value to change. If no valid messages have been received, then this object contains a zero value. |
dhcpServDhcpStatMinResponseTime | 1.3.6.1.4.1.1751.1.48.1.1.1.1.6.4 | dhcpservtimeinterval | read-only |
The smallest time interval measured as the difference between the arrival of a DHCP message at the server and the successful transmission of the response to that message. A message is received at the server when the server is able to begin processing the message. A message is transmitted after the server has no further use for the message. Note that the operating system may still have the message queued internally. The operating system queue time is not to be considered as part of the response time. Invalid messages do not cause this value to change. If no valid messages have been received, then this object contains a zero value. |
dhcpServDhcpStatMaxResponseTime | 1.3.6.1.4.1.1751.1.48.1.1.1.1.6.5 | dhcpservtimeinterval | read-only |
The largest time interval measured as the difference between the arrival of a DHCP message at the server and the successful transmission of the response to that message. A message is received at the server when the server is able to begin processing the message. A message is transmitted after the server has no further use for the message. Note that the operating system may still have the message queued internally. The operating system queue time is not to be considered as part of the response time. Invalid messages do not cause this value to change. If no valid messages have been received, then this object contains a zero value. |
dhcpServDhcpStatSumResponseTime | 1.3.6.1.4.1.1751.1.48.1.1.1.1.6.6 | dhcpservtimeinterval | read-only |
The sum of the response time intervals in milli-seconds where a response time interval is measured as the difference between the arrival of a DHCP message at the server and the successful transmission of the response to that message. A message is received at the server when the server is able to begin processing the message. A message is transmitted after the server has no further use for the message. Note that the operating system may still have the message queued internally. The operating system queue time is not to be considered as part of the response time. Invalid messages do not cause this value to change. If no valid messages have been received, then this object contains a zero value. |
dhcpServConfiguration | 1.3.6.1.4.1.1751.1.48.1.1.1.1.7 |
Objects that contain pre-configured and Dynamic Config. Info. |
||
dhcpServRangeTable | 1.3.6.1.4.1.1751.1.48.1.1.1.1.7.2 | no-access |
A list of ranges that are configured on this server. |
|
1.3.6.1.4.1.1751.1.48.1.1.1.1.7.2.1 | no-access |
A logical row in the serverRangeTable. |
||
dhcpServRangeSubnetAddr | 1.3.6.1.4.1.1751.1.48.1.1.1.1.7.2.1.1 | ipaddress | read-only |
The IP address defining a subnet |
dhcpServRangeSubnetMask | 1.3.6.1.4.1.1751.1.48.1.1.1.1.7.2.1.2 | ipaddress | read-only |
The subnet mask (DHCP option 1) provided to any client offered an address from this range. |
dhcpServRangeStart | 1.3.6.1.4.1.1751.1.48.1.1.1.1.7.2.1.3 | ipaddress | read-only |
Start of Subnet Address, Index for Conceptual Tabl, Type IP address |
dhcpServRangeEnd | 1.3.6.1.4.1.1751.1.48.1.1.1.1.7.2.1.4 | ipaddress | read-only |
The IP address of the last address in the range. The value of range end must be greater than or equal to the value of range start. |
dhcpServRangeInUse | 1.3.6.1.4.1.1751.1.48.1.1.1.1.7.2.1.5 | gauge32 | read-only |
The number of addresses in this range that are currently in use. This number includes those addresses whose lease has not expired and addresses which have been reserved (either by the server or through configuration). |
dhcpServRangeOutstandingOffers | 1.3.6.1.4.1.1751.1.48.1.1.1.1.7.2.1.6 | gauge32 | read-only |
The number of outstanding DHCPOFFER messages for this range is reported with this value. An offer is outstanding if the server has sent a DHCPOFFER message to a client, but has not yet received a DHCPREQUEST message from the client nor has the server-specific timeout (limiting the time in which a client can respond to the offer message) for the offer message expired. |
dhcpServRangeUnavailable | 1.3.6.1.4.1.1751.1.48.1.1.1.1.7.2.1.7 | gauge32 | read-only |
Dhcp Server IP Addresses unavailable in a Subnet |
dhcpServRangeType | 1.3.6.1.4.1.1751.1.48.1.1.1.1.7.2.1.8 | integer | read-only |
Dhcp Server Client Lease Type Enumeration: 'autoDhcp': 4, 'dynamicDhcp': 5, 'autoBootp': 2, 'manBootp': 1, 'manDhcp': 3. |
dhcpServRangeUnused | 1.3.6.1.4.1.1751.1.48.1.1.1.1.7.2.1.9 | gauge32 | read-only |
The number of addresses in this range that are currently unused. This number includes those addresses whose lease has not expired and addresses which have been reserved (either by the server or through configuration). |
dhcpServFailover | 1.3.6.1.4.1.1751.1.48.1.1.1.1.8 |
Objects that contain partner server info. |
||
dhcpServFailoverTable | 1.3.6.1.4.1.1751.1.48.1.1.1.1.8.1 | no-access |
A list of partner server. |
|
1.3.6.1.4.1.1751.1.48.1.1.1.1.8.1.1 | no-access |
A logical row in the serverFailoverTable. |
||
dhcpServFailoverPartnerAddr | 1.3.6.1.4.1.1751.1.48.1.1.1.1.8.1.1.1 | ipaddress | read-only |
The IP address defining a partner server |
dhcpServFailoverPartnerType | 1.3.6.1.4.1.1751.1.48.1.1.1.1.8.1.1.2 | integer | read-only |
Dhcp Server Failover server type Enumeration: 'failover': 2, 'primary': 1, 'unconfigured': 3. |
dhcpServFailoverPartnerStatus | 1.3.6.1.4.1.1751.1.48.1.1.1.1.8.1.1.3 | integer | read-only |
Dhcp Server Partner status Enumeration: 'syncing': 1, 'unknown': 0, 'inactive': 3, 'active': 2. |
dhcpServFailoverPartnerPolltime | 1.3.6.1.4.1.1751.1.48.1.1.1.1.8.1.1.4 | counter32 | read-only |
The last time there was a successfull communication with the partner server. This value is local time in seconds since some epoch. |
ipspgDNS | 1.3.6.1.4.1.1751.1.48.1.2 | |||
ipspgTrap | 1.3.6.1.4.1.1751.1.48.2 | |||
ipspgDhcpTrapTable | 1.3.6.1.4.1.1751.1.48.2.1 | no-access |
The agent's table of IPSPG alarm information. |
|
1.3.6.1.4.1.1751.1.48.2.1.1 | no-access |
Information about the last alarm trap generated by the agent. |
||
ipspgDhcpTrIndex | 1.3.6.1.4.1.1751.1.48.2.1.1.1 | integer32 | read-only |
Index into the IPSPG Alarm traps |
ipspgDhcpTrSequence | 1.3.6.1.4.1.1751.1.48.2.1.1.2 | counter32 | read-only |
Counter of the number of IPSPG alarm traps since the agent was last initialized |
ipspgDhcpTrId | 1.3.6.1.4.1.1751.1.48.2.1.1.3 | integer | read-only |
The application which generated this IPSPG alarm. Enumeration: 'monitor': 1, 'analyzer': 3. |
ipspgDhcpTrText | 1.3.6.1.4.1.1751.1.48.2.1.1.4 | displaystring | read-only |
An ASCII string describing the IPSPG alarm condition/cause. |
ipspgDhcpTrPriority | 1.3.6.1.4.1.1751.1.48.2.1.1.5 | integer | read-only |
The priority level as set on the agent for this Calss and Type of trap. Enumeration: 'inform': 1, 'major': 4, 'warning': 2, 'critical': 5, 'minor': 3. |
ipspgDhcpTrClass | 1.3.6.1.4.1.1751.1.48.2.1.1.6 | integer32 | read-only |
The Class number of the described IPSPG alarm. |
ipspgDhcpTrType | 1.3.6.1.4.1.1751.1.48.2.1.1.7 | integer32 | read-only |
The type number of the described IPSPG alarm. |
ipspgDhcpTrTime | 1.3.6.1.4.1.1751.1.48.2.1.1.8 | counter32 | read-only |
The time that the condition or event occurred which caused generation of this alarm. This value is given in seconds since 00:00:00 Greenwich mean time (GMT) January 1, 1970. |
ipspgDhcpTrSuspect | 1.3.6.1.4.1.1751.1.48.2.1.1.9 | displaystring | read-only |
An ASCII string describing the host which caused the IPSPG alarm. |
ipspgDhcpTrDiagId | 1.3.6.1.4.1.1751.1.48.2.1.1.10 | integer32 | read-only |
An integer describing the diagnosis which triggered this IPSPG alarm. |
mibs | 1.3.6.1.4.1.1751.2 |