alarmLogIndex
SCTE-HMS-ALARMS-MIB ·
.1.3.6.1.4.1.5591.1.2.3.1.1
Object
column mandatory
Integer32
An index that uniquely identifies an entry in the log table. Indexes are assigned beginning with 1 and increased by one with each new log entry up to 32767. The next entry after 32767 is one. The agent may choose to delete the oldest instances of alarmLogEntry as required because of lack of memory. It is an implementation-specific matter as to when this deletion may occur.
Context
- MIB
- SCTE-HMS-ALARMS-MIB
- OID
.1.3.6.1.4.1.5591.1.2.3.1.1- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- alarmLogEntry
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-ALARMS-MIB' -M '/opt/observium/mibs/scte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SCTE-HMS-ALARMS-MIB::alarmLogIndex'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SCTE-HMS-ALARMS-MIB' -M '/opt/observium/mibs/scte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SCTE-HMS-ALARMS-MIB::alarmLogIndex.<alarmLogIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SCTE-HMS-ALARMS-MIB' -M '/opt/observium/mibs/scte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SCTE-HMS-ALARMS-MIB::alarmLogIndex'
Syntax
Integer32
Values & Constraints
Object Constraints
range: 1-32767