RBN-DHCP-MIB: View SNMP OID List / Download MIB

VENDOR: ERICSSON


 Home MIB: RBN-DHCP-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).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 rbnDhcpMib 1.3.6.1.4.1.2352.2.30
Defines the objects necessary to obtain information about DHCP Servers for interfaces within a context.
       rbnDhcpMIBNotifications 1.3.6.1.4.1.2352.2.30.0
           rbnDhcpIntfThresholdFallingThresholdMet 1.3.6.1.4.1.2352.2.30.0.1
A notification indicating that a per interface falling threshold has been reached.
           rbnDhcpIntfThresholdRisingThresholdMet 1.3.6.1.4.1.2352.2.30.0.2
A notification indicating that a per interface rising threshold has been reached.
           rbnDhcpCtxThresholdFallingThresholdMet 1.3.6.1.4.1.2352.2.30.0.3
A notification indicating that the per context falling threshold has been reached.
           rbnDhcpCtxThresholdRisingThresholdMet 1.3.6.1.4.1.2352.2.30.0.4
A notification indicating that the per context rising threshold has been reached.
           rbnDhcpRangeThresholdFallingThresholdMet 1.3.6.1.4.1.2352.2.30.0.5
A notification indicating that a per subnet falling threshold has been reached.
           rbnDhcpRangeThresholdRisingThresholdMet 1.3.6.1.4.1.2352.2.30.0.6
A notification indicating that a per subnet rising threshold has been reached.
           rbnDhcpLeaseFileFailure 1.3.6.1.4.1.2352.2.30.0.7
A notification indicating that the system has stopped reading/updating the DHCP lease file.
       rbnDhcpMIBObjects 1.3.6.1.4.1.2352.2.30.1
           rbnDhcpIntfThresholdTable 1.3.6.1.4.1.2352.2.30.1.1 no-access
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).
               rbnDhcpIntfThresholdEntry 1.3.6.1.4.1.2352.2.30.1.1.1 no-access
A conceptual row in the rbnDhcpIntfThresholdTable.
                   rbnDhcpIntfThresholdName 1.3.6.1.4.1.2352.2.30.1.1.1.1 snmpadminstring no-access
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.
                   rbnDhcpIntfThresholdContextName 1.3.6.1.4.1.2352.2.30.1.1.1.2 snmpadminstring read-only
The name of the context which contains the interface.
                   rbnDhcpIntfThresholdSize 1.3.6.1.4.1.2352.2.30.1.1.1.3 unsigned32 read-only
The number of leases that have been reserved for the DHCP server in this interface.
                   rbnDhcpIntfThresholdAvailable 1.3.6.1.4.1.2352.2.30.1.1.1.4 unsigned32 read-only
The number of leases that are available in this interface.
                   rbnDhcpIntfThresholdInuse 1.3.6.1.4.1.2352.2.30.1.1.1.5 unsigned32 read-only
The number of leases that are in use in this interface.
                   rbnDhcpIntfThresholdFallingThreshold 1.3.6.1.4.1.2352.2.30.1.1.1.6 unsigned32 read-only
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 rbnDhcpIntfThresholdAvailable. A falling threshold event is either a notification or a log message or both. Falling threshold events are enabled if either or both of rbnDhcpIntfThresholdFallingSendTrap and rbnDhcpIntfThresholdFallingLogMessage are true. Note, this is a falling threshold, so a falling threshold event will only be triggered on a transition of the value of rbnDhcpIntfThresholdAvailable dropping from (rbnDhcpIntfThresholdFallingThreshold+1) to rbnDhcpIntfThresholdFallingThreshold.
                   rbnDhcpIntfThresholdFallingSendTrap 1.3.6.1.4.1.2352.2.30.1.1.1.7 truthvalue read-only
If true, upon detection of reaching a falling threshold, a trap will be sent. See the definition of the rbnDhcpIntfThresholdFallingThresholdMet notification for the information included in the trap.
                   rbnDhcpIntfThresholdFallingLogMessage 1.3.6.1.4.1.2352.2.30.1.1.1.8 truthvalue read-only
