SITEBOSS-220-STD-MIB: View SNMP OID List / Download MIB

VENDOR: ASENTRIA CORPORATION


 Home MIB: SITEBOSS-220-STD-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).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 s220 1.3.6.1.4.1.3052.43
MIB module for managing Asentria SiteBoss 220
       notification 1.3.6.1.4.1.3052.43.0
       status 1.3.6.1.4.1.3052.43.1
           eventSensorStatus 1.3.6.1.4.1.3052.43.1.1
               esPointTable 1.3.6.1.4.1.3052.43.1.1.1 no-access
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).
                   esPointEntry 1.3.6.1.4.1.3052.43.1.1.1.1 no-access
Entry for EventSensor point table
                       esIndexES 1.3.6.1.4.1.3052.43.1.1.1.1.1 integer32 read-only
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 event sensor; namely, which EventSensor, point class, and which-sensor-of-that-class (a.k.a. point). This object's allowable values are 1 through 16, and 200. 200 always refers to the EventSensor inside the unit. 1 through 16 refer to additional attached EventSensors. The number corresponding to an EventSensor is determined by the user at the initial configuration time. If there is an internal sensor in the unit, it will always be the first item in the Sensor Events setup menu. For example, if a new EventSensor is configured as the 2nd entry AFTER the internal EventSensor (if one exists) in the Sensor Events Setup Menu, then that EventSensor will be known from then on as EventSensor 2. All point indeces with esIndexES=2 will now refer to that particular EventSensor.
                       esIndexPC 1.3.6.1.4.1.3052.43.1.1.1.1.2 integer32 read-only
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 sensor; namely, which EventSensor, point class, and which-sensor-of-that-class (a.k.a. point). The values for this object are: 1=temperature sensor 2=contact closure 3=humidity sensor 4=noise sensor 5=analog input 6=relay
                       esIndexPoint 1.3.6.1.4.1.3052.43.1.1.1.1.3 integer32 read-only
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 relay) attached to a unit. For example, if esIndexES is 3, esIndexPC is 1 and esIndexPoint is 4 then this is the Fourth Temperature Sensor on EventSensor number 3.
                       esPointName 1.3.6.1.4.1.3052.43.1.1.1.1.4 displaystring read-write
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 contact closures) and multiple sensor classes on an EventSensor (e.g., temperature, contact closure, humidity). If the point referenced by a given point index is solitary (e.g., temperature sensor, because there can be only one on an EventSensor), then this object reads as ''. Setting this object for solitary point indices sets the EventSensor name only. On the other hand, if a given point is among other points of the same point class on an EventSensor, then this object reads as ''. Setting this object for these NON- solitary point indices sets the sensor name only - not the EventSensor name.
                       esPointInEventState 1.3.6.1.4.1.3052.43.1.1.1.1.5 integer32 read-write
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, then the values of this object are: 1=very low 2=low 3=normal 4=high 5=very high For contact closures the values of this object are: 1=point in event state 2=point in normal state For relays the values of this object are: 1=relay energized (active) 2=relay de-energized (inactive) For any point class and any point, if the event state is undefined, then the value of this object is 0. For any point class except relay, this object is read-only. For relays, setting this object to 1 puts the relay into its active (energized) state. Setting it to 2 puts the relay into its inactive (de-energized) state. Setting it to any value greater than 2 puts the relay into its active state for that many seconds (up to 3600), after which time it puts the relay into its inactive state.
                       esPointValueInt 1.3.6.1.4.1.3052.43.1.1.1.1.6 integer32 read-write
A read-only 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 point class is contact closure or relay, then this object is either 0 (open) or 1 (closed). If the point class is humidity, then this object is the percent relative humidity. If the point class is analog input, then this object is the signed input value in tenths of the configured units. If the point class is relay, then this object is either 1 (active a.k.a. energized) or 0 (inactive a.k.a. de-energized). This object cannot be used to control the relay (use esPointInEventState for that).
                       esPointValueStr 1.3.6.1.4.1.3052.43.1.1.1.1.7 displaystring read-only
A string referring to the value of a point on an EventSensor. For contact closures this object is either 'Open' or 'Closed'. For relays this object is either 'Active' (energized) or 'Inactive' (de-energized). For temperature and humidity point classes, this object is the string representation of the esPointValueInt object. For temperature, 'C' or 'F' is including in the string to indicate scale. For analog inputs, this object is the string representation of the plus/minus input in the configured units appended with the unit name.
       config 1.3.6.1.4.1.3052.43.2
           eventSensorPointConfig 1.3.6.1.4.1.3052.43.2.2
               esPointConfigTempTable 1.3.6.1.4.1.3052.43.2.2.1 no-access
