heCommonLogIndex
SCTE-HMS-HE-COMMON-MIB ·
.1.3.6.1.4.1.5591.1.11.2.1.1.1.2.3.1.1
Object
column 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 65535. The next entry after 65535 is one. The agent may choose to delete the oldest instances of heCommonLogEntry as required because of lack of memory. It is an implementation-specific matter as to when this deletion may occur. Note - The wrap-around for the heCommonLogIndex variable MUST occur after 65535 regardless of the implementation specific size of the hlCommonLogTable.
Context
- MIB
- SCTE-HMS-HE-COMMON-MIB
- OID
.1.3.6.1.4.1.5591.1.11.2.1.1.1.2.3.1.1- Type
- column
- Access
- noaccess
- Status
- current
- Parent
- heCommonLogEntry
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-HE-COMMON-MIB' -M '/opt/observium/mibs/scte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SCTE-HMS-HE-COMMON-MIB::heCommonLogIndex'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SCTE-HMS-HE-COMMON-MIB' -M '/opt/observium/mibs/scte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SCTE-HMS-HE-COMMON-MIB::heCommonLogIndex.<heCommonLogIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SCTE-HMS-HE-COMMON-MIB' -M '/opt/observium/mibs/scte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SCTE-HMS-HE-COMMON-MIB::heCommonLogIndex'
Syntax
Integer32
Values & Constraints
Object Constraints
range: 1-65535