TRIDIUMR3-MIB: View SNMP OID List / Download MIB
VENDOR: TRIDIUM
Home | MIB: TRIDIUMR3-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
tridium | 1.3.6.1.4.1.4131 | |||
tridiumStation | 1.3.6.1.4.1.4131.1 | |||
version | 1.3.6.1.4.1.4131.1.1 | displaystring | read-only |
Current software version |
action | 1.3.6.1.4.1.4131.1.2 | integer | read-write |
Provides means for manager to perform actions on the alarm table. 0 (no action) or 1 (acknowledge all). Enumeration: 'ackAll': 1, 'noAction': 0. |
alarmTable | 1.3.6.1.4.1.4131.1.3 | no-access |
A list of alarms in the station which have an snmp recipient (configured to store received alarms). |
|
1.3.6.1.4.1.4131.1.3.1 | no-access |
An alarm table entry containing data for a specific alarm. |
||
timestamp | 1.3.6.1.4.1.4131.1.3.1.1 | displaystring | read-only |
Indicates the time when the alarm occurred. |
uuid | 1.3.6.1.4.1.4131.1.3.1.2 | octet string | read-only |
The unique universal identifier of the alarm. |
sourceState | 1.3.6.1.4.1.4131.1.3.1.3 | integer | read-only |
The current state of the source. normal(0), offnormal(1), fault(2), or alert(3). Enumeration: 'fault': 2, 'offnormal': 1, 'alert': 3, 'normal': 0. |
ackState | 1.3.6.1.4.1.4131.1.3.1.4 | integer | read-write |
Indicates if the alarm has been acknowledged. acked(0), unacked(1), or ackPending(2). Alarm can be acknowledged by setting ackState to 'acked'(0) Enumeration: 'unacked': 1, 'ackPending': 2, 'acked': 0. |
ackRequired | 1.3.6.1.4.1.4131.1.3.1.5 | integer | read-only |
Indicates if an acknowledgement is required for the alarm. false(0), or true(1). Enumeration: 'true': 1, 'false': 0. |
source | 1.3.6.1.4.1.4131.1.3.1.6 | displaystring | read-only |
Indicates the path to the station object which generated the alarm. |
alarmClass | 1.3.6.1.4.1.4131.1.3.1.7 | displaystring | read-only |
The alarm class for the alarm. |
priority | 1.3.6.1.4.1.4131.1.3.1.8 | integer | read-only |
The priority of the alarm (0=high, 255=low). |
normalTime | 1.3.6.1.4.1.4131.1.3.1.9 | displaystring | read-only |
The time at which the alarm goes back to normal state. |
ackTime | 1.3.6.1.4.1.4131.1.3.1.10 | displaystring | read-only |
The time at which the alarm is acked. Note that interpretation of this value depends upon the state of the alarm. |
user | 1.3.6.1.4.1.4131.1.3.1.11 | displaystring | read-only |
The name of the user who acknowledged the alarm. |
alarmData | 1.3.6.1.4.1.4131.1.3.1.12 | displaystring | read-only |
A string containing dynamic alarm data, in key-value pairs. |
alarmTransition | 1.3.6.1.4.1.4131.1.3.1.13 | integer | read-only |
The initial state of the source. normal(0), offnormal(1), fault(2), or alert(3). Enumeration: 'fault': 2, 'offnormal': 1, 'alert': 3, 'normal': 0. |
lastUpdate | 1.3.6.1.4.1.4131.1.3.1.14 | displaystring | read-only |
The time at which the alarm was last updated. Updates occur at creation, acknowlegement, and changes to alarmData such as notes. |
inputTable | 1.3.6.1.4.1.4131.1.4 | no-access |
A list of snmp input object values. |
|
1.3.6.1.4.1.4131.1.4.1 | no-access |
An input table entry containing data for a specific input. |
||
inputIndex | 1.3.6.1.4.1.4131.1.4.1.1 | integer | read-only |
The index in the input table for a particular snmp input object. Used to address table entries. |
inputName | 1.3.6.1.4.1.4131.1.4.1.2 | displaystring | read-only |
Name of station object. |
inputValue | 1.3.6.1.4.1.4131.1.4.1.3 | displaystring | read-write |
Current value of station object. Is writeable. |
outputTable | 1.3.6.1.4.1.4131.1.5 | no-access |
A list of snmp output (read-only) object values. |
|
1.3.6.1.4.1.4131.1.5.1 | no-access |
An output table entry containing data for a specific output. |
||
outputIndex | 1.3.6.1.4.1.4131.1.5.1.1 | integer | read-only |
The index in the output table for a particular snmp output object. Used to address table entries. |
outputName | 1.3.6.1.4.1.4131.1.5.1.2 | displaystring | read-only |
Name of station object. |
outputValue | 1.3.6.1.4.1.4131.1.5.1.3 | displaystring | read-only |
Current value of station object. Is read-only. |
stationAlarm | 1.3.6.1.4.1.4131.10.1 |
The stationAlarm trap is generated when a Niagara alarm is received by an snmp recipient which has routing alarms to a network manager enabled. It contains useful information from the alarm record. |