SL61-STD-MIB: View SNMP OID List / Download MIB
VENDOR: ASENTRIA CORPORATION
Home | MIB: SL61-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).
|
|||
Object Name | OID | Type | Access | Info |
omnitronix | 1.3.6.1.4.1.3052 | |||
sl61 | 1.3.6.1.4.1.3052.4 | |||
status | 1.3.6.1.4.1.3052.4.1 | |||
eventSensorStatus | 1.3.6.1.4.1.3052.4.1.1 | |||
esPointTable | 1.3.6.1.4.1.3052.4.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). |
|
1.3.6.1.4.1.3052.4.1.1.1.1 | no-access |
Entry for EventSensor point table |
||
esIndexES | 1.3.6.1.4.1.3052.4.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.4.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.4.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.4.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 ' |
esPointInEventState | 1.3.6.1.4.1.3052.4.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 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. This works regardless of the control mode of the relay. |
esPointValueInt | 1.3.6.1.4.1.3052.4.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. This works regardless of the control mode of the relay. |
esPointValueStr | 1.3.6.1.4.1.3052.4.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 volts. |
esPointTimeLastChange | 1.3.6.1.4.1.3052.4.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.4.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.4.1.2 | |||
deStatusTable | 1.3.6.1.4.1.3052.4.1.2.1 | no-access |
Data Event Status Table |
|
1.3.6.1.4.1.3052.4.1.2.1.1 | no-access |
EventSensor status entry |
||
deStatusIndex | 1.3.6.1.4.1.3052.4.1.2.1.1.1 | integer | read-only |
Index for Data Events |
deStatusName | 1.3.6.1.4.1.3052.4.1.2.1.1.2 | displaystring | read-only |
Data Event name |
deStatusCounter | 1.3.6.1.4.1.3052.4.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.4.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.4.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.4.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.4.2 | |||
eventSensorBasics | 1.3.6.1.4.1.3052.4.2.1 | |||
esNumberEventSensors | 1.3.6.1.4.1.3052.4.2.1.1 | integer | read-only |
The number of EventSensors recognized by the SL61, including the internal EventSensor. Range: 1-17 |
esTable | 1.3.6.1.4.1.3052.4.2.1.2 | no-access |
The table of what EventSensors are attached to the unit, including the internal EventSensor |
|
1.3.6.1.4.1.3052.4.2.1.2.1 | no-access |
Table entry for EventSensor table |
||
esIndex | 1.3.6.1.4.1.3052.4.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.4.2.1.2.1.2 | displaystring | read-only |
The name of the EventSensor |
esID | 1.3.6.1.4.1.3052.4.2.1.2.1.3 | displaystring | read-only |
The factory-assigned ID of the EventSensor |
esNumberTempSensors | 1.3.6.1.4.1.3052.4.2.1.2.1.4 | integer | read-only |
The number of temperature sensors on the EventSensor |
esTempReportingMode | 1.3.6.1.4.1.3052.4.2.1.2.1.5 | displaystring | read-only |
Description of how temperature values should be interpreted. |
esNumberCCs | 1.3.6.1.4.1.3052.4.2.1.2.1.6 | integer | read-only |
The number of contact closures on the EventSensor. |
esCCReportingMode | 1.3.6.1.4.1.3052.4.2.1.2.1.7 | displaystring | read-only |
Description of how CC values should be interpreted. |
esNumberHumidSensors | 1.3.6.1.4.1.3052.4.2.1.2.1.8 | integer | read-only |
The number of humidity sensors on the EventSensor. |
esHumidReportingMode | 1.3.6.1.4.1.3052.4.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.4.2.1.2.1.10 | integer | read-only |
The number of noise sensors on the EventSensor. |
esNoiseReportingMode | 1.3.6.1.4.1.3052.4.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.4.2.1.2.1.12 | integer | read-only |
The number of airflow sensors on the EventSensor. |
esAirflowReportingMode | 1.3.6.1.4.1.3052.4.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.4.2.1.2.1.14 | integer | read-only |
The number of analog inputs on the EventSensor. |
esAnalogReportingMode | 1.3.6.1.4.1.3052.4.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.4.2.1.2.1.16 | integer | read-only |
The number of relay outputs on the EventSensor |
esRelayReportingMode | 1.3.6.1.4.1.3052.4.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.4.2.2 | |||
deFieldTable | 1.3.6.1.4.1.3052.4.2.2.1 | no-access |
Data event field table |
|
1.3.6.1.4.1.3052.4.2.2.1.1 | no-access |
Data event field entry |
||
deFieldIndex | 1.3.6.1.4.1.3052.4.2.2.1.1.1 | integer | read-only |
Index for data alarm |
deFieldStart | 1.3.6.1.4.1.3052.4.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.4.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.4.2.2.1.1.4 | displaystring | read-write |
The name of the data event field. |
deConfigTable | 1.3.6.1.4.1.3052.4.2.2.2 | no-access |
Table for configuring data events. |
|
1.3.6.1.4.1.3052.4.2.2.2.1 | no-access |
Entry for Data Event Config table |
||
deConfigIndex | 1.3.6.1.4.1.3052.4.2.2.2.1.1 | integer | read-only |
Index for Data Event Config table |
deConfigEnabled | 1.3.6.1.4.1.3052.4.2.2.2.1.2 | integer | read-write |
0 = not enabled; 1 = enabled |
deConfigName | 1.3.6.1.4.1.3052.4.2.2.2.1.3 | displaystring | read-write |
Name of the data event |
deConfigEquation | 1.3.6.1.4.1.3052.4.2.2.2.1.4 | displaystring | read-write |
Equation for the data event |
deConfigThreshold | 1.3.6.1.4.1.3052.4.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.4.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.4.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.4.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.4.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.4.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.4.2.2.2.1.11 | integer | read-write |
The class to use for this data event |
serialPorts | 1.3.6.1.4.1.3052.4.2.3 | |||
numberPorts | 1.3.6.1.4.1.3052.4.2.3.1 | integer | read-only |
Number of RS-232 ports found. Range: 2 or 4 |
portConfigTable | 1.3.6.1.4.1.3052.4.2.3.2 | no-access |
Port config table |
|
1.3.6.1.4.1.3052.4.2.3.2.1 | no-access |
Port config entry |
||
portConfigIndex | 1.3.6.1.4.1.3052.4.2.3.2.1.1 | integer | read-only |
Index for ports |
portConfigBaud | 1.3.6.1.4.1.3052.4.2.3.2.1.2 | integer | read-write |
Baud rate, 19200, 9600, etc. |
portConfigDataFormat | 1.3.6.1.4.1.3052.4.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.4.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.4.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.4.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.4.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.4.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.4.2.4 | |||
ipConfigStatic | 1.3.6.1.4.1.3052.4.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.4.2.4.2 | ipaddress | read-write |
Current IP address |
ipConfigSubnetMask | 1.3.6.1.4.1.3052.4.2.4.3 | ipaddress | read-write |
Current subnet mask |
ipConfigDefaultRouter | 1.3.6.1.4.1.3052.4.2.4.4 | ipaddress | read-write |
Current default router (gateway) |
ipConfigEngage | 1.3.6.1.4.1.3052.4.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.4.2.4.6 | integer | read-write |
1=Input characters are echoed; 0=no echo. |
modem | 1.3.6.1.4.1.3052.4.2.5 | |||
modemDataFormat | 1.3.6.1.4.1.3052.4.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.4.2.5.2 | displaystring | read-write |
Sent to modem on init before the factory setup string |
modemTAPSetup | 1.3.6.1.4.1.3052.4.2.5.3 | displaystring | read-write |
Sent to modem just before doing TAP (alpha pager) protocol |
modemTimeBetweenOutbound | 1.3.6.1.4.1.3052.4.2.5.5 | integer | read-write |
# seconds (minimum) between outbound call attempts. Range: 60-400 |
snmp | 1.3.6.1.4.1.3052.4.2.6 | |||
smTable | 1.3.6.1.4.1.3052.4.2.6.1 | no-access |
SNMP manager table |
|
1.3.6.1.4.1.3052.4.2.6.1.1 | no-access |
SNMP manager table entry |
||
smIndex | 1.3.6.1.4.1.3052.4.2.6.1.1.1 | integer | read-only |
Index for SNMP manager table |
smAddress | 1.3.6.1.4.1.3052.4.2.6.1.1.2 | ipaddress | read-write |
IP address of SNMP manager |
pagers | 1.3.6.1.4.1.3052.4.2.7 | |||
pagerRetries | 1.3.6.1.4.1.3052.4.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.4.2.7.2 | no-access |
Table of pager configurations |
|
1.3.6.1.4.1.3052.4.2.7.2.1 | no-access |
Pager table entry |
||
pagerIndex | 1.3.6.1.4.1.3052.4.2.7.2.1.1 | integer | read-only |
Index for pager configuration table |
pagerType | 1.3.6.1.4.1.3052.4.2.7.2.1.2 | integer | read-write |
65=alphanumeric; 78=numeric |
pagerPhoneNumber | 1.3.6.1.4.1.3052.4.2.7.2.1.3 | displaystring | read-write |
Phone number to dial |
pagerID | 1.3.6.1.4.1.3052.4.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.4.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.4.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.4.2.8 | |||
clock | 1.3.6.1.4.1.3052.4.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.4.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.4.2.9 | |||
commandTimeout | 1.3.6.1.4.1.3052.4.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.4.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.4.3 | |||
siteID | 1.3.6.1.4.1.3052.4.3.1 | displaystring | read-write |
Site ID string; Max 40 characters. |
thisProduct | 1.3.6.1.4.1.3052.4.3.2 | displaystring | read-only |
This is a factory configured string for the product name. |
stockTrapString | 1.3.6.1.4.1.3052.4.3.3 | displaystring | read-only |
This string is included in every stock trap. |
trapEventTypeNumber | 1.3.6.1.4.1.3052.4.3.4 | integer | read-only |
The user-defined trap variable for the type of event that happened. Here are the definitions: 1 Data Alarm 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.4.3.5 | displaystring | read-only |
The user-defined trap variable for the string corresponding to the event type. |
trapIncludedValue | 1.3.6.1.4.1.3052.4.3.6 | integer | read-only |
The user-defined trap variable for the generic included value. |
trapIncludedString | 1.3.6.1.4.1.3052.4.3.7 | displaystring | read-only |
The user-defined trap variable for the generic included string. |
trapEventClassNumber | 1.3.6.1.4.1.3052.4.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.4.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.4.99 | |||
techSupport1 | 1.3.6.1.4.1.3052.4.99.1 | integer | read-write | |
techSupport2 | 1.3.6.1.4.1.3052.4.99.2 | |||
techSupport2n1 | 1.3.6.1.4.1.3052.4.99.2.1 | integer | read-write | |
techSupport2n2 | 1.3.6.1.4.1.3052.4.99.2.2 | integer | read-write | |
techSupport3 | 1.3.6.1.4.1.3052.4.99.3 | |||
techSupport3n1 | 1.3.6.1.4.1.3052.4.99.3.1 | integer | read-write | |
techSupport3n2 | 1.3.6.1.4.1.3052.4.99.3.2 | integer | read-write | |
techSupport3n3 | 1.3.6.1.4.1.3052.4.99.3.3 | integer | read-write | |
techSupport3n4 | 1.3.6.1.4.1.3052.4.99.3.4 | integer | read-write | |
techSupport3n5 | 1.3.6.1.4.1.3052.4.99.3.5 | integer | read-write | |
techSupport4 | 1.3.6.1.4.1.3052.4.99.4 | integer | read-write | |
techSupport7 | 1.3.6.1.4.1.3052.4.99.7 | integer | read-write | |
techSupport9 | 1.3.6.1.4.1.3052.4.99.9 | integer | read-write | |
techSupport10 | 1.3.6.1.4.1.3052.4.99.10 | displaystring | read-write | |
techSupport11 | 1.3.6.1.4.1.3052.4.99.11 | integer | read-write | |
techSupport16 | 1.3.6.1.4.1.3052.4.99.16 | integer | read-write | |
techSupport17 | 1.3.6.1.4.1.3052.4.99.17 | integer | read-write | |
techSupport18 | 1.3.6.1.4.1.3052.4.99.18 | integer | read-write | |
techSupport19 | 1.3.6.1.4.1.3052.4.99.19 | displaystring | read-write | |
techSupport20Table | 1.3.6.1.4.1.3052.4.99.20 | no-access | ||
1.3.6.1.4.1.3052.4.99.20.1 | no-access | |||
techSupport20Index | 1.3.6.1.4.1.3052.4.99.20.1.1 | integer | read-only | |
techSupport20 | 1.3.6.1.4.1.3052.4.99.20.1.2 | displaystring | read-write | |
techSupport21Table | 1.3.6.1.4.1.3052.4.99.21 | no-access | ||
1.3.6.1.4.1.3052.4.99.21.1 | no-access | |||
techSupport21Index | 1.3.6.1.4.1.3052.4.99.21.1.1 | integer | read-only | |
techSupport21 | 1.3.6.1.4.1.3052.4.99.21.1.2 | integer | read-only | |
techSupport22 | 1.3.6.1.4.1.3052.4.99.22 | integer | read-write | |
techSupport24 | 1.3.6.1.4.1.3052.4.99.24 | displaystring | read-write | |
techSupport25 | 1.3.6.1.4.1.3052.4.99.25 | displaystring | read-write | |
techSupport26 | 1.3.6.1.4.1.3052.4.99.26 | displaystring | read-write | |
sl61TestTrap | 1.3.6.1.4.1.3052.40.1 |
An test trap is issued by the user. |
||
sl61StockESDisconnectTrap | 1.3.6.1.4.1.3052.40.50 |
A stock EventSensor disconnect trap is issued when an EventSensor has been unreponsive for the configured timeout. |
||
sl61StockDataEventTrap | 1.3.6.1.4.1.3052.40.100 |
A stock data event trap is issued when a data event happens. |
||
sl61StockContactClosureTrap | 1.3.6.1.4.1.3052.40.110 |
A stock contact closure trap is issued when a contact closure event happens. |
||
sl61StockTempTrap | 1.3.6.1.4.1.3052.40.120 |
A stock temperature trap is issued when a temperature event happens. |
||
sl61StockHumidityTrap | 1.3.6.1.4.1.3052.40.130 |
A stock humidity trap is issued when a humidity event happens. |
||
sl61StockAnalogTrap | 1.3.6.1.4.1.3052.40.140 |
A stock analog trap is issued when an analog sensor event happens. |
||
sl61UserTrap1000 | 1.3.6.1.4.1.3052.40.1000 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1000. |
||
sl61UserTrap1001 | 1.3.6.1.4.1.3052.40.1001 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1001. |
||
sl61UserTrap1002 | 1.3.6.1.4.1.3052.40.1002 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1002. |
||
sl61UserTrap1003 | 1.3.6.1.4.1.3052.40.1003 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1003. |
||
sl61UserTrap1004 | 1.3.6.1.4.1.3052.40.1004 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1004. |
||
sl61UserTrap1005 | 1.3.6.1.4.1.3052.40.1005 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1005. |
||
sl61UserTrap1006 | 1.3.6.1.4.1.3052.40.1006 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1006. |
||
sl61UserTrap1007 | 1.3.6.1.4.1.3052.40.1007 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1007. |
||
sl61UserTrap1008 | 1.3.6.1.4.1.3052.40.1008 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1008. |
||
sl61UserTrap1009 | 1.3.6.1.4.1.3052.40.1009 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1009. |
||
sl61UserTrap1010 | 1.3.6.1.4.1.3052.40.1010 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1010. |
||
sl61UserTrap1011 | 1.3.6.1.4.1.3052.40.1011 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1011. |
||
sl61UserTrap1012 | 1.3.6.1.4.1.3052.40.1012 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1012. |
||
sl61UserTrap1013 | 1.3.6.1.4.1.3052.40.1013 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1013. |
||
sl61UserTrap1014 | 1.3.6.1.4.1.3052.40.1014 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1014. |
||
sl61UserTrap1015 | 1.3.6.1.4.1.3052.40.1015 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1015. |
||
sl61UserTrap1016 | 1.3.6.1.4.1.3052.40.1016 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1016. |
||
sl61UserTrap1017 | 1.3.6.1.4.1.3052.40.1017 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1017. |
||
sl61UserTrap1018 | 1.3.6.1.4.1.3052.40.1018 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1018. |
||
sl61UserTrap1019 | 1.3.6.1.4.1.3052.40.1019 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1019. |
||
sl61UserTrap1020 | 1.3.6.1.4.1.3052.40.1020 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1020. |
||
sl61UserTrap1021 | 1.3.6.1.4.1.3052.40.1021 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1021. |
||
sl61UserTrap1022 | 1.3.6.1.4.1.3052.40.1022 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1022. |
||
sl61UserTrap1023 | 1.3.6.1.4.1.3052.40.1023 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1023. |
||
sl61UserTrap1024 | 1.3.6.1.4.1.3052.40.1024 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1024. |
||
sl61UserTrap1025 | 1.3.6.1.4.1.3052.40.1025 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1025. |
||
sl61UserTrap1026 | 1.3.6.1.4.1.3052.40.1026 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1026. |
||
sl61UserTrap1027 | 1.3.6.1.4.1.3052.40.1027 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1027. |
||
sl61UserTrap1028 | 1.3.6.1.4.1.3052.40.1028 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1028. |
||
sl61UserTrap1029 | 1.3.6.1.4.1.3052.40.1029 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1029. |
||
sl61UserTrap1030 | 1.3.6.1.4.1.3052.40.1030 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1030. |
||
sl61UserTrap1031 | 1.3.6.1.4.1.3052.40.1031 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1031. |
||
sl61UserTrap1032 | 1.3.6.1.4.1.3052.40.1032 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1032. |
||
sl61UserTrap1033 | 1.3.6.1.4.1.3052.40.1033 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1033. |
||
sl61UserTrap1034 | 1.3.6.1.4.1.3052.40.1034 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1034. |
||
sl61UserTrap1035 | 1.3.6.1.4.1.3052.40.1035 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1035. |
||
sl61UserTrap1036 | 1.3.6.1.4.1.3052.40.1036 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1036. |
||
sl61UserTrap1037 | 1.3.6.1.4.1.3052.40.1037 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1037. |
||
sl61UserTrap1038 | 1.3.6.1.4.1.3052.40.1038 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1038. |
||
sl61UserTrap1039 | 1.3.6.1.4.1.3052.40.1039 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1039. |
||
sl61UserTrap1040 | 1.3.6.1.4.1.3052.40.1040 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1040. |
||
sl61UserTrap1041 | 1.3.6.1.4.1.3052.40.1041 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1041. |
||
sl61UserTrap1042 | 1.3.6.1.4.1.3052.40.1042 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1042. |
||
sl61UserTrap1043 | 1.3.6.1.4.1.3052.40.1043 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1043. |
||
sl61UserTrap1044 | 1.3.6.1.4.1.3052.40.1044 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1044. |
||
sl61UserTrap1045 | 1.3.6.1.4.1.3052.40.1045 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1045. |
||
sl61UserTrap1046 | 1.3.6.1.4.1.3052.40.1046 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1046. |
||
sl61UserTrap1047 | 1.3.6.1.4.1.3052.40.1047 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1047. |
||
sl61UserTrap1048 | 1.3.6.1.4.1.3052.40.1048 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1048. |
||
sl61UserTrap1049 | 1.3.6.1.4.1.3052.40.1049 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1049. |
||
sl61UserTrap1050 | 1.3.6.1.4.1.3052.40.1050 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1050. |
||
sl61UserTrap1051 | 1.3.6.1.4.1.3052.40.1051 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1051. |
||
sl61UserTrap1052 | 1.3.6.1.4.1.3052.40.1052 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1052. |
||
sl61UserTrap1053 | 1.3.6.1.4.1.3052.40.1053 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1053. |
||
sl61UserTrap1054 | 1.3.6.1.4.1.3052.40.1054 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1054. |
||
sl61UserTrap1055 | 1.3.6.1.4.1.3052.40.1055 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1055. |
||
sl61UserTrap1056 | 1.3.6.1.4.1.3052.40.1056 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1056. |
||
sl61UserTrap1057 | 1.3.6.1.4.1.3052.40.1057 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1057. |
||
sl61UserTrap1058 | 1.3.6.1.4.1.3052.40.1058 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1058. |
||
sl61UserTrap1059 | 1.3.6.1.4.1.3052.40.1059 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1059. |
||
sl61UserTrap1060 | 1.3.6.1.4.1.3052.40.1060 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1060. |
||
sl61UserTrap1061 | 1.3.6.1.4.1.3052.40.1061 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1061. |
||
sl61UserTrap1062 | 1.3.6.1.4.1.3052.40.1062 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1062. |
||
sl61UserTrap1063 | 1.3.6.1.4.1.3052.40.1063 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1063. |
||
sl61UserTrap1064 | 1.3.6.1.4.1.3052.40.1064 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1064. |
||
sl61UserTrap1065 | 1.3.6.1.4.1.3052.40.1065 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1065. |
||
sl61UserTrap1066 | 1.3.6.1.4.1.3052.40.1066 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1066. |
||
sl61UserTrap1067 | 1.3.6.1.4.1.3052.40.1067 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1067. |
||
sl61UserTrap1068 | 1.3.6.1.4.1.3052.40.1068 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1068. |
||
sl61UserTrap1069 | 1.3.6.1.4.1.3052.40.1069 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1069. |
||
sl61UserTrap1070 | 1.3.6.1.4.1.3052.40.1070 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1070. |
||
sl61UserTrap1071 | 1.3.6.1.4.1.3052.40.1071 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1071. |
||
sl61UserTrap1072 | 1.3.6.1.4.1.3052.40.1072 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1072. |
||
sl61UserTrap1073 | 1.3.6.1.4.1.3052.40.1073 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1073. |
||
sl61UserTrap1074 | 1.3.6.1.4.1.3052.40.1074 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1074. |
||
sl61UserTrap1075 | 1.3.6.1.4.1.3052.40.1075 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1075. |
||
sl61UserTrap1076 | 1.3.6.1.4.1.3052.40.1076 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1076. |
||
sl61UserTrap1077 | 1.3.6.1.4.1.3052.40.1077 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1077. |
||
sl61UserTrap1078 | 1.3.6.1.4.1.3052.40.1078 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1078. |
||
sl61UserTrap1079 | 1.3.6.1.4.1.3052.40.1079 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1079. |
||
sl61UserTrap1080 | 1.3.6.1.4.1.3052.40.1080 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1080. |
||
sl61UserTrap1081 | 1.3.6.1.4.1.3052.40.1081 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1081. |
||
sl61UserTrap1082 | 1.3.6.1.4.1.3052.40.1082 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1082. |
||
sl61UserTrap1083 | 1.3.6.1.4.1.3052.40.1083 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1083. |
||
sl61UserTrap1084 | 1.3.6.1.4.1.3052.40.1084 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1084. |
||
sl61UserTrap1085 | 1.3.6.1.4.1.3052.40.1085 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1085. |
||
sl61UserTrap1086 | 1.3.6.1.4.1.3052.40.1086 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1086. |
||
sl61UserTrap1087 | 1.3.6.1.4.1.3052.40.1087 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1087. |
||
sl61UserTrap1088 | 1.3.6.1.4.1.3052.40.1088 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1088. |
||
sl61UserTrap1089 | 1.3.6.1.4.1.3052.40.1089 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1089. |
||
sl61UserTrap1090 | 1.3.6.1.4.1.3052.40.1090 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1090. |
||
sl61UserTrap1091 | 1.3.6.1.4.1.3052.40.1091 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1091. |
||
sl61UserTrap1092 | 1.3.6.1.4.1.3052.40.1092 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1092. |
||
sl61UserTrap1093 | 1.3.6.1.4.1.3052.40.1093 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1093. |
||
sl61UserTrap1094 | 1.3.6.1.4.1.3052.40.1094 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1094. |
||
sl61UserTrap1095 | 1.3.6.1.4.1.3052.40.1095 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1095. |
||
sl61UserTrap1096 | 1.3.6.1.4.1.3052.40.1096 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1096. |
||
sl61UserTrap1097 | 1.3.6.1.4.1.3052.40.1097 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1097. |
||
sl61UserTrap1098 | 1.3.6.1.4.1.3052.40.1098 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1098. |
||
sl61UserTrap1099 | 1.3.6.1.4.1.3052.40.1099 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1099. |
||
sl61UserTrap1100 | 1.3.6.1.4.1.3052.40.1100 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1100. |
||
sl61UserTrap1101 | 1.3.6.1.4.1.3052.40.1101 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1101. |
||
sl61UserTrap1102 | 1.3.6.1.4.1.3052.40.1102 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1102. |
||
sl61UserTrap1103 | 1.3.6.1.4.1.3052.40.1103 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1103. |
||
sl61UserTrap1104 | 1.3.6.1.4.1.3052.40.1104 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1104. |
||
sl61UserTrap1105 | 1.3.6.1.4.1.3052.40.1105 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1105. |
||
sl61UserTrap1106 | 1.3.6.1.4.1.3052.40.1106 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1106. |
||
sl61UserTrap1107 | 1.3.6.1.4.1.3052.40.1107 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1107. |
||
sl61UserTrap1108 | 1.3.6.1.4.1.3052.40.1108 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1108. |
||
sl61UserTrap1109 | 1.3.6.1.4.1.3052.40.1109 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1109. |
||
sl61UserTrap1110 | 1.3.6.1.4.1.3052.40.1110 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1110. |
||
sl61UserTrap1111 | 1.3.6.1.4.1.3052.40.1111 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1111. |
||
sl61UserTrap1112 | 1.3.6.1.4.1.3052.40.1112 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1112. |
||
sl61UserTrap1113 | 1.3.6.1.4.1.3052.40.1113 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1113. |
||
sl61UserTrap1114 | 1.3.6.1.4.1.3052.40.1114 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1114. |
||
sl61UserTrap1115 | 1.3.6.1.4.1.3052.40.1115 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1115. |
||
sl61UserTrap1116 | 1.3.6.1.4.1.3052.40.1116 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1116. |
||
sl61UserTrap1117 | 1.3.6.1.4.1.3052.40.1117 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1117. |
||
sl61UserTrap1118 | 1.3.6.1.4.1.3052.40.1118 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1118. |
||
sl61UserTrap1119 | 1.3.6.1.4.1.3052.40.1119 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1119. |
||
sl61UserTrap1120 | 1.3.6.1.4.1.3052.40.1120 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1120. |
||
sl61UserTrap1121 | 1.3.6.1.4.1.3052.40.1121 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1121. |
||
sl61UserTrap1122 | 1.3.6.1.4.1.3052.40.1122 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1122. |
||
sl61UserTrap1123 | 1.3.6.1.4.1.3052.40.1123 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1123. |
||
sl61UserTrap1124 | 1.3.6.1.4.1.3052.40.1124 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1124. |
||
sl61UserTrap1125 | 1.3.6.1.4.1.3052.40.1125 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1125. |
||
sl61UserTrap1126 | 1.3.6.1.4.1.3052.40.1126 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1126. |
||
sl61UserTrap1127 | 1.3.6.1.4.1.3052.40.1127 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1127. |
||
sl61UserTrap1128 | 1.3.6.1.4.1.3052.40.1128 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1128. |
||
sl61UserTrap1129 | 1.3.6.1.4.1.3052.40.1129 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1129. |
||
sl61UserTrap1130 | 1.3.6.1.4.1.3052.40.1130 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1130. |
||
sl61UserTrap1131 | 1.3.6.1.4.1.3052.40.1131 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1131. |
||
sl61UserTrap1132 | 1.3.6.1.4.1.3052.40.1132 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1132. |
||
sl61UserTrap1133 | 1.3.6.1.4.1.3052.40.1133 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1133. |
||
sl61UserTrap1134 | 1.3.6.1.4.1.3052.40.1134 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1134. |
||
sl61UserTrap1135 | 1.3.6.1.4.1.3052.40.1135 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1135. |
||
sl61UserTrap1136 | 1.3.6.1.4.1.3052.40.1136 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1136. |
||
sl61UserTrap1137 | 1.3.6.1.4.1.3052.40.1137 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1137. |
||
sl61UserTrap1138 | 1.3.6.1.4.1.3052.40.1138 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1138. |
||
sl61UserTrap1139 | 1.3.6.1.4.1.3052.40.1139 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1139. |
||
sl61UserTrap1140 | 1.3.6.1.4.1.3052.40.1140 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1140. |
||
sl61UserTrap1141 | 1.3.6.1.4.1.3052.40.1141 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1141. |
||
sl61UserTrap1142 | 1.3.6.1.4.1.3052.40.1142 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1142. |
||
sl61UserTrap1143 | 1.3.6.1.4.1.3052.40.1143 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1143. |
||
sl61UserTrap1144 | 1.3.6.1.4.1.3052.40.1144 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1144. |
||
sl61UserTrap1145 | 1.3.6.1.4.1.3052.40.1145 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1145. |
||
sl61UserTrap1146 | 1.3.6.1.4.1.3052.40.1146 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1146. |
||
sl61UserTrap1147 | 1.3.6.1.4.1.3052.40.1147 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1147. |
||
sl61UserTrap1148 | 1.3.6.1.4.1.3052.40.1148 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1148. |
||
sl61UserTrap1149 | 1.3.6.1.4.1.3052.40.1149 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1149. |
||
sl61UserTrap1150 | 1.3.6.1.4.1.3052.40.1150 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1150. |
||
sl61UserTrap1151 | 1.3.6.1.4.1.3052.40.1151 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1151. |
||
sl61UserTrap1152 | 1.3.6.1.4.1.3052.40.1152 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1152. |
||
sl61UserTrap1153 | 1.3.6.1.4.1.3052.40.1153 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1153. |
||
sl61UserTrap1154 | 1.3.6.1.4.1.3052.40.1154 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1154. |
||
sl61UserTrap1155 | 1.3.6.1.4.1.3052.40.1155 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1155. |
||
sl61UserTrap1156 | 1.3.6.1.4.1.3052.40.1156 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1156. |
||
sl61UserTrap1157 | 1.3.6.1.4.1.3052.40.1157 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1157. |
||
sl61UserTrap1158 | 1.3.6.1.4.1.3052.40.1158 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1158. |
||
sl61UserTrap1159 | 1.3.6.1.4.1.3052.40.1159 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1159. |
||
sl61UserTrap1160 | 1.3.6.1.4.1.3052.40.1160 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1160. |
||
sl61UserTrap1161 | 1.3.6.1.4.1.3052.40.1161 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1161. |
||
sl61UserTrap1162 | 1.3.6.1.4.1.3052.40.1162 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1162. |
||
sl61UserTrap1163 | 1.3.6.1.4.1.3052.40.1163 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1163. |
||
sl61UserTrap1164 | 1.3.6.1.4.1.3052.40.1164 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1164. |
||
sl61UserTrap1165 | 1.3.6.1.4.1.3052.40.1165 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1165. |
||
sl61UserTrap1166 | 1.3.6.1.4.1.3052.40.1166 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1166. |
||
sl61UserTrap1167 | 1.3.6.1.4.1.3052.40.1167 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1167. |
||
sl61UserTrap1168 | 1.3.6.1.4.1.3052.40.1168 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1168. |
||
sl61UserTrap1169 | 1.3.6.1.4.1.3052.40.1169 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1169. |
||
sl61UserTrap1170 | 1.3.6.1.4.1.3052.40.1170 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1170. |
||
sl61UserTrap1171 | 1.3.6.1.4.1.3052.40.1171 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1171. |
||
sl61UserTrap1172 | 1.3.6.1.4.1.3052.40.1172 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1172. |
||
sl61UserTrap1173 | 1.3.6.1.4.1.3052.40.1173 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1173. |
||
sl61UserTrap1174 | 1.3.6.1.4.1.3052.40.1174 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1174. |
||
sl61UserTrap1175 | 1.3.6.1.4.1.3052.40.1175 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1175. |
||
sl61UserTrap1176 | 1.3.6.1.4.1.3052.40.1176 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1176. |
||
sl61UserTrap1177 | 1.3.6.1.4.1.3052.40.1177 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1177. |
||
sl61UserTrap1178 | 1.3.6.1.4.1.3052.40.1178 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1178. |
||
sl61UserTrap1179 | 1.3.6.1.4.1.3052.40.1179 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1179. |
||
sl61UserTrap1180 | 1.3.6.1.4.1.3052.40.1180 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1180. |
||
sl61UserTrap1181 | 1.3.6.1.4.1.3052.40.1181 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1181. |
||
sl61UserTrap1182 | 1.3.6.1.4.1.3052.40.1182 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1182. |
||
sl61UserTrap1183 | 1.3.6.1.4.1.3052.40.1183 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1183. |
||
sl61UserTrap1184 | 1.3.6.1.4.1.3052.40.1184 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1184. |
||
sl61UserTrap1185 | 1.3.6.1.4.1.3052.40.1185 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1185. |
||
sl61UserTrap1186 | 1.3.6.1.4.1.3052.40.1186 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1186. |
||
sl61UserTrap1187 | 1.3.6.1.4.1.3052.40.1187 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1187. |
||
sl61UserTrap1188 | 1.3.6.1.4.1.3052.40.1188 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1188. |
||
sl61UserTrap1189 | 1.3.6.1.4.1.3052.40.1189 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1189. |
||
sl61UserTrap1190 | 1.3.6.1.4.1.3052.40.1190 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1190. |
||
sl61UserTrap1191 | 1.3.6.1.4.1.3052.40.1191 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1191. |
||
sl61UserTrap1192 | 1.3.6.1.4.1.3052.40.1192 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1192. |
||
sl61UserTrap1193 | 1.3.6.1.4.1.3052.40.1193 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1193. |
||
sl61UserTrap1194 | 1.3.6.1.4.1.3052.40.1194 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1194. |
||
sl61UserTrap1195 | 1.3.6.1.4.1.3052.40.1195 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1195. |
||
sl61UserTrap1196 | 1.3.6.1.4.1.3052.40.1196 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1196. |
||
sl61UserTrap1197 | 1.3.6.1.4.1.3052.40.1197 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1197. |
||
sl61UserTrap1198 | 1.3.6.1.4.1.3052.40.1198 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1198. |
||
sl61UserTrap1199 | 1.3.6.1.4.1.3052.40.1199 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1199. |