If true, upon detection of reaching a falling threshold, a message will be logged. See the definition of the rbnDhcpIntfThresholdFallingThresholdMet notification for the information included in the trap.
                   rbnDhcpIntfThresholdRisingThreshold 1.3.6.1.4.1.2352.2.30.1.1.1.9 unsigned32 read-only
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 rbnDhcpIntfThresholdAvailable. A rising threshold event is either a notification or a log message or both. Rising threshold events are enabled if either or both of rbnDhcpIntfThresholdRisingSendTrap and rbnDhcpIntfThresholdRisingLogMessage are true. Note, this is a rising threshold, so a rising threshold event will only be triggered on a transition of the value of rbnDhcpIntfThresholdAvailable increasing from (rbnDhcpIntfThresholdRisingThreshold-1) to rbnDhcpIntfThresholdRisingThreshold.
                   rbnDhcpIntfThresholdRisingSendTrap 1.3.6.1.4.1.2352.2.30.1.1.1.10 truthvalue read-only
If true, upon detection of reaching a rising threshold, a trap will be sent. See the definition of the rbnDhcpIntfThresholdRisingThresholdMet notification for the information included in the trap.
                   rbnDhcpIntfThresholdRisingLogMessage 1.3.6.1.4.1.2352.2.30.1.1.1.11 truthvalue read-only
If true, upon detection of reaching a rising threshold, a message will be logged. See the definition of the rbnDhcpIntfThresholdRisingThresholdMet notification for the information included in the trap.
           rbnDhcpCtxThreshold 1.3.6.1.4.1.2352.2.30.1.2
               rbnDhcpCtxThresholdName 1.3.6.1.4.1.2352.2.30.1.2.1 snmpadminstring no-access
This object identifies the context in which a falling or rising per context threshold event occurs
               rbnDhcpCtxThresholdSize 1.3.6.1.4.1.2352.2.30.1.2.2 unsigned32 read-only
The total number of leases in all DHCP ranges of all interfaces in the context valid in the current view.
               rbnDhcpCtxThresholdAvailable 1.3.6.1.4.1.2352.2.30.1.2.3 unsigned32 read-only
The total number of leases available in all DHCP ranges of all interfaces in the context valid in the current view.
               rbnDhcpCtxThresholdInuse 1.3.6.1.4.1.2352.2.30.1.2.4 unsigned32 read-only
The total number of leases in use in all DHCP ranges of all interfaces in the context valid in the current view.
               rbnDhcpCtxThresholdFallingThreshold 1.3.6.1.4.1.2352.2.30.1.2.5 unsigned32 read-only
The falling threshold value for the context valid in the current view. Just as rbnDhcpIntfThresholdFallingThreshold 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 rbnDhcpCtxThresholdFallingSendTrap and rbnDhcpCtxThresholdFallingLogMessage. If there is no per context rising threshold, the value of this object will be zero and the values of rbnDhcpCtxThresholdFallingSendTrap and rbnDhcpCtxThresholdFallingLogMessage will be false.
               rbnDhcpCtxThresholdFallingSendTrap 1.3.6.1.4.1.2352.2.30.1.2.6 truthvalue read-only
If true, upon detection of reaching the per context falling threshold, a trap will be sent. See the definition of the rbnDhcpCtxThresholdFallingThresholdMet for the information included in the trap.
               rbnDhcpCtxThresholdFallingLogMessage 1.3.6.1.4.1.2352.2.30.1.2.7 truthvalue read-only
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 rbnDhcpCtxThresholdFallingThresholdMet trap.
               rbnDhcpCtxThresholdRisingThreshold 1.3.6.1.4.1.2352.2.30.1.2.8 unsigned32 read-only
