ENERGY-OBJECT-MIB: View SNMP OID List / Download MIB

VENDOR: INTERNET-STANDARD


 Home MIB: ENERGY-OBJECT-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
 energyObjectMib 1.3.6.1.2.1.229
Copyright (c) 2015 IETF Trust and the persons identified as authors of the code. All rights reserved. Redistribution and use in source and binary forms, with or without modification, is permitted pursuant to, and subject to the license terms contained in, the Simplified BSD License set forth in Section 4.c of the IETF Trust's Legal Provisions Relating to IETF Documents (http://trustee.ietf.org/license-info). This MIB is used to monitor power and energy in devices. The tables eoMeterCapabilitiesTable and eoPowerTable are a sparse extension of the eoTable from the ENERGY-OBJECT-CONTEXT-MIB. As a requirement, [RFC7461] SHOULD be implemented. Module Compliance of ENTITY-MIB v4 with respect to entity4CRCompliance MUST be supported which requires implementation of 4 MIB objects: entPhysicalIndex, entPhysicalClass, entPhysicalName and entPhysicalUUID.
         energyObjectMibNotifs 1.3.6.1.2.1.229.0
             eoPowerEnableStatusNotification 1.3.6.1.2.1.229.0.1 truthvalue read-write
This object controls whether the system produces notifications for eoPowerStateChange. A false value will prevent these notifications from being generated.
             eoPowerStateChange 1.3.6.1.2.1.229.0.2
The SNMP entity generates the eoPowerStateChange when the values of eoPowerAdminState or eoPowerOperState, in the context of the Power State Set, have changed for the Energy Object represented by the entPhysicalIndex.
         energyObjectMibObjects 1.3.6.1.2.1.229.1
             eoMeterCapabilitiesTable 1.3.6.1.2.1.229.1.1 no-access
This table is useful for helping applications determine the monitoring capabilities supported by the local management agents. It is possible for applications to know which tables are usable without going through a trial-and-error process.
                 eoMeterCapabilitiesEntry 1.3.6.1.2.1.229.1.1.1 no-access
An entry describes the metering capability of an Energy Object.
                     eoMeterCapability 1.3.6.1.2.1.229.1.1.1.1 bits read-only
An indication of the energy-monitoring capabilities supported by this agent. This object use a BITS syntax and indicates the MIB groups supported by the probe. By reading the value of this object, it is possible to determine the MIB tables supported. Bits: 'none': 0, 'powermetering': 1, 'powerattributes': 3, 'energymetering': 2.
             eoPowerTable 1.3.6.1.2.1.229.1.2 no-access
This table lists Energy Objects.
                 eoPowerEntry 1.3.6.1.2.1.229.1.2.1 no-access
An entry describes the power usage of an Energy Object.
                     eoPower 1.3.6.1.2.1.229.1.2.1.1 integer32 read-only
This object indicates the power measured for the Energy Object. For alternating current, this value is obtained as an average over fixed number of AC cycles. This value is specified in SI units of watts with the magnitude of watts (milliwatts, kilowatts, etc.) indicated separately in eoPowerUnitMultiplier. The accuracy of the measurement is specified in eoPowerAccuracy. The direction of power flow is indicated by the sign on eoPower. If the Energy Object is consuming power, the eoPower value will be positive. If the Energy Object is producing power, the eoPower value will be negative. The eoPower MUST be less than or equal to the maximum power that can be consumed at the Power State specified by eoPowerState. The eoPowerMeasurementCaliber object specifies how the usage value reported by eoPower was obtained. The eoPower value must report 0 if the eoPowerMeasurementCaliber is 'unavailable'. For devices that cannot measure or report power, this option can be used.
                     eoPowerNameplate 1.3.6.1.2.1.229.1.2.1.2 unsigned32 read-only
This object indicates the rated maximum consumption for the fully populated Energy Object. The nameplate power requirements are the maximum power numbers given in SI watts and, in almost all cases, are well above the expected operational consumption. Nameplate power is widely used for power provisioning. This value is specified in either units of watts or voltage and current. The units are therefore SI watts or equivalent Volt-Amperes with the magnitude (milliwatts, kilowatts, etc.) indicated separately in eoPowerUnitMultiplier.
                     eoPowerUnitMultiplier 1.3.6.1.2.1.229.1.2.1.3 unitmultiplier read-only