This table organizes 3 basic attributes of temperature sensor points. A point is a particular sensor on an EventSensor. The 3 point attributes organizes in this table are: 1. the configuration item (e.g., enable, name, etc.) 2. the eventsensor on which this point resides 3. the point number (always 1 for temp sensors) Points are referenced by a point config index. The point config index is a string of 2 numbers separated by periods. It contains all the information necessary for getting a piece of data off an event sensor within the context of this emperature point config table ; namely, which EventSensor, and which sensor (a.k.a. point) (always 1 for temperature sensors).
                   esPointConfigTempEntry 1.3.6.1.4.1.3052.43.2.2.1.1 no-access
Entry for EventSensor point config temperature table
                       espcTempIndexES 1.3.6.1.4.1.3052.43.2.2.1.1.1 integer32 read-only
The part of the point index that refers to an EventSensor. The point config index is a string of 2 numbers separated by a period. It contains all the information necessary for getting a piece of data off an event sensor within the the context of the eventsensor point config temperature table; namely, which EventSensor, and which sensor (a.k.a. point). This object's allowable values are 1 through 16, and 200. 200 always refers to the EventSensor inside the unit. 1 through 16 refer to additional attached EventSensors. The number corresponding to an EventSensor is determined by the user at the initial configuration time. If there is an internal sensor in the unit, it will always be the first item in the Sensor Events setup menu. For example, if a new EventSensor is configured as the 2nd entry AFTER the internal EventSensor (if one exists) in the Sensor Events Setup Menu, then that EventSensor will be known from then on as EventSensor 2. All point indeces with esIndexES=2 will now refer to that particular EventSensor.
                       espcTempIndexPoint 1.3.6.1.4.1.3052.43.2.2.1.1.2 integer32 read-only
The part of the point index that delineates which sensor on the EventSensor. So this combined with espcTempIndexES (which EventSensor) uniquely defines each point attached to a unit within the context of temperature point configuration.
                       espcTempEnable 1.3.6.1.4.1.3052.43.2.2.1.1.3 displaystring read-write
ON/OFF enable this temperature sensor
                       espcTempName 1.3.6.1.4.1.3052.43.2.2.1.1.4 displaystring read-write
The name of this temperature sensor
                       espcTempScale 1.3.6.1.4.1.3052.43.2.2.1.1.5 displaystring read-write
Scale (C/F) for this temperature sensor
                       espcTempDeadband 1.3.6.1.4.1.3052.43.2.2.1.1.6 integer32 read-write
Deadband for this temperature sensor
                       espcTempVHighTemp 1.3.6.1.4.1.3052.43.2.2.1.1.7 integer32 read-write
Very high temperature event threshold for this temperature sensor
                       espcTempVHighClass 1.3.6.1.4.1.3052.43.2.2.1.1.9 displaystring read-write
Very high temperature event class for this temperature sensor
                       espcTempHighTemp 1.3.6.1.4.1.3052.43.2.2.1.1.10 integer32 read-write
High temperature event threshold for this temperature sensor
                       espcTempHighClass 1.3.6.1.4.1.3052.43.2.2.1.1.13 displaystring read-write
High temperature event class for this temperature sensor
                       espcTempLowTemp 1.3.6.1.4.1.3052.43.2.2.1.1.17 integer32 read-write
Low temperature event threshold for this temperature sensor
                       espcTempLowClass 1.3.6.1.4.1.3052.43.2.2.1.1.20 displaystring read-write
Low temperature event class for this temperature sensor
                       espcTempVLowTemp 1.3.6.1.4.1.3052.43.2.2.1.1.21 integer32 read-write
Very Low temperature event threshold for this temperature sensor
                       espcTempVLowClass 1.3.6.1.4.1.3052.43.2.2.1.1.24 displaystring read-write
Very Low temperature event class for this temperature sensor
                       espcTempActions 1.3.6.1.4.1.3052.43.2.2.1.1.25 displaystring read-write
Temperature event Action
               esPointConfigCCTable 1.3.6.1.4.1.3052.43.2.2.2 no-access
