A table of variables to go with Notification log entries.
The indexes of the table are nlmLogName, nlmLogIndex, nlmLogVariableIndex.
OID |
Object |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.2.1.92.1.3.2.1.1 |
nlmLogVariableIndex |
Unsigned32{(1,4294967295)} |
not-accessible |
A monotonically increasing integer, starting at 1 for a given nlmLogIndex, for indexing variables within the logged Notification. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.92.1.3.2.1.2 |
nlmLogVariableID |
OBJECT IDENTIFIER |
read-only |
The variable's object identifier. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.92.1.3.2.1.3 |
nlmLogVariableValueType |
INTEGER{counter32(1),unsigned32(2),timeTicks(3),integer32(4),ipAddress(5),octetString(6),objectId(7),counter64(8),opaque(9)} |
read-only |
The type of the value. One and only one of the value objects that follow must be instantiated, based on this type. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.92.1.3.2.1.4 |
nlmLogVariableCounter32Val |
Counter32 |
read-only |
The value when nlmLogVariableType is 'counter32'. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.92.1.3.2.1.5 |
nlmLogVariableUnsigned32Val |
Unsigned32 |
read-only |
The value when nlmLogVariableType is 'unsigned32'. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.92.1.3.2.1.6 |
nlmLogVariableTimeTicksVal |
TimeTicks |
read-only |
The value when nlmLogVariableType is 'timeTicks'. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.92.1.3.2.1.7 |
nlmLogVariableInteger32Val |
Integer32 |
read-only |
The value when nlmLogVariableType is 'integer32'. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.92.1.3.2.1.8 |
nlmLogVariableOctetStringVal |
OCTET STRING |
read-only |
The value when nlmLogVariableType is 'octetString'. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.92.1.3.2.1.9 |
nlmLogVariableIpAddressVal |
IpAddress |
read-only |
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 format address, known as IpAddress.
IPv6 addresses are represented using TAddress or InetAddress, and so the underlying datatype is OCTET STRING, and their value would be stored in the nlmLogVariableOctetStringVal column. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.92.1.3.2.1.10 |
nlmLogVariableOidVal |
OBJECT IDENTIFIER |
read-only |
The value when nlmLogVariableType is 'objectId'. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.92.1.3.2.1.11 |
nlmLogVariableCounter64Val |
Counter64 |
read-only |
The value when nlmLogVariableType is 'counter64'. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.92.1.3.2.1.12 |
nlmLogVariableOpaqueVal |
Opaque |
read-only |
The value when nlmLogVariableType is 'opaque'. |
This object is implemented as defined in the corresponding MIB files. |