The magnitude of watts for the usage value in eoPower and eoPowerNameplate.
                     eoPowerAccuracy 1.3.6.1.2.1.229.1.2.1.4 integer32 read-only
This object indicates a percentage value, in hundredths of a percent, representing the assumed accuracy of the usage reported by eoPower. For example, the value 1010 means the reported usage is accurate to +/- 10.1 percent. This value is zero if the accuracy is unknown or not applicable based upon the measurement method. ANSI and IEC define the following accuracy classes for power measurement: IEC 62053-22 60044-1 class 0.1, 0.2, 0.5, 1 3. ANSI C12.20 class 0.2, 0.5
                     eoPowerMeasurementCaliber 1.3.6.1.2.1.229.1.2.1.5 integer read-only
This object specifies how the usage value reported by eoPower was obtained: - unavailable(1): Indicates that the usage is not available. In such a case, the eoPower value must be 0 for devices that cannot measure or report power this option can be used. - unknown(2): Indicates that the way the usage was determined is unknown. In some cases, entities report aggregate power on behalf of another device. In such cases it is not known whether the usage reported is actual, estimated, or static. - actual(3): Indicates that the reported usage was measured by the entity through some hardware or direct physical means. The usage data reported is not estimated or static but is the measured consumption rate. - estimated(4): Indicates that the usage was not determined by physical measurement. The value is a derivation based upon the device type, state, and/or current utilization using some algorithm or heuristic. It is presumed that the entity's state and current configuration were used to compute the value. - static(5): Indicates that the usage was not determined by physical measurement, algorithm, or derivation. The usage was reported based upon external tables, specifications, and/or model information. For example, a PC Model X draws 200W, while a PC Model Y draws 210W. Enumeration: 'unknown': 2, 'static': 5, 'estimated': 4, 'actual': 3, 'unavailable': 1.
                     eoPowerCurrentType 1.3.6.1.2.1.229.1.2.1.6 integer read-only
This object indicates whether the eoPower for the Energy Object reports alternating current 'ac', direct current 'dc', or that the current type is unknown. Enumeration: 'unknown': 3, 'ac': 1, 'dc': 2.
                     eoPowerMeasurementLocal 1.3.6.1.2.1.229.1.2.1.7 truthvalue read-only
This object indicates the source of power measurement and can be useful when modeling the power usage of attached devices. The power measurement can be performed by the entity itself or the power measurement of the entity can be reported by another trusted entity using a protocol extension. A value of true indicates the measurement is performed by the entity, whereas false indicates that the measurement was performed by another entity.
                     eoPowerAdminState 1.3.6.1.2.1.229.1.2.1.8 powerstateset read-write
This object specifies the desired Power State and the Power State Set for the Energy Object. Note that other(0) is not a Power State Set and unknown(255) is not a Power State as such, but simply an indication that the Power State of the Energy Object is unknown. Possible values of eoPowerAdminState within the Power State Set are registered at IANA. A current list of assignments can be found at
                     eoPowerOperState 1.3.6.1.2.1.229.1.2.1.9 powerstateset read-only
This object specifies the current operational Power State and the Power State Set for the Energy Object. other(0) is not a Power State Set and unknown(255) is not a Power State as such, but simply an indication that the Power State of the Energy Object is unknown. Possible values of eoPowerOperState within the Power State Set are registered at IANA. A current list of assignments can be found at
                     eoPowerStateEnterReason 1.3.6.1.2.1.229.1.2.1.10 ownerstring read-write
This string object describes the reason for the eoPowerAdminState transition. Alternatively, this string may contain with the entity that configured this Energy Object to this Power State.
             eoPowerStateTable 1.3.6.1.2.1.229.1.3 no-access
This table enumerates the maximum power usage, in watts, for every single supported Power State of each Energy Object. This table has cross-reference with the eoPowerTable, containing rows describing each Power State for the corresponding Energy Object. For every Energy Object in the eoPowerTable, there is a corresponding entry in this table.
                 eoPowerStateEntry 1.3.6.1.2.1.229.1.3.1 no-access
