genEquipmentControl
SCTE-HMS-GEN-MIB ·
.1.3.6.1.4.1.5591.1.6.2.1.22
Object
column optional
r/w
Enumeration
When written, the appropriate corresponding command action
is sent to the generator.
1 = End generator test
2 = Start generator test
3 = Reset latched generator alarms which
may be preventing a generator start
This object is intentionally simplistic to allow for maximum
flexibility. It IS assumed that the generator has
sufficient intelligence to prevent an overcrank condition.
Example 1: From a single SET and corresponding single
'start' command, the generator may automatically attempt
starting 'n' times before giving up.
Example 2: The transponder may be simple and send only the
single 'start' command, and the EMS/end user is responsible
for making 'n' attempts (by performing additional SETs to
this object.)
The choice between the methods depends on the specific
application and vendor equipment.
Context
- MIB
- SCTE-HMS-GEN-MIB
- OID
.1.3.6.1.4.1.5591.1.6.2.1.22- Type
- column
- Access
- readwrite
- 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::genEquipmentControl'
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::genEquipmentControl.<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::genEquipmentControl'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | stopGenerator |
2 | startGenerator |
3 | resetLatchedAlarms |