usrHistoryValStatus
RMON2-MIB ·
.1.3.6.1.2.1.16.18.3.1.5
Object
column
Enumeration
This object indicates the validity and sign of the data in
the associated instance of usrHistoryAbsValue.
If the MIB instance could not be accessed during the sampling
interval, then 'valueNotAvailable(1)' will be returned.
If the sample is valid and the actual value of the sample is
greater than or equal to zero, then 'valuePositive(2)' is
returned.
If the sample is valid and the actual value of the sample is
less than zero, 'valueNegative(3)' will be returned. The
associated instance of usrHistoryAbsValue should be multiplied
by -1 to obtain the true sample value.
Context
- MIB
- RMON2-MIB
- OID
.1.3.6.1.2.1.16.18.3.1.5- Type
- column
- Access
- readonly
- Status
- current
- Parent
- usrHistoryEntry
- Table
- usrHistoryTable
- Siblings
- 4
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | valueNotAvailable |
2 | valuePositive |
3 | valueNegative |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| usrHistorySampleIndex An index that uniquely identifies the particular sample this
entry represents among all samples associated with the same
usrHistoryControlEntry. This index starts at 1 and increa… | column | Integer32 | .1.3.6.1.2.1.16.18.3.1.1 |
| usrHistoryIntervalStart The value of sysUpTime at the start of the interval over
which this sample was measured. If the probe keeps track of
the time of day, it should start the first sample of the
hist… | column | SNMPv2-TCTimeStamp | .1.3.6.1.2.1.16.18.3.1.2 |
| usrHistoryIntervalEnd The value of sysUpTime at the end of the interval over which
this sample was measured. | column | SNMPv2-TCTimeStamp | .1.3.6.1.2.1.16.18.3.1.3 |
| usrHistoryAbsValue The absolute value (i.e., unsigned value) of the
user-specified statistic during the last sampling period. The
value during the current sampling period is not made available
unti… | column | SNMPv2-SMIGauge32 | .1.3.6.1.2.1.16.18.3.1.4 |