SL81-STD-MIB Table View
Table-centric layout grouping table, row, and column objects.
Tables
8
Rows
8
Columns
63
.1.3.6.1.4.1.3052.5.1.1.1
·
1 row entry
·
9 columns
This table organizes 4 basic attributes of points. A point
is a particular sensor on an EventSensor (e.g., temperature,
humidity, contact closure 2, relay 5, etc.). The 4 point
attributes are its name, whether it's in its event state,
the point's value as a number and its value as a string.
Points are referenced by a point index. The point index
is a string of 3 numbers separated by periods.
It contains all the information necessary for getting a piece
of data off an event sensor; namely, which EventSensor,
point class, and which-sensor-of-that-class (a.k.a. point).
Entry for EventSensor point table
Indexes
esIndexES esIndexPC esIndexPoint
| Column | Syntax | OID |
|---|---|---|
|
esIndexES
mandatory
The part of the point index that refers to an
EventSensor. The point index is a string of 3 numbers separated by periods. It contains all the information necessary for getting a piece of data off an even… |
Integer32 Constraints: range: 1-200 |
.1.3.6.1.4.1.3052.5.1.1.1.1.1 |
|
esIndexPC
mandatory
The part of the point index that refers to point class.
The point index is a string of 3 numbers separated by periods. It contains all the information necessary for getting a piece of data off an event se… |
Integer32 Constraints: range: 1-6 |
.1.3.6.1.4.1.3052.5.1.1.1.1.2 |
|
esIndexPoint
mandatory
The part of the point index that delineates which
sensor on the EventSensor. So this combined with esIndexPC (Point Class or type) and esIndexES (which EventSensor) uniquely defines each point (sensor or … |
Integer32 Constraints: range: 1-64 |
.1.3.6.1.4.1.3052.5.1.1.1.1.3 |
|
esPointName
mandatory
The name of the point on an EventSensor. For example,
'AC temp' (in the case of the temperature sensor on an EventSensor). There can be multiple points of the same point class on an EventSensor (e.g., 8 c… |
SNMPv2-TCDisplayStringr/w Textual Convention: SNMPv2-TCDisplayString OctetStringType Constraints: range: 0..255 |
.1.3.6.1.4.1.3052.5.1.1.1.1.4 |
|
esPointInEventState
mandatory
A number referring to the event state of a point
on an EventSensor. This number can have different meanings depending on the point class. If the point class is temperature, humidity, or analog input, the… |
Integer32r/w Textual Convention: COPS-PR-SPPIInteger32 Integer32Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.3052.5.1.1.1.1.5 |
|
esPointValueInt
mandatory
A number referring to the value of a point on an
EventSensor. If the point class is temperature, then this object is the temperature in its configured scale (default is Fahrenheit). If the … |
Integer32r/w Constraints: range: -32768-32767 |
.1.3.6.1.4.1.3052.5.1.1.1.1.6 |
|
esPointValueStr
mandatory
A string referring to the value of a point on an
EventSensor. For contact closures and relays this object is either 'Open' or 'Closed'. For temperature and humidity point classes, this obje… |
SNMPv2-TCDisplayString Textual Convention: SNMPv2-TCDisplayString OctetStringType Constraints: range: 0..255 |
.1.3.6.1.4.1.3052.5.1.1.1.1.7 |
|
esPointTimeLastChange
mandatory
The time of the last time an event was
triggerred for a point on an EventSensor in MM/DD/YY HH:MM:SS format. For contact closures, the possible events are Active and Inactive. For temperature, humidity, … |
SNMPv2-TCDisplayString Textual Convention: SNMPv2-TCDisplayString OctetStringType Constraints: range: 0..255 |
.1.3.6.1.4.1.3052.5.1.1.1.1.8 |
|
esPointTimetickLastChange
mandatory
The time of the last time an event was
triggerred for a point on an EventSensor in 100ths of seconds since reset. For contact closures, the possible events are Active and Inactive. For temperature, humid… |
RFC1155-SMITimeTicks Textual Convention: RFC1155-SMITimeTicks Unsigned32Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.3052.5.1.1.1.1.9 |
.1.3.6.1.4.1.3052.5.1.2.1
·
1 row entry
·
6 columns
Data Event Status Table
EventSensor status entry
Indexes
deStatusIndex
| Column | Syntax | OID |
|---|---|---|
|
deStatusIndex
mandatory
Index for Data Events
|
Integer32 Constraints: range: 1-100 |
.1.3.6.1.4.1.3052.5.1.2.1.1.1 |
|
deStatusName
mandatory
Data Event name
|
SNMPv2-TCDisplayString Textual Convention: SNMPv2-TCDisplayString OctetStringType Constraints: range: 0..255 |
.1.3.6.1.4.1.3052.5.1.2.1.1.2 |
|
deStatusCounter
mandatory
Number of times a data record has matched this
event's equation. Range: 1-999999999 |
Integer32 Textual Convention: COPS-PR-SPPIInteger32 Integer32Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.3052.5.1.2.1.1.3 |
|
deStatusThreshold
mandatory
Number of times the equation is matched before
an event is triggered. Range: 1-999999999 |
Integer32 Textual Convention: COPS-PR-SPPIInteger32 Integer32Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.3052.5.1.2.1.1.4 |
|
deStatusLastTriggerTime
mandatory
Date/time that this event's counter last reached
its threshold since the unit was last booted. If this event has not yet been triggered, then this value is a null string. Format: HH:MM |
SNMPv2-TCDisplayString Textual Convention: SNMPv2-TCDisplayString OctetStringType Constraints: range: 0..255 |
.1.3.6.1.4.1.3052.5.1.2.1.1.5 |
|
deStatusLastTriggerData
mandatory
Data (first 80 chars, or up to CR, whichever
comes first) that caused this event's counter to reach the threshold. If this event has not yet been triggered, then this value is a null string. |
SNMPv2-TCDisplayString Textual Convention: SNMPv2-TCDisplayString OctetStringType Constraints: range: 0..255 |
.1.3.6.1.4.1.3052.5.1.2.1.1.6 |
.1.3.6.1.4.1.3052.5.2.1.2
·
1 row entry
·
17 columns
The table of what EventSensors are attached to the unit, including the internal EventSensor
Table entry for EventSensor table
Indexes
esIndex
| Column | Syntax | OID |
|---|---|---|
|
esIndex
mandatory
This number refers to an EventSensor; it has the
same meaning as the esIndexES object (see above), except that this object is used only within the esTable branch. This object's allowable values are 1 thro… |
Integer32 Constraints: range: 1-200 |
.1.3.6.1.4.1.3052.5.2.1.2.1.1 |
|
esName
mandatory
The name of the EventSensor
|
SNMPv2-TCDisplayString Textual Convention: SNMPv2-TCDisplayString OctetStringType Constraints: range: 0..255 |
.1.3.6.1.4.1.3052.5.2.1.2.1.2 |
|
esID
mandatory
The factory-assigned ID of the EventSensor
|
SNMPv2-TCDisplayString Textual Convention: SNMPv2-TCDisplayString OctetStringType Constraints: range: 0..255 |
.1.3.6.1.4.1.3052.5.2.1.2.1.3 |
|
esNumberTempSensors
mandatory
The number of temperature sensors on the EventSensor
|
Integer32 Textual Convention: COPS-PR-SPPIInteger32 Integer32Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.3052.5.2.1.2.1.4 |
|
esTempReportingMode
mandatory
Description of how temperature values should
be interpreted. |
SNMPv2-TCDisplayString Textual Convention: SNMPv2-TCDisplayString OctetStringType Constraints: range: 0..255 |
.1.3.6.1.4.1.3052.5.2.1.2.1.5 |
|
esNumberCCs
mandatory
The number of contact closures on the EventSensor.
|
Integer32 Textual Convention: COPS-PR-SPPIInteger32 Integer32Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.3052.5.2.1.2.1.6 |
|
esCCReportingMode
mandatory
Description of how CC values should be interpreted.
|
SNMPv2-TCDisplayString Textual Convention: SNMPv2-TCDisplayString OctetStringType Constraints: range: 0..255 |
.1.3.6.1.4.1.3052.5.2.1.2.1.7 |
|
esNumberHumidSensors
mandatory
The number of humidity sensors on the EventSensor.
|
Integer32 Textual Convention: COPS-PR-SPPIInteger32 Integer32Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.3052.5.2.1.2.1.8 |
|
esHumidReportingMode
mandatory
Description of how humidity sensor values should be
interpreted. |
SNMPv2-TCDisplayString Textual Convention: SNMPv2-TCDisplayString OctetStringType Constraints: range: 0..255 |
.1.3.6.1.4.1.3052.5.2.1.2.1.9 |
|
esNumberNoiseSensors
mandatory
The number of noise sensors on the EventSensor.
|
Integer32 Textual Convention: COPS-PR-SPPIInteger32 Integer32Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.3052.5.2.1.2.1.10 |
|
esNoiseReportingMode
mandatory
Description of how noise sensor values should be
interpreted. |
SNMPv2-TCDisplayString Textual Convention: SNMPv2-TCDisplayString OctetStringType Constraints: range: 0..255 |
.1.3.6.1.4.1.3052.5.2.1.2.1.11 |
|
esNumberAirflowSensors
mandatory
The number of airflow sensors on the EventSensor.
|
Integer32 Textual Convention: COPS-PR-SPPIInteger32 Integer32Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.3052.5.2.1.2.1.12 |
|
esAirflowReportingMode
mandatory
Description of how airflow sensor values should be
interpreted. |
SNMPv2-TCDisplayString Textual Convention: SNMPv2-TCDisplayString OctetStringType Constraints: range: 0..255 |
.1.3.6.1.4.1.3052.5.2.1.2.1.13 |
|
esNumberAnalog
mandatory
The number of analog inputs on the EventSensor.
|
Integer32 Textual Convention: COPS-PR-SPPIInteger32 Integer32Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.3052.5.2.1.2.1.14 |
|
esAnalogReportingMode
mandatory
Description of how analog input values should be
interpreted. |
SNMPv2-TCDisplayString Textual Convention: SNMPv2-TCDisplayString OctetStringType Constraints: range: 0..255 |
.1.3.6.1.4.1.3052.5.2.1.2.1.15 |
|
esNumberRelayOutputs
mandatory
The number of relay outputs on the EventSensor
|
Integer32 Textual Convention: COPS-PR-SPPIInteger32 Integer32Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.3052.5.2.1.2.1.16 |
|
esRelayReportingMode
mandatory
Description of how relay output values
should be interpreted. |
SNMPv2-TCDisplayString Textual Convention: SNMPv2-TCDisplayString OctetStringType Constraints: range: 0..255 |
.1.3.6.1.4.1.3052.5.2.1.2.1.17 |
.1.3.6.1.4.1.3052.5.2.2.1
·
1 row entry
·
4 columns
Data event field table
Data event field entry
Indexes
deFieldIndex
| Column | Syntax | OID |
|---|---|---|
|
deFieldIndex
mandatory
Index for data alarm
|
Integer32 Constraints: range: 1-16 |
.1.3.6.1.4.1.3052.5.2.2.1.1.1 |
|
deFieldStart
mandatory
The start position of the data event field.
1 is the value of the first position. Range: 0-160; 0 disables the field. |
Integer32r/w Textual Convention: COPS-PR-SPPIInteger32 Integer32Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.3052.5.2.2.1.1.2 |
|
deFieldLength
mandatory
The length of the data event field.
Range: 1-160 |
Integer32r/w Textual Convention: COPS-PR-SPPIInteger32 Integer32Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.3052.5.2.2.1.1.3 |
|
deFieldName
mandatory
The name of the data event field.
|
SNMPv2-TCDisplayStringr/w Textual Convention: SNMPv2-TCDisplayString OctetStringType Constraints: range: 0..255 |
.1.3.6.1.4.1.3052.5.2.2.1.1.4 |
.1.3.6.1.4.1.3052.5.2.2.2
·
1 row entry
·
11 columns
Table for configuring data events.
Entry for Data Event Config table
Indexes
deConfigIndex
| Column | Syntax | OID |
|---|---|---|
|
deConfigIndex
mandatory
Index for Data Event Config table
|
Integer32 Constraints: range: 1-100 |
.1.3.6.1.4.1.3052.5.2.2.2.1.1 |
|
deConfigEnabled
mandatory
0 = not enabled; 1 = enabled
|
Integer32r/w Textual Convention: COPS-PR-SPPIInteger32 Integer32Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.3052.5.2.2.2.1.2 |
|
deConfigName
mandatory
Name of the data event
|
SNMPv2-TCDisplayStringr/w Textual Convention: SNMPv2-TCDisplayString OctetStringType Constraints: range: 0..255 |
.1.3.6.1.4.1.3052.5.2.2.2.1.3 |
|
deConfigEquation
mandatory
Equation for the data event
|
SNMPv2-TCDisplayStringr/w Textual Convention: SNMPv2-TCDisplayString OctetStringType Constraints: range: 0..255 |
.1.3.6.1.4.1.3052.5.2.2.2.1.4 |
|
deConfigThreshold
mandatory
Number of times the equation is matched before
an event is triggered. Range: 1-999999999 |
Integer32r/w Textual Convention: COPS-PR-SPPIInteger32 Integer32Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.3052.5.2.2.2.1.5 |
|
deConfigClearMode
mandatory
Value representing at what interval the unit
clears its data event counters. 0 = never; 1 = 2 hrs; 2 = 4 hrs; 3 = 6 hrs; 4 = 8 hrs; 5 = 12 hrs; 6 = daily |
Integer32r/w Textual Convention: COPS-PR-SPPIInteger32 Integer32Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.3052.5.2.2.2.1.6 |
|
deConfigClearTime
mandatory
HH:MM representing the time of day at which
this data event is cleared. |
SNMPv2-TCDisplayStringr/w Textual Convention: SNMPv2-TCDisplayString OctetStringType Constraints: range: 0..255 |
.1.3.6.1.4.1.3052.5.2.2.2.1.7 |
|
deConfigAutoClear
mandatory
1=counter for this event clears when threshold
is reached. 0=counter doesn't clear. |
Integer32r/w Textual Convention: COPS-PR-SPPIInteger32 Integer32Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.3052.5.2.2.2.1.8 |
|
deConfigActions
mandatory
String that describes what actions are
associated with this data event. It is formatted 'TxxxxxxxxPxxxx', where x is a digit that corresponds to which trap manager/pager slot to use. T means Trap and P means Pager. I… |
SNMPv2-TCDisplayStringr/w Textual Convention: SNMPv2-TCDisplayString OctetStringType Constraints: range: 0..255 |
.1.3.6.1.4.1.3052.5.2.2.2.1.9 |
|
deConfigTrapNumber
mandatory
Trap number to use when sending a trap.
Range: 100 or (1000-1199) |
Integer32r/w Textual Convention: COPS-PR-SPPIInteger32 Integer32Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.3052.5.2.2.2.1.10 |
|
deConfigClass
mandatory
The class to use for this data event
|
Integer32r/w Textual Convention: COPS-PR-SPPIInteger32 Integer32Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.3052.5.2.2.2.1.11 |
.1.3.6.1.4.1.3052.5.2.3.2
·
1 row entry
·
8 columns
Port config table
Port config entry
Indexes
portConfigIndex
| Column | Syntax | OID |
|---|---|---|
|
portConfigIndex
mandatory
Index for ports
|
Integer32 Constraints: range: 1-6 |
.1.3.6.1.4.1.3052.5.2.3.2.1.1 |
|
portConfigBaud
mandatory
Baud rate, 19200, 9600, etc.
|
Integer32r/w Textual Convention: COPS-PR-SPPIInteger32 Integer32Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.3052.5.2.3.2.1.2 |
|
portConfigDataFormat
mandatory
Value representing word length, parity, and
stop bits: 0=8N1, 1=7E1, 2=7O1, 3=7N1 |
Integer32r/w Textual Convention: COPS-PR-SPPIInteger32 Integer32Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.3052.5.2.3.2.1.3 |
|
portConfigStripPtOutputLfs
mandatory
Strip passthrough LFs sent to device on this port:
1=yes, 0=no. |
Integer32r/w Textual Convention: COPS-PR-SPPIInteger32 Integer32Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.3052.5.2.3.2.1.4 |
|
portConfigStripPtInputLfs
mandatory
Strip passthrough LFs received from device on this
port: 1=yes, 0=no. |
Integer32r/w Textual Convention: COPS-PR-SPPIInteger32 Integer32Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.3052.5.2.3.2.1.5 |
|
portConfigDTRLowIdle
mandatory
0=DTR always low; 1=DTR low except when pass-
through is active. |
Integer32r/w Textual Convention: COPS-PR-SPPIInteger32 Integer32Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.3052.5.2.3.2.1.6 |
|
portConfigMaskEnable
mandatory
1=Use the character mask on this port. 0=Do
not use the mask. When the mask is enabled, the following ASCII characters are ignored on the port: 0, 1, 4-9, 11, 12, 14-31, 128-255. When the mask is disabled, all charact… |
Integer32r/w Textual Convention: COPS-PR-SPPIInteger32 Integer32Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.3052.5.2.3.2.1.7 |
|
portConfigDAEnable
mandatory
1=Enable the Data Alarm Evaluator for data
on this port. 0=Do not evaluate data on this port. |
Integer32r/w Textual Convention: COPS-PR-SPPIInteger32 Integer32Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.3052.5.2.3.2.1.8 |
.1.3.6.1.4.1.3052.5.2.6.1
·
1 row entry
·
2 columns
SNMP manager table
SNMP manager table entry
Indexes
smIndex
| Column | Syntax | OID |
|---|---|---|
|
smIndex
mandatory
Index for SNMP manager table
|
Integer32 Constraints: range: 1-8 |
.1.3.6.1.4.1.3052.5.2.6.1.1.1 |
|
smAddress
mandatory
IP address of SNMP manager
|
RFC1155-SMIIpAddressr/w Textual Convention: RFC1155-SMIIpAddress OctetStringType Constraints: range: 4 |
.1.3.6.1.4.1.3052.5.2.6.1.1.2 |
.1.3.6.1.4.1.3052.5.2.7.2
·
1 row entry
·
6 columns
Table of pager configurations
Pager table entry
Indexes
pagerIndex
| Column | Syntax | OID |
|---|---|---|
|
pagerIndex
mandatory
Index for pager configuration table
|
Integer32 Constraints: range: 1-4 |
.1.3.6.1.4.1.3052.5.2.7.2.1.1 |
|
pagerType
mandatory
65=alphanumeric; 78=numeric
|
Integer32r/w Textual Convention: COPS-PR-SPPIInteger32 Integer32Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.3052.5.2.7.2.1.2 |
|
pagerPhoneNumber
mandatory
Phone number to dial
|
SNMPv2-TCDisplayStringr/w Textual Convention: SNMPv2-TCDisplayString OctetStringType Constraints: range: 0..255 |
.1.3.6.1.4.1.3052.5.2.7.2.1.3 |
|
pagerID
mandatory
For alphanumeric pagers only, the Pager ID
string provided by your paging company. |
SNMPv2-TCDisplayStringr/w Textual Convention: SNMPv2-TCDisplayString OctetStringType Constraints: range: 0..255 |
.1.3.6.1.4.1.3052.5.2.7.2.1.4 |
|
pagerPostCalloutDelay
mandatory
For numeric pagers, seconds to wait after
dialing to to send message. Range: 0-255 |
Integer32r/w Textual Convention: COPS-PR-SPPIInteger32 Integer32Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.3052.5.2.7.2.1.5 |
|
pagerIDDelay
mandatory
For numeric pagers, seconds to wait after
sending message to hang up. Range: 0-255 |
Integer32r/w Textual Convention: COPS-PR-SPPIInteger32 Integer32Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.3052.5.2.7.2.1.6 |