This table organizes 3 basic attributes of contact closure points. A point is a particular sensor on an EventSensor. The 3 point attributes organizes in this table are: 1. the configuration item (e.g., enable, name, etc.) 2. the eventsensor on which this point resides 3. the point number Points are referenced by a point config index. The point config index is a string of 2 numbers separated by a period. It contains all the information necessary for getting a piece of data off an event sensor within the context of this contact closure point config table ; namely, which EventSensor and which sensor.
                   esPointConfigCCEntry 1.3.6.1.4.1.3052.43.2.2.2.1 no-access
Entry for EventSensor point config contact closure table
                       espcCCIndexES 1.3.6.1.4.1.3052.43.2.2.2.1.1 integer32 read-only
The part of the point index that refers to an EventSensor. The point config index is a string of 2 numbers separated by a period. It contains all the information necessary for getting a piece of data off an event sensor within the the context of the eventsensor point config contact closure table; namely, which EventSensor and which sensor (a.k.a. point). This object's allowable values are 1 through 16, and 200. 200 always refers to the EventSensor inside the unit. 1 through 16 refer to additional attached EventSensors.
                       espcCCIndexPoint 1.3.6.1.4.1.3052.43.2.2.2.1.2 integer32 read-only
The part of the point index that delineates which sensor on the EventSensor. So this combined with espcCCIndexES (which EventSensor) uniquely defines each point attached to a unit within the context of contact closure point configuration.
                       espcCCEnable 1.3.6.1.4.1.3052.43.2.2.2.1.3 displaystring read-write
ON/OFF enable for this contact closure
                       espcCCName 1.3.6.1.4.1.3052.43.2.2.2.1.4 displaystring read-write
Name for this contact closure
                       espcCCEventState 1.3.6.1.4.1.3052.43.2.2.2.1.5 displaystring read-write
Event state for this contact closure
                       espcCCThreshold 1.3.6.1.4.1.3052.43.2.2.2.1.6 integer32 read-write
Threshold (seconds) for this contact closure
                       espcCCActions 1.3.6.1.4.1.3052.43.2.2.2.1.7 displaystring read-write
Event class for this contact closure
                       espcCCEventClass 1.3.6.1.4.1.3052.43.2.2.2.1.9 displaystring read-write
Event class for this contact closure
                       espcCCNormalClass 1.3.6.1.4.1.3052.43.2.2.2.1.12 displaystring read-write
Return-to-normal class for this contact closure
                       espcCCAlarmAlias 1.3.6.1.4.1.3052.43.2.2.2.1.13 displaystring read-write
Event alias for this contact closure
                       espcCCNormalAlias 1.3.6.1.4.1.3052.43.2.2.2.1.14 displaystring read-write
Return-to-normal alias for this contact closure
               esPointConfigHumidTable 1.3.6.1.4.1.3052.43.2.2.3 no-access
This table organizes 3 basic attributes of humidity points. A point is a particular sensor on an EventSensor. The 3 point attributes organizes in this table are: 1. the configuration item (e.g., enable, name, etc.) 2. the eventsensor on which this point resides 3. the point number (always 1 for humidity sensors) Points are referenced by a point config index. The point config index is a string of 2 numbers separated by a period. It contains all the information necessary for getting a piece of data off an event sensor within the context of this humidity point config table ; namely, which EventSensor and which sensor.
                   esPointConfigHumidEntry 1.3.6.1.4.1.3052.43.2.2.3.1 no-access
Entry for EventSensor point config humidity table
                       espcHumidIndexES 1.3.6.1.4.1.3052.43.2.2.3.1.1 integer32 read-only
The part of the point index that refers to an EventSensor. The point config index is a string of 2 numbers separated by a period. It contains all the information necessary for getting a piece of data off an event sensor within the the context of the eventsensor point config contact closure table; namely, which EventSensor and which sensor (a.k.a. point). This object's allowable values are 1 through 16, and 200. 200 always refers to the EventSensor inside the unit. 1 through 16 refer to additional attached EventSensors.
                       espcHumidIndexPoint 1.3.6.1.4.1.3052.43.2.2.3.1.2 integer32 read-only
The part of the point index that delineates which sensor on the EventSensor. So this combined with espcHumidIndexES (which EventSensor) uniquely defines each point attached to a unit within the context of contact closure point configuration.
                       espcHumidEnable 1.3.6.1.4.1.3052.43.2.2.3.1.3 displaystring read-write
ON/OFF enable for this humidity sensor
                       espcHumidName 1.3.6.1.4.1.3052.43.2.2.3.1.4 displaystring read-write