A eoPowerStateEntry extends a corresponding eoPowerEntry. This entry displays max usage values at every single possible Power State supported by the Energy Object. For example, given the values of a Energy Object corresponding to a maximum usage of 0 W at the state emanmechoff, 8 W at state 6 (ready), 11 W at state emanmediumMinus, and 11 W at state emanhigh: State MaxUsage Units emanmechoff 0 W emansoftoff 0 W emanhibernate 0 W emansleep 0 W emanstandby 0 W emanready 8 W emanlowMinus 8 W emanlow 11 W emanmediumMinus 11 W emanmedium 11 W emanhighMinus 11 W emnanhigh 11 W Furthermore, this table also includes the total time in each Power State, along with the number of times a particular Power State was entered.
                     eoPowerStateIndex 1.3.6.1.2.1.229.1.3.1.1 powerstateset no-access
This object specifies the index of the Power State of the Energy Object within a Power State Set. The semantics of the specific Power State can be obtained from the Power State Set definition.
                     eoPowerStateMaxPower 1.3.6.1.2.1.229.1.3.1.2 integer32 read-only
This object indicates the maximum power for the Energy Object at the particular Power State. This value is specified in SI units of watts with the magnitude of the units (milliwatts, kilowatts, etc.) indicated separately in eoPowerStatePowerUnitMultiplier. If the maximum power is not known for a certain Power State, then the value is encoded as 0xFFFFFFFF. For Power States not enumerated, the value of eoPowerStateMaxPower might be interpolated by using the next highest supported Power State.
                     eoPowerStatePowerUnitMultiplier 1.3.6.1.2.1.229.1.3.1.3 unitmultiplier read-only
The magnitude of watts for the usage value in eoPowerStateMaxPower.
                     eoPowerStateTotalTime 1.3.6.1.2.1.229.1.3.1.4 timeticks read-only
This object indicates the total time in hundredths of a second that the Energy Object has been in this power state since the last reset, as specified in the sysUpTime.
                     eoPowerStateEnterCount 1.3.6.1.2.1.229.1.3.1.5 counter32 read-only
This object indicates how often the Energy Object has entered this power state, since the last reset of the device as specified in the sysUpTime.
             eoEnergyParametersTable 1.3.6.1.2.1.229.1.4 no-access
This table is used to configure the parameters for energy measurement collection in the table eoEnergyTable. This table allows the configuration of different measurement settings on the same Energy Object. Implementation of this table only makes sense for Energy Objects that an eoPowerMeasurementCaliber of actual.
                 eoEnergyParametersEntry 1.3.6.1.2.1.229.1.4.1 no-access
An entry controls an energy measurement in eoEnergyTable.
                     eoEnergyParametersIndex 1.3.6.1.2.1.229.1.4.1.2 integer32 no-access
This object specifies the index of the Energy Parameters setting for collection of energy measurements for an Energy Object. An Energy Object can have multiple eoEnergyParametersIndex, depending on the capabilities of the Energy Object
                     eoEnergyParametersIntervalLength 1.3.6.1.2.1.229.1.4.1.3 timeinterval read-only
This object indicates the length of time in hundredths of a second over which to compute the average eoEnergyConsumed measurement in the eoEnergyTable table. The computation is based on the Energy Object's internal sampling rate of power consumed or produced by the Energy Object. The sampling rate is the rate at which the Energy Object can read the power usage and may differ based on device capabilities. The average energy consumption is then computed over the length of the interval. The default value of 15 minutes is a common interval used in industry.
                     eoEnergyParametersIntervalNumber 1.3.6.1.2.1.229.1.4.1.4 unsigned32 read-only
The number of intervals maintained in the eoEnergyTable. Each interval is characterized by a specific eoEnergyCollectionStartTime, used as an index to the table eoEnergyTable. Whenever the maximum number of entries is reached, the measurement over the new interval replaces the oldest measurement. There is one exception to this rule: when the eoEnergyMaxConsumed and/or eoEnergyMaxProduced are in (one of) the two oldest measurement(s), they are left untouched and the next oldest measurement is replaced.
                     eoEnergyParametersIntervalMode 1.3.6.1.2.1.229.1.4.1.5 integer read-only
