SL81-STD-MIB: View SNMP OID List / Download MIB

VENDOR: ASENTRIA CORPORATION


 Home MIB: SL81-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
 omnitronix 1.3.6.1.4.1.3052
           sl81 1.3.6.1.4.1.3052.5
               status 1.3.6.1.4.1.3052.5.1
                   eventSensorStatus 1.3.6.1.4.1.3052.5.1.1
                       esPointTable 1.3.6.1.4.1.3052.5.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.5.1.1.1.1 no-access
Entry for EventSensor point table
                               esIndexES 1.3.6.1.4.1.3052.5.1.1.1.1.1 integer 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.5.1.1.1.1.2 integer 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.5.1.1.1.1.3 integer 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.5.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.5.1.1.1.1.5 integer 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 and relays the values of this object are: 1=point in event state 2=point in normal state 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 0 puts the relay into its active state for 200ms, after which it puts the relay back into its inactive state. Setting this object to 1 puts the relay into its event (active) state. Setting it to 2 puts the relay into its normal (inactive) state. Depending on how the relay's active state is configured in the setup menu, the relay will then open or close. 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. This works regardless of the control mode of the relay.
                               esPointValueInt 1.3.6.1.4.1.3052.5.1.1.1.1.6 integer read-write
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 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. For any point class except relay, this object is read-only. For relays, setting this object to 1 closes the relay, while setting it to 0 opens it. Setting it to any value greater than 1 closes the relay for that many seconds (up to 3600), after which time it opens the relay. This works regardless of the control mode of the relay.
                               esPointValueStr 1.3.6.1.4.1.3052.5.1.1.1.1.7 displaystring read-only
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 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.
                               esPointTimeLastChange 1.3.6.1.4.1.3052.5.1.1.1.1.8 displaystring read-only
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, and analog inputs, the possible events are Normal, High, Very High, Low, and Very Low. For relays, this object is a null string.
                               esPointTimetickLastChange 1.3.6.1.4.1.3052.5.1.1.1.1.9 timeticks read-only
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, humidity, and analog inputs, the possible events are Normal, High, Very High, Low, and Very Low. For relays, this object is 0.
                   dataEventStatus 1.3.6.1.4.1.3052.5.1.2
                       deStatusTable 1.3.6.1.4.1.3052.5.1.2.1 no-access
Data Event Status Table
                           deStatusEntry 1.3.6.1.4.1.3052.5.1.2.1.1 no-access
EventSensor status entry
                               deStatusIndex 1.3.6.1.4.1.3052.5.1.2.1.1.1 integer read-only
Index for Data Events
                               deStatusName 1.3.6.1.4.1.3052.5.1.2.1.1.2 displaystring read-only
Data Event name
                               deStatusCounter 1.3.6.1.4.1.3052.5.1.2.1.1.3 integer read-only
Number of times a data record has matched this event's equation. Range: 1-999999999
                               deStatusThreshold 1.3.6.1.4.1.3052.5.1.2.1.1.4 integer read-only
Number of times the equation is matched before an event is triggered. Range: 1-999999999
                               deStatusLastTriggerTime 1.3.6.1.4.1.3052.5.1.2.1.1.5 displaystring read-only
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
                               deStatusLastTriggerData 1.3.6.1.4.1.3052.5.1.2.1.1.6 displaystring read-only
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.
               config 1.3.6.1.4.1.3052.5.2
                   eventSensorBasics 1.3.6.1.4.1.3052.5.2.1
                       esNumberEventSensors 1.3.6.1.4.1.3052.5.2.1.1 integer read-only
The number of EventSensors recognized by the unit, including the internal EventSensor. Range: 1-17
                       esTable 1.3.6.1.4.1.3052.5.2.1.2 no-access
The table of what EventSensors are attached to the unit, including the internal EventSensor
                           esEntry 1.3.6.1.4.1.3052.5.2.1.2.1 no-access
Table entry for EventSensor table
                               esIndex 1.3.6.1.4.1.3052.5.2.1.2.1.1 integer read-only
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 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 esIndex=2 will now refer to that particular EventSensor.
                               esName 1.3.6.1.4.1.3052.5.2.1.2.1.2 displaystring read-only
The name of the EventSensor
                               esID 1.3.6.1.4.1.3052.5.2.1.2.1.3 displaystring read-only
The factory-assigned ID of the EventSensor
                               esNumberTempSensors 1.3.6.1.4.1.3052.5.2.1.2.1.4 integer read-only
The number of temperature sensors on the EventSensor
                               esTempReportingMode 1.3.6.1.4.1.3052.5.2.1.2.1.5 displaystring read-only
Description of how temperature values should be interpreted.
                               esNumberCCs 1.3.6.1.4.1.3052.5.2.1.2.1.6 integer read-only
The number of contact closures on the EventSensor.
                               esCCReportingMode 1.3.6.1.4.1.3052.5.2.1.2.1.7 displaystring read-only
Description of how CC values should be interpreted.
                               esNumberHumidSensors 1.3.6.1.4.1.3052.5.2.1.2.1.8 integer read-only
The number of humidity sensors on the EventSensor.
                               esHumidReportingMode 1.3.6.1.4.1.3052.5.2.1.2.1.9 displaystring read-only
