Observium_CE/mibs/asentria/DL150-STD-MIB

2788 lines
105 KiB
Plaintext

-- DL150 MIB
-- v 1.13 01/05/06
-- Copyright (c) 2002-2006 by Omnitronix, Inc. All rights reserved.
DL150-STD-MIB DEFINITIONS ::= BEGIN
IMPORTS
ObjectName, enterprises, IpAddress
FROM RFC1155-SMI
OBJECT-TYPE
FROM RFC-1212
DisplayString
FROM SNMPv2-TC
TRAP-TYPE
FROM RFC-1215 ;
--***************************************************************************************
--MIB View
--***************************************************************************************
-- status .1
-- eventSensorStatus .1.1
-- esPointTable .1.1.1
-- esPointEntry .1.1.1.1
-- esIndexES .1.1.1.1.1
-- esIndexPC .1.1.1.1.2
-- esIndexPoint .1.1.1.1.3
-- esPointName .1.1.1.1.4
-- config .2
-- eventSensorBasics .2.1
-- esNumberEventSensors .2.1.1
-- esTable .2.1.2
-- esEntry .2.1.2.1
-- esIndex .2.1.2.1.1
-- esName .2.1.2.1.2
-- esID .2.1.2.1.3
-- time .2.8
-- clock .2.8.1
-- productIds .3
-- siteID .3.1
-- thisProduct .3.2
-- stockTrapString .3.3
-- trapEventTypeNumber .3.4
-- trapEventTypeName .3.5
-- trapIncludedValue .3.6
-- trapIncludedString .3.7
-- trapTypeString .3.8
-- trapEventClassNumber .3.9
-- trapEventClassName .3.10
--***************************************************************************************
--TOP-LEVEL OBJECT IDENTIFIERS
--***************************************************************************************
omnitronix OBJECT IDENTIFIER ::= { enterprises 3052 }
--1.3.6.1.4.1.3052
dl150 OBJECT IDENTIFIER ::= { omnitronix 6 }
--1.3.6.1.4.1.3052.6
status OBJECT IDENTIFIER ::= { dl150 1 }
--1.3.6.1.4.1.3052.6.1
eventSensorStatus OBJECT IDENTIFIER ::= { status 1 }
--1.3.6.1.4.1.3052.6.1.1
config OBJECT IDENTIFIER ::= { dl150 2 }
--1.3.6.1.4.1.3052.6.2
eventSensorBasics OBJECT IDENTIFIER ::= { config 1 }
--1.3.6.1.4.1.3052.6.2.1
time OBJECT IDENTIFIER ::= { config 8 }
--1.3.6.1.4.1.3052.6.2.8
productIds OBJECT IDENTIFIER ::= { dl150 3 }
--1.3.6.1.4.1.3052.6.3
--***************************************************************************************
--OBJECT DEFINITIONS
--***************************************************************************************
--***************************************************************************************
--EventSensor Status Section 1.1
--***************************************************************************************
esPointTable OBJECT-TYPE
SYNTAX SEQUENCE OF ESPoint
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"
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).
"
::= { eventSensorStatus 1 }
--1.3.6.1.4.1.3052.6.1.1.1
esPointEntry OBJECT-TYPE
SYNTAX ESPoint
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"Entry for EventSensor point table"
INDEX { esIndexES, esIndexPC, esIndexPoint }
::= { esPointTable 1 }
--1.3.6.1.4.1.3052.6.1.1.1.1
esIndexES OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"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.
"
::= { esPointEntry 1 }
--1.3.6.1.4.1.3052.6.1.1.1.1.1
esIndexPC OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"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
"
::= { esPointEntry 2 }
--1.3.6.1.4.1.3052.6.1.1.1.1.2
esIndexPoint OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"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."
::= { esPointEntry 3 }
--1.3.6.1.4.1.3052.6.1.1.1.1.3
esPointName OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-write
STATUS mandatory
DESCRIPTION
"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 '<EventSensor
name>'. 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 '<Sensor name>'. Setting this object for these NON-
solitary point indices sets the sensor name only - not the
EventSensor name."
::= { esPointEntry 4 }
--1.3.6.1.4.1.3052.6.1.1.1.1.4
--***************************************************************************************
--EventSensor Basics Section 2.1
--***************************************************************************************
esNumberEventSensors OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of EventSensors recognized by the unit,
including the internal EventSensor.
Range: 1-17"
::= { eventSensorBasics 1 }
--1.3.6.1.4.1.3052.6.2.1.1
esTable OBJECT-TYPE
SYNTAX SEQUENCE OF ESExist
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"The table of what EventSensors are attached to the unit,
including the internal EventSensor"
::= { eventSensorBasics 2 }
--1.3.6.1.4.1.3052.6.2.1.2
esEntry OBJECT-TYPE
SYNTAX ESExist
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"Table entry for EventSensor table"
INDEX { esIndex }
::= { esTable 1 }
--1.3.6.1.4.1.3052.6.2.1.2.1
esIndex OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"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.
"
::= { esEntry 1 }
--1.3.6.1.4.1.3052.6.2.1.2.1.1
esName OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The name of the EventSensor"
::= { esEntry 2 }
--1.3.6.1.4.1.3052.6.2.1.2.1.2
esID OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The factory-assigned ID of the EventSensor"
::= { esEntry 3 }
--1.3.6.1.4.1.3052.6.2.1.2.1.3
--***************************************************************************************
--Time Section 2.8
--***************************************************************************************
clock OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-write
STATUS mandatory
DESCRIPTION
"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."
::= { time 1 }
--1.3.6.1.4.1.3052.6.2.8.1
--***************************************************************************************
--Product IDs Section 3
--***************************************************************************************
siteID OBJECT-TYPE
SYNTAX DisplayString
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"Site ID string; Max 40 characters."
::= { productIds 1 }
--1.3.6.1.4.1.3052.6.3.1
stockTrapString OBJECT-TYPE
SYNTAX DisplayString
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"The message defined for the event that triggers a trap."
::= { productIds 3 }
--1.3.6.1.4.1.3052.6.3.3
trapEventTypeNumber OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The user-defined trap variable for the type of
event that happened. Here are the definitions:
1 Data Alarm
2 CRDBFULL
3 NODATA
4 SCHEDULED
5 IPRCSOCKETDOWN
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"
::= { productIds 4 }
--1.3.6.1.4.1.3052.6.3.4
trapEventTypeName OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The user-defined trap variable for the string
corresponding to the event type."
::= { productIds 5 }
--1.3.6.1.4.1.3052.6.3.5
trapIncludedValue OBJECT-TYPE
SYNTAX INTEGER (-32768..32767)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The user-defined trap variable for the generic
included value."
::= { productIds 6 }
--1.3.6.1.4.1.3052.6.3.6
trapIncludedString OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The user-defined trap variable for the generic
included string."
::= { productIds 7 }
--1.3.6.1.4.1.3052.6.3.7
trapTypeString OBJECT-TYPE
SYNTAX DisplayString
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"The cause of the trap, added for DL880 compatibility."
::= { productIds 8 }
--1.3.6.1.4.1.3052.6.3.8
trapEventClassNumber OBJECT-TYPE
SYNTAX INTEGER
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"The user-defined trap variable for the configurable
class number associated with the triggering event."
::= { productIds 9 }
--1.3.6.1.4.1.3052.6.3.9
trapEventClassName OBJECT-TYPE
SYNTAX INTEGER
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"The user-defined trap variable for the configurable
class name associated with the class number."
::= { productIds 10 }
--1.3.6.1.4.1.3052.6.3.10
--***************************************************************************************
--TABLE DEFINITIONS
--***************************************************************************************
ESPoint ::=
SEQUENCE {
esIndexES
INTEGER,
esIndexPC
INTEGER,
esIndexPoint
INTEGER,
esPointName
DisplayString
}
ESExist ::=
SEQUENCE {
esIndex
INTEGER,
esName
DisplayString,
esID
DisplayString
}
--***************************************************************************************
--TRAP DEFINITIONS
--***************************************************************************************
dl150StockContactClosureTrap TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, stockTrapString }
DESCRIPTION
"A stock contact closure trap is issued when a contact closure
event happens."
::= 110
dl150StockTempTrap TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, stockTrapString }
DESCRIPTION
"A stock temperature trap is issued when a temperature event
happens."
::= 120
dl150StockHumidityTrap TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, stockTrapString }
DESCRIPTION
"A stock humidity trap is issued when a humidity event
happens."
::= 130
dl150StockAnalogTrap TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, stockTrapString }
DESCRIPTION
"A stock analog trap is issued when an analog sensor event
happens."
::= 140
dl150StockDbasePfullTrap TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, stockTrapString, trapTypeString }
DESCRIPTION
"The stock database percent full trap is issued
when the database size surpasses the threshold."
::= 501
dl150StockDataAlarmTrap TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, stockTrapString, trapTypeString }
DESCRIPTION
"The stock data alarm trap is issued when a
data alarm happens."
::= 503
dl150StockNoDataAlarmTrap TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, stockTrapString, trapTypeString }
DESCRIPTION
"The stock no-data alarm trap is issued when
the unit has received no data for a configured
interval within a configured schedule."
::= 505
dl150StockSchedTrap TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, stockTrapString, trapTypeString }
DESCRIPTION
"The stock scheduled alarm trap is issued
when the current time reaches the scheduled
alarm time."
::= 506
dl150StockImmediateTrap TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, stockTrapString, trapTypeString }
DESCRIPTION
"The stock immediate alarm trap is issued
when the user enters the DOTRAP command."
::= 507
dl150StockSocketLostTrap TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, stockTrapString, trapTypeString }
DESCRIPTION
"The stock socket lost trap is issued when
the IPRC socket is disconnected."
::= 508
dl150StockCTSTrap TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, stockTrapString, trapTypeString }
DESCRIPTION
"A stock CTS trap is issued when an RS-232 CTS event
happens."
::= 510
dl150UserTrap1000 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1000."
::= 1000
dl150UserTrap1001 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1001."
::= 1001
dl150UserTrap1002 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1002."
::= 1002
dl150UserTrap1003 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1003."
::= 1003
dl150UserTrap1004 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1004."
::= 1004
dl150UserTrap1005 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1005."
::= 1005
dl150UserTrap1006 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1006."
::= 1006
dl150UserTrap1007 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1007."
::= 1007
dl150UserTrap1008 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1008."
::= 1008
dl150UserTrap1009 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1009."
::= 1009
dl150UserTrap1010 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1010."
::= 1010
dl150UserTrap1011 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1011."
::= 1011
dl150UserTrap1012 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1012."
::= 1012
dl150UserTrap1013 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1013."
::= 1013
dl150UserTrap1014 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1014."
::= 1014
dl150UserTrap1015 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1015."
::= 1015
dl150UserTrap1016 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1016."
::= 1016
dl150UserTrap1017 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1017."
::= 1017
dl150UserTrap1018 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1018."
::= 1018
dl150UserTrap1019 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1019."
::= 1019
dl150UserTrap1020 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1020."
::= 1020
dl150UserTrap1021 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1021."
::= 1021
dl150UserTrap1022 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1022."
::= 1022
dl150UserTrap1023 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1023."
::= 1023
dl150UserTrap1024 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1024."
::= 1024
dl150UserTrap1025 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1025."
::= 1025
dl150UserTrap1026 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1026."
::= 1026
dl150UserTrap1027 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1027."
::= 1027
dl150UserTrap1028 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1028."
::= 1028
dl150UserTrap1029 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1029."
::= 1029
dl150UserTrap1030 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1030."
::= 1030
dl150UserTrap1031 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1031."
::= 1031
dl150UserTrap1032 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1032."
::= 1032
dl150UserTrap1033 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1033."
::= 1033
dl150UserTrap1034 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1034."
::= 1034
dl150UserTrap1035 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1035."
::= 1035
dl150UserTrap1036 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1036."
::= 1036
dl150UserTrap1037 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1037."
::= 1037
dl150UserTrap1038 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1038."
::= 1038
dl150UserTrap1039 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1039."
::= 1039
dl150UserTrap1040 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1040."
::= 1040
dl150UserTrap1041 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1041."
::= 1041
dl150UserTrap1042 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1042."
::= 1042
dl150UserTrap1043 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1043."
::= 1043
dl150UserTrap1044 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1044."
::= 1044
dl150UserTrap1045 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1045."
::= 1045
dl150UserTrap1046 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1046."
::= 1046
dl150UserTrap1047 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1047."
::= 1047
dl150UserTrap1048 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1048."
::= 1048
dl150UserTrap1049 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1049."
::= 1049
dl150UserTrap1050 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1050."
::= 1050
dl150UserTrap1051 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1051."
::= 1051
dl150UserTrap1052 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1052."
::= 1052
dl150UserTrap1053 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1053."
::= 1053
dl150UserTrap1054 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1054."
::= 1054
dl150UserTrap1055 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1055."
::= 1055
dl150UserTrap1056 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1056."
::= 1056
dl150UserTrap1057 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1057."
::= 1057
dl150UserTrap1058 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1058."
::= 1058
dl150UserTrap1059 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1059."
::= 1059
dl150UserTrap1060 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1060."
::= 1060
dl150UserTrap1061 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1061."
::= 1061
dl150UserTrap1062 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1062."
::= 1062
dl150UserTrap1063 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1063."
::= 1063
dl150UserTrap1064 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1064."
::= 1064
dl150UserTrap1065 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1065."
::= 1065
dl150UserTrap1066 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1066."
::= 1066
dl150UserTrap1067 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1067."
::= 1067
dl150UserTrap1068 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1068."
::= 1068
dl150UserTrap1069 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1069."
::= 1069
dl150UserTrap1070 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1070."
::= 1070
dl150UserTrap1071 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1071."
::= 1071
dl150UserTrap1072 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1072."
::= 1072
dl150UserTrap1073 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1073."
::= 1073
dl150UserTrap1074 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1074."
::= 1074
dl150UserTrap1075 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1075."
::= 1075
dl150UserTrap1076 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1076."
::= 1076
dl150UserTrap1077 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1077."
::= 1077
dl150UserTrap1078 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1078."
::= 1078
dl150UserTrap1079 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1079."
::= 1079
dl150UserTrap1080 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1080."
::= 1080
dl150UserTrap1081 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1081."
::= 1081
dl150UserTrap1082 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1082."
::= 1082
dl150UserTrap1083 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1083."
::= 1083
dl150UserTrap1084 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1084."
::= 1084
dl150UserTrap1085 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1085."
::= 1085
dl150UserTrap1086 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1086."
::= 1086
dl150UserTrap1087 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1087."
::= 1087
dl150UserTrap1088 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1088."
::= 1088
dl150UserTrap1089 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1089."
::= 1089
dl150UserTrap1090 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1090."
::= 1090
dl150UserTrap1091 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1091."
::= 1091
dl150UserTrap1092 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1092."
::= 1092
dl150UserTrap1093 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1093."
::= 1093
dl150UserTrap1094 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1094."
::= 1094
dl150UserTrap1095 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1095."
::= 1095
dl150UserTrap1096 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1096."
::= 1096
dl150UserTrap1097 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1097."
::= 1097
dl150UserTrap1098 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1098."
::= 1098
dl150UserTrap1099 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1099."
::= 1099
dl150UserTrap1100 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1100."
::= 1100
dl150UserTrap1101 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1101."
::= 1101
dl150UserTrap1102 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1102."
::= 1102
dl150UserTrap1103 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1103."
::= 1103
dl150UserTrap1104 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1104."
::= 1104
dl150UserTrap1105 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1105."
::= 1105
dl150UserTrap1106 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1106."
::= 1106
dl150UserTrap1107 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1107."
::= 1107
dl150UserTrap1108 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1108."
::= 1108
dl150UserTrap1109 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1109."
::= 1109
dl150UserTrap1110 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1110."
::= 1110
dl150UserTrap1111 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1111."
::= 1111
dl150UserTrap1112 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1112."
::= 1112
dl150UserTrap1113 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1113."
::= 1113
dl150UserTrap1114 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1114."
::= 1114
dl150UserTrap1115 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1115."
::= 1115
dl150UserTrap1116 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1116."
::= 1116
dl150UserTrap1117 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1117."
::= 1117
dl150UserTrap1118 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1118."
::= 1118
dl150UserTrap1119 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1119."
::= 1119
dl150UserTrap1120 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1120."
::= 1120
dl150UserTrap1121 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1121."
::= 1121
dl150UserTrap1122 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1122."
::= 1122
dl150UserTrap1123 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1123."
::= 1123
dl150UserTrap1124 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1124."
::= 1124
dl150UserTrap1125 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1125."
::= 1125
dl150UserTrap1126 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1126."
::= 1126
dl150UserTrap1127 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1127."
::= 1127
dl150UserTrap1128 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1128."
::= 1128
dl150UserTrap1129 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1129."
::= 1129
dl150UserTrap1130 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1130."
::= 1130
dl150UserTrap1131 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1131."
::= 1131
dl150UserTrap1132 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1132."
::= 1132
dl150UserTrap1133 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1133."
::= 1133
dl150UserTrap1134 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1134."
::= 1134
dl150UserTrap1135 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1135."
::= 1135
dl150UserTrap1136 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1136."
::= 1136
dl150UserTrap1137 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1137."
::= 1137
dl150UserTrap1138 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1138."
::= 1138
dl150UserTrap1139 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1139."
::= 1139
dl150UserTrap1140 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1140."
::= 1140
dl150UserTrap1141 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1141."
::= 1141
dl150UserTrap1142 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1142."
::= 1142
dl150UserTrap1143 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1143."
::= 1143
dl150UserTrap1144 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1144."
::= 1144
dl150UserTrap1145 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1145."
::= 1145
dl150UserTrap1146 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1146."
::= 1146
dl150UserTrap1147 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1147."
::= 1147
dl150UserTrap1148 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1148."
::= 1148
dl150UserTrap1149 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1149."
::= 1149
dl150UserTrap1150 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1150."
::= 1150
dl150UserTrap1151 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1151."
::= 1151
dl150UserTrap1152 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1152."
::= 1152
dl150UserTrap1153 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1153."
::= 1153
dl150UserTrap1154 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1154."
::= 1154
dl150UserTrap1155 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1155."
::= 1155
dl150UserTrap1156 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1156."
::= 1156
dl150UserTrap1157 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1157."
::= 1157
dl150UserTrap1158 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1158."
::= 1158
dl150UserTrap1159 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1159."
::= 1159
dl150UserTrap1160 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1160."
::= 1160
dl150UserTrap1161 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1161."
::= 1161
dl150UserTrap1162 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1162."
::= 1162
dl150UserTrap1163 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1163."
::= 1163
dl150UserTrap1164 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1164."
::= 1164
dl150UserTrap1165 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1165."
::= 1165
dl150UserTrap1166 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1166."
::= 1166
dl150UserTrap1167 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1167."
::= 1167
dl150UserTrap1168 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1168."
::= 1168
dl150UserTrap1169 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1169."
::= 1169
dl150UserTrap1170 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1170."
::= 1170
dl150UserTrap1171 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1171."
::= 1171
dl150UserTrap1172 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1172."
::= 1172
dl150UserTrap1173 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1173."
::= 1173
dl150UserTrap1174 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1174."
::= 1174
dl150UserTrap1175 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1175."
::= 1175
dl150UserTrap1176 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1176."
::= 1176
dl150UserTrap1177 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1177."
::= 1177
dl150UserTrap1178 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1178."
::= 1178
dl150UserTrap1179 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1179."
::= 1179
dl150UserTrap1180 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1180."
::= 1180
dl150UserTrap1181 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1181."
::= 1181
dl150UserTrap1182 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1182."
::= 1182
dl150UserTrap1183 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1183."
::= 1183
dl150UserTrap1184 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1184."
::= 1184
dl150UserTrap1185 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1185."
::= 1185
dl150UserTrap1186 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1186."
::= 1186
dl150UserTrap1187 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1187."
::= 1187
dl150UserTrap1188 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1188."
::= 1188
dl150UserTrap1189 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1189."
::= 1189
dl150UserTrap1190 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1190."
::= 1190
dl150UserTrap1191 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1191."
::= 1191
dl150UserTrap1192 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1192."
::= 1192
dl150UserTrap1193 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1193."
::= 1193
dl150UserTrap1194 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1194."
::= 1194
dl150UserTrap1195 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1195."
::= 1195
dl150UserTrap1196 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1196."
::= 1196
dl150UserTrap1197 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1197."
::= 1197
dl150UserTrap1198 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1198."
::= 1198
dl150UserTrap1199 TRAP-TYPE
ENTERPRISE dl150
VARIABLES { siteID, esIndex, esName, trapEventTypeNumber,
trapEventTypeName, esIndexPoint, esPointName, esID,
clock, trapIncludedValue, trapIncludedString,
trapEventClassNumber, trapEventClassName }
DESCRIPTION
"This user-defined trap is issued when an event happens that causes a
trap with specific trap type 1199."
::= 1199
END