SNMPv2-M2M-MIB Table View

Table-centric layout grouping table, row, and column objects.

Tables
3
Rows
3
Columns
22
.1.3.6.1.6.3.2.1.1.2 · 1 row entry · 12 columns
A list of snmpAlarm entries.
snmpAlarmEntry entry .1.3.6.1.6.3.2.1.1.2.1
A list of parameters that set up a periodic
sampling query to check for alarm conditions. The
contextIdentity included in the INDEX clause is
the context to which the sampling queries are
directed.
Indexes
SNMPv2-PARTY-MIBcontextIdentity snmpAlarmIndex
Column 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 variable in the
particular context's object…
Integer32
Constraints:
range: 1-65535
.1.3.6.1.6.3.2.1.1.2.1.1
snmpAlarmVariable
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.
SNMPv2-TCInstancePointerr/w
Textual Convention: SNMPv2-TCInstancePointer ObjectIdentifier
.1.3.6.1.6.3.2.1.1.2.1.2
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 should be
taken to ensure that the chang…
secondsSNMPv2-SMIInteger32r/w
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.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 selected
variable at the end of the samplin…
Enumerationr/w
Enumerated Values:
1absoluteValue
2deltaValue
.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
statistic does not fit in the signed 32…
SNMPv2-SMIInteger32
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.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 snmpAlarmStartupAlarm
is equal to `risingAlar…
Enumerationr/w
Enumerated Values:
1risingAlarm
2fallingAlarm
3risingOrFallingAlarm
.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 threshold, a single
event will be generat…
SNMPv2-SMIInteger32r/w
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.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 threshold, a single
event will be generat…
SNMPv2-SMIInteger32r/w
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.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 the same value of the
snmpEventIndex objec…
Integer32r/w
Constraints:
range: 0-65535
.1.3.6.1.6.3.2.1.1.2.1.9
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 the same
value of the snmpEventIndex obje…
Integer32r/w
Constraints:
range: 0-65535
.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 the same
value of the snmpEventIndex obje…
Integer32r/w
Constraints:
range: 0-65535
.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,
snmpAlarmSampleType, snmpAlarmStartupAlarm,
snmp…
SNMPv2-TCRowStatusr/w
Textual Convention: SNMPv2-TCRowStatus Enumeration
Type Values:
1active
2notInService
3notReady
4createAndGo
5createAndWait
6destroy
.1.3.6.1.6.3.2.1.1.2.1.12
.1.3.6.1.6.3.2.1.2.2 · 1 row entry · 6 columns
A list of events.
snmpEventEntry entry .1.3.6.1.6.3.2.1.2.2.1
A set of parameters that describe an event that
is generated when certain conditions are met.
Indexes
snmpEventIndex
Column Syntax OID
snmpEventIndex
An index that uniquely identifies an entry in the
snmpEvent table. Each such entry defines an event
generated when the appropriate conditions occur.
Integer32
Constraints:
range: 1-65535
.1.3.6.1.6.3.2.1.2.2.1.1
snmpEventID
The authoritative identification of the event
type generated by this entry. This variable
occurs as the second varbind of an InformRequest-
PDU. If this OBJECT IDENTIFIER maps to a
NOTIFICATION-TYPE the sender will pl…
ObjectIdentifierr/w .1.3.6.1.6.3.2.1.2.2.1.2
snmpEventDescription
A comment describing this snmpEvent entry.
OctetStringr/w
Constraints:
range: 0-127
.1.3.6.1.6.3.2.1.2.2.1.3
snmpEventEvents
The number of events caused by event generators
associated with this snmpEvent entry.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.6.3.2.1.2.2.1.4
snmpEventLastTimeSent
The value of sysUpTime at the time this snmpEvent
entry last generated an event. If this entry has
not generated any events, this value will be
zero.
SNMPv2-TCTimeStamp
Textual Convention: SNMPv2-TCTimeStamp Unsigned32
.1.3.6.1.6.3.2.1.2.2.1.5
snmpEventStatus
The status of this snmpEvent entry. This object
may not be set to `active' unless the following
columnar objects exist in this row: snmpEventID,
snmpEventDescription, snmpEventEvents, and
snmpEventLastTimeSent.
SNMPv2-TCRowStatusr/w
Textual Convention: SNMPv2-TCRowStatus Enumeration
Type Values:
1active
2notInService
3notReady
4createAndGo
5createAndWait
6destroy
.1.3.6.1.6.3.2.1.2.2.1.6
.1.3.6.1.6.3.2.1.2.5 · 1 row entry · 4 columns
A list of protocol configuration entries for
event notifications from this entity.
snmpEventNotifyEntry entry .1.3.6.1.6.3.2.1.2.5.1
A set of parameters that describe the type and
destination of InformRequest-PDUs sent for a
particular event. The snmpEventIndex in this
entry's INDEX clause identifies the snmpEventEntry
which, when triggered, will ge…
Indexes
snmpEventIndex SNMPv2-PARTY-MIBcontextIdentity
Column Syntax OID
snmpEventNotifyIntervalRequested
The requested interval for retransmission of
Inform PDUs generated on the behalf of this entry.

This variable will be the actual interval used
unless the snmpEventNotifyMinInterval is greater
than this ob…
secondsSNMPv2-SMIInteger32r/w
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.6.3.2.1.2.5.1.1
snmpEventNotifyRetransmissionsRequested
The requested number of retransmissions of an
InformRequest-PDU generated on behalf of this
entry.

This variable will be the actual number of
retransmissions used unless the
snmpEventNotifyMaxRetransmissi…
SNMPv2-SMIInteger32r/w
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.6.3.2.1.2.5.1.2
snmpEventNotifyLifetime
The number of seconds this entry shall live until
the corresponding instance of
snmpEventNotifyStatus is set to 'destroy'. This
value shall count down to zero, at which time the
corresponding instance of snmpEventNotif…
secondsSNMPv2-SMIInteger32r/w
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.6.3.2.1.2.5.1.3
snmpEventNotifyStatus
The state of this snmpEventNotifyEntry. This
object may not be set to `active' unless the
following columnar objects exist in this row:
snmpEventNotifyIntervalRequested,
snmpEventNotifyRetransmissionsRequested, and
snm…
SNMPv2-TCRowStatusr/w
Textual Convention: SNMPv2-TCRowStatus Enumeration
Type Values:
1active
2notInService
3notReady
4createAndGo
5createAndWait
6destroy
.1.3.6.1.6.3.2.1.2.5.1.4