Description of how humidity sensor values should be interpreted.
                               esNumberNoiseSensors 1.3.6.1.4.1.3052.5.2.1.2.1.10 integer read-only
The number of noise sensors on the EventSensor.
                               esNoiseReportingMode 1.3.6.1.4.1.3052.5.2.1.2.1.11 displaystring read-only
Description of how noise sensor values should be interpreted.
                               esNumberAirflowSensors 1.3.6.1.4.1.3052.5.2.1.2.1.12 integer read-only
The number of airflow sensors on the EventSensor.
                               esAirflowReportingMode 1.3.6.1.4.1.3052.5.2.1.2.1.13 displaystring read-only
Description of how airflow sensor values should be interpreted.
                               esNumberAnalog 1.3.6.1.4.1.3052.5.2.1.2.1.14 integer read-only
The number of analog inputs on the EventSensor.
                               esAnalogReportingMode 1.3.6.1.4.1.3052.5.2.1.2.1.15 displaystring read-only
Description of how analog input values should be interpreted.
                               esNumberRelayOutputs 1.3.6.1.4.1.3052.5.2.1.2.1.16 integer read-only
The number of relay outputs on the EventSensor
                               esRelayReportingMode 1.3.6.1.4.1.3052.5.2.1.2.1.17 displaystring read-only
Description of how relay output values should be interpreted.
                   dataEventConfig 1.3.6.1.4.1.3052.5.2.2
                       deFieldTable 1.3.6.1.4.1.3052.5.2.2.1 no-access
Data event field table
                           deFieldEntry 1.3.6.1.4.1.3052.5.2.2.1.1 no-access
Data event field entry
                               deFieldIndex 1.3.6.1.4.1.3052.5.2.2.1.1.1 integer read-only
Index for data alarm
                               deFieldStart 1.3.6.1.4.1.3052.5.2.2.1.1.2 integer read-write
The start position of the data event field. 1 is the value of the first position. Range: 0-160; 0 disables the field.
                               deFieldLength 1.3.6.1.4.1.3052.5.2.2.1.1.3 integer read-write
The length of the data event field. Range: 1-160
                               deFieldName 1.3.6.1.4.1.3052.5.2.2.1.1.4 displaystring read-write
The name of the data event field.
                       deConfigTable 1.3.6.1.4.1.3052.5.2.2.2 no-access
Table for configuring data events.
                           deConfigEntry 1.3.6.1.4.1.3052.5.2.2.2.1 no-access
Entry for Data Event Config table
                               deConfigIndex 1.3.6.1.4.1.3052.5.2.2.2.1.1 integer read-only
Index for Data Event Config table
                               deConfigEnabled 1.3.6.1.4.1.3052.5.2.2.2.1.2 integer read-write
0 = not enabled; 1 = enabled
                               deConfigName 1.3.6.1.4.1.3052.5.2.2.2.1.3 displaystring read-write
Name of the data event
                               deConfigEquation 1.3.6.1.4.1.3052.5.2.2.2.1.4 displaystring read-write
Equation for the data event
                               deConfigThreshold 1.3.6.1.4.1.3052.5.2.2.2.1.5 integer read-write
Number of times the equation is matched before an event is triggered. Range: 1-999999999
                               deConfigClearMode 1.3.6.1.4.1.3052.5.2.2.2.1.6 integer read-write
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
                               deConfigClearTime 1.3.6.1.4.1.3052.5.2.2.2.1.7 displaystring read-write
HH:MM representing the time of day at which this data event is cleared.
                               deConfigAutoClear 1.3.6.1.4.1.3052.5.2.2.2.1.8 integer read-write
1=counter for this event clears when threshold is reached. 0=counter doesn't clear.
                               deConfigActions 1.3.6.1.4.1.3052.5.2.2.2.1.9 displaystring read-write
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. If there are no slots defined for a trap manager/pager, then the T/P is omitted.
                               deConfigTrapNumber 1.3.6.1.4.1.3052.5.2.2.2.1.10 integer read-write
Trap number to use when sending a trap. Range: 100 or (1000-1199)
                               deConfigClass 1.3.6.1.4.1.3052.5.2.2.2.1.11 integer read-write
The class to use for this data event
                   serialPorts 1.3.6.1.4.1.3052.5.2.3
                       numberPorts 1.3.6.1.4.1.3052.5.2.3.1 integer read-only
Number of RS-232 ports found. Range: 2 or 4
                       portConfigTable 1.3.6.1.4.1.3052.5.2.3.2 no-access
Port config table
                           portConfigEntry 1.3.6.1.4.1.3052.5.2.3.2.1 no-access
Port config entry
                               portConfigIndex 1.3.6.1.4.1.3052.5.2.3.2.1.1 integer read-only
Index for ports
                               portConfigBaud 1.3.6.1.4.1.3052.5.2.3.2.1.2 integer read-write
Baud rate, 19200, 9600, etc.
                               portConfigDataFormat 1.3.6.1.4.1.3052.5.2.3.2.1.3 integer read-write
Value representing word length, parity, and stop bits: 0=8N1, 1=7E1, 2=7O1, 3=7N1
                               portConfigStripPtOutputLfs 1.3.6.1.4.1.3052.5.2.3.2.1.4 integer read-write