The name for this humidity sensor
                       espcHumidDeadband 1.3.6.1.4.1.3052.43.2.2.3.1.5 integer32 read-write
Deadband for this humidity sensor
                       espcHumidVHighHumid 1.3.6.1.4.1.3052.43.2.2.3.1.6 integer32 read-write
Very high event threshold for this humidity sensor
                       espcHumidVHighClass 1.3.6.1.4.1.3052.43.2.2.3.1.8 displaystring read-write
Very high event class for this humidity sensor
                       espcHumidHighHumid 1.3.6.1.4.1.3052.43.2.2.3.1.9 integer32 read-write
High event threshold for this humidity sensor
                       espcHumidHighClass 1.3.6.1.4.1.3052.43.2.2.3.1.12 displaystring read-write
High event class for this humidity sensor
                       espcHumidLowHumid 1.3.6.1.4.1.3052.43.2.2.3.1.16 integer32 read-write
Low event threshold for this humidity sensor
                       espcHumidLowClass 1.3.6.1.4.1.3052.43.2.2.3.1.19 displaystring read-write
Low event class for this humidity sensor
                       espcHumidVLowHumid 1.3.6.1.4.1.3052.43.2.2.3.1.20 integer32 read-write
Very low event threshold for this humidity sensor
                       espcHumidVLowClass 1.3.6.1.4.1.3052.43.2.2.3.1.23 displaystring read-write
Very low event class for this humidity sensor
                       espcHumidActions 1.3.6.1.4.1.3052.43.2.2.3.1.24 displaystring read-write
Humidity event actions for this humidity sensor
               esPointConfigAITable 1.3.6.1.4.1.3052.43.2.2.5 no-access
This table organizes 3 basic attributes of analog input points. A point is a particular sensor on an EventSensor. The 3 point attributes organizes in this table are: 1. the configuration item (e.g., enable, name, etc.) 2. the eventsensor on which this point resides 3. the point number Points are referenced by a point config index. The point config index is a string of 2 numbers separated by a period. It contains all the information necessary for getting a piece of data off an event sensor within the context of this analog input point config table ; namely, which EventSensor and which sensor.
                   esPointConfigAIEntry 1.3.6.1.4.1.3052.43.2.2.5.1 no-access
Entry for EventSensor point config analog input table
                       espcAIIndexES 1.3.6.1.4.1.3052.43.2.2.5.1.1 integer32 read-only
The part of the point index that refers to an EventSensor. The point config index is a string of 2 numbers separated by a period. It contains all the information necessary for getting a piece of data off an event sensor within the the context of the eventsensor point config contact closure table; namely, which EventSensor and which sensor (a.k.a. point). This object's allowable values are 1 through 16, and 200. 200 always refers to the EventSensor inside the unit. 1 through 16 refer to additional attached EventSensors.
                       espcAIIndexPoint 1.3.6.1.4.1.3052.43.2.2.5.1.2 integer32 read-only
The part of the point index that delineates which sensor on the EventSensor. So this combined with espcAIIndexES (which EventSensor) uniquely defines each point attached to a unit within the context of contact closure point configuration.
                       espcAIEnable 1.3.6.1.4.1.3052.43.2.2.5.1.3 displaystring read-write
ON/OFF for this analog input sensor
                       espcAIName 1.3.6.1.4.1.3052.43.2.2.5.1.4 displaystring read-write
Name for this analog input sensor
                       espcAIDeadband 1.3.6.1.4.1.3052.43.2.2.5.1.5 integer32 read-write
Deadband for this analog input sensor
                       espcAIVhighValue 1.3.6.1.4.1.3052.43.2.2.5.1.6 integer32 read-write
Very high event threshold (decivolts or tenths of milliamps) for this analog input sensor
                       espcAIVhighClass 1.3.6.1.4.1.3052.43.2.2.5.1.8 displaystring read-write
Very high event class for this analog input sensor
                       espcAIHighValue 1.3.6.1.4.1.3052.43.2.2.5.1.9 integer32 read-write
High event threshold (decivolts or tenths of milliamps) for this analog input sensor
                       espcAIHighClass 1.3.6.1.4.1.3052.43.2.2.5.1.12 displaystring read-write
High event class for this analog input sensor
                       espcAILowValue 1.3.6.1.4.1.3052.43.2.2.5.1.16 integer32 read-write
Low event threshold (decivolts or tenths of milliamps) for this analog input sensor
                       espcAILowClass 1.3.6.1.4.1.3052.43.2.2.5.1.19 displaystring read-write
