sysInfoRedundantPowerState
STAND-ALONE-ETHERNET-SWITCH-MIB ·
.1.3.6.1.4.1.437.1.1.3.1.18
Object
scalar mandatory
Enumeration
Indicates the state of the redundant power supply.
off : the switch is not connected to a
redundant power source.
healthy : a redundant power source is
connected to the switch and the power source
is operating correctly.
faulty : a redundant power source is
connected to the switch but a failure
exists in the power system.
Context
- MIB
- STAND-ALONE-ETHERNET-SWITCH-MIB
- OID
.1.3.6.1.4.1.437.1.1.3.1.18- Type
- scalar
- Access
- readonly
- Status
- mandatory
- Parent
- sysInfo
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'STAND-ALONE-ETHERNET-SWITCH-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'STAND-ALONE-ETHERNET-SWITCH-MIB::sysInfoRedundantPowerState.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'STAND-ALONE-ETHERNET-SWITCH-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'STAND-ALONE-ETHERNET-SWITCH-MIB::sysInfoRedundantPowerState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | off |
2 | healthy |
3 | faulty |