usrHistoryObjectSampleType
RMON2-MIB ·
.1.3.6.1.2.1.16.18.2.1.3
Object
column
r/w
Enumeration
The method of sampling the selected variable for storage in
the usrHistoryTable.
If the value of this object is absoluteValue(1), the value of
the selected variable will be copied directly into the history
bucket.
If the value of this object is deltaValue(2), the value of the
selected variable at the last sample will be subtracted from
the current value, and the difference will be stored in the
history bucket. If the associated usrHistoryObjectVariable
instance could not be obtained at the previous sample
interval, then a delta sample is not possible, and the value
of the associated usrHistoryValStatus object for this interval
will be valueNotAvailable(1).
This object may not be modified if the associated
usrHistoryControlStatus object is equal to active(1).
Context
- MIB
- RMON2-MIB
- OID
.1.3.6.1.2.1.16.18.2.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- usrHistoryObjectEntry
- Table
- usrHistoryObjectTable
- Siblings
- 2
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | absoluteValue |
2 | deltaValue |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| usrHistoryObjectIndex An index used to uniquely identify an entry in the
usrHistoryObject table. Each such entry defines a
MIB instance to be collected periodically. | column | Integer32 | .1.3.6.1.2.1.16.18.2.1.1 |
| usrHistoryObjectVariable The object identifier of the particular variable to be
sampled.
Only variables that resolve to an ASN.1 primitive type of
Integer32 (Integer32, Count… | column | ObjectIdentifier | .1.3.6.1.2.1.16.18.2.1.2 |