boardPowerOperationalStatus
CTRON-POWER-SUPPLY-MIB ·
.1.3.6.1.4.1.52.4.1.1.7.2.1.1.2
Object
column mandatory
Enumeration
This object reflects the status of the module's DC-DC converter power supply.
Context
- MIB
- CTRON-POWER-SUPPLY-MIB
- OID
.1.3.6.1.4.1.52.4.1.1.7.2.1.1.2- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- boardPowerSlotStatusEntry
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 'CTRON-POWER-SUPPLY-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CTRON-POWER-SUPPLY-MIB::boardPowerOperationalStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CTRON-POWER-SUPPLY-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CTRON-POWER-SUPPLY-MIB::boardPowerOperationalStatus.<boardPowerSlotStatusID>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CTRON-POWER-SUPPLY-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CTRON-POWER-SUPPLY-MIB::boardPowerOperationalStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | powerOn |
2 | powerOff |
3 | reset |
4 | overVoltage |
5 | underVoltage |
6 | overCurrent |
7 | overCurrentShutdown |
8 | temperatureShutdown |
9 | remotePowerOff |
10 | powerConservationShutdown |
11 | frontPanelPowerOff |