Low event class for this analog input sensor
                       espcAIVlowValue 1.3.6.1.4.1.3052.43.2.2.5.1.20 integer32 read-write
Very low event threshold (decivolts or tenths of milliamps) for this analog input sensor
                       espcAIVlowClass 1.3.6.1.4.1.3052.43.2.2.5.1.23 displaystring read-write
Very low event class for this analog input sensor
                       espcAIActions 1.3.6.1.4.1.3052.43.2.2.5.1.24 displaystring read-write
Event actions for this analog input sensor
                       espcAIConvUnitName 1.3.6.1.4.1.3052.43.2.2.5.1.25 displaystring read-write
Conversion unit name for this analog input sensor
                       espcAIConvLowValue 1.3.6.1.4.1.3052.43.2.2.5.1.26 integer32 read-write
Conversion low value for this analog input sensor
                       espcAIConvLowUnit 1.3.6.1.4.1.3052.43.2.2.5.1.27 integer32 read-write
Conversion low unit value for this analog input sensor
                       espcAIConvHighValue 1.3.6.1.4.1.3052.43.2.2.5.1.28 integer32 read-write
Conversion high value for this analog input sensor
                       espcAIConvHighUnit 1.3.6.1.4.1.3052.43.2.2.5.1.29 integer32 read-write
Conversion high unit value for this analog input sensor
               esPointConfigRelayTable 1.3.6.1.4.1.3052.43.2.2.6 no-access
This table organizes 3 basic attributes of relay points. A point is a particular sensor on an EventSensor. The 3 point attributes organizes in this table are: 1. the configuration item (e.g., enable, name, etc.) 2. the eventsensor on which this point resides 3. the point number Points are referenced by a point config index. The point config index is a string of 2 numbers separated by a period. It contains all the information necessary for getting a piece of data off an event sensor within the context of this relay point config table ; namely, which EventSensor and which sensor.
                   esPointConfigRelayEntry 1.3.6.1.4.1.3052.43.2.2.6.1 no-access
Entry for EventSensor point config relay table
                       espcRelayIndexES 1.3.6.1.4.1.3052.43.2.2.6.1.1 integer32 read-only
The part of the point index that refers to an EventSensor. The point config index is a string of 2 numbers separated by a period. It contains all the information necessary for getting a piece of data off an event sensor within the the context of the eventsensor point config relay table; namely, which EventSensor and which sensor (a.k.a. point). This object's allowable values are 1 through 16, and 200. 200 always refers to the EventSensor inside the unit. 1 through 16 refer to additional attached EventSensors.
                       espcRelayIndexPoint 1.3.6.1.4.1.3052.43.2.2.6.1.2 integer32 read-only
The part of the point index that delineates which sensor on the EventSensor. So this combined with espcRelayIndexES (which EventSensor) uniquely defines each point attached to a unit within the context of relay point configuration.
                       espcRelayEnable 1.3.6.1.4.1.3052.43.2.2.6.1.3 displaystring read-write
ON/OFF enable for this relay
                       espcRelayName 1.3.6.1.4.1.3052.43.2.2.6.1.4 displaystring read-write
Name for this relay
           network 1.3.6.1.4.1.3052.43.2.4
               ethernet 1.3.6.1.4.1.3052.43.2.4.1
                   ipAddress 1.3.6.1.4.1.3052.43.2.4.1.1 ipaddress read-write
Ethernet IP address
                   subnetMask 1.3.6.1.4.1.3052.43.2.4.1.2 ipaddress read-write
Ethernet subnet mask
                   router 1.3.6.1.4.1.3052.43.2.4.1.3 ipaddress read-write
Ethernet router
               snmp 1.3.6.1.4.1.3052.43.2.4.8
                   snmpReadCommunity 1.3.6.1.4.1.3052.43.2.4.8.2 displaystring read-write
SNMP read community
                   snmpWriteCommunity 1.3.6.1.4.1.3052.43.2.4.8.3 displaystring read-write
SNMP write community
                   snmpTrapCommunity 1.3.6.1.4.1.3052.43.2.4.8.4 displaystring read-write
SNMP trap community
                   snmpServerTable 1.3.6.1.4.1.3052.43.2.4.8.6 no-access
Table of network hosts to use for network-based actions
                       snmpServerEntry 1.3.6.1.4.1.3052.43.2.4.8.6.1 no-access
