nlmLogVariableValueType
NOTIFICATION-LOG-MIB ·
.1.3.6.1.2.1.92.1.3.2.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
- NOTIFICATION-LOG-MIB
- OID
.1.3.6.1.2.1.92.1.3.2.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- nlmLogVariableEntry
- Table
- nlmLogVariableTable
- Siblings
- 11
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | counter32 |
2 | unsigned32 |
3 | timeTicks |
4 | integer32 |
5 | ipAddress |
6 | octetString |
7 | objectId |
8 | counter64 |
9 | opaque |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| nlmLogVariableIndex A monotonically increasing integer, starting at 1 for a given
nlmLogIndex, for indexing variables within the logged
Notification. | column | Unsigned32 | .1.3.6.1.2.1.92.1.3.2.1.1 |
| nlmLogVariableOidVal The value when nlmLogVariableType is 'objectId'. | column | ObjectIdentifier | .1.3.6.1.2.1.92.1.3.2.1.10 |
| nlmLogVariableCounter64Val The value when nlmLogVariableType is 'counter64'. | column | SNMPv2-SMICounter64 | .1.3.6.1.2.1.92.1.3.2.1.11 |
| nlmLogVariableOpaqueVal The value when nlmLogVariableType is 'opaque'. | column | SNMPv2-SMIOpaque | .1.3.6.1.2.1.92.1.3.2.1.12 |
| nlmLogVariableID The variable's object identifier. | column | ObjectIdentifier | .1.3.6.1.2.1.92.1.3.2.1.2 |
| nlmLogVariableCounter32Val The value when nlmLogVariableType is 'counter32'. | column | SNMPv2-SMICounter32 | .1.3.6.1.2.1.92.1.3.2.1.4 |
| nlmLogVariableUnsigned32Val The value when nlmLogVariableType is 'unsigned32'. | column | SNMPv2-SMIUnsigned32 | .1.3.6.1.2.1.92.1.3.2.1.5 |
| nlmLogVariableTimeTicksVal The value when nlmLogVariableType is 'timeTicks'. | column | SNMPv2-SMITimeTicks | .1.3.6.1.2.1.92.1.3.2.1.6 |
| nlmLogVariableInteger32Val The value when nlmLogVariableType is 'integer32'. | column | SNMPv2-SMIInteger32 | .1.3.6.1.2.1.92.1.3.2.1.7 |
| nlmLogVariableOctetStringVal The value when nlmLogVariableType is 'octetString'. | column | OctetString | .1.3.6.1.2.1.92.1.3.2.1.8 |
| nlmLogVariableIpAddressVal The value when nlmLogVariableType is 'ipAddress'.
Although this seems to be unfriendly for IPv6, we
have to recognize that there are a number of older
MIBs that do contain an IPv4… | column | SNMPv2-SMIIpAddress | .1.3.6.1.2.1.92.1.3.2.1.9 |