eventLogVarType
ADVA-FSP3000ALM-MIB ·
.1.3.6.1.4.1.2544.1.14.4.3.1.3
Object
column Enumeration
The type of variable. One and only one of the value objects that follow must be instantiated, based on this type. The used types depend on the enterprise traps defined for the specific product.
Context
- MIB
- ADVA-FSP3000ALM-MIB
- OID
.1.3.6.1.4.1.2544.1.14.4.3.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- eventLogVarEntry
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 'ADVA-FSP3000ALM-MIB' -M '/opt/observium/mibs/adva:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ADVA-FSP3000ALM-MIB::eventLogVarType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ADVA-FSP3000ALM-MIB' -M '/opt/observium/mibs/adva:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ADVA-FSP3000ALM-MIB::eventLogVarType.<eventLogIndex>.<eventLogVarIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ADVA-FSP3000ALM-MIB' -M '/opt/observium/mibs/adva:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ADVA-FSP3000ALM-MIB::eventLogVarType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | integer32 |
2 | ipAddress |
3 | octetString |
4 | objectId |
5 | counter64 |
7 | unsigned32 |