equipmentEventLogVariableValueType
EQUIPMENT-COMMON-MIB ·
.1.3.6.1.4.1.7262.20.1.2.3.1.3
Object
column Enumeration
The type of the value. One and only one of the value objects that follow must be instantiated, based on this type.
Context
- MIB
- EQUIPMENT-COMMON-MIB
- OID
.1.3.6.1.4.1.7262.20.1.2.3.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- equipmentEventLogVariableEntry
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 'EQUIPMENT-COMMON-MIB' -M '/opt/observium/mibs/dragonwave:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EQUIPMENT-COMMON-MIB::equipmentEventLogVariableValueType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'EQUIPMENT-COMMON-MIB' -M '/opt/observium/mibs/dragonwave:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EQUIPMENT-COMMON-MIB::equipmentEventLogVariableValueType.<equipmentEventLogIndex>.<equipmentEventLogVariableIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'EQUIPMENT-COMMON-MIB' -M '/opt/observium/mibs/dragonwave:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'EQUIPMENT-COMMON-MIB::equipmentEventLogVariableValueType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | counter32 |
2 | unsigned32 |
3 | timeTicks |
4 | integer32 |
5 | ipAddress |
6 | octetString |
7 | objectId |
8 | counter64 |