eoEnergyParametersIntervalMode
ENERGY-OBJECT-MIB ·
.1.3.6.1.2.1.229.1.4.1.5
Object
column r/w
Enumeration
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.
Context
- MIB
- ENERGY-OBJECT-MIB
- OID
.1.3.6.1.2.1.229.1.4.1.5- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- eoEnergyParametersEntry
- Groups
- 1
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'ENERGY-OBJECT-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ENERGY-OBJECT-MIB::eoEnergyParametersIntervalMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ENERGY-OBJECT-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ENERGY-OBJECT-MIB::eoEnergyParametersIntervalMode.<entPhysicalIndex>.<eoEnergyParametersIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ENERGY-OBJECT-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ENERGY-OBJECT-MIB::eoEnergyParametersIntervalMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | period |
2 | sliding |
3 | total |