RBN-DHCP-MIB
Defines the objects necessary to obtain information about DHCP Servers for interfaces within a context.
Main OID:
rbnDhcpMib.1.3.6.1.4.1.2352.2.30
68
Objects
Active
Status
6
Dependencies
Imported Objects
Objects
68 total| Object Name |
|---|
rbnDhcpMibDefines the objects necessary to obtain information about DHCP Servers for interfaces within a context. MODULE-IDENTITY .1.3.6.1.4.1.2352.2.30 |
rbnDhcpMIBNotifications OBJECT IDENTIFIER .1.3.6.1.4.1.2352.2.30.0 |
rbnDhcpIntfThresholdFallingThresholdMetA notification indicating that a per interface falling threshold has been reached. NOTIFICATION-TYPE .1.3.6.1.4.1.2352.2.30.0.1 |
rbnDhcpIntfThresholdRisingThresholdMetA notification indicating that a per interface rising threshold has been reached. NOTIFICATION-TYPE .1.3.6.1.4.1.2352.2.30.0.2 |
rbnDhcpCtxThresholdFallingThresholdMetA notification indicating that the per context falling threshold has been reached. NOTIFICATION-TYPE .1.3.6.1.4.1.2352.2.30.0.3 |
rbnDhcpCtxThresholdRisingThresholdMetA notification indicating that the per context rising threshold has been reached. NOTIFICATION-TYPE .1.3.6.1.4.1.2352.2.30.0.4 |
rbnDhcpRangeThresholdFallingThresholdMetA notification indicating that a per subnet falling threshold has been reached. NOTIFICATION-TYPE .1.3.6.1.4.1.2352.2.30.0.5 |
rbnDhcpRangeThresholdRisingThresholdMetA notification indicating that a per subnet rising threshold has been reached. NOTIFICATION-TYPE .1.3.6.1.4.1.2352.2.30.0.6 |
rbnDhcpLeaseFileFailureA notification indicating that the system has stopped reading/updating the DHCP lease file. NOTIFICATION-TYPE .1.3.6.1.4.1.2352.2.30.0.7 |
rbnDhcpMIBObjects OBJECT IDENTIFIER .1.3.6.1.4.1.2352.2.30.1 |
rbnDhcpIntfThresholdTableThe 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 RbnDhcpIntfThresholdEntry .1.3.6.1.4.1.2352.2.30.1.1 |
rbnDhcpIntfThresholdEntryA conceptual row in the rbnDhcpIntfThresholdTable. RbnDhcpIntfThresholdEntry .1.3.6.1.4.1.2352.2.30.1.1.1 |
rbnDhcpIntfThresholdNameThe 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.2352.2.30.1.1.1.1 |
rbnDhcpIntfThresholdContextNameThe name of the context which contains the interface.ro SnmpAdminString .1.3.6.1.4.1.2352.2.30.1.1.1.2 |
rbnDhcpIntfThresholdSizeThe number of leases that have been reserved for the DHCP server in this interface.ro Unsigned32 .1.3.6.1.4.1.2352.2.30.1.1.1.3 |
rbnDhcpIntfThresholdAvailableThe number of leases that are available in this interface.ro Unsigned32 .1.3.6.1.4.1.2352.2.30.1.1.1.4 |
rbnDhcpIntfThresholdInuseThe number of leases that are in use in this interface.ro Unsigned32 .1.3.6.1.4.1.2352.2.30.1.1.1.5 |
rbnDhcpIntfThresholdFallingThresholdThe 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.ro Unsigned32 .1.3.6.1.4.1.2352.2.30.1.1.1.6 |
rbnDhcpIntfThresholdFallingSendTrapIf 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.ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.2352.2.30.1.1.1.7 |
rbnDhcpIntfThresholdFallingLogMessageIf 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.ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.2352.2.30.1.1.1.8 |
rbnDhcpIntfThresholdRisingThresholdThe 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.ro Unsigned32 .1.3.6.1.4.1.2352.2.30.1.1.1.9 |
rbnDhcpIntfThresholdRisingSendTrapIf 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.ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.2352.2.30.1.1.1.10 |
rbnDhcpIntfThresholdRisingLogMessageIf 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.ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.2352.2.30.1.1.1.11 |
rbnDhcpCtxThreshold OBJECT IDENTIFIER .1.3.6.1.4.1.2352.2.30.1.2 |
rbnDhcpCtxThresholdNameThis object identifies the context in which a falling or rising per context threshold event occursro SnmpAdminString .1.3.6.1.4.1.2352.2.30.1.2.1 |
rbnDhcpCtxThresholdSizeThe 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.2352.2.30.1.2.2 |
rbnDhcpCtxThresholdAvailableThe 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.2352.2.30.1.2.3 |
rbnDhcpCtxThresholdInuseThe 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.2352.2.30.1.2.4 |
rbnDhcpCtxThresholdFallingThresholdThe 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.ro Unsigned32 .1.3.6.1.4.1.2352.2.30.1.2.5 |
rbnDhcpCtxThresholdFallingSendTrapIf 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.ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.2352.2.30.1.2.6 |
rbnDhcpCtxThresholdFallingLogMessageIf 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.ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.2352.2.30.1.2.7 |
rbnDhcpCtxThresholdRisingThresholdThe 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.ro Unsigned32 .1.3.6.1.4.1.2352.2.30.1.2.8 |
rbnDhcpCtxThresholdRisingSendTrapIf 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.ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.2352.2.30.1.2.9 |
rbnDhcpCtxThresholdRisingLogMessageIf 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.ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.2352.2.30.1.2.10 |
rbnDhcpRangeThresholdTableThe 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 RbnDhcpRangeThresholdEntry .1.3.6.1.4.1.2352.2.30.1.3 |
rbnDhcpRangeThresholdEntryA conceptual row in the rbnDhcpRangeThresholdTable. RbnDhcpRangeThresholdEntry .1.3.6.1.4.1.2352.2.30.1.3.1 |
rbnDhcpRangeThresholdInterfaceIdxThe index of the interface containing the DHCP range. Unsigned32 .1.3.6.1.4.1.2352.2.30.1.3.1.1 |
rbnDhcpRangeThresholdAddrThe start address of the DHCP range. IpAddress .1.3.6.1.4.1.2352.2.30.1.3.1.2 |
rbnDhcpRangeThresholdEndAddrThe end address of the DHCP range.ro IpAddress .1.3.6.1.4.1.2352.2.30.1.3.1.3 |
rbnDhcpRangeThresholdContextNameThe name of the context which contains the interface.ro SnmpAdminString .1.3.6.1.4.1.2352.2.30.1.3.1.4 |
rbnDhcpRangeThresholdInterfaceNameThe name of the interface containing the DHCP range.ro SnmpAdminString .1.3.6.1.4.1.2352.2.30.1.3.1.5 |
rbnDhcpRangeThresholdSizeThe number of leases that have been reserved for the DHCP server in this range.ro Unsigned32 .1.3.6.1.4.1.2352.2.30.1.3.1.6 |
rbnDhcpRangeThresholdAvailableThe number of leases that are available in this range.ro Unsigned32 .1.3.6.1.4.1.2352.2.30.1.3.1.7 |
rbnDhcpRangeThresholdInuseThe number of leases that are in use in this range.ro Unsigned32 .1.3.6.1.4.1.2352.2.30.1.3.1.8 |
rbnDhcpRangeThresholdFallingThresholdThe 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.ro Unsigned32 .1.3.6.1.4.1.2352.2.30.1.3.1.9 |
rbnDhcpRangeThresholdFallingSendTrapIf 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.ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.2352.2.30.1.3.1.10 |
rbnDhcpRangeThresholdFallingLogMessageIf 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.ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.2352.2.30.1.3.1.11 |
rbnDhcpRangeThresholdRisingThresholdThe 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.ro Unsigned32 .1.3.6.1.4.1.2352.2.30.1.3.1.12 |
rbnDhcpRangeThresholdRisingSendTrapIf 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.ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.2352.2.30.1.3.1.13 |
rbnDhcpRangeThresholdRisingLogMessageIf 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.ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.2352.2.30.1.3.1.14 |
rbnDhcpLeaseFileStorageSlotThe slot number of the storage device containing the DHCP lease file.ro RbnSlot (RBN-TC) .1.3.6.1.4.1.2352.2.30.1.4 |
rbnDhcpLeaseFileErrorTypeError types of DHCP lease file failure.ro Enumeration .1.3.6.1.4.1.2352.2.30.1.5 |
rbnDhcpMIBConformance OBJECT IDENTIFIER .1.3.6.1.4.1.2352.2.30.2 |
rbnDhcpCompliances OBJECT IDENTIFIER .1.3.6.1.4.1.2352.2.30.2.1 |
rbnDhcpThresholdComplianceThe compliance statement for threshold objects in the Redback DHCP MIB. Unknown .1.3.6.1.4.1.2352.2.30.2.1.1 |
rbnDhcpThresholdCompliance2The compliance statement for threshold objects in the Redback DHCP MIB.deprecated Unknown .1.3.6.1.4.1.2352.2.30.2.1.2 |
rbnDhcpThresholdCompliance3The compliance statement for threshold objects in the Redback DHCP MIB. Unknown .1.3.6.1.4.1.2352.2.30.2.1.3 |
rbnDhcpGroups OBJECT IDENTIFIER .1.3.6.1.4.1.2352.2.30.2.2 |
rbnDhcpThresholdGroupThe collection of objects providing DHCP range information. Unknown .1.3.6.1.4.1.2352.2.30.2.2.1 |
rbnDhcpThresholdNotifyGroupThe collection of notifications related to a DHCP range. Unknown .1.3.6.1.4.1.2352.2.30.2.2.2 |
rbnDhcpIntfThresholdGroupThe collection of objects providing DHCP range information. Unknown .1.3.6.1.4.1.2352.2.30.2.2.3 |
rbnDhcpCtxThresholdGroupThe collection of objects providing DHCP range information. Unknown .1.3.6.1.4.1.2352.2.30.2.2.4 |
rbnDhcpRangeThresholdGroupThe collection of objects providing DHCP range information. Unknown .1.3.6.1.4.1.2352.2.30.2.2.5 |
rbnDhcpIntfThresholdNotifyGroupThe collection of notifications related to a DHCP range. Unknown .1.3.6.1.4.1.2352.2.30.2.2.6 |
rbnDhcpCtxThresholdNotifyGroupThe collection of notifications related to a DHCP range. Unknown .1.3.6.1.4.1.2352.2.30.2.2.7 |
rbnDhcpRangeThresholdNotifyGroupThe collection of notifications related to a DHCP range. Unknown .1.3.6.1.4.1.2352.2.30.2.2.8 |
rbnDhcpLeaseFileFailureTrapGroupThe collection of objects related to DHCP lease file failures. Unknown .1.3.6.1.4.1.2352.2.30.2.2.9 |
rbnDhcpLeaseFileFailureNotifyGroupThe collection of notifications related to DHCP lease file failures. Unknown .1.3.6.1.4.1.2352.2.30.2.2.10 |