componentPowerDetailsPowerSaverMode
CME-MIB ·
.1.3.6.1.4.1.2.3.51.2.22.31.6.1.6
Object
column mandatory
r/w
Enumeration
When enabled, the static low power saver mode allows the component to selectively
alter its operating voltage and frequency to reduce power consumption.
This feature is not available on all component types. Please refer to the component documentation for details.
If a component does not support the static low power saver mode, this object will return notApplicable (255).
Under certain rare circumstances, the enabling of the static low power saver mode
may not complete successfully due to interactions with other
component functions, such as BIOS. Therefore, it is highly recommended that
the user perform a GET of this object after performing a SET, in order
to verify the completion of the intended operation.
NOTE: enabling this object will disable componentPowerDetailsDynamicPowerSaver if its not already disabled.
Context
- MIB
- CME-MIB
- OID
.1.3.6.1.4.1.2.3.51.2.22.31.6.1.6- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- componentPowerDetailsEntry
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::componentPowerDetailsPowerSaverMode'
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::componentPowerDetailsPowerSaverMode.<componentPowerDetailsTopologyPath>'
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::componentPowerDetailsPowerSaverMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | disable |
1 | enable |
255 | notApplicable |