genGeneratorStatus
SCTE-HMS-GEN-MIB ·
.1.3.6.1.4.1.5591.1.6.2.1.13
Object
column mandatory
Enumeration
Defines the current state of generator operation.
1 = Off
2 = Running(test)
3 = Running
4 = Fail (A condition preventing the generator
from functioning)
This item requires entries in the discrete property table.
Context
- MIB
- SCTE-HMS-GEN-MIB
- OID
.1.3.6.1.4.1.5591.1.6.2.1.13- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- genDeviceEntry
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 'SCTE-HMS-GEN-MIB' -M '/opt/observium/mibs/scte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SCTE-HMS-GEN-MIB::genGeneratorStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SCTE-HMS-GEN-MIB' -M '/opt/observium/mibs/scte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SCTE-HMS-GEN-MIB::genGeneratorStatus.<genDeviceAddress>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SCTE-HMS-GEN-MIB' -M '/opt/observium/mibs/scte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SCTE-HMS-GEN-MIB::genGeneratorStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | off |
2 | runningTest |
3 | running |
4 | fail |