eventsAction
MX-NLM-MIB ·
.0.1100.1.200.1.500
Object
column r/w
Enumeration
Action
Action to apply to the system event if the criteria matches.
The possible actions are:
* SendViaSyslog: The event notification is sent using syslog
as transport.
* SendViaSip: The event notification is sent using SIP Notify
as transport.
* LogLocally: The event notification is logged in LocalLog.
* LogToFile: The event notification is logged into a file.
Context
- MIB
- MX-NLM-MIB
- OID
.0.1100.1.200.1.500- Type
- column
- Access
- readwrite
- 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::eventsAction'
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::eventsAction.<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::eventsAction'
Syntax
Enumeration
Values & Constraints
Enumerated Values
100 | sendViaSyslog |
200 | sendViaSip |
300 | logLocally |
400 | logToFile |