genMajorAlarm
SCTE-HMS-GEN-MIB ·
.1.3.6.1.4.1.5591.1.6.2.1.28
Object
column optional
Enumeration
Indicates if the generator is indicating a major alarm.
The generator requires immediate attention, and should be visited
immediately to remedy the situation.
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.28- Type
- column
- Access
- readonly
- Status
- optional
- 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::genMajorAlarm'
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::genMajorAlarm.<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::genMajorAlarm'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | noAlarm |
2 | alarm |