rupsAlarmTable

RIELLOUPS-MIB · .1.3.6.1.4.1.5491.10.1.6.2

Object

table
A list of alarm table entries.  The table contains
zero, one, or many rows at any moment, depending upon
the number of alarm conditions in effect.  The table
is initially empty at agent startup.  The agent
creates a row in the table each time a condition is
detected and deletes that row when that condition no
longer pertains.  The agent creates the first row with
rupsAlarmId equal to 1, and increments the value of
rupsAlarmId each time a new row is created, wrapping to
the first free value greater than or equal to 1 when
the maximum value of rupsAlarmId would otherwise be
exceeded.  Consequently, after multiple operations,
the table may become sparse, e.g., containing entries
for rows 95, 100, 101, and 203 and the entries should
not be assumed to be in chronological order because
rupsAlarmId might have wrapped.
          
Alarms are named by an AutonomousType (OBJECT
IDENTIFIER), rupsAlarmDescr, to allow a single table to
reflect well known alarms plus alarms defined by a
particular implementation, i.e., as documented in the
private enterprise MIB definition for the device.  No
two rows will have the same value of rupsAlarmDescr,
since alarms define conditions.  In order to meet this
requirement, care should be taken in the definition of
alarm conditions to insure that a system cannot enter
the same condition multiple times simultaneously.
          
The number of rows in the table at any given time is
reflected by the value of rupsAlarmsPresent.

Context

MIB
RIELLOUPS-MIB
OID
.1.3.6.1.4.1.5491.10.1.6.2
Type
table
Status
current
Parent
rupsAlarm
Children
1

Use a bulk walk to inspect objects and instances beneath this OID.

Walk the subtree
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'RIELLOUPS-MIB' -M '/opt/observium/mibs/riello:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RIELLOUPS-MIB::rupsAlarmTable'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RIELLOUPS-MIB' -M '/opt/observium/mibs/riello:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RIELLOUPS-MIB::rupsAlarmTable'

Syntax

No syntax metadata recorded.

Values & Constraints

No enumerated values or constraints recorded.