Entry for table of network hosts to use for network-based actions
                           snmpServerIndex 1.3.6.1.4.1.3052.43.2.4.8.6.1.1 integer32 read-only
Index for table of network hosts to use for network-based actions
                           snmpServer 1.3.6.1.4.1.3052.43.2.4.8.6.1.2 ipaddress read-write
Hostname/IP address used as destination for network-based action (e.g., trap)
                   snmpTestTrap 1.3.6.1.4.1.3052.43.2.4.8.7 displaystring read-write
SNMP trap community
               email 1.3.6.1.4.1.3052.43.2.4.17
                     emailServer 1.3.6.1.4.1.3052.43.2.4.17.1 ipaddress read-write
SMTP server to which the unit sends email
                     emailDomain 1.3.6.1.4.1.3052.43.2.4.17.2 displaystring read-write
Domain to use in recipient address
                     emailAuthEnable 1.3.6.1.4.1.3052.43.2.4.17.3 displaystring read-write
ON/OFF enable SMTP authentication
                     emailAuthUsername 1.3.6.1.4.1.3052.43.2.4.17.4 displaystring read-write
Username for SMTP authentication
                     emailAuthPassword 1.3.6.1.4.1.3052.43.2.4.17.5 displaystring read-write
Password for SMTP authentication
                     emailTable 1.3.6.1.4.1.3052.43.2.4.17.6 no-access
Table of email addresses to use for email actions
                         emailEntry 1.3.6.1.4.1.3052.43.2.4.17.6.1 no-access
Entry for table of email addresses to use for email actions
                             emailIndex 1.3.6.1.4.1.3052.43.2.4.17.6.1.1 integer32 read-only
Index for table of email addresses to use for email actions
                             emailAddress 1.3.6.1.4.1.3052.43.2.4.17.6.1.2 displaystring read-write
email address
                     emailTestMail 1.3.6.1.4.1.3052.43.2.4.17.7 displaystring read-write
Password for SMTP authentication
           dateTime 1.3.6.1.4.1.3052.43.2.8
               date 1.3.6.1.4.1.3052.43.2.8.1 displaystring read-write
Text string for date.
               time 1.3.6.1.4.1.3052.43.2.8.2 displaystring read-write
Text string for time.
               autodst 1.3.6.1.4.1.3052.43.2.8.3 displaystring read-write
ON/OFF automatically adjust for Daylight Savings Time
           action 1.3.6.1.4.1.3052.43.2.14
                 actionSystemAlertAction 1.3.6.1.4.1.3052.43.2.14.1 displaystring read-write
System Alert Actions are actions that occur when the system needs to alert the user of something. The only time this occurs currently is a powerup alert.
                 actionPowerupAlertEnable 1.3.6.1.4.1.3052.43.2.14.2 displaystring read-write
action Powerup Alert Enable
                 actionRTNAlertsEnable 1.3.6.1.4.1.3052.43.2.14.3 displaystring read-write
Return to Normal Alerts Enabled
                 actionAlarmRepeatFrequency 1.3.6.1.4.1.3052.43.2.14.4 integer32 read-write
Frequency in minutes of repeats
           sys 1.3.6.1.4.1.3052.43.2.16
                 sysSerial 1.3.6.1.4.1.3052.43.2.16.1 displaystring read-write
Serial Number
                 sysVersion 1.3.6.1.4.1.3052.43.2.16.2 displaystring read-write
Serial Number
                 sysBuild 1.3.6.1.4.1.3052.43.2.16.3 displaystring read-write
Serial Number
                 sysSitename 1.3.6.1.4.1.3052.43.2.16.4 displaystring read-write
Serial Number
                 sysProduct 1.3.6.1.4.1.3052.43.2.16.5 displaystring read-write
Serial Number
                 thisTrapText 1.3.6.1.4.1.3052.43.2.16.6 displaystring read-write
A text string included in all traps
       s220PowerUpTrap 1.3.6.1.4.1.3052.43.20000
Sent upon System Alert at power up.
       s220ContactTrap 1.3.6.1.4.1.3052.43.20001
Sent to show a contact is in the alarm state.
       s220TempTrap 1.3.6.1.4.1.3052.43.20010
Sent to show temperature exceeded threshold.
       s220HumidTrap 1.3.6.1.4.1.3052.43.20020
Sent to show humidity exceeded threshold
       s220TestTrap 1.3.6.1.4.1.3052.43.22000
Sent to test IP route(s) for traps.