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
- Table
- eventLogVarTable
- 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 |
|---|---|---|---|
| eventLogVarIndex A monotonically increasing integer, starting at 1 for a
given eventLogIndex, for indexing a variable contained in
the varbind list of a logged event. | column | SNMPv2-SMIUnsigned32 | .1.3.6.1.4.1.2544.1.14.4.3.1.1 |
| eventLogVarUnsigned32Val The value when eventLogVarType is 'unsigned32'. | column | SNMPv2-SMIUnsigned32 | .1.3.6.1.4.1.2544.1.14.4.3.1.10 |
| eventLogVarId The object identifier of the variable in the varbind list. | column | ObjectIdentifier | .1.3.6.1.4.1.2544.1.14.4.3.1.2 |
| eventLogVarInteger32Val The value when eventLogVarType is 'integer32'. Integer32
is also used to represent INTEGER types.
Otherwise, 0 is returned. | column | SNMPv2-SMIInteger32 | .1.3.6.1.4.1.2544.1.14.4.3.1.4 |
| eventLogVarIpAddressVal The value when eventLogVarType is 'ipAddress'.
Otherwise, an empty address is returned. | column | SNMPv2-SMIIpAddress | .1.3.6.1.4.1.2544.1.14.4.3.1.5 |
| eventLogVarOctetStringVal The value when eventLogVarType is 'octetString'.
OctetString is used for all string types, including
DisplayString, SnmpAdminString and DateAndTime.
Otherwise, an empty string is … | column | OctetString | .1.3.6.1.4.1.2544.1.14.4.3.1.6 |
| eventLogVarOidVal The value when eventLogVarType is 'objectId'.
Otherwise, an objectId { 0.0 } is returned. | column | ObjectIdentifier | .1.3.6.1.4.1.2544.1.14.4.3.1.7 |
| eventLogVarCounter64Val The value when eventLogVarType is 'counter64'. | column | SNMPv2-SMICounter64 | .1.3.6.1.4.1.2544.1.14.4.3.1.8 |