ERICSSON-ROUTER-DHCP-MIB
AI MIB Summary
ERICSSON-ROUTER-DHCP-MIB enables monitoring of DHCP server operational states and lease statistics for specific interfaces within defined contexts on Ericsson router platforms. This module provides access to critical metrics such as active session counts, address pool utilization, and server binding tables to facilitate precise DHCP service management.
Defines the objects necessary to obtain information about DHCP Servers for interfaces within a context.
Main OID:
eriRouterDhcpMib.1.3.6.1.4.1.193.218.2.30
68
Objects
Active
Status
6
Dependencies
Imported Objects
Objects
68 total| Object Name |
|---|
eriRouterDhcpMibDefines the objects necessary to obtain information about DHCP Servers for interfaces within a context. MODULE-IDENTITY .1.3.6.1.4.1.193.218.2.30 |
eriRouterDhcpMIBNotifications OBJECT IDENTIFIER .1.3.6.1.4.1.193.218.2.30.0 |
eriRouterDhcpIntfThresholdFallingThresholdMetA notification indicating that a per interface falling threshold has been reached. NOTIFICATION-TYPE .1.3.6.1.4.1.193.218.2.30.0.1 |
eriRouterDhcpIntfThresholdRisingThresholdMetA notification indicating that a per interface rising threshold has been reached. NOTIFICATION-TYPE .1.3.6.1.4.1.193.218.2.30.0.2 |
eriRouterDhcpCtxThresholdFallingThresholdMetA notification indicating that the per context falling threshold has been reached. NOTIFICATION-TYPE .1.3.6.1.4.1.193.218.2.30.0.3 |
eriRouterDhcpCtxThresholdRisingThresholdMetA notification indicating that the per context rising threshold has been reached. NOTIFICATION-TYPE .1.3.6.1.4.1.193.218.2.30.0.4 |
eriRouterDhcpRangeThresholdFallingThresholdMetA notification indicating that a per subnet falling threshold has been reached. NOTIFICATION-TYPE .1.3.6.1.4.1.193.218.2.30.0.5 |
eriRouterDhcpRangeThresholdRisingThresholdMetA notification indicating that a per subnet rising threshold has been reached. NOTIFICATION-TYPE .1.3.6.1.4.1.193.218.2.30.0.6 |
eriRouterDhcpLeaseFileFailureA notification indicating that the system has stopped reading/updating the DHCP lease file. NOTIFICATION-TYPE .1.3.6.1.4.1.193.218.2.30.0.7 |
eriRouterDhcpMIBObjects OBJECT IDENTIFIER .1.3.6.1.4.1.193.218.2.30.1 |
eriRouterDhcpIntfThresholdTableThe purpose of this table is to allow monitoring of per interface DHCP server thresholds through SNMP. This table contains the objects which characterize DHCP server thresholds. Each row in the table corresponds to information about the leases in a DHCP server range for a particular interface and the corresponding capacity, usage and falling and rising thresholds. Objects defined in this table are only accessible within the context identified in the SNMP protocol (i.e. the community string in v1/v2c or the contextName in v3). SEQUENCE OF EriRouterDhcpIntfThresholdEntry .1.3.6.1.4.1.193.218.2.30.1.1 |
eriRouterDhcpIntfThresholdEntryA conceptual row in the eriRouterDhcpIntfThresholdTable. EriRouterDhcpIntfThresholdEntry .1.3.6.1.4.1.193.218.2.30.1.1.1 |
eriRouterDhcpIntfThresholdNameThe name of the interface. An entry configured by other means may have been given a name whose length is greater than 80. Names which exceed this length are not accessible via SNMP operations. SnmpAdminString .1.3.6.1.4.1.193.218.2.30.1.1.1.1 |
eriRouterDhcpIntfThresholdContextNameThe name of the context which contains the interface.ro SnmpAdminString .1.3.6.1.4.1.193.218.2.30.1.1.1.2 |
eriRouterDhcpIntfThresholdSizeThe number of leases that have been reserved for the DHCP server in this interface.ro Unsigned32 .1.3.6.1.4.1.193.218.2.30.1.1.1.3 |
eriRouterDhcpIntfThresholdAvailableThe number of leases that are available in this interface.ro Unsigned32 .1.3.6.1.4.1.193.218.2.30.1.1.1.4 |
eriRouterDhcpIntfThresholdInuseThe number of leases that are in use in this interface.ro Unsigned32 .1.3.6.1.4.1.193.218.2.30.1.1.1.5 |
eriRouterDhcpIntfThresholdFallingThresholdThe falling threshold is a value which specifies that any enabled falling threshold events are to be generated when the value of the currently available leases drops to the falling threshold value via an allocation of a lease from the pool. The number of available leases is reported in eriRouterDhcpIntfThresholdAvailable. A falling threshold event is either a notification or a log message or both. Falling threshold events are enabled if either or both of eriRouterDhcpIntfThresholdFallingSendTrap and eriRouterDhcpIntfThresholdFallingLogMessage are true. Note, this is a falling threshold, so a falling threshold event will only be triggered on a transition of the value of eriRouterDhcpIntfThresholdAvailable dropping from (eriRouterDhcpIntfThresholdFallingThreshold+1) to eriRouterDhcpIntfThresholdFallingThreshold.ro Unsigned32 .1.3.6.1.4.1.193.218.2.30.1.1.1.6 |
eriRouterDhcpIntfThresholdFallingSendTrapIf true, upon detection of reaching a falling threshold, a trap will be sent. See the definition of the eriRouterDhcpIntfThresholdFallingThresholdMet notification for the information included in the trap.ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.193.218.2.30.1.1.1.7 |
eriRouterDhcpIntfThresholdFallingLogMessageIf true, upon detection of reaching a falling threshold, a message will be logged. See the definition of the eriRouterDhcpIntfThresholdFallingThresholdMet notification for the information included in the trap.ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.193.218.2.30.1.1.1.8 |
eriRouterDhcpIntfThresholdRisingThresholdThe rising threshold is a value which specifies that any enabled rising threshold events are to be generated when the value of the currently available leases reaches the rising threshold value via a returning of a lease to the pool. The number of available leases is reported in eriRouterDhcpIntfThresholdAvailable. A rising threshold event is either a notification or a log message or both. Rising threshold events are enabled if either or both of eriRouterDhcpIntfThresholdRisingSendTrap and eriRouterDhcpIntfThresholdRisingLogMessage are true. Note, this is a rising threshold, so a rising threshold event will only be triggered on a transition of the value of eriRouterDhcpIntfThresholdAvailable increasing from (eriRouterDhcpIntfThresholdRisingThreshold-1) to eriRouterDhcpIntfThresholdRisingThreshold.ro Unsigned32 .1.3.6.1.4.1.193.218.2.30.1.1.1.9 |
eriRouterDhcpIntfThresholdRisingSendTrapIf true, upon detection of reaching a rising threshold, a trap will be sent. See the definition of the eriRouterDhcpIntfThresholdRisingThresholdMet notification for the information included in the trap.ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.193.218.2.30.1.1.1.10 |
eriRouterDhcpIntfThresholdRisingLogMessageIf true, upon detection of reaching a rising threshold, a message will be logged. See the definition of the eriRouterDhcpIntfThresholdRisingThresholdMet notification for the information included in the trap.ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.193.218.2.30.1.1.1.11 |
eriRouterDhcpCtxThreshold OBJECT IDENTIFIER .1.3.6.1.4.1.193.218.2.30.1.2 |
eriRouterDhcpCtxThresholdNameThis object identifies the context in which a falling or rising per context threshold event occursro SnmpAdminString .1.3.6.1.4.1.193.218.2.30.1.2.1 |
eriRouterDhcpCtxThresholdSizeThe total number of leases in all DHCP ranges of all interfaces in the context valid in the current view.ro Unsigned32 .1.3.6.1.4.1.193.218.2.30.1.2.2 |
eriRouterDhcpCtxThresholdAvailableThe total number of leases available in all DHCP ranges of all interfaces in the context valid in the current view.ro Unsigned32 .1.3.6.1.4.1.193.218.2.30.1.2.3 |
eriRouterDhcpCtxThresholdInuseThe total number of leases in use in all DHCP ranges of all interfaces in the context valid in the current view.ro Unsigned32 .1.3.6.1.4.1.193.218.2.30.1.2.4 |
eriRouterDhcpCtxThresholdFallingThresholdThe falling threshold value for the context valid in the current view. Just as eriRouterDhcpIntfThresholdFallingThreshold is the per interface falling threshold, this object is the per context falling threshold. When the sum of the all available DHCP leases in all interfaces of the context valid in the current view reaches the value of this object a falling threshold action of a trap, a log message, or both will be generated. This is a falling threshold, so the evaluation of whether to perform the action occurs upon allocation of a lease from the available pool of leases from any interface within the context. The action of whether to send a trap and/or log message is specified by the values of eriRouterDhcpCtxThresholdFallingSendTrap and eriRouterDhcpCtxThresholdFallingLogMessage. If there is no per context rising threshold, the value of this object will be zero and the values of eriRouterDhcpCtxThresholdFallingSendTrap and eriRouterDhcpCtxThresholdFallingLogMessage will be false.ro Unsigned32 .1.3.6.1.4.1.193.218.2.30.1.2.5 |
eriRouterDhcpCtxThresholdFallingSendTrapIf true, upon detection of reaching the per context falling threshold, a trap will be sent. See the definition of the eriRouterDhcpCtxThresholdFallingThresholdMet for the information included in the trap.ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.193.218.2.30.1.2.6 |
eriRouterDhcpCtxThresholdFallingLogMessageIf true, upon detection of reaching the per context falling threshold, a message will be logged. The information contained in the message logged is the same as that included in the eriRouterDhcpCtxThresholdFallingThresholdMet trap.ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.193.218.2.30.1.2.7 |
eriRouterDhcpCtxThresholdRisingThresholdThe rising threshold value for the context valid in the current view. Just as eriRouterDhcpIntfThresholdRisingThreshold is the per interface rising threshold, this object is the per context rising threshold. When the sum of the all available DHCP leases in all interfaces of the context valid in the current view reaches the value of this object a rising threshold action of a trap, a log message, or both will be generated. This is a rising threshold, so the evaluation of whether to perform the action occurs upon return of a lease to the available pool of leases defined in any interface within the context. The action of whether to send a trap and/or log message is specified by the values of eriRouterDhcpCtxThresholdRisingSendTrap and eriRouterDhcpCtxThresholdRisingLogMessage. If there is no per context rising threshold, the value of this object will be zero and the values of eriRouterDhcpCtxThresholdRisingSendTrap and eriRouterDhcpCtxThresholdRisingLogMessage will be false.ro Unsigned32 .1.3.6.1.4.1.193.218.2.30.1.2.8 |
eriRouterDhcpCtxThresholdRisingSendTrapIf true, upon detection of reaching the per context rising threshold, a trap will be sent. See the definition of the eriRouterDhcpCtxThresholdRisingThresholdMet for the information included in the trap.ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.193.218.2.30.1.2.9 |
eriRouterDhcpCtxThresholdRisingLogMessageIf true, upon detection of reaching the per context rising threshold, a message will be logged. The information contained in the message logged is the same as that included in the eriRouterDhcpCtxThresholdRisingThresholdMet trap.ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.193.218.2.30.1.2.10 |
eriRouterDhcpRangeThresholdTableThe purpose of this table is to allow monitoring of DHCP server ranges within interfaces. This table contains the objects which characterize DHCP server ranges. Each row in the table corresponds to information about the leases in a DHCP server for a particular range within a particular interface and the corresponding capacity, usage and falling and rising thresholds. Objects defined in this table are only accessible within the context identified in the SNMP protocol (i.e. the community string in v1/v2c or the contextName in v3). SEQUENCE OF EriRouterDhcpRangeThresholdEntry .1.3.6.1.4.1.193.218.2.30.1.3 |
eriRouterDhcpRangeThresholdEntryA conceptual row in the eriRouterDhcpRangeThresholdTable. EriRouterDhcpRangeThresholdEntry .1.3.6.1.4.1.193.218.2.30.1.3.1 |
eriRouterDhcpRangeThresholdInterfaceIdxThe index of the interface containing the DHCP range. Unsigned32 .1.3.6.1.4.1.193.218.2.30.1.3.1.1 |
eriRouterDhcpRangeThresholdAddrThe start address of the DHCP range. IpAddress .1.3.6.1.4.1.193.218.2.30.1.3.1.2 |
eriRouterDhcpRangeThresholdEndAddrThe end address of the DHCP range.ro IpAddress .1.3.6.1.4.1.193.218.2.30.1.3.1.3 |
eriRouterDhcpRangeThresholdContextNameThe name of the context which contains the interface.ro SnmpAdminString .1.3.6.1.4.1.193.218.2.30.1.3.1.4 |
eriRouterDhcpRangeThresholdInterfaceNameThe name of the interface containing the DHCP range.ro SnmpAdminString .1.3.6.1.4.1.193.218.2.30.1.3.1.5 |
eriRouterDhcpRangeThresholdSizeThe number of leases that have been reserved for the DHCP server in this range.ro Unsigned32 .1.3.6.1.4.1.193.218.2.30.1.3.1.6 |
eriRouterDhcpRangeThresholdAvailableThe number of leases that are available in this range.ro Unsigned32 .1.3.6.1.4.1.193.218.2.30.1.3.1.7 |
eriRouterDhcpRangeThresholdInuseThe number of leases that are in use in this range.ro Unsigned32 .1.3.6.1.4.1.193.218.2.30.1.3.1.8 |
eriRouterDhcpRangeThresholdFallingThresholdThe falling threshold is a value which specifies that any enabled falling threshold events are to be generated when the value of the currently available leases drops to the falling threshold value via an allocation of a lease from the range. The number of available leases is reported in eriRouterDhcpRangeThresholdAvailable. A falling threshold event is either a notification or a log message or both. Falling threshold events are enabled if either or both of eriRouterDhcpRangeThresholdFallingSendTrap and eriRouterDhcpRangeThresholdFallingLogMessage are true. Note, this is a falling threshold, so a falling threshold event will only be triggered on a transition of the value of eriRouterDhcpRangeThresholdAvailable dropping from (eriRouterDhcpRangeThresholdFallingThreshold+1) to eriRouterDhcpRangeThresholdFallingThreshold.ro Unsigned32 .1.3.6.1.4.1.193.218.2.30.1.3.1.9 |
eriRouterDhcpRangeThresholdFallingSendTrapIf true, upon detection of reaching a falling threshold, a trap will be sent. See the definition of the eriRouterDhcpRangeThresholdFallingThresholdMet notification for the information included in the trap.ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.193.218.2.30.1.3.1.10 |
eriRouterDhcpRangeThresholdFallingLogMessageIf true, upon detection of reaching a falling threshold, a message will be logged. See the definition of the eriRouterDhcpRangeThresholdFallingThresholdMet notification for the information included in the trap.ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.193.218.2.30.1.3.1.11 |
eriRouterDhcpRangeThresholdRisingThresholdThe rising threshold is a value which specifies that any enabled rising threshold events are to be generated when the value of the currently available leases reaches the rising threshold value via a returning of a lease to the range. The number of available leases is reported in eriRouterDhcpRangeThresholdAvailable. A rising threshold event is either a notification or a log message or both. Rising threshold events are enabled if either or both of eriRouterDhcpRangeThresholdRisingSendTrap and eriRouterDhcpRangeThresholdRisingLogMessage are true. Note, this is a rising threshold, so a rising threshold event will only be triggered on a transition of the value of eriRouterDhcpRangeThresholdAvailable increasing from (eriRouterDhcpRangeThresholdRisingThreshold-1) to eriRouterDhcpRangeThresholdRisingThreshold.ro Unsigned32 .1.3.6.1.4.1.193.218.2.30.1.3.1.12 |
eriRouterDhcpRangeThresholdRisingSendTrapIf true, upon detection of reaching a rising threshold, a trap will be sent. See the definition of the eriRouterDhcpRangeThresholdRisingThresholdMet notification for the information included in the trap.ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.193.218.2.30.1.3.1.13 |
eriRouterDhcpRangeThresholdRisingLogMessageIf true, upon detection of reaching a rising threshold, a message will be logged. See the definition of the eriRouterDhcpRangeThresholdRisingThresholdMet notification for the information included in the trap.ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.193.218.2.30.1.3.1.14 |
eriRouterDhcpLeaseFileStorageSlotThe slot number of the storage device containing the DHCP lease file.ro EriRouterSlot (ERICSSON-ROUTER-TC) .1.3.6.1.4.1.193.218.2.30.1.4 |
eriRouterDhcpLeaseFileErrorTypeError types of DHCP lease file failure.ro Enumeration .1.3.6.1.4.1.193.218.2.30.1.5 |
eriRouterDhcpMIBConformance OBJECT IDENTIFIER .1.3.6.1.4.1.193.218.2.30.2 |
eriRouterDhcpCompliances OBJECT IDENTIFIER .1.3.6.1.4.1.193.218.2.30.2.1 |
eriRouterDhcpThresholdComplianceThe compliance statement for threshold objects in this DHCP MIB. Unknown .1.3.6.1.4.1.193.218.2.30.2.1.1 |
eriRouterDhcpThresholdCompliance2The compliance statement for threshold objects in this DHCP MIB.deprecated Unknown .1.3.6.1.4.1.193.218.2.30.2.1.2 |
eriRouterDhcpThresholdCompliance3The compliance statement for threshold objects in this DHCP MIB. Unknown .1.3.6.1.4.1.193.218.2.30.2.1.3 |
eriRouterDhcpGroups OBJECT IDENTIFIER .1.3.6.1.4.1.193.218.2.30.2.2 |
eriRouterDhcpThresholdGroupThe collection of objects providing DHCP range information. Unknown .1.3.6.1.4.1.193.218.2.30.2.2.1 |
eriRouterDhcpThresholdNotifyGroupThe collection of notifications related to a DHCP range. Unknown .1.3.6.1.4.1.193.218.2.30.2.2.2 |
eriRouterDhcpIntfThresholdGroupThe collection of objects providing DHCP range information. Unknown .1.3.6.1.4.1.193.218.2.30.2.2.3 |
eriRouterDhcpCtxThresholdGroupThe collection of objects providing DHCP range information. Unknown .1.3.6.1.4.1.193.218.2.30.2.2.4 |
eriRouterDhcpRangeThresholdGroupThe collection of objects providing DHCP range information. Unknown .1.3.6.1.4.1.193.218.2.30.2.2.5 |
eriRouterDhcpIntfThresholdNotifyGroupThe collection of notifications related to a DHCP range. Unknown .1.3.6.1.4.1.193.218.2.30.2.2.6 |
eriRouterDhcpCtxThresholdNotifyGroupThe collection of notifications related to a DHCP range. Unknown .1.3.6.1.4.1.193.218.2.30.2.2.7 |
eriRouterDhcpRangeThresholdNotifyGroupThe collection of notifications related to a DHCP range. Unknown .1.3.6.1.4.1.193.218.2.30.2.2.8 |
eriRouterDhcpLeaseFileFailureTrapGroupThe collection of objects related to DHCP lease file failures. Unknown .1.3.6.1.4.1.193.218.2.30.2.2.9 |
eriRouterDhcpLeaseFileFailureNotifyGroupThe collection of notifications related to DHCP lease file failures. Unknown .1.3.6.1.4.1.193.218.2.30.2.2.10 |