qtechSystemElectricalInformationStatus
QTECH-SYSTEM-MIB ·
.1.3.6.1.4.1.27514.1.1.10.2.1.1.41.1.3
Object
column Enumeration
This object displays whether an electrical source is normal or not. If the electrical is no exist, the other of electrical information maybe return nothing information and 0.
Context
- MIB
- QTECH-SYSTEM-MIB
- OID
.1.3.6.1.4.1.27514.1.1.10.2.1.1.41.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- qtechSystemElectricalInformationEntry
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 'QTECH-SYSTEM-MIB' -M '/opt/observium/mibs/qtech:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'QTECH-SYSTEM-MIB::qtechSystemElectricalInformationStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'QTECH-SYSTEM-MIB' -M '/opt/observium/mibs/qtech:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'QTECH-SYSTEM-MIB::qtechSystemElectricalInformationStatus.<qtechSystemElectricalInformationDeviceIndex>.<qtechSystemElectricalInformationIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'QTECH-SYSTEM-MIB' -M '/opt/observium/mibs/qtech:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'QTECH-SYSTEM-MIB::qtechSystemElectricalInformationStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | noexist |
2 | existnopower |
3 | existreadypower |
4 | normal |
5 | powerbutabnormal |
6 | unknow |