A control object to define the mode of interval calculation for the computation of the average eoEnergyConsumed or eoEnergyProvided measurement in the eoEnergyTable table. A mode of period(1) specifies non-overlapping periodic measurements. A mode of sliding(2) specifies overlapping sliding windows where the interval between the start of one interval and the next is defined in eoEnergyParametersIntervalWindow. A mode of total(3) specifies non-periodic measurement. In this mode only one interval is used as this is a continuous measurement since the last reset. The value of eoEnergyParametersIntervalNumber should be (1) one and eoEnergyParametersIntervalLength is ignored. Enumeration: 'total': 3, 'period': 1, 'sliding': 2.
                     eoEnergyParametersIntervalWindow 1.3.6.1.2.1.229.1.4.1.6 timeinterval read-only
The length of the duration window between the starting time of one sliding window and the next starting time in hundredths of seconds, used to compute the average of eoEnergyConsumed, eoEnergyProvided measurements in the eoEnergyTable table. This is valid only when the eoEnergyParametersIntervalMode is sliding(2). The eoEnergyParametersIntervalWindow value should be a multiple of eoEnergyParametersSampleRate.
                     eoEnergyParametersSampleRate 1.3.6.1.2.1.229.1.4.1.7 unsigned32 read-only
The sampling rate, in milliseconds, at which the Energy Object should poll power usage in order to compute the average eoEnergyConsumed, eoEnergyProvided measurements in the table eoEnergyTable. The Energy Object should initially set this sampling rate to a reasonable value, i.e., a compromise between intervals that will provide good accuracy by not being too long, but not so short that they affect the Energy Object performance by requesting continuous polling. If the sampling rate is unknown, the value 0 is reported. The sampling rate should be selected so that eoEnergyParametersIntervalWindow is a multiple of eoEnergyParametersSampleRate. The default value is one second.
                     eoEnergyParametersStorageType 1.3.6.1.2.1.229.1.4.1.8 storagetype read-only
This variable indicates the storage type for this row.
                     eoEnergyParametersStatus 1.3.6.1.2.1.229.1.4.1.9 rowstatus read-only
The status of this row. The eoEnergyParametersStatus is used to start or stop energy usage logging. An entry status may not be active(1) unless all objects in the entry have an appropriate value. If this object is not equal to active, all associated usage-data logged into the eoEnergyTable will be deleted. The data can be destroyed by setting up the eoEnergyParametersStatus to destroy.
             eoEnergyTable 1.3.6.1.2.1.229.1.5 no-access
This table lists Energy Object energy measurements. Entries in this table are only created if the corresponding value of object eoPowerMeasurementCaliber is active(3), i.e., if the power is actually metered.
                 eoEnergyEntry 1.3.6.1.2.1.229.1.5.1 no-access
An entry describing energy measurements.
                     eoEnergyCollectionStartTime 1.3.6.1.2.1.229.1.5.1.1 timeticks no-access
The time (in hundredths of a second) since the network management portion of the system was last re-initialized, as specified in the sysUpTime RFC 3418. This object specifies the start time of the energy measurement sample.
                     eoEnergyConsumed 1.3.6.1.2.1.229.1.5.1.2 unsigned32 read-only
This object indicates the energy consumed in units of watt-hours for the Energy Object over the defined interval. This value is specified in the common billing units of watt-hours with the magnitude of watt-hours kWh, MWh, etc.) indicated separately in eoEnergyUnitMultiplier.
                     eoEnergyProvided 1.3.6.1.2.1.229.1.5.1.3 unsigned32 read-only
This object indicates the energy produced in units of watt-hours for the Energy Object over the defined interval. This value is specified in the common billing units of watt-hours with the magnitude of watt-hours (kWh, MWh, etc.) indicated separately in eoEnergyUnitMultiplier.
                     eoEnergyStored 1.3.6.1.2.1.229.1.5.1.4 unsigned32 read-only
This object indicates the difference of the energy consumed and energy produced for an Energy Object in units of watt-hours for the Energy Object over the defined interval. This value is specified in the common billing units of watt-hours with the magnitude of watt-hours (kWh, MWh, etc.) indicated separately in eoEnergyUnitMultiplier.
                     eoEnergyUnitMultiplier 1.3.6.1.2.1.229.1.5.1.5 unitmultiplier read-only
