neEventLogVarType
ADVA-MIB ·
.1.3.6.1.4.1.2544.2.3.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-MIB
- OID
.1.3.6.1.4.1.2544.2.3.3.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- neEventLogVarEntry
- Table
- neEventLogVarTable
- Siblings
- 8
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | integer32 |
2 | ipAddress |
3 | octetString |
4 | objectId |
5 | counter64 |
7 | unsigned32 |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| neEventLogVarIndex A monotonically increasing integer, starting at 1 for a
given neEventLogIndex, for indexing a variable contained in
the varbind list of a logged event. | column | SNMPv2-SMIUnsigned32 | .1.3.6.1.4.1.2544.2.3.3.1.1 |
| neEventLogVarUnsigned32Val The value when neEventLogVarType is 'unsigned32'. | column | SNMPv2-SMIUnsigned32 | .1.3.6.1.4.1.2544.2.3.3.1.10 |
| neEventLogVarId The object identifier of the variable in the varbind list. | column | ObjectIdentifier | .1.3.6.1.4.1.2544.2.3.3.1.2 |
| neEventLogVarInteger32Val The value when neEventLogVarType is 'integer32'. Integer32
is also used to represent INTEGER types.
Otherwise, 0 is returned. | column | SNMPv2-SMIInteger32 | .1.3.6.1.4.1.2544.2.3.3.1.4 |
| neEventLogVarIpAddressVal The value when neEventLogVarType is 'ipAddress'.
Otherwise, an empty address is returned. | column | SNMPv2-SMIIpAddress | .1.3.6.1.4.1.2544.2.3.3.1.5 |
| neEventLogVarOctetStringVal The value when neEventLogVarType is 'octetString'.
OctetString is used for all string types, including
DisplayString, SnmpAdminString and DateAndTime.
Otherwise, an empty string i… | column | OctetString | .1.3.6.1.4.1.2544.2.3.3.1.6 |
| neEventLogVarOidVal The value when neEventLogVarType is 'objectId'.
Otherwise, an objectId { 0.0 } is returned. | column | ObjectIdentifier | .1.3.6.1.4.1.2544.2.3.3.1.7 |
| neEventLogVarCounter64Val The value when neEventLogVarType is 'counter64'. | column | SNMPv2-SMICounter64 | .1.3.6.1.4.1.2544.2.3.3.1.8 |