The rising threshold value for the context valid in the current view. Just as rbnDhcpIntfThresholdRisingThreshold 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 rbnDhcpCtxThresholdRisingSendTrap and rbnDhcpCtxThresholdRisingLogMessage. If there is no per context rising threshold, the value of this object will be zero and the values of rbnDhcpCtxThresholdRisingSendTrap and rbnDhcpCtxThresholdRisingLogMessage will be false.
               rbnDhcpCtxThresholdRisingSendTrap 1.3.6.1.4.1.2352.2.30.1.2.9 truthvalue read-only
If true, upon detection of reaching the per context rising threshold, a trap will be sent. See the definition of the rbnDhcpCtxThresholdRisingThresholdMet for the information included in the trap.
               rbnDhcpCtxThresholdRisingLogMessage 1.3.6.1.4.1.2352.2.30.1.2.10 truthvalue read-only
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 rbnDhcpCtxThresholdRisingThresholdMet trap.
           rbnDhcpRangeThresholdTable 1.3.6.1.4.1.2352.2.30.1.3 no-access
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).
               rbnDhcpRangeThresholdEntry 1.3.6.1.4.1.2352.2.30.1.3.1 no-access
A conceptual row in the rbnDhcpRangeThresholdTable.
                   rbnDhcpRangeThresholdInterfaceIdx 1.3.6.1.4.1.2352.2.30.1.3.1.1 unsigned32 no-access
The index of the interface containing the DHCP range.
                   rbnDhcpRangeThresholdAddr 1.3.6.1.4.1.2352.2.30.1.3.1.2 ipaddress no-access
The start address of the DHCP range.
                   rbnDhcpRangeThresholdEndAddr 1.3.6.1.4.1.2352.2.30.1.3.1.3 ipaddress read-only
The end address of the DHCP range.
                   rbnDhcpRangeThresholdContextName 1.3.6.1.4.1.2352.2.30.1.3.1.4 snmpadminstring read-only
The name of the context which contains the interface.
                   rbnDhcpRangeThresholdInterfaceName 1.3.6.1.4.1.2352.2.30.1.3.1.5 snmpadminstring read-only
The name of the interface containing the DHCP range.
                   rbnDhcpRangeThresholdSize 1.3.6.1.4.1.2352.2.30.1.3.1.6 unsigned32 read-only
The number of leases that have been reserved for the DHCP server in this range.
                   rbnDhcpRangeThresholdAvailable 1.3.6.1.4.1.2352.2.30.1.3.1.7 unsigned32 read-only
The number of leases that are available in this range.
                   rbnDhcpRangeThresholdInuse 1.3.6.1.4.1.2352.2.30.1.3.1.8 unsigned32 read-only
The number of leases that are in use in this range.
                   rbnDhcpRangeThresholdFallingThreshold 1.3.6.1.4.1.2352.2.30.1.3.1.9 unsigned32 read-only
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 rbnDhcpRangeThresholdAvailable. A falling threshold event is either a notification or a log message or both. Falling threshold events are enabled if either or both of rbnDhcpRangeThresholdFallingSendTrap and rbnDhcpRangeThresholdFallingLogMessage are true. Note, this is a falling threshold, so a falling threshold event will only be triggered on a transition of the value of rbnDhcpRangeThresholdAvailable dropping from (rbnDhcpRangeThresholdFallingThreshold+1) to rbnDhcpRangeThresholdFallingThreshold.
                   rbnDhcpRangeThresholdFallingSendTrap 1.3.6.1.4.1.2352.2.30.1.3.1.10 truthvalue read-only
If true, upon detection of reaching a falling threshold, a trap will be sent. See the definition of the rbnDhcpRangeThresholdFallingThresholdMet notification for the information included in the trap.
                   rbnDhcpRangeThresholdFallingLogMessage 1.3.6.1.4.1.2352.2.30.1.3.1.11 truthvalue read-only
