ERICSSON-ROUTER-DHCP-MIB

File: ERICSSON-ROUTER-DHCP-MIB.mib (32925 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
SNMP-FRAMEWORK-MIB ERICSSON-ROUTER-TC ERICSSON-ROUTER-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Unsigned32 IpAddress TruthValue
MODULE-COMPLIANCE OBJECT-GROUP NOTIFICATION-GROUP
SnmpAdminString EriRouterSlot eriRouterMgmt

Defined Types

EriRouterDhcpIntfThresholdEntry  
SEQUENCE    
  eriRouterDhcpIntfThresholdName SnmpAdminString
  eriRouterDhcpIntfThresholdContextName SnmpAdminString
  eriRouterDhcpIntfThresholdSize Unsigned32
  eriRouterDhcpIntfThresholdAvailable Unsigned32
  eriRouterDhcpIntfThresholdInuse Unsigned32
  eriRouterDhcpIntfThresholdFallingThreshold Unsigned32
  eriRouterDhcpIntfThresholdFallingSendTrap TruthValue
  eriRouterDhcpIntfThresholdFallingLogMessage TruthValue
  eriRouterDhcpIntfThresholdRisingThreshold Unsigned32
  eriRouterDhcpIntfThresholdRisingSendTrap TruthValue
  eriRouterDhcpIntfThresholdRisingLogMessage TruthValue

EriRouterDhcpRangeThresholdEntry  
SEQUENCE    
  eriRouterDhcpRangeThresholdInterfaceIdx Unsigned32
  eriRouterDhcpRangeThresholdAddr IpAddress
  eriRouterDhcpRangeThresholdEndAddr IpAddress
  eriRouterDhcpRangeThresholdContextName SnmpAdminString
  eriRouterDhcpRangeThresholdInterfaceName SnmpAdminString
  eriRouterDhcpRangeThresholdSize Unsigned32
  eriRouterDhcpRangeThresholdAvailable Unsigned32
  eriRouterDhcpRangeThresholdInuse Unsigned32
  eriRouterDhcpRangeThresholdFallingThreshold Unsigned32
  eriRouterDhcpRangeThresholdFallingSendTrap TruthValue
  eriRouterDhcpRangeThresholdFallingLogMessage TruthValue
  eriRouterDhcpRangeThresholdRisingThreshold Unsigned32
  eriRouterDhcpRangeThresholdRisingSendTrap TruthValue
  eriRouterDhcpRangeThresholdRisingLogMessage TruthValue

Defined Values

eriRouterDhcpMib 1.3.6.1.4.1.193.218.2.30
Defines the objects necessary to obtain information about DHCP Servers for interfaces within a context.
MODULE-IDENTITY    

eriRouterDhcpMIBNotifications 1.3.6.1.4.1.193.218.2.30.0
OBJECT IDENTIFIER    

eriRouterDhcpMIBObjects 1.3.6.1.4.1.193.218.2.30.1
OBJECT IDENTIFIER    

eriRouterDhcpMIBConformance 1.3.6.1.4.1.193.218.2.30.2
OBJECT IDENTIFIER    

eriRouterDhcpIntfThresholdTable 1.3.6.1.4.1.193.218.2.30.1.1
The 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).
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EriRouterDhcpIntfThresholdEntry

eriRouterDhcpIntfThresholdEntry 1.3.6.1.4.1.193.218.2.30.1.1.1
A conceptual row in the eriRouterDhcpIntfThresholdTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  EriRouterDhcpIntfThresholdEntry  

eriRouterDhcpIntfThresholdName 1.3.6.1.4.1.193.218.2.30.1.1.1.1
The 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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpAdminString Size(1..80)  

eriRouterDhcpIntfThresholdContextName 1.3.6.1.4.1.193.218.2.30.1.1.1.2
The name of the context which contains the interface.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..63)  

eriRouterDhcpIntfThresholdSize 1.3.6.1.4.1.193.218.2.30.1.1.1.3
The number of leases that have been reserved for the DHCP server in this interface.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

eriRouterDhcpIntfThresholdAvailable 1.3.6.1.4.1.193.218.2.30.1.1.1.4
The number of leases that are available in this interface.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

eriRouterDhcpIntfThresholdInuse 1.3.6.1.4.1.193.218.2.30.1.1.1.5
The number of leases that are in use in this interface.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

eriRouterDhcpIntfThresholdFallingThreshold 1.3.6.1.4.1.193.218.2.30.1.1.1.6
The 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.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..196608  

eriRouterDhcpIntfThresholdFallingSendTrap 1.3.6.1.4.1.193.218.2.30.1.1.1.7
If 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.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

eriRouterDhcpIntfThresholdFallingLogMessage 1.3.6.1.4.1.193.218.2.30.1.1.1.8
If 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.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

