pd1ModulePowerCapabilities
CME-MIB ·
.1.3.6.1.4.1.2.3.51.2.2.10.2.1.1.12
Object
column mandatory
Enumeration
Power Domain 1 Table Module Power Capabilities.
staticPowerManagement: the module with the static worst
case power values.
fixedPowermanagement: the module with the static power values but
ability to throttle.
dynamicPowerManagement: the module with power meter capability,
measurement enabled, but capping disabled.
dynamicPowerMeasurement1: the module with power meter capability,
measurement enabled, phase 1 only
dynamicPowerMeasurement2: the module with power meter capability,
measurement enabled, phase 2 or higher
dynamicPowerMeasurementWithPowerCapping: the module with power
meter capability, both measurement and capping enabled,
phase 2 or higher
Context
- MIB
- CME-MIB
- OID
.1.3.6.1.4.1.2.3.51.2.2.10.2.1.1.12- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- powerDomain1Entry
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 'CME-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CME-MIB::pd1ModulePowerCapabilities'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CME-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CME-MIB::pd1ModulePowerCapabilities.<pd1Index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CME-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CME-MIB::pd1ModulePowerCapabilities'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | noAbility |
1 | staticPowerManagement |
2 | fixedPowerManagement |
3 | dynamicPowerManagement |
4 | dynamicPowerMeasurement1 |
5 | dynamicPowerMeasurement2 |
6 | dynamicPowerMeasurementWithPowerCapping |
255 | notApplicable |