eventsConfigStatus
MX-NLM-MIB ·
.0.1100.1.200.1.600
Object
column Enumeration
Configuration Status
Configuration status of the row.
It indicates whether the configuration of the row is valid.
* Valid: The current content of Criteria and Action fields is
valid.
* Invalid: The current content of Criteria and Action fields
is not valid.
* NotSupported: The current content Criteria and Action
fields is valid but not supported. A possible reason could
be, for instance, a resource limitation.
Context
- MIB
- MX-NLM-MIB
- OID
.0.1100.1.200.1.600- Type
- column
- Access
- readonly
- Status
- current
- Parent
- eventsEntry
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 'MX-NLM-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-NLM-MIB::eventsConfigStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MX-NLM-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-NLM-MIB::eventsConfigStatus.<eventsIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MX-NLM-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MX-NLM-MIB::eventsConfigStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
100 | valid |
200 | invalid |
300 | notSupported |