fanAndPsMainPSUStatus
AT-SYSINFO-MIB ·
allied-old variant
·
.1.3.6.1.4.1.207.8.4.4.3.1.2
Object
scalar Enumeration
The status of the main Power Supply. on means that the power supply is present and fully operational. off means that the power supply is totally off (and obviously only applies to systems with a redundant power supply). faulty means that the main power supply is delivering power but that a component of the power supply is faulty. This applies to systems like SwitchBlade which have 3 power supplies but do not provide individual power supply monitoring. Also, in the case of SwitchBlade, power supply status includes the status of the fans in the power supply.
Context
- MIB
- AT-SYSINFO-MIB
- OID
.1.3.6.1.4.1.207.8.4.4.3.1.2- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- fanAndPs
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 'AT-SYSINFO-MIB' -M '/opt/observium/mibs/allied-old:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AT-SYSINFO-MIB::fanAndPsMainPSUStatus.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'AT-SYSINFO-MIB' -M '/opt/observium/mibs/allied-old:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'AT-SYSINFO-MIB::fanAndPsMainPSUStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | on |
2 | off |
3 | faulty |