eventInstanceType
ZYXEL-ES3124-MIB ·
.1.3.6.1.4.1.890.1.5.8.12.26.1.1.1.4
Object
column InstanceType
This variable represents the type of InstanceId of a
particular event in the event table. In brief
the instanceType refers to the type of sub-component
generating this event in the system, for example
switch (5). For more details see the textual
conventions section.
AFFECTS: eventInstanceId,
eventInstanceName
Context
- MIB
- ZYXEL-ES3124-MIB
- OID
.1.3.6.1.4.1.890.1.5.8.12.26.1.1.1.4- Type
- column
- Access
- readonly
- Status
- current
- Parent
- eventEntry
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 'ZYXEL-ES3124-MIB' -M '/opt/observium/mibs/zyxel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZYXEL-ES3124-MIB::eventInstanceType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZYXEL-ES3124-MIB' -M '/opt/observium/mibs/zyxel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZYXEL-ES3124-MIB::eventInstanceType.<eventSeqNum>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZYXEL-ES3124-MIB' -M '/opt/observium/mibs/zyxel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZYXEL-ES3124-MIB::eventInstanceType'
Syntax
- Source
- InstanceType
- Base type
Enumeration
Values & Constraints
Type Values
1 | unknown |
2 | node |
3 | shelf |
4 | line |
5 | switch |
6 | lsp |
7 | l2Interface |
8 | l3Interface |
9 | rowIndex |