Strip passthrough LFs sent to device on this port: 1=yes, 0=no.
                               portConfigStripPtInputLfs 1.3.6.1.4.1.3052.5.2.3.2.1.5 integer read-write
Strip passthrough LFs received from device on this port: 1=yes, 0=no.
                               portConfigDTRLowIdle 1.3.6.1.4.1.3052.5.2.3.2.1.6 integer read-write
0=DTR always low; 1=DTR low except when pass- through is active.
                               portConfigMaskEnable 1.3.6.1.4.1.3052.5.2.3.2.1.7 integer read-write
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 characters are accepted on the port.
                               portConfigDAEnable 1.3.6.1.4.1.3052.5.2.3.2.1.8 integer read-write
1=Enable the Data Alarm Evaluator for data on this port. 0=Do not evaluate data on this port.
                   network 1.3.6.1.4.1.3052.5.2.4
                       ipConfigStatic 1.3.6.1.4.1.3052.5.2.4.1 integer read-only
0= IP address is dynamically obtained. 1= IP address is statically assigned.
                       ipConfigAddress 1.3.6.1.4.1.3052.5.2.4.2 ipaddress read-write
Current IP address
                       ipConfigSubnetMask 1.3.6.1.4.1.3052.5.2.4.3 ipaddress read-write
Current subnet mask
                       ipConfigDefaultRouter 1.3.6.1.4.1.3052.5.2.4.4 ipaddress read-write
Current default router (gateway)
                       ipConfigEngage 1.3.6.1.4.1.3052.5.2.4.5 integer read-write
Read=0. Write requires private community name. Any write causes the current object values for ipConfigAddress, ipConfigSubnetMask, and ipConfigDefaultRouter to be used. Causes the unit to reinitialize its network stacks with these new values. Changes to ipConfigStatic, ipConfigAddress, ipConfigSubnetMask, or ipConfigDefaultRouter do not affect the network stack until ipConfigEngage is written with some value.
                       telnetDuplex 1.3.6.1.4.1.3052.5.2.4.6 integer read-write
1=Input characters are echoed; 0=no echo.
                   modem 1.3.6.1.4.1.3052.5.2.5
                       modemDataFormat 1.3.6.1.4.1.3052.5.2.5.1 integer read-write
Value representing word length, parity, and stop bits: 0=8N1, 1=7E1, 2=7O1, 3=7N1
                       modemUserSetup 1.3.6.1.4.1.3052.5.2.5.2 displaystring read-write
Sent to modem on init before the factory setup string
                       modemTAPSetup 1.3.6.1.4.1.3052.5.2.5.3 displaystring read-write
Sent to modem just before doing TAP (alpha pager) protocol
                       modemTimeBetweenOutbound 1.3.6.1.4.1.3052.5.2.5.5 integer read-write
# seconds (minimum) between outbound call attempts. Range: 60-400
                   snmp 1.3.6.1.4.1.3052.5.2.6
                       smTable 1.3.6.1.4.1.3052.5.2.6.1 no-access
SNMP manager table
                           smEntry 1.3.6.1.4.1.3052.5.2.6.1.1 no-access
SNMP manager table entry
                               smIndex 1.3.6.1.4.1.3052.5.2.6.1.1.1 integer read-only
Index for SNMP manager table
                               smAddress 1.3.6.1.4.1.3052.5.2.6.1.1.2 ipaddress read-write
IP address of SNMP manager
                   pagers 1.3.6.1.4.1.3052.5.2.7
                       pagerRetries 1.3.6.1.4.1.3052.5.2.7.1 integer read-write
Number of times to retry a pager callout. Range: 0-255
                       pagerTable 1.3.6.1.4.1.3052.5.2.7.2 no-access
Table of pager configurations
                           pagerEntry 1.3.6.1.4.1.3052.5.2.7.2.1 no-access
Pager table entry
                               pagerIndex 1.3.6.1.4.1.3052.5.2.7.2.1.1 integer read-only
Index for pager configuration table
                               pagerType 1.3.6.1.4.1.3052.5.2.7.2.1.2 integer read-write
65=alphanumeric; 78=numeric
                               pagerPhoneNumber 1.3.6.1.4.1.3052.5.2.7.2.1.3 displaystring read-write
Phone number to dial
                               pagerID 1.3.6.1.4.1.3052.5.2.7.2.1.4 displaystring read-write
For alphanumeric pagers only, the Pager ID string provided by your paging company.
                               pagerPostCalloutDelay 1.3.6.1.4.1.3052.5.2.7.2.1.5 integer read-write
For numeric pagers, seconds to wait after dialing to to send message. Range: 0-255
                               pagerIDDelay 1.3.6.1.4.1.3052.5.2.7.2.1.6 integer read-write
For numeric pagers, seconds to wait after sending message to hang up. Range: 0-255
                   time 1.3.6.1.4.1.3052.5.2.8
                       clock 1.3.6.1.4.1.3052.5.2.8.1 displaystring read-write
Text string for date and time; e.g. 'SUN 01/02/98 12:34:27'. When setting this object, only the date and time are required; the unit will ignore a specified day of week because it is calculated from the date and time. When this object is included in a notification as a varbind, it represents the time that the triggering event occurred.
                       autoDSTAdjust 1.3.6.1.4.1.3052.5.2.8.2 integer read-write