If true, upon detection of reaching a falling threshold, a message will be logged. See the definition of the rbnDhcpRangeThresholdFallingThresholdMet notification for the information included in the trap.
                   rbnDhcpRangeThresholdRisingThreshold 1.3.6.1.4.1.2352.2.30.1.3.1.12 unsigned32 read-only
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 rbnDhcpRangeThresholdAvailable. A rising threshold event is either a notification or a log message or both. Rising threshold events are enabled if either or both of rbnDhcpRangeThresholdRisingSendTrap and rbnDhcpRangeThresholdRisingLogMessage are true. Note, this is a rising threshold, so a rising threshold event will only be triggered on a transition of the value of rbnDhcpRangeThresholdAvailable increasing from (rbnDhcpRangeThresholdRisingThreshold-1) to rbnDhcpRangeThresholdRisingThreshold.
                   rbnDhcpRangeThresholdRisingSendTrap 1.3.6.1.4.1.2352.2.30.1.3.1.13 truthvalue read-only
If true, upon detection of reaching a rising threshold, a trap will be sent. See the definition of the rbnDhcpRangeThresholdRisingThresholdMet notification for the information included in the trap.
                   rbnDhcpRangeThresholdRisingLogMessage 1.3.6.1.4.1.2352.2.30.1.3.1.14 truthvalue read-only
If true, upon detection of reaching a rising threshold, a message will be logged. See the definition of the rbnDhcpRangeThresholdRisingThresholdMet notification for the information included in the trap.
           rbnDhcpLeaseFileStorageSlot 1.3.6.1.4.1.2352.2.30.1.4 rbnslot no-access
The slot number of the storage device containing the DHCP lease file.
           rbnDhcpLeaseFileErrorType 1.3.6.1.4.1.2352.2.30.1.5 integer no-access
Error types of DHCP lease file failure. Enumeration: 'storageDeviceDegraded': 1, 'storageDeviceFailed': 2.
       rbnDhcpMIBConformance 1.3.6.1.4.1.2352.2.30.2
           rbnDhcpCompliances 1.3.6.1.4.1.2352.2.30.2.1
               rbnDhcpThresholdCompliance 1.3.6.1.4.1.2352.2.30.2.1.1
The compliance statement for threshold objects in the Redback DHCP MIB.
               rbnDhcpThresholdCompliance2 1.3.6.1.4.1.2352.2.30.2.1.2
The compliance statement for threshold objects in the Redback DHCP MIB.
               rbnDhcpThresholdCompliance3 1.3.6.1.4.1.2352.2.30.2.1.3
The compliance statement for threshold objects in the Redback DHCP MIB.
           rbnDhcpGroups 1.3.6.1.4.1.2352.2.30.2.2
               rbnDhcpThresholdGroup 1.3.6.1.4.1.2352.2.30.2.2.1
The collection of objects providing DHCP range information.
               rbnDhcpThresholdNotifyGroup 1.3.6.1.4.1.2352.2.30.2.2.2
The collection of notifications related to a DHCP range.
               rbnDhcpIntfThresholdGroup 1.3.6.1.4.1.2352.2.30.2.2.3
The collection of objects providing DHCP range information.
               rbnDhcpCtxThresholdGroup 1.3.6.1.4.1.2352.2.30.2.2.4
The collection of objects providing DHCP range information.
               rbnDhcpRangeThresholdGroup 1.3.6.1.4.1.2352.2.30.2.2.5
The collection of objects providing DHCP range information.
               rbnDhcpIntfThresholdNotifyGroup 1.3.6.1.4.1.2352.2.30.2.2.6
The collection of notifications related to a DHCP range.
               rbnDhcpCtxThresholdNotifyGroup 1.3.6.1.4.1.2352.2.30.2.2.7
The collection of notifications related to a DHCP range.
               rbnDhcpRangeThresholdNotifyGroup 1.3.6.1.4.1.2352.2.30.2.2.8
The collection of notifications related to a DHCP range.
               rbnDhcpLeaseFileFailureTrapGroup 1.3.6.1.4.1.2352.2.30.2.2.9
The collection of objects related to DHCP lease file failures.
               rbnDhcpLeaseFileFailureNotifyGroup 1.3.6.1.4.1.2352.2.30.2.2.10
The collection of notifications related to DHCP lease file failures.