This object is the magnitude of watt-hours for the energy field in eoEnergyConsumed, eoEnergyProvided, eoEnergyStored, eoEnergyMaxConsumed, and eoEnergyMaxProduced.
                     eoEnergyAccuracy 1.3.6.1.2.1.229.1.5.1.6 integer32 read-only
This object indicates a percentage accuracy, in hundredths of a percent, of Energy usage reporting. eoEnergyAccuracy is applicable to all Energy measurements in the eoEnergyTable. For example, 1010 means the reported usage is accurate to +/- 10.1 percent. This value is zero if the accuracy is unknown.
                     eoEnergyMaxConsumed 1.3.6.1.2.1.229.1.5.1.7 unsigned32 read-only
This object is the maximum energy observed in eoEnergyConsumed since the monitoring started or was reinitialized. This value is specified in the common billing units of watt-hours with the magnitude of watt-hours (kWh, MWh, etc.) indicated separately in eoEnergyUnitMultiplier.
                     eoEnergyMaxProduced 1.3.6.1.2.1.229.1.5.1.8 unsigned32 read-only
This object is the maximum energy ever observed in eoEnergyEnergyProduced since the monitoring started. This value is specified in the units of watt-hours with the magnitude of watt-hours (kWh, MWh, etc.) indicated separately in eoEnergyEnergyUnitMultiplier.
                     eoEnergyDiscontinuityTime 1.3.6.1.2.1.229.1.5.1.9 timestamp read-only
The value of sysUpTime RFC 3418 on the most recent occasion at which any one or more of this entity's energy counters in this table suffered a discontinuity: eoEnergyConsumed, eoEnergyProvided or eoEnergyStored. If no such discontinuities have occurred since the last re-initialization of the local management subsystem, then this object contains a zero value.
         energyObjectMibConform 1.3.6.1.2.1.229.2
             energyObjectMibCompliances 1.3.6.1.2.1.229.2.1
                 energyObjectMibFullCompliance 1.3.6.1.2.1.229.2.1.1
When this MIB is implemented with support for read-create, then such an implementation can claim full compliance. Such devices can then be both monitored and configured with this MIB. Module Compliance of RFC 6933 with respect to entity4CRCompliance MUST be supported, which requires implementation of four MIB objects: entPhysicalIndex, entPhysicalClass, entPhysicalName and entPhysicalUUID.
                 energyObjectMibReadOnlyCompliance 1.3.6.1.2.1.229.2.1.2
When this MIB is implemented without support for read-create (i.e., in read-only mode), then such an implementation can claim read-only compliance. Such a device can then be monitored but cannot be configured with this MIB. Module Compliance of [RFC6933] with respect to entity4CRCompliance MUST be supported which requires implementation of 4 MIB objects: entPhysicalIndex, entPhysicalClass, entPhysicalName and entPhysicalUUID.
             energyObjectMibGroups 1.3.6.1.2.1.229.2.2
                 energyObjectMibTableGroup 1.3.6.1.2.1.229.2.2.1
This group contains the collection of all the objects related to the Energy Object.
                 energyObjectMibStateTableGroup 1.3.6.1.2.1.229.2.2.2
This group contains the collection of all the objects related to the Power State.
                 energyObjectMibEnergyParametersTableGroup 1.3.6.1.2.1.229.2.2.3
This group contains the collection of all the objects related to the configuration of the Energy Table.
                 energyObjectMibEnergyTableGroup 1.3.6.1.2.1.229.2.2.4
This group contains the collection of all the objects related to the Energy Table.
                 energyObjectMibMeterCapabilitiesTableGroup 1.3.6.1.2.1.229.2.2.5
This group contains the object indicating the capability of the Energy Object
                 eoPowerEnableStatusNotificationGroup 1.3.6.1.2.1.229.2.2.6
The collection of objects that are used to enable notification.
                 energyObjectMibNotifGroup 1.3.6.1.2.1.229.2.2.7
This group contains the notifications for the Monitoring and Control MIB for Power and Energy.