nlmConfigLogOperStatus

NOTIFICATION-LOG-MIB · .1.3.6.1.2.1.92.1.1.3.1.5

Object

column Enumeration
The operational status of this log:
              
disabled  administratively disabled
              
operational    administratively enabled and working
              
noFilter  administratively enabled but either
          nlmConfigLogFilterName is zero length
          or does not name an existing entry in
          snmpNotifyFilterTable

Context

MIB
NOTIFICATION-LOG-MIB
OID
.1.3.6.1.2.1.92.1.1.3.1.5
Type
column
Access
readonly
Status
current
Parent
nlmConfigLogEntry
Groups
1

Walk 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 'NOTIFICATION-LOG-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NOTIFICATION-LOG-MIB::nlmConfigLogOperStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NOTIFICATION-LOG-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NOTIFICATION-LOG-MIB::nlmConfigLogOperStatus.<nlmLogName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NOTIFICATION-LOG-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NOTIFICATION-LOG-MIB::nlmConfigLogOperStatus'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1disabled
2operational
3noFilter

Conformance