eriRouterDhcpIntfThresholdRisingThreshold 1.3.6.1.4.1.193.218.2.30.1.1.1.9
The 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.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..196608  

eriRouterDhcpIntfThresholdRisingSendTrap 1.3.6.1.4.1.193.218.2.30.1.1.1.10
If 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.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

eriRouterDhcpIntfThresholdRisingLogMessage 1.3.6.1.4.1.193.218.2.30.1.1.1.11
If 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.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

eriRouterDhcpRangeThresholdTable 1.3.6.1.4.1.193.218.2.30.1.3
The 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).
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EriRouterDhcpRangeThresholdEntry

eriRouterDhcpRangeThresholdEntry 1.3.6.1.4.1.193.218.2.30.1.3.1
A conceptual row in the eriRouterDhcpRangeThresholdTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  EriRouterDhcpRangeThresholdEntry  

eriRouterDhcpRangeThresholdInterfaceIdx 1.3.6.1.4.1.193.218.2.30.1.3.1.1
The index of the interface containing the DHCP range.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

eriRouterDhcpRangeThresholdAddr 1.3.6.1.4.1.193.218.2.30.1.3.1.2
The start address of the DHCP range.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

eriRouterDhcpRangeThresholdEndAddr 1.3.6.1.4.1.193.218.2.30.1.3.1.3
The end address of the DHCP range.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

eriRouterDhcpRangeThresholdContextName 1.3.6.1.4.1.193.218.2.30.1.3.1.4
The name of the context which contains the interface.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..63)  

eriRouterDhcpRangeThresholdInterfaceName 1.3.6.1.4.1.193.218.2.30.1.3.1.5
The name of the interface containing the DHCP range.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(1..80)  

eriRouterDhcpRangeThresholdSize 1.3.6.1.4.1.193.218.2.30.1.3.1.6
The number of leases that have been reserved for the DHCP server in this range.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

eriRouterDhcpRangeThresholdAvailable 1.3.6.1.4.1.193.218.2.30.1.3.1.7
The number of leases that are available in this range.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

eriRouterDhcpRangeThresholdInuse 1.3.6.1.4.1.193.218.2.30.1.3.1.8
The number of leases that are in use in this range.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

eriRouterDhcpRangeThresholdFallingThreshold 1.3.6.1.4.1.193.218.2.30.1.3.1.9
The 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.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..196608  

eriRouterDhcpRangeThresholdFallingSendTrap 1.3.6.1.4.1.193.218.2.30.1.3.1.10
If 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.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

eriRouterDhcpRangeThresholdFallingLogMessage 1.3.6.1.4.1.193.218.2.30.1.3.1.11
If 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.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

eriRouterDhcpRangeThresholdRisingThreshold 1.3.6.1.4.1.193.218.2.30.1.3.1.12
The 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.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..196608  

eriRouterDhcpRangeThresholdRisingSendTrap 1.3.6.1.4.1.193.218.2.30.1.3.1.13
If 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.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

eriRouterDhcpRangeThresholdRisingLogMessage 1.3.6.1.4.1.193.218.2.30.1.3.1.14
If 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.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

eriRouterDhcpCtxThreshold 1.3.6.1.4.1.193.218.2.30.1.2
OBJECT IDENTIFIER    

eriRouterDhcpCtxThresholdName 1.3.6.1.4.1.193.218.2.30.1.2.1
This object identifies the context in which a falling or rising per context threshold event occurs
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  SnmpAdminString Size(0..63)  

eriRouterDhcpCtxThresholdSize 1.3.6.1.4.1.193.218.2.30.1.2.2
The total number of leases in all DHCP ranges of all interfaces in the context valid in the current view.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

eriRouterDhcpCtxThresholdAvailable 1.3.6.1.4.1.193.218.2.30.1.2.3
The total number of leases available in all DHCP ranges of all interfaces in the context valid in the current view.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

eriRouterDhcpCtxThresholdInuse 1.3.6.1.4.1.193.218.2.30.1.2.4
The total number of leases in use in all DHCP ranges of all interfaces in the context valid in the current view.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

eriRouterDhcpCtxThresholdFallingThreshold 1.3.6.1.4.1.193.218.2.30.1.2.5
The 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.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..196608  

eriRouterDhcpCtxThresholdFallingSendTrap 1.3.6.1.4.1.193.218.2.30.1.2.6
If 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.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

eriRouterDhcpCtxThresholdFallingLogMessage 1.3.6.1.4.1.193.218.2.30.1.2.7
If 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.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

eriRouterDhcpCtxThresholdRisingThreshold 1.3.6.1.4.1.193.218.2.30.1.2.8
The 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.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..196608  

eriRouterDhcpCtxThresholdRisingSendTrap 1.3.6.1.4.1.193.218.2.30.1.2.9
If 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.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

