nevtEventType
NETI-EVT-MIB ·
.1.3.6.1.4.1.2928.2.1.1.3.1.5
Object
column NevtEventType
This is the event type as specified in NevtEventType.
Context
- MIB
- NETI-EVT-MIB
- OID
.1.3.6.1.4.1.2928.2.1.1.3.1.5- Type
- column
- Access
- readonly
- Status
- current
- Parent
- nevtEventEntry
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 'NETI-EVT-MIB' -M '/opt/observium/mibs/netinsight:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETI-EVT-MIB::nevtEventType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NETI-EVT-MIB' -M '/opt/observium/mibs/netinsight:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETI-EVT-MIB::nevtEventType.<nevtEventIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NETI-EVT-MIB' -M '/opt/observium/mibs/netinsight:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NETI-EVT-MIB::nevtEventType'
Syntax
- Source
- NevtEventType
- Base type
Enumeration
Values & Constraints
Type Values
0 | none |
1 | created |
2 | modified |
3 | deleted |