snmpAlarmVariable
SNMPv2-M2M-MIB ·
.1.3.6.1.6.3.2.1.1.2.1.2
Object
The object identifier of the particular variable
to be sampled. Only variables that resolve to an
ASN.1 primitive type of INTEGER (Integer32,
Counter32, Gauge32, TimeTicks, Counter64, or
UInteger32) may be sampled.
If it is detected by an error response of
authorizationError, noSuchObject, or
noSuchInstance that the variable name of an
established snmpAlarmEntry is no longer available
in the sampling context, a single
snmpObjectUnavailableAlarm event is generated and
the status of this snmpAlarmEntry is set to
`destroy'. Likewise, if the syntax of the
variable retrieved by the query is not Integer32,
Counter32, Gauge32, TimeTicks, Counter64, or
UInteger32, the same actions will be taken.
If the SNMPv2 entity acting in a dual role detects
that the sampled value can not be obtained due to
lack of response to management queries, it should
either:
1) Set the status of this snmpAlarmEntry to
`destroy', if it is determined that further
communication is not possible;
or,
2) Delete the associated snmpAlarmValue
instance (but not the entire conceptual row),
and continue to attempt to sample the
variable and recreate the associated
snmpAlarmValue instance should communication
be reestablished.
An attempt to modify this object will fail with an
`inconsistentValue' error if the associated
snmpAlarmStatus object would be equal to `active'
both before and after the modification attempt.
Context
- MIB
- SNMPv2-M2M-MIB
- OID
.1.3.6.1.6.3.2.1.1.2.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- snmpAlarmEntry
- Table
- snmpAlarmTable
- Siblings
- 11
Values & Constraints
No enumerated values or constraints recorded.
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| snmpAlarmIndex An index that uniquely identifies an entry in the
snmpAlarm table for a particular sampling context.
Each such entry defines a diagnostic sample at a
particular interval for a var… | column | Integer32 | .1.3.6.1.6.3.2.1.1.2.1.1 |
| snmpAlarmFallingEventIndex The index of the snmpEventEntry that is used when
a falling threshold is crossed. The
snmpEventEntry identified by a particular value of
this index is the same as identified by t… | column | Integer32 | .1.3.6.1.6.3.2.1.1.2.1.10 |
| snmpAlarmUnavailableEventIndex The index of the snmpEventEntry that is used when
a variable becomes unavailable. The
snmpEventEntry identified by a particular value of
this index is the same as identified by t… | column | Integer32 | .1.3.6.1.6.3.2.1.1.2.1.11 |
| snmpAlarmStatus The status of this snmpAlarm entry. This object
may not be set to `active' unless the following
columnar objects exist in this row:
snmpAlarmVariable, snmpAlarmInterval,
snmpAlar… | column | SNMPv2-TCRowStatus | .1.3.6.1.6.3.2.1.1.2.1.12 |
| snmpAlarmInterval The interval in seconds over which the data is
sampled and compared with the rising and falling
thresholds. When setting this object and the
sampling type is `deltaValue', care … | column | seconds SNMPv2-SMIInteger32 | .1.3.6.1.6.3.2.1.1.2.1.3 |
| snmpAlarmSampleType The method of sampling the selected variable and
calculating the value to be compared against the
thresholds. If the value of this object is
`absoluteValue', the value of the sel… | column | Enumeration | .1.3.6.1.6.3.2.1.1.2.1.4 |
| snmpAlarmValue The value of the statistic during the last
sampling period. The value during the current
sampling period is not made available until the
period is completed. If the value of the… | column | SNMPv2-SMIInteger32 | .1.3.6.1.6.3.2.1.1.2.1.5 |
| snmpAlarmStartupAlarm The alarm that may be sent when this entry is
first set to `active'. If the first sample after
this entry becomes active is greater than or equal
to the risingThreshold and snmpA… | column | Enumeration | .1.3.6.1.6.3.2.1.1.2.1.6 |
| snmpAlarmRisingThreshold A threshold for the sampled statistic. When the
current sampled value is greater than or equal to
this threshold, and the value at the last sampling
interval was less than this t… | column | SNMPv2-SMIInteger32 | .1.3.6.1.6.3.2.1.1.2.1.7 |
| snmpAlarmFallingThreshold A threshold for the sampled statistic. When the
current sampled value is less than or equal to
this threshold, and the value at the last sampling
interval was greater than this t… | column | SNMPv2-SMIInteger32 | .1.3.6.1.6.3.2.1.1.2.1.8 |
| snmpAlarmRisingEventIndex The index of the snmpEventEntry that is used when
a rising threshold is crossed. The snmpEventEntry
identified by a particular value of this index is
the same as identified by th… | column | Integer32 | .1.3.6.1.6.3.2.1.1.2.1.9 |