benuPowerSupplyPowered
BENU-CHASSIS-MIB ·
.1.3.6.1.4.1.39406.1.1.1.7.1.1.5
Object
column Enumeration
Indicates whether or not the power supply is actively supplying power. The value of notApplicable(3) will show if the entry for benuPowerSupplyPresent is no(2).
Context
- MIB
- BENU-CHASSIS-MIB
- OID
.1.3.6.1.4.1.39406.1.1.1.7.1.1.5- Type
- column
- Access
- readonly
- Status
- current
- Parent
- benuPowerSupplyEntry
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 'BENU-CHASSIS-MIB' -M '/opt/observium/mibs/benu:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BENU-CHASSIS-MIB::benuPowerSupplyPowered'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BENU-CHASSIS-MIB' -M '/opt/observium/mibs/benu:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BENU-CHASSIS-MIB::benuPowerSupplyPowered.<benuPowerSupplyIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BENU-CHASSIS-MIB' -M '/opt/observium/mibs/benu:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BENU-CHASSIS-MIB::benuPowerSupplyPowered'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | powered |
2 | notPowered |
3 | notApplicable |