0=do not auto adjust; 1=auto adjust for daylight savings.
                   timeouts 1.3.6.1.4.1.3052.5.2.9
                       commandTimeout 1.3.6.1.4.1.3052.5.2.9.1 integer read-write
Number of minutes of inactivity before a command session automatically disconnects. 0 means it never disconnects.
                       passthroughTimeout 1.3.6.1.4.1.3052.5.2.9.2 integer read-write
Number of minutes of inactivity before a passthrough session automatically disconnects. 0 means it never disconnects.
               productIds 1.3.6.1.4.1.3052.5.3
                   siteID 1.3.6.1.4.1.3052.5.3.1 displaystring read-write
Site ID string; Max 40 characters.
                   thisProduct 1.3.6.1.4.1.3052.5.3.2 displaystring read-only
This is a factory configured string for the product name.
                   stockTrapString 1.3.6.1.4.1.3052.5.3.3 displaystring read-only
This string is included in every stock trap.
                   trapEventTypeNumber 1.3.6.1.4.1.3052.5.3.4 integer read-only
The user-defined trap variable for the type of event that happened. Here are the definitions: 1 Data Alarm 7 Serial Handshaking Low 8 Serial Handshaking High 10 Contact Closure Active 11 Contact Closure Inactive 12 Temperature High 13 Temperature Very High 14 Temperature Low 15 Temperature Very Low 16 Temperature Return to Normal 17 Humidity High 18 Humidity Very High 19 Humidity Low 20 Humidity Very Low 21 Humidity Return to Normal 26 Analog High 27 Analog Very High 28 Analog Low 29 Analog Very Low 30 Analog Normal 40 EventSensor Unresponsive 100 Contact Closure Active Reminder 101 Temperature High Reminder 102 Temperature High Very Reminder 103 Temperature Low Reminder 104 Temperature Very Low Reminder 105 Humidity High Reminder 106 Humidity Very High Reminder 107 Humidity Low Reminder 108 Humidity Very Low Reminder 109 Analog High Reminder 110 Analog Very High Reminder 111 Analog Low Reminder 112 Analog Very Low Reminder
                   trapEventTypeName 1.3.6.1.4.1.3052.5.3.5 displaystring read-only
The user-defined trap variable for the string corresponding to the event type. If it is a contact closure trap and the active/inactive state alias is configured, then this object is the appropriate configured state alias.
                   trapIncludedValue 1.3.6.1.4.1.3052.5.3.6 integer read-only
The user-defined trap variable for the generic included value.
                   trapIncludedString 1.3.6.1.4.1.3052.5.3.7 displaystring read-only
The user-defined trap variable for the generic included string.
                   trapEventClassNumber 1.3.6.1.4.1.3052.5.3.9 integer no-access
The user-defined trap variable for the configurable class number associated with the triggering event.
                   trapEventClassName 1.3.6.1.4.1.3052.5.3.10 integer no-access
The user-defined trap variable for the configurable class name associated with the class number.
               techSupport 1.3.6.1.4.1.3052.5.99
                     techSupport1 1.3.6.1.4.1.3052.5.99.1 integer read-write
                     techSupport2 1.3.6.1.4.1.3052.5.99.2
                         techSupport2n1 1.3.6.1.4.1.3052.5.99.2.1 integer read-write
                         techSupport2n2 1.3.6.1.4.1.3052.5.99.2.2 integer read-write
                     techSupport3 1.3.6.1.4.1.3052.5.99.3
                         techSupport3n1 1.3.6.1.4.1.3052.5.99.3.1 integer read-write
                         techSupport3n2 1.3.6.1.4.1.3052.5.99.3.2 integer read-write
                         techSupport3n3 1.3.6.1.4.1.3052.5.99.3.3 integer read-write
                         techSupport3n4 1.3.6.1.4.1.3052.5.99.3.4 integer read-write
                         techSupport3n5 1.3.6.1.4.1.3052.5.99.3.5 integer read-write
                     techSupport4 1.3.6.1.4.1.3052.5.99.4 integer read-write
                     techSupport7 1.3.6.1.4.1.3052.5.99.7 integer read-write
                     techSupport9 1.3.6.1.4.1.3052.5.99.9 integer read-write
                     techSupport10 1.3.6.1.4.1.3052.5.99.10 displaystring read-write
                     techSupport11 1.3.6.1.4.1.3052.5.99.11 integer read-write
                     techSupport16 1.3.6.1.4.1.3052.5.99.16 integer read-write
                     techSupport17 1.3.6.1.4.1.3052.5.99.17 integer read-write
                     techSupport18 1.3.6.1.4.1.3052.5.99.18 integer read-write
                     techSupport19 1.3.6.1.4.1.3052.5.99.19 displaystring read-write
                     techSupport20Table 1.3.6.1.4.1.3052.5.99.20 no-access
                           techSupport20Entry 1.3.6.1.4.1.3052.5.99.20.1 no-access
                               techSupport20Index 1.3.6.1.4.1.3052.5.99.20.1.1 integer read-only
                               techSupport20 1.3.6.1.4.1.3052.5.99.20.1.2 displaystring read-write
                     techSupport21Table 1.3.6.1.4.1.3052.5.99.21 no-access
                           techSupport21Entry 1.3.6.1.4.1.3052.5.99.21.1 no-access
                               techSupport21Index 1.3.6.1.4.1.3052.5.99.21.1.1 integer read-only
                               techSupport21 1.3.6.1.4.1.3052.5.99.21.1.2 integer read-only
                     techSupport22 1.3.6.1.4.1.3052.5.99.22 integer read-write
                     techSupport24 1.3.6.1.4.1.3052.5.99.24 displaystring read-write
                     techSupport25 1.3.6.1.4.1.3052.5.99.25 displaystring read-write
                     techSupport26 1.3.6.1.4.1.3052.5.99.26 displaystring read-write
                 sl81TestTrap 1.3.6.1.4.1.3052.50.1