eriRouterDhcpCtxThresholdRisingLogMessage 1.3.6.1.4.1.193.218.2.30.1.2.10
If 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.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

eriRouterDhcpLeaseFileStorageSlot 1.3.6.1.4.1.193.218.2.30.1.4
The slot number of the storage device containing the DHCP lease file.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  EriRouterSlot  

eriRouterDhcpLeaseFileErrorType 1.3.6.1.4.1.193.218.2.30.1.5
Error types of DHCP lease file failure.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER storageDeviceDegraded(1), storageDeviceFailed(2)  

eriRouterDhcpIntfThresholdFallingThresholdMet 1.3.6.1.4.1.193.218.2.30.0.1
A notification indicating that a per interface falling threshold has been reached.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

eriRouterDhcpIntfThresholdRisingThresholdMet 1.3.6.1.4.1.193.218.2.30.0.2
A notification indicating that a per interface rising threshold has been reached.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

eriRouterDhcpCtxThresholdFallingThresholdMet 1.3.6.1.4.1.193.218.2.30.0.3
A notification indicating that the per context falling threshold has been reached.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

eriRouterDhcpCtxThresholdRisingThresholdMet 1.3.6.1.4.1.193.218.2.30.0.4
A notification indicating that the per context rising threshold has been reached.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

eriRouterDhcpRangeThresholdFallingThresholdMet 1.3.6.1.4.1.193.218.2.30.0.5
A notification indicating that a per subnet falling threshold has been reached.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

eriRouterDhcpRangeThresholdRisingThresholdMet 1.3.6.1.4.1.193.218.2.30.0.6
A notification indicating that a per subnet rising threshold has been reached.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

eriRouterDhcpLeaseFileFailure 1.3.6.1.4.1.193.218.2.30.0.7
A notification indicating that the system has stopped reading/updating the DHCP lease file.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

eriRouterDhcpCompliances 1.3.6.1.4.1.193.218.2.30.2.1
OBJECT IDENTIFIER    

eriRouterDhcpGroups 1.3.6.1.4.1.193.218.2.30.2.2
OBJECT IDENTIFIER    

eriRouterDhcpThresholdGroup 1.3.6.1.4.1.193.218.2.30.2.2.1
The collection of objects providing DHCP range information.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

eriRouterDhcpThresholdNotifyGroup 1.3.6.1.4.1.193.218.2.30.2.2.2
The collection of notifications related to a DHCP range.
Status: current Access: accessible-for-notify
NOTIFICATION-GROUP    

eriRouterDhcpIntfThresholdGroup 1.3.6.1.4.1.193.218.2.30.2.2.3
The collection of objects providing DHCP range information.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

eriRouterDhcpCtxThresholdGroup 1.3.6.1.4.1.193.218.2.30.2.2.4
The collection of objects providing DHCP range information.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

eriRouterDhcpRangeThresholdGroup 1.3.6.1.4.1.193.218.2.30.2.2.5
The collection of objects providing DHCP range information.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

eriRouterDhcpIntfThresholdNotifyGroup 1.3.6.1.4.1.193.218.2.30.2.2.6
The collection of notifications related to a DHCP range.
Status: current Access: accessible-for-notify
NOTIFICATION-GROUP    

eriRouterDhcpCtxThresholdNotifyGroup 1.3.6.1.4.1.193.218.2.30.2.2.7
The collection of notifications related to a DHCP range.
Status: current Access: accessible-for-notify
NOTIFICATION-GROUP    

eriRouterDhcpRangeThresholdNotifyGroup 1.3.6.1.4.1.193.218.2.30.2.2.8
The collection of notifications related to a DHCP range.
Status: current Access: accessible-for-notify
NOTIFICATION-GROUP    

eriRouterDhcpLeaseFileFailureTrapGroup 1.3.6.1.4.1.193.218.2.30.2.2.9
The collection of objects related to DHCP lease file failures.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

eriRouterDhcpLeaseFileFailureNotifyGroup 1.3.6.1.4.1.193.218.2.30.2.2.10
The collection of notifications related to DHCP lease file failures.
Status: current Access: accessible-for-notify
NOTIFICATION-GROUP    

eriRouterDhcpThresholdCompliance 1.3.6.1.4.1.193.218.2.30.2.1.1
The compliance statement for threshold objects in this DHCP MIB.
Status: current Access: accessible-for-notify
MODULE-COMPLIANCE    

eriRouterDhcpThresholdCompliance2 1.3.6.1.4.1.193.218.2.30.2.1.2
The compliance statement for threshold objects in this DHCP MIB.
Status: deprecated Access: accessible-for-notify
MODULE-COMPLIANCE    

eriRouterDhcpThresholdCompliance3 1.3.6.1.4.1.193.218.2.30.2.1.3
The compliance statement for threshold objects in this DHCP MIB.
Status: current Access: accessible-for-notify
MODULE-COMPLIANCE