ePDU2DeviceConfigEnergyReset
CPS-MIB ·
.1.3.6.1.4.1.3808.1.1.6.3.2.1.12
Object
column mandatory
r/w
Enumeration
Setting this OID to resetAll (2) will cause the device energy meter value
to be reset to zero.
Setting this OID to resetDevice (3) to reset the Rack PDU only.
Setting this OID to resetOutlets (4) to reset the PDU outlets only.
Getting this OID in models that support this feature will do nothing
and return the noOperation(1) value.
Context
- MIB
- CPS-MIB
- OID
.1.3.6.1.4.1.3808.1.1.6.3.2.1.12- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- ePDU2DeviceConfigEntry
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 'CPS-MIB' -M '/opt/observium/mibs/cyberpower:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPS-MIB::ePDU2DeviceConfigEnergyReset'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CPS-MIB' -M '/opt/observium/mibs/cyberpower:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPS-MIB::ePDU2DeviceConfigEnergyReset.<ePDU2DeviceConfigIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CPS-MIB' -M '/opt/observium/mibs/cyberpower:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CPS-MIB::ePDU2DeviceConfigEnergyReset'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | noOperation |
2 | resetAll |
3 | resetDevice |
4 | resetOutlets |