An test trap is issued by the user.
                 sl81StockESDisconnectTrap 1.3.6.1.4.1.3052.50.50
A stock EventSensor disconnect trap is issued when an EventSensor has been unreponsive for the configured timeout.
                 sl81StockDataEventTrap 1.3.6.1.4.1.3052.50.100
A stock data event trap is issued when a data event happens.
                 sl81StockContactClosureTrap 1.3.6.1.4.1.3052.50.110
A stock contact closure trap is issued when a contact closure event happens.
                 sl81StockTempTrap 1.3.6.1.4.1.3052.50.120
A stock temperature trap is issued when a temperature event happens.
                 sl81StockHumidityTrap 1.3.6.1.4.1.3052.50.130
A stock humidity trap is issued when a humidity event happens.
                 sl81StockAnalogTrap 1.3.6.1.4.1.3052.50.140
A stock analog trap is issued when an analog sensor event happens.
                 sl81StockCTSTrap 1.3.6.1.4.1.3052.50.160
A stock CTS trap is issued when an RS-232 CTS event happens.
                 sl81StockSchedTrap 1.3.6.1.4.1.3052.50.170
The stock scheduled alarm trap is issued when the current time reaches the scheduled alarm time.
                 sl81UserTrap1000 1.3.6.1.4.1.3052.50.1000
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1000.
                 sl81UserTrap1001 1.3.6.1.4.1.3052.50.1001
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1001.
                 sl81UserTrap1002 1.3.6.1.4.1.3052.50.1002
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1002.
                 sl81UserTrap1003 1.3.6.1.4.1.3052.50.1003
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1003.
                 sl81UserTrap1004 1.3.6.1.4.1.3052.50.1004
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1004.
                 sl81UserTrap1005 1.3.6.1.4.1.3052.50.1005
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1005.
                 sl81UserTrap1006 1.3.6.1.4.1.3052.50.1006
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1006.
                 sl81UserTrap1007 1.3.6.1.4.1.3052.50.1007
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1007.
                 sl81UserTrap1008 1.3.6.1.4.1.3052.50.1008
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1008.
                 sl81UserTrap1009 1.3.6.1.4.1.3052.50.1009
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1009.
                 sl81UserTrap1010 1.3.6.1.4.1.3052.50.1010
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1010.
                 sl81UserTrap1011 1.3.6.1.4.1.3052.50.1011
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1011.
                 sl81UserTrap1012 1.3.6.1.4.1.3052.50.1012
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1012.
                 sl81UserTrap1013 1.3.6.1.4.1.3052.50.1013
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1013.
                 sl81UserTrap1014 1.3.6.1.4.1.3052.50.1014
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1014.
                 sl81UserTrap1015 1.3.6.1.4.1.3052.50.1015
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1015.
                 sl81UserTrap1016 1.3.6.1.4.1.3052.50.1016
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1016.
                 sl81UserTrap1017 1.3.6.1.4.1.3052.50.1017
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1017.
                 sl81UserTrap1018 1.3.6.1.4.1.3052.50.1018
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1018.
                 sl81UserTrap1019 1.3.6.1.4.1.3052.50.1019
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1019.
                 sl81UserTrap1020 1.3.6.1.4.1.3052.50.1020
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1020.
                 sl81UserTrap1021 1.3.6.1.4.1.3052.50.1021
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1021.
                 sl81UserTrap1022 1.3.6.1.4.1.3052.50.1022
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1022.
                 sl81UserTrap1023 1.3.6.1.4.1.3052.50.1023
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1023.
                 sl81UserTrap1024 1.3.6.1.4.1.3052.50.1024
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1024.
                 sl81UserTrap1025 1.3.6.1.4.1.3052.50.1025
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1025.
                 sl81UserTrap1026 1.3.6.1.4.1.3052.50.1026
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1026.
                 sl81UserTrap1027 1.3.6.1.4.1.3052.50.1027
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1027.
                 sl81UserTrap1028 1.3.6.1.4.1.3052.50.1028
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1028.
                 sl81UserTrap1029 1.3.6.1.4.1.3052.50.1029
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1029.
                 sl81UserTrap1030 1.3.6.1.4.1.3052.50.1030
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1030.
                 sl81UserTrap1031 1.3.6.1.4.1.3052.50.1031
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1031.
                 sl81UserTrap1032 1.3.6.1.4.1.3052.50.1032
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1032.
                 sl81UserTrap1033 1.3.6.1.4.1.3052.50.1033
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1033.
                 sl81UserTrap1034 1.3.6.1.4.1.3052.50.1034
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1034.
                 sl81UserTrap1035 1.3.6.1.4.1.3052.50.1035
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1035.
                 sl81UserTrap1036 1.3.6.1.4.1.3052.50.1036
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1036.
                 sl81UserTrap1037 1.3.6.1.4.1.3052.50.1037
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1037.
                 sl81UserTrap1038 1.3.6.1.4.1.3052.50.1038
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1038.
                 sl81UserTrap1039 1.3.6.1.4.1.3052.50.1039
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1039.
                 sl81UserTrap1040 1.3.6.1.4.1.3052.50.1040
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1040.
                 sl81UserTrap1041 1.3.6.1.4.1.3052.50.1041
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1041.
                 sl81UserTrap1042 1.3.6.1.4.1.3052.50.1042
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1042.
                 sl81UserTrap1043 1.3.6.1.4.1.3052.50.1043
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1043.
                 sl81UserTrap1044 1.3.6.1.4.1.3052.50.1044
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1044.
                 sl81UserTrap1045 1.3.6.1.4.1.3052.50.1045
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1045.
                 sl81UserTrap1046 1.3.6.1.4.1.3052.50.1046
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1046.
                 sl81UserTrap1047 1.3.6.1.4.1.3052.50.1047
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1047.
                 sl81UserTrap1048 1.3.6.1.4.1.3052.50.1048
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1048.
                 sl81UserTrap1049 1.3.6.1.4.1.3052.50.1049
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1049.
                 sl81UserTrap1050 1.3.6.1.4.1.3052.50.1050
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1050.
                 sl81UserTrap1051 1.3.6.1.4.1.3052.50.1051
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1051.
                 sl81UserTrap1052 1.3.6.1.4.1.3052.50.1052
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1052.
                 sl81UserTrap1053 1.3.6.1.4.1.3052.50.1053
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1053.
                 sl81UserTrap1054 1.3.6.1.4.1.3052.50.1054
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1054.
                 sl81UserTrap1055 1.3.6.1.4.1.3052.50.1055
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1055.
                 sl81UserTrap1056 1.3.6.1.4.1.3052.50.1056
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1056.
                 sl81UserTrap1057 1.3.6.1.4.1.3052.50.1057
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1057.
                 sl81UserTrap1058 1.3.6.1.4.1.3052.50.1058
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1058.
                 sl81UserTrap1059 1.3.6.1.4.1.3052.50.1059
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1059.
                 sl81UserTrap1060 1.3.6.1.4.1.3052.50.1060
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1060.
                 sl81UserTrap1061 1.3.6.1.4.1.3052.50.1061
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1061.
                 sl81UserTrap1062 1.3.6.1.4.1.3052.50.1062
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1062.
                 sl81UserTrap1063 1.3.6.1.4.1.3052.50.1063
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1063.
                 sl81UserTrap1064 1.3.6.1.4.1.3052.50.1064
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1064.
                 sl81UserTrap1065 1.3.6.1.4.1.3052.50.1065
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1065.
                 sl81UserTrap1066 1.3.6.1.4.1.3052.50.1066
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1066.
                 sl81UserTrap1067 1.3.6.1.4.1.3052.50.1067
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1067.
                 sl81UserTrap1068 1.3.6.1.4.1.3052.50.1068
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1068.
                 sl81UserTrap1069 1.3.6.1.4.1.3052.50.1069
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1069.
                 sl81UserTrap1070 1.3.6.1.4.1.3052.50.1070
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1070.
                 sl81UserTrap1071 1.3.6.1.4.1.3052.50.1071
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1071.
                 sl81UserTrap1072 1.3.6.1.4.1.3052.50.1072
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1072.
                 sl81UserTrap1073 1.3.6.1.4.1.3052.50.1073
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1073.
                 sl81UserTrap1074 1.3.6.1.4.1.3052.50.1074
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1074.
                 sl81UserTrap1075 1.3.6.1.4.1.3052.50.1075
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1075.
                 sl81UserTrap1076 1.3.6.1.4.1.3052.50.1076
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1076.
                 sl81UserTrap1077 1.3.6.1.4.1.3052.50.1077
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1077.
                 sl81UserTrap1078 1.3.6.1.4.1.3052.50.1078
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1078.
                 sl81UserTrap1079 1.3.6.1.4.1.3052.50.1079
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1079.
                 sl81UserTrap1080 1.3.6.1.4.1.3052.50.1080
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1080.
                 sl81UserTrap1081 1.3.6.1.4.1.3052.50.1081
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1081.
                 sl81UserTrap1082 1.3.6.1.4.1.3052.50.1082
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1082.
                 sl81UserTrap1083 1.3.6.1.4.1.3052.50.1083
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1083.
                 sl81UserTrap1084 1.3.6.1.4.1.3052.50.1084
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1084.
                 sl81UserTrap1085 1.3.6.1.4.1.3052.50.1085
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1085.
                 sl81UserTrap1086 1.3.6.1.4.1.3052.50.1086
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1086.
                 sl81UserTrap1087 1.3.6.1.4.1.3052.50.1087
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1087.
                 sl81UserTrap1088 1.3.6.1.4.1.3052.50.1088
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1088.
                 sl81UserTrap1089 1.3.6.1.4.1.3052.50.1089
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1089.
                 sl81UserTrap1090 1.3.6.1.4.1.3052.50.1090
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1090.
                 sl81UserTrap1091 1.3.6.1.4.1.3052.50.1091
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1091.
                 sl81UserTrap1092 1.3.6.1.4.1.3052.50.1092
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1092.
                 sl81UserTrap1093 1.3.6.1.4.1.3052.50.1093
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1093.
                 sl81UserTrap1094 1.3.6.1.4.1.3052.50.1094
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1094.
                 sl81UserTrap1095 1.3.6.1.4.1.3052.50.1095
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1095.
                 sl81UserTrap1096 1.3.6.1.4.1.3052.50.1096
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1096.
                 sl81UserTrap1097 1.3.6.1.4.1.3052.50.1097
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1097.
                 sl81UserTrap1098 1.3.6.1.4.1.3052.50.1098
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1098.
                 sl81UserTrap1099 1.3.6.1.4.1.3052.50.1099
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1099.
                 sl81UserTrap1100 1.3.6.1.4.1.3052.50.1100
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1100.
                 sl81UserTrap1101 1.3.6.1.4.1.3052.50.1101
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1101.
                 sl81UserTrap1102 1.3.6.1.4.1.3052.50.1102
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1102.
                 sl81UserTrap1103 1.3.6.1.4.1.3052.50.1103
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1103.
                 sl81UserTrap1104 1.3.6.1.4.1.3052.50.1104
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1104.
                 sl81UserTrap1105 1.3.6.1.4.1.3052.50.1105
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1105.
                 sl81UserTrap1106 1.3.6.1.4.1.3052.50.1106
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1106.
                 sl81UserTrap1107 1.3.6.1.4.1.3052.50.1107
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1107.
                 sl81UserTrap1108 1.3.6.1.4.1.3052.50.1108
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1108.
                 sl81UserTrap1109 1.3.6.1.4.1.3052.50.1109
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1109.
                 sl81UserTrap1110 1.3.6.1.4.1.3052.50.1110
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1110.
                 sl81UserTrap1111 1.3.6.1.4.1.3052.50.1111
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1111.
                 sl81UserTrap1112 1.3.6.1.4.1.3052.50.1112
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1112.
                 sl81UserTrap1113 1.3.6.1.4.1.3052.50.1113
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1113.
                 sl81UserTrap1114 1.3.6.1.4.1.3052.50.1114
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1114.
                 sl81UserTrap1115 1.3.6.1.4.1.3052.50.1115
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1115.
                 sl81UserTrap1116 1.3.6.1.4.1.3052.50.1116
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1116.
                 sl81UserTrap1117 1.3.6.1.4.1.3052.50.1117
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1117.
                 sl81UserTrap1118 1.3.6.1.4.1.3052.50.1118
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1118.
                 sl81UserTrap1119 1.3.6.1.4.1.3052.50.1119
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1119.
                 sl81UserTrap1120 1.3.6.1.4.1.3052.50.1120
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1120.
                 sl81UserTrap1121 1.3.6.1.4.1.3052.50.1121
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1121.
                 sl81UserTrap1122 1.3.6.1.4.1.3052.50.1122
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1122.
                 sl81UserTrap1123 1.3.6.1.4.1.3052.50.1123
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1123.
                 sl81UserTrap1124 1.3.6.1.4.1.3052.50.1124
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1124.
                 sl81UserTrap1125 1.3.6.1.4.1.3052.50.1125
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1125.
                 sl81UserTrap1126 1.3.6.1.4.1.3052.50.1126
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1126.
                 sl81UserTrap1127 1.3.6.1.4.1.3052.50.1127
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1127.
                 sl81UserTrap1128 1.3.6.1.4.1.3052.50.1128
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1128.
                 sl81UserTrap1129 1.3.6.1.4.1.3052.50.1129
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1129.
                 sl81UserTrap1130 1.3.6.1.4.1.3052.50.1130
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1130.
                 sl81UserTrap1131 1.3.6.1.4.1.3052.50.1131
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1131.
                 sl81UserTrap1132 1.3.6.1.4.1.3052.50.1132
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1132.
                 sl81UserTrap1133 1.3.6.1.4.1.3052.50.1133
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1133.
                 sl81UserTrap1134 1.3.6.1.4.1.3052.50.1134
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1134.
                 sl81UserTrap1135 1.3.6.1.4.1.3052.50.1135
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1135.
                 sl81UserTrap1136 1.3.6.1.4.1.3052.50.1136
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1136.
                 sl81UserTrap1137 1.3.6.1.4.1.3052.50.1137
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1137.
                 sl81UserTrap1138 1.3.6.1.4.1.3052.50.1138
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1138.
                 sl81UserTrap1139 1.3.6.1.4.1.3052.50.1139
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1139.
                 sl81UserTrap1140 1.3.6.1.4.1.3052.50.1140
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1140.
                 sl81UserTrap1141 1.3.6.1.4.1.3052.50.1141
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1141.
                 sl81UserTrap1142 1.3.6.1.4.1.3052.50.1142
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1142.
                 sl81UserTrap1143 1.3.6.1.4.1.3052.50.1143
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1143.
                 sl81UserTrap1144 1.3.6.1.4.1.3052.50.1144
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1144.
                 sl81UserTrap1145 1.3.6.1.4.1.3052.50.1145
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1145.
                 sl81UserTrap1146 1.3.6.1.4.1.3052.50.1146
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1146.
                 sl81UserTrap1147 1.3.6.1.4.1.3052.50.1147
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1147.
                 sl81UserTrap1148 1.3.6.1.4.1.3052.50.1148
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1148.
                 sl81UserTrap1149 1.3.6.1.4.1.3052.50.1149
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1149.
                 sl81UserTrap1150 1.3.6.1.4.1.3052.50.1150
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1150.
                 sl81UserTrap1151 1.3.6.1.4.1.3052.50.1151
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1151.
                 sl81UserTrap1152 1.3.6.1.4.1.3052.50.1152
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1152.
                 sl81UserTrap1153 1.3.6.1.4.1.3052.50.1153
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1153.
                 sl81UserTrap1154 1.3.6.1.4.1.3052.50.1154
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1154.
                 sl81UserTrap1155 1.3.6.1.4.1.3052.50.1155
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1155.
                 sl81UserTrap1156 1.3.6.1.4.1.3052.50.1156
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1156.
                 sl81UserTrap1157 1.3.6.1.4.1.3052.50.1157
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1157.
                 sl81UserTrap1158 1.3.6.1.4.1.3052.50.1158
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1158.
                 sl81UserTrap1159 1.3.6.1.4.1.3052.50.1159
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1159.
                 sl81UserTrap1160 1.3.6.1.4.1.3052.50.1160
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1160.
                 sl81UserTrap1161 1.3.6.1.4.1.3052.50.1161
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1161.
                 sl81UserTrap1162 1.3.6.1.4.1.3052.50.1162
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1162.
                 sl81UserTrap1163 1.3.6.1.4.1.3052.50.1163
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1163.
                 sl81UserTrap1164 1.3.6.1.4.1.3052.50.1164
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1164.
                 sl81UserTrap1165 1.3.6.1.4.1.3052.50.1165
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1165.
                 sl81UserTrap1166 1.3.6.1.4.1.3052.50.1166
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1166.
                 sl81UserTrap1167 1.3.6.1.4.1.3052.50.1167
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1167.
                 sl81UserTrap1168 1.3.6.1.4.1.3052.50.1168
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1168.
                 sl81UserTrap1169 1.3.6.1.4.1.3052.50.1169
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1169.
                 sl81UserTrap1170 1.3.6.1.4.1.3052.50.1170
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1170.
                 sl81UserTrap1171 1.3.6.1.4.1.3052.50.1171
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1171.
                 sl81UserTrap1172 1.3.6.1.4.1.3052.50.1172
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1172.
                 sl81UserTrap1173 1.3.6.1.4.1.3052.50.1173
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1173.
                 sl81UserTrap1174 1.3.6.1.4.1.3052.50.1174
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1174.
                 sl81UserTrap1175 1.3.6.1.4.1.3052.50.1175
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1175.
                 sl81UserTrap1176 1.3.6.1.4.1.3052.50.1176
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1176.
                 sl81UserTrap1177 1.3.6.1.4.1.3052.50.1177
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1177.
                 sl81UserTrap1178 1.3.6.1.4.1.3052.50.1178
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1178.
                 sl81UserTrap1179 1.3.6.1.4.1.3052.50.1179
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1179.
                 sl81UserTrap1180 1.3.6.1.4.1.3052.50.1180
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1180.
                 sl81UserTrap1181 1.3.6.1.4.1.3052.50.1181
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1181.
                 sl81UserTrap1182 1.3.6.1.4.1.3052.50.1182
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1182.
                 sl81UserTrap1183 1.3.6.1.4.1.3052.50.1183
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1183.
                 sl81UserTrap1184 1.3.6.1.4.1.3052.50.1184
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1184.
                 sl81UserTrap1185 1.3.6.1.4.1.3052.50.1185
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1185.
                 sl81UserTrap1186 1.3.6.1.4.1.3052.50.1186
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1186.
                 sl81UserTrap1187 1.3.6.1.4.1.3052.50.1187
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1187.
                 sl81UserTrap1188 1.3.6.1.4.1.3052.50.1188
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1188.
                 sl81UserTrap1189 1.3.6.1.4.1.3052.50.1189
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1189.
                 sl81UserTrap1190 1.3.6.1.4.1.3052.50.1190
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1190.
                 sl81UserTrap1191 1.3.6.1.4.1.3052.50.1191
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1191.
                 sl81UserTrap1192 1.3.6.1.4.1.3052.50.1192
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1192.
                 sl81UserTrap1193 1.3.6.1.4.1.3052.50.1193
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1193.
                 sl81UserTrap1194 1.3.6.1.4.1.3052.50.1194
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1194.
                 sl81UserTrap1195 1.3.6.1.4.1.3052.50.1195
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1195.
                 sl81UserTrap1196 1.3.6.1.4.1.3052.50.1196
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1196.
                 sl81UserTrap1197 1.3.6.1.4.1.3052.50.1197
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1197.
                 sl81UserTrap1198 1.3.6.1.4.1.3052.50.1198
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1198.
                 sl81UserTrap1199 1.3.6.1.4.1.3052.50.1199
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1199.