ℹ️ Your data is safe here... unless you make the SNIP gods angry. And let's just say they have a really bad sense of humor.

From Anorexic Hamerkop, 3 Months ago, written in Plain Text.
Embed
  1. COMAP-InteliLite4-29 DEFINITIONS ::= BEGIN
  2.  
  3. --******************************************************************--
  4. IMPORTS
  5.     OBJECT-GROUP, NOTIFICATION-GROUP
  6.         FROM SNMPv2-CONF
  7.     Gauge32, Integer32, OBJECT-TYPE, MODULE-IDENTITY, NOTIFICATION-TYPE, enterprises
  8.         FROM SNMPv2-SMI
  9.     DisplayString
  10.         FROM SNMPv2-TC;
  11.  
  12. il4-29 MODULE-IDENTITY
  13. LAST-UPDATED "202409161131Z"
  14. ORGANIZATION "ComAp a.s."
  15. CONTACT-INFO "ComAp"
  16. DESCRIPTION  "InteliLite4-29"
  17. REVISION     "202409161131Z"
  18. DESCRIPTION  "None"
  19. ::= {enterprises 28634 29}
  20.  
  21. --******************************************************************--
  22.  
  23. notifications  OBJECT IDENTIFIER ::= { il4-29 0 }
  24. groupRdFix   OBJECT IDENTIFIER ::= { il4-29 1 }
  25. groupRdCfg   OBJECT IDENTIFIER ::= { il4-29 2 }
  26. groupWrFix   OBJECT IDENTIFIER ::= { il4-29 3 }
  27. groupWrCfg   OBJECT IDENTIFIER ::= { il4-29 4 }
  28. groupW    OBJECT IDENTIFIER ::= { il4-29 5 }
  29. notificationData OBJECT IDENTIFIER ::= { il4-29 6 }
  30. conformanceGroups OBJECT IDENTIFIER ::= { il4-29 10}
  31.  
  32. --******************************************************************--
  33.  
  34.  
  35. --******************************************************************--
  36.  
  37. conformanceGroupRdCfg OBJECT-GROUP
  38.  OBJECTS { vGeneratorVoltageL1N, vGeneratorVoltageL2N, vGeneratorVoltageL3N, vMainsVoltageL1N, vMainsVoltageL2N,
  39. vMainsVoltageL3N, vLoadCurrentL1, vLoadCurrentL2, vLoadCurrentL3, vLoadP,
  40. vLoadQ, vLoadPowerFactor, vGensetKWh, vRunningHours, vNumStarts,
  41. vGeneratorFrequency, vMainsFrequency, vBatteryVolts, vBinaryInputs, vBinaryOutputs,
  42. vLoadCharacter, vLoadPL1, vLoadPL2, vLoadPL3, vLoadQL1,
  43. vLoadQL2, vLoadQL3, vLoadSL1, vLoadSL2, vLoadSL3,
  44. vLoadPowerFactorL1, vLoadPowerFactorL2, vLoadPowerFactorL3, vGensetKVArh, vLoadS,
  45. vLoadCharacterL1, vLoadCharacterL2, vLoadCharacterL3, vTotalFuelConsumption, vNotUsed,
  46. vNotUsed, vFuelLevel, vEngineState, vBreakerState, vGeneratorVoltageL1L2,
  47. vGeneratorVoltageL2L3, vGeneratorVoltageL3L1, vMainsVoltageL1L2, vMainsVoltageL2L3, vMainsVoltageL3L1,
  48. vControllerMode, vRPM, vCUTemperature, vGeneratorCurrentUnbalance, vDPlus,
  49. vMainsKWh, vMainsKVArh, vNumEStops, vShutdowns, vMaintenanceTimer1RunHours,
  50. vMaintenanceTimer2RunHours, vMaintenanceTimer3RunHours, vDEFLevel, vDPF1SootLoad, vMasterRunningHours,
  51. vSlaveRunningHours, vRunningHoursToSwap, vECUAIN3272, vECUAIN3271, vECUAIN3270,
  52. vECUAIN3269, vECUAIN3268, vECUAIN3267, vECUAIN3266, vECUAIN3265,
  53. vECUAIN3264, vECUAIN3263, vECUAIN3262, vECUAIN3261, vECUAIN3260,
  54. vECUAIN3259, vECUAIN3258, vECUAIN3257, vECUAIN3256, vECUAIN3255,
  55. vECUAIN3254, vECUAIN3253, vECUAIN3252, vECUAIN3251, vECUAIN3250,
  56. vECUAIN3249, vECUAIN3248, vECUAIN3247, vECUAIN3246, vECUAIN3245,
  57. vECUAIN3244, vECUAIN3243, vECUAIN3242, vECUAIN3241, vECUAIN3240,
  58. vECUAIN3239, vECUAIN3238, vECUAIN3237, vECUAIN3236, vECUAIN3235,
  59. vECUAIN3234, vECUAIN3233, vECUAIN3232, vECUAIN3231, vECUAIN3230,
  60. vECUAIN3229, vECUAIN3228, vECUAIN3227, vECUAIN3226, vECUAIN3225,
  61. vECUAIN3224, vECUAIN3223, vECUAIN3222, vECUAIN3221, vECUAIN3220,
  62. vECUAIN3219, vECUAIN3218, vECUAIN3217, vECUAIN3216, vECUAIN3215,
  63. vECUAIN3214, vECUAIN3213, vECUAIN3212, vECUAIN3211, vECUAIN3210,
  64. vECUAIN329, vECUAIN328, vECUAIN327, vECUAIN326, vECUAIN325,
  65. vECUAIN324, vECUAIN323, vECUAIN322, vECUAIN321, vExerciseTimer1,
  66. vExerciseTimer2, vExerciseTimer3, vExerciseTimer4, vExerciseTimer5, vExerciseTimer6,
  67. vUniversalHoursCounter1, vUniversalHoursCounter2, vDate, vTime }
  68.  STATUS  current
  69.  DESCRIPTION  "Objects for reading only"
  70.  ::= { conformanceGroups 1 }
  71.  
  72. vGeneratorVoltageL1N OBJECT-TYPE
  73.  SYNTAX Integer32(0..65535)
  74.  MAX-ACCESS read-only
  75.  STATUS current
  76.  DESCRIPTION "DEC=0, UNIT='V'"
  77.  ::= { groupRdCfg 8192 }
  78.  
  79. vGeneratorVoltageL2N OBJECT-TYPE
  80.  SYNTAX Integer32(0..65535)
  81.  MAX-ACCESS read-only
  82.  STATUS current
  83.  DESCRIPTION "DEC=0, UNIT='V'"
  84.  ::= { groupRdCfg 8193 }
  85.  
  86. vGeneratorVoltageL3N OBJECT-TYPE
  87.  SYNTAX Integer32(0..65535)
  88.  MAX-ACCESS read-only
  89.  STATUS current
  90.  DESCRIPTION "DEC=0, UNIT='V'"
  91.  ::= { groupRdCfg 8194 }
  92.  
  93. vMainsVoltageL1N OBJECT-TYPE
  94.  SYNTAX Integer32(0..65535)
  95.  MAX-ACCESS read-only
  96.  STATUS current
  97.  DESCRIPTION "DEC=0, UNIT='V'"
  98.  ::= { groupRdCfg 8195 }
  99.  
  100. vMainsVoltageL2N OBJECT-TYPE
  101.  SYNTAX Integer32(0..65535)
  102.  MAX-ACCESS read-only
  103.  STATUS current
  104.  DESCRIPTION "DEC=0, UNIT='V'"
  105.  ::= { groupRdCfg 8196 }
  106.  
  107. vMainsVoltageL3N OBJECT-TYPE
  108.  SYNTAX Integer32(0..65535)
  109.  MAX-ACCESS read-only
  110.  STATUS current
  111.  DESCRIPTION "DEC=0, UNIT='V'"
  112.  ::= { groupRdCfg 8197 }
  113.  
  114. vLoadCurrentL1 OBJECT-TYPE
  115.  SYNTAX Integer32(0..65535)
  116.  MAX-ACCESS read-only
  117.  STATUS current
  118.  DESCRIPTION "DEC=0, UNIT='A'"
  119.  ::= { groupRdCfg 8198 }
  120.  
  121. vLoadCurrentL2 OBJECT-TYPE
  122.  SYNTAX Integer32(0..65535)
  123.  MAX-ACCESS read-only
  124.  STATUS current
  125.  DESCRIPTION "DEC=0, UNIT='A'"
  126.  ::= { groupRdCfg 8199 }
  127.  
  128. vLoadCurrentL3 OBJECT-TYPE
  129.  SYNTAX Integer32(0..65535)
  130.  MAX-ACCESS read-only
  131.  STATUS current
  132.  DESCRIPTION "DEC=0, UNIT='A'"
  133.  ::= { groupRdCfg 8200 }
  134.  
  135. vLoadP OBJECT-TYPE
  136.  SYNTAX Integer32(-32768..32767)
  137.  MAX-ACCESS read-only
  138.  STATUS current
  139.  DESCRIPTION "DEC=0, UNIT='kW'"
  140.  ::= { groupRdCfg 8202 }
  141.  
  142. vLoadQ OBJECT-TYPE
  143.  SYNTAX Integer32(-32768..32767)
  144.  MAX-ACCESS read-only
  145.  STATUS current
  146.  DESCRIPTION "DEC=0, UNIT='kVAr'"
  147.  ::= { groupRdCfg 8203 }
  148.  
  149. vLoadPowerFactor OBJECT-TYPE
  150.  SYNTAX Integer32(-128..127)
  151.  MAX-ACCESS read-only
  152.  STATUS current
  153.  DESCRIPTION "DEC=2, UNIT=''"
  154.  ::= { groupRdCfg 8204 }
  155.  
  156. vGensetKWh OBJECT-TYPE
  157.  SYNTAX Integer32
  158.  MAX-ACCESS read-only
  159.  STATUS current
  160.  DESCRIPTION "DEC=0, UNIT='kWh'"
  161.  ::= { groupRdCfg 8205 }
  162.  
  163. vRunningHours OBJECT-TYPE
  164.  SYNTAX Integer32
  165.  MAX-ACCESS read-only
  166.  STATUS current
  167.  DESCRIPTION "DEC=1, UNIT='h'"
  168.  ::= { groupRdCfg 8206 }
  169.  
  170. vNumStarts OBJECT-TYPE
  171.  SYNTAX Integer32(0..65535)
  172.  MAX-ACCESS read-only
  173.  STATUS current
  174.  DESCRIPTION "DEC=0, UNIT=''"
  175.  ::= { groupRdCfg 8207 }
  176.  
  177. vGeneratorFrequency OBJECT-TYPE
  178.  SYNTAX Integer32(0..65535)
  179.  MAX-ACCESS read-only
  180.  STATUS current
  181.  DESCRIPTION "DEC=1, UNIT='Hz'"
  182.  ::= { groupRdCfg 8210 }
  183.  
  184. vMainsFrequency OBJECT-TYPE
  185.  SYNTAX Integer32(0..65535)
  186.  MAX-ACCESS read-only
  187.  STATUS current
  188.  DESCRIPTION "DEC=1, UNIT='Hz'"
  189.  ::= { groupRdCfg 8211 }
  190.  
  191. vBatteryVolts OBJECT-TYPE
  192.  SYNTAX Integer32(-32768..32767)
  193.  MAX-ACCESS read-only
  194.  STATUS current
  195.  DESCRIPTION "DEC=1, UNIT='V'"
  196.  ::= { groupRdCfg 8213 }
  197.  
  198. vBinaryInputs OBJECT-TYPE
  199.  SYNTAX OCTET STRING
  200.  MAX-ACCESS read-only
  201.  STATUS current
  202.  DESCRIPTION "BINARY, BITS=8"
  203.  ::= { groupRdCfg 8235 }
  204.  
  205. vBinaryOutputs OBJECT-TYPE
  206.  SYNTAX OCTET STRING
  207.  MAX-ACCESS read-only
  208.  STATUS current
  209.  DESCRIPTION "BINARY, BITS=8"
  210.  ::= { groupRdCfg 8239 }
  211.  
  212. vLoadCharacter OBJECT-TYPE
  213.  SYNTAX DisplayString
  214.  MAX-ACCESS read-only
  215.  STATUS current
  216.  DESCRIPTION "String"
  217.  ::= { groupRdCfg 8395 }
  218.  
  219. vLoadPL1 OBJECT-TYPE
  220.  SYNTAX Integer32(-32768..32767)
  221.  MAX-ACCESS read-only
  222.  STATUS current
  223.  DESCRIPTION "DEC=0, UNIT='kW'"
  224.  ::= { groupRdCfg 8524 }
  225.  
  226. vLoadPL2 OBJECT-TYPE
  227.  SYNTAX Integer32(-32768..32767)
  228.  MAX-ACCESS read-only
  229.  STATUS current
  230.  DESCRIPTION "DEC=0, UNIT='kW'"
  231.  ::= { groupRdCfg 8525 }
  232.  
  233. vLoadPL3 OBJECT-TYPE
  234.  SYNTAX Integer32(-32768..32767)
  235.  MAX-ACCESS read-only
  236.  STATUS current
  237.  DESCRIPTION "DEC=0, UNIT='kW'"
  238.  ::= { groupRdCfg 8526 }
  239.  
  240. vLoadQL1 OBJECT-TYPE
  241.  SYNTAX Integer32(-32768..32767)
  242.  MAX-ACCESS read-only
  243.  STATUS current
  244.  DESCRIPTION "DEC=0, UNIT='kVAr'"
  245.  ::= { groupRdCfg 8527 }
  246.  
  247. vLoadQL2 OBJECT-TYPE
  248.  SYNTAX Integer32(-32768..32767)
  249.  MAX-ACCESS read-only
  250.  STATUS current
  251.  DESCRIPTION "DEC=0, UNIT='kVAr'"
  252.  ::= { groupRdCfg 8528 }
  253.  
  254. vLoadQL3 OBJECT-TYPE
  255.  SYNTAX Integer32(-32768..32767)
  256.  MAX-ACCESS read-only
  257.  STATUS current
  258.  DESCRIPTION "DEC=0, UNIT='kVAr'"
  259.  ::= { groupRdCfg 8529 }
  260.  
  261. vLoadSL1 OBJECT-TYPE
  262.  SYNTAX Integer32(-32768..32767)
  263.  MAX-ACCESS read-only
  264.  STATUS current
  265.  DESCRIPTION "DEC=0, UNIT='kVA'"
  266.  ::= { groupRdCfg 8530 }
  267.  
  268. vLoadSL2 OBJECT-TYPE
  269.  SYNTAX Integer32(-32768..32767)
  270.  MAX-ACCESS read-only
  271.  STATUS current
  272.  DESCRIPTION "DEC=0, UNIT='kVA'"
  273.  ::= { groupRdCfg 8531 }
  274.  
  275. vLoadSL3 OBJECT-TYPE
  276.  SYNTAX Integer32(-32768..32767)
  277.  MAX-ACCESS read-only
  278.  STATUS current
  279.  DESCRIPTION "DEC=0, UNIT='kVA'"
  280.  ::= { groupRdCfg 8532 }
  281.  
  282. vLoadPowerFactorL1 OBJECT-TYPE
  283.  SYNTAX Integer32(-128..127)
  284.  MAX-ACCESS read-only
  285.  STATUS current
  286.  DESCRIPTION "DEC=2, UNIT=''"
  287.  ::= { groupRdCfg 8533 }
  288.  
  289. vLoadPowerFactorL2 OBJECT-TYPE
  290.  SYNTAX Integer32(-128..127)
  291.  MAX-ACCESS read-only
  292.  STATUS current
  293.  DESCRIPTION "DEC=2, UNIT=''"
  294.  ::= { groupRdCfg 8534 }
  295.  
  296. vLoadPowerFactorL3 OBJECT-TYPE
  297.  SYNTAX Integer32(-128..127)
  298.  MAX-ACCESS read-only
  299.  STATUS current
  300.  DESCRIPTION "DEC=2, UNIT=''"
  301.  ::= { groupRdCfg 8535 }
  302.  
  303. vGensetKVArh OBJECT-TYPE
  304.  SYNTAX Integer32
  305.  MAX-ACCESS read-only
  306.  STATUS current
  307.  DESCRIPTION "DEC=0, UNIT='kVArh'"
  308.  ::= { groupRdCfg 8539 }
  309.  
  310. vLoadS OBJECT-TYPE
  311.  SYNTAX Integer32(-32768..32767)
  312.  MAX-ACCESS read-only
  313.  STATUS current
  314.  DESCRIPTION "DEC=0, UNIT='kVA'"
  315.  ::= { groupRdCfg 8565 }
  316.  
  317. vLoadCharacterL1 OBJECT-TYPE
  318.  SYNTAX DisplayString
  319.  MAX-ACCESS read-only
  320.  STATUS current
  321.  DESCRIPTION "String"
  322.  ::= { groupRdCfg 8626 }
  323.  
  324. vLoadCharacterL2 OBJECT-TYPE
  325.  SYNTAX DisplayString
  326.  MAX-ACCESS read-only
  327.  STATUS current
  328.  DESCRIPTION "String"
  329.  ::= { groupRdCfg 8627 }
  330.  
  331. vLoadCharacterL3 OBJECT-TYPE
  332.  SYNTAX DisplayString
  333.  MAX-ACCESS read-only
  334.  STATUS current
  335.  DESCRIPTION "String"
  336.  ::= { groupRdCfg 8628 }
  337.  
  338. vTotalFuelConsumption OBJECT-TYPE
  339.  SYNTAX Gauge32
  340.  MAX-ACCESS read-only
  341.  STATUS current
  342.  DESCRIPTION "DEC=0, UNIT='l'"
  343.  ::= { groupRdCfg 9040 }
  344.  
  345. vNotUsed OBJECT-TYPE
  346.  SYNTAX Integer32(-32768..32767)
  347.  MAX-ACCESS read-only
  348.  STATUS current
  349.  DESCRIPTION "DEC=0, UNIT=''"
  350.  ::= { groupRdCfg 9151 }
  351.  
  352. vNotUsed OBJECT-TYPE
  353.  SYNTAX Integer32(-32768..32767)
  354.  MAX-ACCESS read-only
  355.  STATUS current
  356.  DESCRIPTION "DEC=0, UNIT=''"
  357.  ::= { groupRdCfg 9152 }
  358.  
  359. vFuelLevel OBJECT-TYPE
  360.  SYNTAX Integer32(-32768..32767)
  361.  MAX-ACCESS read-only
  362.  STATUS current
  363.  DESCRIPTION "DEC=0, UNIT='Percent'"
  364.  ::= { groupRdCfg 9153 }
  365.  
  366. vEngineState OBJECT-TYPE
  367.  SYNTAX Integer32(0..255)
  368.  MAX-ACCESS read-only
  369.  STATUS current
  370.  DESCRIPTION "LIST, 0-Init, 1-Ready, 2-NotReady, 3-Prestart, 4-Cranking, 5-Pause, 6-Starting, 7-Running, 8-Loaded, 9-SoftUnld, 10-Cooling, 11-Stop, 12-Shutdown, 13-Ventil, 14-EmergMan, 15-SoftLoad, 16-WaitStop, 17-SDVentil"
  371.  ::= { groupRdCfg 9244 }
  372.  
  373. vBreakerState OBJECT-TYPE
  374.  SYNTAX Integer32(0..255)
  375.  MAX-ACCESS read-only
  376.  STATUS current
  377.  DESCRIPTION "LIST, 0-Init, 1-BrksOff, 2-IslOper, 3-MainsOper, 4-ParalOper, 5-RevSync, 6-Synchro, 7-MainsFlt, 8-ValidFlt, 9-MainsRet, 10-MultIslOp, 11-MultParOp, 12-EmergMan"
  378.  ::= { groupRdCfg 9245 }
  379.  
  380. vGeneratorVoltageL1L2 OBJECT-TYPE
  381.  SYNTAX Integer32(0..65535)
  382.  MAX-ACCESS read-only
  383.  STATUS current
  384.  DESCRIPTION "DEC=0, UNIT='V'"
  385.  ::= { groupRdCfg 9628 }
  386.  
  387. vGeneratorVoltageL2L3 OBJECT-TYPE
  388.  SYNTAX Integer32(0..65535)
  389.  MAX-ACCESS read-only
  390.  STATUS current
  391.  DESCRIPTION "DEC=0, UNIT='V'"
  392.  ::= { groupRdCfg 9629 }
  393.  
  394. vGeneratorVoltageL3L1 OBJECT-TYPE
  395.  SYNTAX Integer32(0..65535)
  396.  MAX-ACCESS read-only
  397.  STATUS current
  398.  DESCRIPTION "DEC=0, UNIT='V'"
  399.  ::= { groupRdCfg 9630 }
  400.  
  401. vMainsVoltageL1L2 OBJECT-TYPE
  402.  SYNTAX Integer32(0..65535)
  403.  MAX-ACCESS read-only
  404.  STATUS current
  405.  DESCRIPTION "DEC=0, UNIT='V'"
  406.  ::= { groupRdCfg 9631 }
  407.  
  408. vMainsVoltageL2L3 OBJECT-TYPE
  409.  SYNTAX Integer32(0..65535)
  410.  MAX-ACCESS read-only
  411.  STATUS current
  412.  DESCRIPTION "DEC=0, UNIT='V'"
  413.  ::= { groupRdCfg 9632 }
  414.  
  415. vMainsVoltageL3L1 OBJECT-TYPE
  416.  SYNTAX Integer32(0..65535)
  417.  MAX-ACCESS read-only
  418.  STATUS current
  419.  DESCRIPTION "DEC=0, UNIT='V'"
  420.  ::= { groupRdCfg 9633 }
  421.  
  422. vControllerMode OBJECT-TYPE
  423.  SYNTAX Integer32(0..255)
  424.  MAX-ACCESS read-only
  425.  STATUS current
  426.  DESCRIPTION "LIST, 0-OFF, 1-MAN, 2-AUTO, 3-TEST"
  427.  ::= { groupRdCfg 9887 }
  428.  
  429. vRPM OBJECT-TYPE
  430.  SYNTAX Integer32(-32768..32767)
  431.  MAX-ACCESS read-only
  432.  STATUS current
  433.  DESCRIPTION "DEC=0, UNIT='RPM'"
  434.  ::= { groupRdCfg 10123 }
  435.  
  436. vCUTemperature OBJECT-TYPE
  437.  SYNTAX Integer32(-32768..32767)
  438.  MAX-ACCESS read-only
  439.  STATUS current
  440.  DESCRIPTION "DEC=1, UNIT='DegreeC'"
  441.  ::= { groupRdCfg 10124 }
  442.  
  443. vGeneratorCurrentUnbalance OBJECT-TYPE
  444.  SYNTAX Integer32(0..65535)
  445.  MAX-ACCESS read-only
  446.  STATUS current
  447.  DESCRIPTION "DEC=0, UNIT='A'"
  448.  ::= { groupRdCfg 10550 }
  449.  
  450. vDPlus OBJECT-TYPE
  451.  SYNTAX Integer32(-32768..32767)
  452.  MAX-ACCESS read-only
  453.  STATUS current
  454.  DESCRIPTION "DEC=1, UNIT='V'"
  455.  ::= { groupRdCfg 10603 }
  456.  
  457. vMainsKWh OBJECT-TYPE
  458.  SYNTAX Integer32
  459.  MAX-ACCESS read-only
  460.  STATUS current
  461.  DESCRIPTION "DEC=0, UNIT='kWh'"
  462.  ::= { groupRdCfg 11025 }
  463.  
  464. vMainsKVArh OBJECT-TYPE
  465.  SYNTAX Integer32
  466.  MAX-ACCESS read-only
  467.  STATUS current
  468.  DESCRIPTION "DEC=0, UNIT='kVArh'"
  469.  ::= { groupRdCfg 11026 }
  470.  
  471. vNumEStops OBJECT-TYPE
  472.  SYNTAX Gauge32
  473.  MAX-ACCESS read-only
  474.  STATUS current
  475.  DESCRIPTION "DEC=0, UNIT=''"
  476.  ::= { groupRdCfg 11195 }
  477.  
  478. vShutdowns OBJECT-TYPE
  479.  SYNTAX Gauge32
  480.  MAX-ACCESS read-only
  481.  STATUS current
  482.  DESCRIPTION "DEC=0, UNIT=''"
  483.  ::= { groupRdCfg 11196 }
  484.  
  485. vMaintenanceTimer1RunHours OBJECT-TYPE
  486.  SYNTAX Integer32(-32768..32767)
  487.  MAX-ACCESS read-only
  488.  STATUS current
  489.  DESCRIPTION "DEC=0, UNIT='h'"
  490.  ::= { groupRdCfg 11616 }
  491.  
  492. vMaintenanceTimer2RunHours OBJECT-TYPE
  493.  SYNTAX Integer32(-32768..32767)
  494.  MAX-ACCESS read-only
  495.  STATUS current
  496.  DESCRIPTION "DEC=0, UNIT='h'"
  497.  ::= { groupRdCfg 11617 }
  498.  
  499. vMaintenanceTimer3RunHours OBJECT-TYPE
  500.  SYNTAX Integer32(-32768..32767)
  501.  MAX-ACCESS read-only
  502.  STATUS current
  503.  DESCRIPTION "DEC=0, UNIT='h'"
  504.  ::= { groupRdCfg 11618 }
  505.  
  506. vDEFLevel OBJECT-TYPE
  507.  SYNTAX Integer32(-32768..32767)
  508.  MAX-ACCESS read-only
  509.  STATUS current
  510.  DESCRIPTION "DEC=0, UNIT='Percent'"
  511.  ::= { groupRdCfg 14522 }
  512.  
  513. vDPF1SootLoad OBJECT-TYPE
  514.  SYNTAX Integer32(-32768..32767)
  515.  MAX-ACCESS read-only
  516.  STATUS current
  517.  DESCRIPTION "DEC=0, UNIT='Percent'"
  518.  ::= { groupRdCfg 15765 }
  519.  
  520. vMasterRunningHours OBJECT-TYPE
  521.  SYNTAX Integer32
  522.  MAX-ACCESS read-only
  523.  STATUS current
  524.  DESCRIPTION "DEC=1, UNIT='h'"
  525.  ::= { groupRdCfg 16044 }
  526.  
  527. vSlaveRunningHours OBJECT-TYPE
  528.  SYNTAX Integer32
  529.  MAX-ACCESS read-only
  530.  STATUS current
  531.  DESCRIPTION "DEC=1, UNIT='h'"
  532.  ::= { groupRdCfg 16045 }
  533.  
  534. vRunningHoursToSwap OBJECT-TYPE
  535.  SYNTAX Integer32(-32768..32767)
  536.  MAX-ACCESS read-only
  537.  STATUS current
  538.  DESCRIPTION "DEC=1, UNIT='h'"
  539.  ::= { groupRdCfg 16046 }
  540.  
  541. vECUAIN3272 OBJECT-TYPE
  542.  SYNTAX Integer32
  543.  MAX-ACCESS read-only
  544.  STATUS current
  545.  DESCRIPTION "DEC=0, UNIT=''"
  546.  ::= { groupRdCfg 19366 }
  547.  
  548. vECUAIN3271 OBJECT-TYPE
  549.  SYNTAX Integer32
  550.  MAX-ACCESS read-only
  551.  STATUS current
  552.  DESCRIPTION "DEC=0, UNIT=''"
  553.  ::= { groupRdCfg 19367 }
  554.  
  555. vECUAIN3270 OBJECT-TYPE
  556.  SYNTAX Integer32
  557.  MAX-ACCESS read-only
  558.  STATUS current
  559.  DESCRIPTION "DEC=0, UNIT=''"
  560.  ::= { groupRdCfg 19368 }
  561.  
  562. vECUAIN3269 OBJECT-TYPE
  563.  SYNTAX Integer32
  564.  MAX-ACCESS read-only
  565.  STATUS current
  566.  DESCRIPTION "DEC=0, UNIT=''"
  567.  ::= { groupRdCfg 19369 }
  568.  
  569. vECUAIN3268 OBJECT-TYPE
  570.  SYNTAX Integer32
  571.  MAX-ACCESS read-only
  572.  STATUS current
  573.  DESCRIPTION "DEC=0, UNIT=''"
  574.  ::= { groupRdCfg 19370 }
  575.  
  576. vECUAIN3267 OBJECT-TYPE
  577.  SYNTAX Integer32
  578.  MAX-ACCESS read-only
  579.  STATUS current
  580.  DESCRIPTION "DEC=0, UNIT=''"
  581.  ::= { groupRdCfg 19371 }
  582.  
  583. vECUAIN3266 OBJECT-TYPE
  584.  SYNTAX Integer32
  585.  MAX-ACCESS read-only
  586.  STATUS current
  587.  DESCRIPTION "DEC=0, UNIT=''"
  588.  ::= { groupRdCfg 19372 }
  589.  
  590. vECUAIN3265 OBJECT-TYPE
  591.  SYNTAX Integer32
  592.  MAX-ACCESS read-only
  593.  STATUS current
  594.  DESCRIPTION "DEC=0, UNIT=''"
  595.  ::= { groupRdCfg 19373 }
  596.  
  597. vECUAIN3264 OBJECT-TYPE
  598.  SYNTAX Integer32
  599.  MAX-ACCESS read-only
  600.  STATUS current
  601.  DESCRIPTION "DEC=0, UNIT=''"
  602.  ::= { groupRdCfg 19374 }
  603.  
  604. vECUAIN3263 OBJECT-TYPE
  605.  SYNTAX Integer32
  606.  MAX-ACCESS read-only
  607.  STATUS current
  608.  DESCRIPTION "DEC=0, UNIT=''"
  609.  ::= { groupRdCfg 19375 }
  610.  
  611. vECUAIN3262 OBJECT-TYPE
  612.  SYNTAX Integer32
  613.  MAX-ACCESS read-only
  614.  STATUS current
  615.  DESCRIPTION "DEC=0, UNIT=''"
  616.  ::= { groupRdCfg 19376 }
  617.  
  618. vECUAIN3261 OBJECT-TYPE
  619.  SYNTAX Integer32
  620.  MAX-ACCESS read-only
  621.  STATUS current
  622.  DESCRIPTION "DEC=0, UNIT=''"
  623.  ::= { groupRdCfg 19377 }
  624.  
  625. vECUAIN3260 OBJECT-TYPE
  626.  SYNTAX Integer32
  627.  MAX-ACCESS read-only
  628.  STATUS current
  629.  DESCRIPTION "DEC=0, UNIT=''"
  630.  ::= { groupRdCfg 19378 }
  631.  
  632. vECUAIN3259 OBJECT-TYPE
  633.  SYNTAX Integer32
  634.  MAX-ACCESS read-only
  635.  STATUS current
  636.  DESCRIPTION "DEC=0, UNIT=''"
  637.  ::= { groupRdCfg 19379 }
  638.  
  639. vECUAIN3258 OBJECT-TYPE
  640.  SYNTAX Integer32
  641.  MAX-ACCESS read-only
  642.  STATUS current
  643.  DESCRIPTION "DEC=0, UNIT=''"
  644.  ::= { groupRdCfg 19380 }
  645.  
  646. vECUAIN3257 OBJECT-TYPE
  647.  SYNTAX Integer32
  648.  MAX-ACCESS read-only
  649.  STATUS current
  650.  DESCRIPTION "DEC=0, UNIT=''"
  651.  ::= { groupRdCfg 19381 }
  652.  
  653. vECUAIN3256 OBJECT-TYPE
  654.  SYNTAX Integer32
  655.  MAX-ACCESS read-only
  656.  STATUS current
  657.  DESCRIPTION "DEC=0, UNIT=''"
  658.  ::= { groupRdCfg 19382 }
  659.  
  660. vECUAIN3255 OBJECT-TYPE
  661.  SYNTAX Integer32
  662.  MAX-ACCESS read-only
  663.  STATUS current
  664.  DESCRIPTION "DEC=0, UNIT=''"
  665.  ::= { groupRdCfg 19383 }
  666.  
  667. vECUAIN3254 OBJECT-TYPE
  668.  SYNTAX Integer32
  669.  MAX-ACCESS read-only
  670.  STATUS current
  671.  DESCRIPTION "DEC=0, UNIT=''"
  672.  ::= { groupRdCfg 19384 }
  673.  
  674. vECUAIN3253 OBJECT-TYPE
  675.  SYNTAX Integer32
  676.  MAX-ACCESS read-only
  677.  STATUS current
  678.  DESCRIPTION "DEC=0, UNIT=''"
  679.  ::= { groupRdCfg 19385 }
  680.  
  681. vECUAIN3252 OBJECT-TYPE
  682.  SYNTAX Integer32
  683.  MAX-ACCESS read-only
  684.  STATUS current
  685.  DESCRIPTION "DEC=0, UNIT=''"
  686.  ::= { groupRdCfg 19386 }
  687.  
  688. vECUAIN3251 OBJECT-TYPE
  689.  SYNTAX Integer32
  690.  MAX-ACCESS read-only
  691.  STATUS current
  692.  DESCRIPTION "DEC=0, UNIT=''"
  693.  ::= { groupRdCfg 19387 }
  694.  
  695. vECUAIN3250 OBJECT-TYPE
  696.  SYNTAX Integer32
  697.  MAX-ACCESS read-only
  698.  STATUS current
  699.  DESCRIPTION "DEC=0, UNIT=''"
  700.  ::= { groupRdCfg 19388 }
  701.  
  702. vECUAIN3249 OBJECT-TYPE
  703.  SYNTAX Integer32
  704.  MAX-ACCESS read-only
  705.  STATUS current
  706.  DESCRIPTION "DEC=0, UNIT=''"
  707.  ::= { groupRdCfg 19389 }
  708.  
  709. vECUAIN3248 OBJECT-TYPE
  710.  SYNTAX Integer32
  711.  MAX-ACCESS read-only
  712.  STATUS current
  713.  DESCRIPTION "DEC=0, UNIT=''"
  714.  ::= { groupRdCfg 19390 }
  715.  
  716. vECUAIN3247 OBJECT-TYPE
  717.  SYNTAX Integer32
  718.  MAX-ACCESS read-only
  719.  STATUS current
  720.  DESCRIPTION "DEC=0, UNIT=''"
  721.  ::= { groupRdCfg 19391 }
  722.  
  723. vECUAIN3246 OBJECT-TYPE
  724.  SYNTAX Integer32
  725.  MAX-ACCESS read-only
  726.  STATUS current
  727.  DESCRIPTION "DEC=0, UNIT=''"
  728.  ::= { groupRdCfg 19392 }
  729.  
  730. vECUAIN3245 OBJECT-TYPE
  731.  SYNTAX Integer32
  732.  MAX-ACCESS read-only
  733.  STATUS current
  734.  DESCRIPTION "DEC=0, UNIT=''"
  735.  ::= { groupRdCfg 19393 }
  736.  
  737. vECUAIN3244 OBJECT-TYPE
  738.  SYNTAX Integer32
  739.  MAX-ACCESS read-only
  740.  STATUS current
  741.  DESCRIPTION "DEC=0, UNIT=''"
  742.  ::= { groupRdCfg 19394 }
  743.  
  744. vECUAIN3243 OBJECT-TYPE
  745.  SYNTAX Integer32
  746.  MAX-ACCESS read-only
  747.  STATUS current
  748.  DESCRIPTION "DEC=0, UNIT=''"
  749.  ::= { groupRdCfg 19395 }
  750.  
  751. vECUAIN3242 OBJECT-TYPE
  752.  SYNTAX Integer32
  753.  MAX-ACCESS read-only
  754.  STATUS current
  755.  DESCRIPTION "DEC=0, UNIT=''"
  756.  ::= { groupRdCfg 19396 }
  757.  
  758. vECUAIN3241 OBJECT-TYPE
  759.  SYNTAX Integer32
  760.  MAX-ACCESS read-only
  761.  STATUS current
  762.  DESCRIPTION "DEC=0, UNIT=''"
  763.  ::= { groupRdCfg 19397 }
  764.  
  765. vECUAIN3240 OBJECT-TYPE
  766.  SYNTAX Integer32
  767.  MAX-ACCESS read-only
  768.  STATUS current
  769.  DESCRIPTION "DEC=0, UNIT=''"
  770.  ::= { groupRdCfg 19398 }
  771.  
  772. vECUAIN3239 OBJECT-TYPE
  773.  SYNTAX Integer32
  774.  MAX-ACCESS read-only
  775.  STATUS current
  776.  DESCRIPTION "DEC=0, UNIT=''"
  777.  ::= { groupRdCfg 19399 }
  778.  
  779. vECUAIN3238 OBJECT-TYPE
  780.  SYNTAX Integer32
  781.  MAX-ACCESS read-only
  782.  STATUS current
  783.  DESCRIPTION "DEC=0, UNIT=''"
  784.  ::= { groupRdCfg 19400 }
  785.  
  786. vECUAIN3237 OBJECT-TYPE
  787.  SYNTAX Integer32
  788.  MAX-ACCESS read-only
  789.  STATUS current
  790.  DESCRIPTION "DEC=0, UNIT=''"
  791.  ::= { groupRdCfg 19401 }
  792.  
  793. vECUAIN3236 OBJECT-TYPE
  794.  SYNTAX Integer32
  795.  MAX-ACCESS read-only
  796.  STATUS current
  797.  DESCRIPTION "DEC=0, UNIT=''"
  798.  ::= { groupRdCfg 19402 }
  799.  
  800. vECUAIN3235 OBJECT-TYPE
  801.  SYNTAX Integer32
  802.  MAX-ACCESS read-only
  803.  STATUS current
  804.  DESCRIPTION "DEC=0, UNIT=''"
  805.  ::= { groupRdCfg 19403 }
  806.  
  807. vECUAIN3234 OBJECT-TYPE
  808.  SYNTAX Integer32
  809.  MAX-ACCESS read-only
  810.  STATUS current
  811.  DESCRIPTION "DEC=0, UNIT=''"
  812.  ::= { groupRdCfg 19404 }
  813.  
  814. vECUAIN3233 OBJECT-TYPE
  815.  SYNTAX Integer32
  816.  MAX-ACCESS read-only
  817.  STATUS current
  818.  DESCRIPTION "DEC=0, UNIT=''"
  819.  ::= { groupRdCfg 19405 }
  820.  
  821. vECUAIN3232 OBJECT-TYPE
  822.  SYNTAX Integer32
  823.  MAX-ACCESS read-only
  824.  STATUS current
  825.  DESCRIPTION "DEC=0, UNIT=''"
  826.  ::= { groupRdCfg 19406 }
  827.  
  828. vECUAIN3231 OBJECT-TYPE
  829.  SYNTAX Integer32
  830.  MAX-ACCESS read-only
  831.  STATUS current
  832.  DESCRIPTION "DEC=0, UNIT=''"
  833.  ::= { groupRdCfg 19407 }
  834.  
  835. vECUAIN3230 OBJECT-TYPE
  836.  SYNTAX Integer32
  837.  MAX-ACCESS read-only
  838.  STATUS current
  839.  DESCRIPTION "DEC=0, UNIT=''"
  840.  ::= { groupRdCfg 19408 }
  841.  
  842. vECUAIN3229 OBJECT-TYPE
  843.  SYNTAX Integer32
  844.  MAX-ACCESS read-only
  845.  STATUS current
  846.  DESCRIPTION "DEC=0, UNIT=''"
  847.  ::= { groupRdCfg 19409 }
  848.  
  849. vECUAIN3228 OBJECT-TYPE
  850.  SYNTAX Integer32
  851.  MAX-ACCESS read-only
  852.  STATUS current
  853.  DESCRIPTION "DEC=0, UNIT=''"
  854.  ::= { groupRdCfg 19410 }
  855.  
  856. vECUAIN3227 OBJECT-TYPE
  857.  SYNTAX Integer32
  858.  MAX-ACCESS read-only
  859.  STATUS current
  860.  DESCRIPTION "DEC=0, UNIT=''"
  861.  ::= { groupRdCfg 19411 }
  862.  
  863. vECUAIN3226 OBJECT-TYPE
  864.  SYNTAX Integer32
  865.  MAX-ACCESS read-only
  866.  STATUS current
  867.  DESCRIPTION "DEC=0, UNIT=''"
  868.  ::= { groupRdCfg 19412 }
  869.  
  870. vECUAIN3225 OBJECT-TYPE
  871.  SYNTAX Integer32
  872.  MAX-ACCESS read-only
  873.  STATUS current
  874.  DESCRIPTION "DEC=0, UNIT=''"
  875.  ::= { groupRdCfg 19413 }
  876.  
  877. vECUAIN3224 OBJECT-TYPE
  878.  SYNTAX Integer32
  879.  MAX-ACCESS read-only
  880.  STATUS current
  881.  DESCRIPTION "DEC=0, UNIT=''"
  882.  ::= { groupRdCfg 19414 }
  883.  
  884. vECUAIN3223 OBJECT-TYPE
  885.  SYNTAX Integer32
  886.  MAX-ACCESS read-only
  887.  STATUS current
  888.  DESCRIPTION "DEC=0, UNIT=''"
  889.  ::= { groupRdCfg 19415 }
  890.  
  891. vECUAIN3222 OBJECT-TYPE
  892.  SYNTAX Integer32
  893.  MAX-ACCESS read-only
  894.  STATUS current
  895.  DESCRIPTION "DEC=0, UNIT=''"
  896.  ::= { groupRdCfg 19416 }
  897.  
  898. vECUAIN3221 OBJECT-TYPE
  899.  SYNTAX Integer32
  900.  MAX-ACCESS read-only
  901.  STATUS current
  902.  DESCRIPTION "DEC=0, UNIT=''"
  903.  ::= { groupRdCfg 19417 }
  904.  
  905. vECUAIN3220 OBJECT-TYPE
  906.  SYNTAX Integer32
  907.  MAX-ACCESS read-only
  908.  STATUS current
  909.  DESCRIPTION "DEC=0, UNIT=''"
  910.  ::= { groupRdCfg 19418 }
  911.  
  912. vECUAIN3219 OBJECT-TYPE
  913.  SYNTAX Integer32
  914.  MAX-ACCESS read-only
  915.  STATUS current
  916.  DESCRIPTION "DEC=0, UNIT=''"
  917.  ::= { groupRdCfg 19419 }
  918.  
  919. vECUAIN3218 OBJECT-TYPE
  920.  SYNTAX Integer32
  921.  MAX-ACCESS read-only
  922.  STATUS current
  923.  DESCRIPTION "DEC=0, UNIT=''"
  924.  ::= { groupRdCfg 19420 }
  925.  
  926. vECUAIN3217 OBJECT-TYPE
  927.  SYNTAX Integer32
  928.  MAX-ACCESS read-only
  929.  STATUS current
  930.  DESCRIPTION "DEC=0, UNIT=''"
  931.  ::= { groupRdCfg 19421 }
  932.  
  933. vECUAIN3216 OBJECT-TYPE
  934.  SYNTAX Integer32
  935.  MAX-ACCESS read-only
  936.  STATUS current
  937.  DESCRIPTION "DEC=0, UNIT=''"
  938.  ::= { groupRdCfg 19422 }
  939.  
  940. vECUAIN3215 OBJECT-TYPE
  941.  SYNTAX Integer32
  942.  MAX-ACCESS read-only
  943.  STATUS current
  944.  DESCRIPTION "DEC=0, UNIT=''"
  945.  ::= { groupRdCfg 19423 }
  946.  
  947. vECUAIN3214 OBJECT-TYPE
  948.  SYNTAX Integer32
  949.  MAX-ACCESS read-only
  950.  STATUS current
  951.  DESCRIPTION "DEC=0, UNIT=''"
  952.  ::= { groupRdCfg 19424 }
  953.  
  954. vECUAIN3213 OBJECT-TYPE
  955.  SYNTAX Integer32
  956.  MAX-ACCESS read-only
  957.  STATUS current
  958.  DESCRIPTION "DEC=0, UNIT=''"
  959.  ::= { groupRdCfg 19425 }
  960.  
  961. vECUAIN3212 OBJECT-TYPE
  962.  SYNTAX Integer32
  963.  MAX-ACCESS read-only
  964.  STATUS current
  965.  DESCRIPTION "DEC=0, UNIT=''"
  966.  ::= { groupRdCfg 19426 }
  967.  
  968. vECUAIN3211 OBJECT-TYPE
  969.  SYNTAX Integer32
  970.  MAX-ACCESS read-only
  971.  STATUS current
  972.  DESCRIPTION "DEC=0, UNIT=''"
  973.  ::= { groupRdCfg 19427 }
  974.  
  975. vECUAIN3210 OBJECT-TYPE
  976.  SYNTAX Integer32
  977.  MAX-ACCESS read-only
  978.  STATUS current
  979.  DESCRIPTION "DEC=0, UNIT=''"
  980.  ::= { groupRdCfg 19428 }
  981.  
  982. vECUAIN329 OBJECT-TYPE
  983.  SYNTAX Integer32
  984.  MAX-ACCESS read-only
  985.  STATUS current
  986.  DESCRIPTION "DEC=0, UNIT=''"
  987.  ::= { groupRdCfg 19429 }
  988.  
  989. vECUAIN328 OBJECT-TYPE
  990.  SYNTAX Integer32
  991.  MAX-ACCESS read-only
  992.  STATUS current
  993.  DESCRIPTION "DEC=0, UNIT=''"
  994.  ::= { groupRdCfg 19430 }
  995.  
  996. vECUAIN327 OBJECT-TYPE
  997.  SYNTAX Integer32
  998.  MAX-ACCESS read-only
  999.  STATUS current
  1000.  DESCRIPTION "DEC=0, UNIT=''"
  1001.  ::= { groupRdCfg 19431 }
  1002.  
  1003. vECUAIN326 OBJECT-TYPE
  1004.  SYNTAX Integer32
  1005.  MAX-ACCESS read-only
  1006.  STATUS current
  1007.  DESCRIPTION "DEC=0, UNIT=''"
  1008.  ::= { groupRdCfg 19432 }
  1009.  
  1010. vECUAIN325 OBJECT-TYPE
  1011.  SYNTAX Integer32
  1012.  MAX-ACCESS read-only
  1013.  STATUS current
  1014.  DESCRIPTION "DEC=0, UNIT=''"
  1015.  ::= { groupRdCfg 19433 }
  1016.  
  1017. vECUAIN324 OBJECT-TYPE
  1018.  SYNTAX Integer32
  1019.  MAX-ACCESS read-only
  1020.  STATUS current
  1021.  DESCRIPTION "DEC=0, UNIT=''"
  1022.  ::= { groupRdCfg 19434 }
  1023.  
  1024. vECUAIN323 OBJECT-TYPE
  1025.  SYNTAX Integer32
  1026.  MAX-ACCESS read-only
  1027.  STATUS current
  1028.  DESCRIPTION "DEC=0, UNIT=''"
  1029.  ::= { groupRdCfg 19435 }
  1030.  
  1031. vECUAIN322 OBJECT-TYPE
  1032.  SYNTAX Integer32
  1033.  MAX-ACCESS read-only
  1034.  STATUS current
  1035.  DESCRIPTION "DEC=0, UNIT=''"
  1036.  ::= { groupRdCfg 19436 }
  1037.  
  1038. vECUAIN321 OBJECT-TYPE
  1039.  SYNTAX Integer32
  1040.  MAX-ACCESS read-only
  1041.  STATUS current
  1042.  DESCRIPTION "DEC=0, UNIT=''"
  1043.  ::= { groupRdCfg 19437 }
  1044.  
  1045. vExerciseTimer1 OBJECT-TYPE
  1046.  SYNTAX OCTET STRING
  1047.  MAX-ACCESS read-only
  1048.  STATUS current
  1049.  DESCRIPTION "Time"
  1050.  ::= { groupRdCfg 19664 }
  1051.  
  1052. vExerciseTimer2 OBJECT-TYPE
  1053.  SYNTAX OCTET STRING
  1054.  MAX-ACCESS read-only
  1055.  STATUS current
  1056.  DESCRIPTION "Time"
  1057.  ::= { groupRdCfg 19665 }
  1058.  
  1059. vExerciseTimer3 OBJECT-TYPE
  1060.  SYNTAX OCTET STRING
  1061.  MAX-ACCESS read-only
  1062.  STATUS current
  1063.  DESCRIPTION "Time"
  1064.  ::= { groupRdCfg 19666 }
  1065.  
  1066. vExerciseTimer4 OBJECT-TYPE
  1067.  SYNTAX OCTET STRING
  1068.  MAX-ACCESS read-only
  1069.  STATUS current
  1070.  DESCRIPTION "Time"
  1071.  ::= { groupRdCfg 19667 }
  1072.  
  1073. vExerciseTimer5 OBJECT-TYPE
  1074.  SYNTAX OCTET STRING
  1075.  MAX-ACCESS read-only
  1076.  STATUS current
  1077.  DESCRIPTION "Time"
  1078.  ::= { groupRdCfg 19668 }
  1079.  
  1080. vExerciseTimer6 OBJECT-TYPE
  1081.  SYNTAX OCTET STRING
  1082.  MAX-ACCESS read-only
  1083.  STATUS current
  1084.  DESCRIPTION "Time"
  1085.  ::= { groupRdCfg 19669 }
  1086.  
  1087. vUniversalHoursCounter1 OBJECT-TYPE
  1088.  SYNTAX Integer32
  1089.  MAX-ACCESS read-only
  1090.  STATUS current
  1091.  DESCRIPTION "DEC=1, UNIT='h'"
  1092.  ::= { groupRdCfg 20292 }
  1093.  
  1094. vUniversalHoursCounter2 OBJECT-TYPE
  1095.  SYNTAX Integer32
  1096.  MAX-ACCESS read-only
  1097.  STATUS current
  1098.  DESCRIPTION "DEC=1, UNIT='h'"
  1099.  ::= { groupRdCfg 20293 }
  1100.  
  1101. vDate OBJECT-TYPE
  1102.  SYNTAX OCTET STRING
  1103.  MAX-ACCESS read-only
  1104.  STATUS current
  1105.  DESCRIPTION "Date"
  1106.  ::= { groupRdCfg 24553 }
  1107.  
  1108. vTime OBJECT-TYPE
  1109.  SYNTAX OCTET STRING
  1110.  MAX-ACCESS read-only
  1111.  STATUS current
  1112.  DESCRIPTION "Time"
  1113.  ::= { groupRdCfg 24554 }
  1114.  
  1115.  
  1116.  
  1117.  
  1118. --******************************************************************--
  1119.  
  1120. conformanceGroupWrFix OBJECT-GROUP
  1121.  OBJECTS { pfActionArgument }
  1122.  STATUS  current
  1123.  DESCRIPTION  "Objects for read/write"
  1124.  ::= { conformanceGroups 2 }
  1125.  
  1126.  pfActionArgument OBJECT-TYPE
  1127.    SYNTAX   Gauge32
  1128.    MAX-ACCESS  read-write
  1129.    STATUS   current
  1130.    DESCRIPTION  "Command argument"
  1131.  ::= { groupWrFix 24550 }
  1132.  
  1133.  
  1134. --******************************************************************--
  1135.  
  1136. conformanceGroupWrCfg OBJECT-GROUP
  1137.  OBJECTS { pControllerMode }
  1138.  STATUS  current
  1139.  DESCRIPTION  "Objects for read/write"
  1140.  ::= { conformanceGroups 3 }
  1141.  
  1142. pControllerMode OBJECT-TYPE
  1143.  SYNTAX Integer32(0..255)
  1144.  MAX-ACCESS read-write
  1145.  STATUS current
  1146.  DESCRIPTION "LIST, 0-OFF, 1-MAN, 2-AUTO, 3-TEST"
  1147.  ::= { groupWrCfg 8315 }
  1148.  
  1149.  
  1150.  
  1151.  
  1152. --******************************************************************--
  1153.  
  1154. conformanceGroupW OBJECT-GROUP
  1155.  OBJECTS { pfPassword, pfActionCommand }
  1156.  STATUS  current
  1157.  DESCRIPTION  "Objects for writing only"
  1158.  ::= { conformanceGroups 4 }
  1159.  
  1160. pfActionCommand OBJECT-TYPE
  1161.    SYNTAX  Integer32(0..65535)
  1162.    MAX-ACCESS read-write
  1163.    STATUS  current
  1164.    DESCRIPTION "Command"
  1165.  ::= { groupW 24551 }
  1166.  
  1167.  
  1168. --******************************************************************--
  1169.  
  1170. conformanceGroupNotifData OBJECT-GROUP
  1171.  OBJECTS { tControllerName, tSerNum, tTrapText }
  1172.  STATUS  current
  1173.  DESCRIPTION  "Objects for trap bindings, not accessible"
  1174.  ::= { conformanceGroups 5 }
  1175.  
  1176. tControllerName OBJECT-TYPE
  1177.  SYNTAX  DisplayString
  1178.  MAX-ACCESS accessible-for-notify
  1179.  STATUS  current
  1180.  DESCRIPTION "Name of the controller."
  1181.  ::= { notificationData 1 }
  1182.  
  1183. tSerNum   OBJECT-TYPE
  1184.     SYNTAX  DisplayString
  1185.     MAX-ACCESS accessible-for-notify
  1186.     STATUS  current
  1187.     DESCRIPTION "Serial number of the controller."
  1188.  ::= { notificationData 2 }
  1189.  
  1190. tTrapText  OBJECT-TYPE
  1191.     SYNTAX  DisplayString
  1192.     MAX-ACCESS accessible-for-notify
  1193.     STATUS  current
  1194.     DESCRIPTION "Trap reason description."
  1195.  ::= { notificationData 3 }
  1196.  
  1197.  
  1198. --******************************************************************--
  1199.  
  1200. conformanceGroupNotifications NOTIFICATION-GROUP
  1201.  NOTIFICATIONS { tMainsFailBlockL1Activated, tMainsFailBlockL1Disappeared, tMainsFailBlockL1AlarmReset, tMainsFailBlockL2Activated, tMainsFailBlockL2Disappeared,
  1202. tMainsFailBlockL2AlarmReset, tMainsFailBlockSFActivated, tMainsFailBlockSFDisappeared, tMainsFailBlockSFAlarmReset, tFuelReserveL1Activated,
  1203. tFuelReserveL1Disappeared, tFuelReserveL1AlarmReset, tLowOilPressureL2Activated, tLowOilPressureL2Disappeared, tLowOilPressureL2AlarmReset,
  1204. tHighCoolantTemperatureL2Activated, tHighCoolantTemperatureL2Disappeared, tHighCoolantTemperatureL2AlarmReset, tFuelLevelL1Activated, tFuelLevelL1Disappeared,
  1205. tFuelLevelL1AlarmReset, tFuelLevelL2Activated, tFuelLevelL2Disappeared, tFuelLevelL2AlarmReset, tAlCHR2FHistCHR2Emsg1L1Activated,
  1206. tAlCHR2FHistCHR2Emsg1L1Disappeared, tAlCHR2FHistCHR2Emsg1L1AlarmReset, tAlCHR2FHistCHR2Emsg2L1Activated, tAlCHR2FHistCHR2Emsg2L1Disappeared, tAlCHR2FHistCHR2Emsg2L1AlarmReset,
  1207. tRPML1Activated, tRPML1Disappeared, tRPML1AlarmReset, tRPML2Activated, tRPML2Disappeared,
  1208. tRPML2AlarmReset, tRPMSFActivated, tRPMSFDisappeared, tRPMSFAlarmReset, tGeneratorVoltageL1NL1Activated,
  1209. tGeneratorVoltageL1NL1Disappeared, tGeneratorVoltageL1NL1AlarmReset, tGeneratorVoltageL1NL2Activated, tGeneratorVoltageL1NL2Disappeared, tGeneratorVoltageL1NL2AlarmReset,
  1210. tGeneratorVoltageL1NSFActivated, tGeneratorVoltageL1NSFDisappeared, tGeneratorVoltageL1NSFAlarmReset, tGeneratorVoltageL2NL1Activated, tGeneratorVoltageL2NL1Disappeared,
  1211. tGeneratorVoltageL2NL1AlarmReset, tGeneratorVoltageL2NL2Activated, tGeneratorVoltageL2NL2Disappeared, tGeneratorVoltageL2NL2AlarmReset, tGeneratorVoltageL2NSFActivated,
  1212. tGeneratorVoltageL2NSFDisappeared, tGeneratorVoltageL2NSFAlarmReset, tGeneratorVoltageL3NL1Activated, tGeneratorVoltageL3NL1Disappeared, tGeneratorVoltageL3NL1AlarmReset,
  1213. tGeneratorVoltageL3NL2Activated, tGeneratorVoltageL3NL2Disappeared, tGeneratorVoltageL3NL2AlarmReset, tGeneratorVoltageL3NSFActivated, tGeneratorVoltageL3NSFDisappeared,
  1214. tGeneratorVoltageL3NSFAlarmReset, tGeneratorVoltageL1L2L1Activated, tGeneratorVoltageL1L2L1Disappeared, tGeneratorVoltageL1L2L1AlarmReset, tGeneratorVoltageL1L2L2Activated,
  1215. tGeneratorVoltageL1L2L2Disappeared, tGeneratorVoltageL1L2L2AlarmReset, tGeneratorVoltageL1L2SFActivated, tGeneratorVoltageL1L2SFDisappeared, tGeneratorVoltageL1L2SFAlarmReset,
  1216. tGeneratorVoltageL2L3L1Activated, tGeneratorVoltageL2L3L1Disappeared, tGeneratorVoltageL2L3L1AlarmReset, tGeneratorVoltageL2L3L2Activated, tGeneratorVoltageL2L3L2Disappeared,
  1217. tGeneratorVoltageL2L3L2AlarmReset, tGeneratorVoltageL2L3SFActivated, tGeneratorVoltageL2L3SFDisappeared, tGeneratorVoltageL2L3SFAlarmReset, tGeneratorVoltageL3L1L1Activated,
  1218. tGeneratorVoltageL3L1L1Disappeared, tGeneratorVoltageL3L1L1AlarmReset, tGeneratorVoltageL3L1L2Activated, tGeneratorVoltageL3L1L2Disappeared, tGeneratorVoltageL3L1L2AlarmReset,
  1219. tGeneratorVoltageL3L1SFActivated, tGeneratorVoltageL3L1SFDisappeared, tGeneratorVoltageL3L1SFAlarmReset, tGeneratorVUnbalancePhPhL1Activated, tGeneratorVUnbalancePhPhL1Disappeared,
  1220. tGeneratorVUnbalancePhPhL1AlarmReset, tGeneratorVUnbalancePhPhL2Activated, tGeneratorVUnbalancePhPhL2Disappeared, tGeneratorVUnbalancePhPhL2AlarmReset, tGeneratorVUnbalancePhPhSFActivated,
  1221. tGeneratorVUnbalancePhPhSFDisappeared, tGeneratorVUnbalancePhPhSFAlarmReset, tGeneratorVUnbalancePhNL1Activated, tGeneratorVUnbalancePhNL1Disappeared, tGeneratorVUnbalancePhNL1AlarmReset,
  1222. tGeneratorVUnbalancePhNL2Activated, tGeneratorVUnbalancePhNL2Disappeared, tGeneratorVUnbalancePhNL2AlarmReset, tGeneratorVUnbalancePhNSFActivated, tGeneratorVUnbalancePhNSFDisappeared,
  1223. tGeneratorVUnbalancePhNSFAlarmReset, tGeneratorFrequencyL1Activated, tGeneratorFrequencyL1Disappeared, tGeneratorFrequencyL1AlarmReset, tGeneratorFrequencyL2Activated,
  1224. tGeneratorFrequencyL2Disappeared, tGeneratorFrequencyL2AlarmReset, tGeneratorFrequencySFActivated, tGeneratorFrequencySFDisappeared, tGeneratorFrequencySFAlarmReset,
  1225. tGeneratorCurrentUnbalanceL1Activated, tGeneratorCurrentUnbalanceL1Disappeared, tGeneratorCurrentUnbalanceL1AlarmReset, tGeneratorCurrentUnbalanceL2Activated, tGeneratorCurrentUnbalanceL2Disappeared,
  1226. tGeneratorCurrentUnbalanceL2AlarmReset, tGeneratorCurrentUnbalanceSFActivated, tGeneratorCurrentUnbalanceSFDisappeared, tGeneratorCurrentUnbalanceSFAlarmReset, tMainsVoltageL1NL1Activated,
  1227. tMainsVoltageL1NL1Disappeared, tMainsVoltageL1NL1AlarmReset, tMainsVoltageL1NL2Activated, tMainsVoltageL1NL2Disappeared, tMainsVoltageL1NL2AlarmReset,
  1228. tMainsVoltageL1NSFActivated, tMainsVoltageL1NSFDisappeared, tMainsVoltageL1NSFAlarmReset, tMainsVoltageL2NL1Activated, tMainsVoltageL2NL1Disappeared,
  1229. tMainsVoltageL2NL1AlarmReset, tMainsVoltageL2NL2Activated, tMainsVoltageL2NL2Disappeared, tMainsVoltageL2NL2AlarmReset, tMainsVoltageL2NSFActivated,
  1230. tMainsVoltageL2NSFDisappeared, tMainsVoltageL2NSFAlarmReset, tMainsVoltageL3NL1Activated, tMainsVoltageL3NL1Disappeared, tMainsVoltageL3NL1AlarmReset,
  1231. tMainsVoltageL3NL2Activated, tMainsVoltageL3NL2Disappeared, tMainsVoltageL3NL2AlarmReset, tMainsVoltageL3NSFActivated, tMainsVoltageL3NSFDisappeared,
  1232. tMainsVoltageL3NSFAlarmReset, tMainsVoltageL1L2L1Activated, tMainsVoltageL1L2L1Disappeared, tMainsVoltageL1L2L1AlarmReset, tMainsVoltageL1L2L2Activated,
  1233. tMainsVoltageL1L2L2Disappeared, tMainsVoltageL1L2L2AlarmReset, tMainsVoltageL1L2SFActivated, tMainsVoltageL1L2SFDisappeared, tMainsVoltageL1L2SFAlarmReset,
  1234. tMainsVoltageL2L3L1Activated, tMainsVoltageL2L3L1Disappeared, tMainsVoltageL2L3L1AlarmReset, tMainsVoltageL2L3L2Activated, tMainsVoltageL2L3L2Disappeared,
  1235. tMainsVoltageL2L3L2AlarmReset, tMainsVoltageL2L3SFActivated, tMainsVoltageL2L3SFDisappeared, tMainsVoltageL2L3SFAlarmReset, tMainsVoltageL3L1L1Activated,
  1236. tMainsVoltageL3L1L1Disappeared, tMainsVoltageL3L1L1AlarmReset, tMainsVoltageL3L1L2Activated, tMainsVoltageL3L1L2Disappeared, tMainsVoltageL3L1L2AlarmReset,
  1237. tMainsVoltageL3L1SFActivated, tMainsVoltageL3L1SFDisappeared, tMainsVoltageL3L1SFAlarmReset, tMainsFrequencyL1Activated, tMainsFrequencyL1Disappeared,
  1238. tMainsFrequencyL1AlarmReset, tMainsFrequencyL2Activated, tMainsFrequencyL2Disappeared, tMainsFrequencyL2AlarmReset, tMainsFrequencySFActivated,
  1239. tMainsFrequencySFDisappeared, tMainsFrequencySFAlarmReset, tMainsCHR2FBusVUnbalancePhNL1Activated, tMainsCHR2FBusVUnbalancePhNL1Disappeared, tMainsCHR2FBusVUnbalancePhNL1AlarmReset,
  1240. tMainsCHR2FBusVUnbalancePhNL2Activated, tMainsCHR2FBusVUnbalancePhNL2Disappeared, tMainsCHR2FBusVUnbalancePhNL2AlarmReset, tMainsCHR2FBusVUnbalancePhNSFActivated, tMainsCHR2FBusVUnbalancePhNSFDisappeared,
  1241. tMainsCHR2FBusVUnbalancePhNSFAlarmReset, tMainsCHR2FBusVUnbalancePhPhL1Activated, tMainsCHR2FBusVUnbalancePhPhL1Disappeared, tMainsCHR2FBusVUnbalancePhPhL1AlarmReset, tMainsCHR2FBusVUnbalancePhPhL2Activated,
  1242. tMainsCHR2FBusVUnbalancePhPhL2Disappeared, tMainsCHR2FBusVUnbalancePhPhL2AlarmReset, tMainsCHR2FBusVUnbalancePhPhSFActivated, tMainsCHR2FBusVUnbalancePhPhSFDisappeared, tMainsCHR2FBusVUnbalancePhPhSFAlarmReset,
  1243. tMainsL1OvervoltageL2Activated, tMainsL1OvervoltageL2Disappeared, tMainsL1OvervoltageL2AlarmReset, tMainsL1UndervoltageL2Activated, tMainsL1UndervoltageL2Disappeared,
  1244. tMainsL1UndervoltageL2AlarmReset, tMainsL2OvervoltageL2Activated, tMainsL2OvervoltageL2Disappeared, tMainsL2OvervoltageL2AlarmReset, tMainsL2UndervoltageL2Activated,
  1245. tMainsL2UndervoltageL2Disappeared, tMainsL2UndervoltageL2AlarmReset, tMainsL3OvervoltageL2Activated, tMainsL3OvervoltageL2Disappeared, tMainsL3OvervoltageL2AlarmReset,
  1246. tMainsL3UndervoltageL2Activated, tMainsL3UndervoltageL2Disappeared, tMainsL3UndervoltageL2AlarmReset, tMainsL1L2OvervoltageL2Activated, tMainsL1L2OvervoltageL2Disappeared,
  1247. tMainsL1L2OvervoltageL2AlarmReset, tMainsL1L2UndervoltageL2Activated, tMainsL1L2UndervoltageL2Disappeared, tMainsL1L2UndervoltageL2AlarmReset, tMainsL2L3OvervoltageL2Activated,
  1248. tMainsL2L3OvervoltageL2Disappeared, tMainsL2L3OvervoltageL2AlarmReset, tMainsL2L3UndervoltageL2Activated, tMainsL2L3UndervoltageL2Disappeared, tMainsL2L3UndervoltageL2AlarmReset,
  1249. tMainsL3L1OvervoltageL2Activated, tMainsL3L1OvervoltageL2Disappeared, tMainsL3L1OvervoltageL2AlarmReset, tMainsL3L1UndervoltageL2Activated, tMainsL3L1UndervoltageL2Disappeared,
  1250. tMainsL3L1UndervoltageL2AlarmReset, tMainsVoltageUnbalancePhPhL2Activated, tMainsVoltageUnbalancePhPhL2Disappeared, tMainsVoltageUnbalancePhPhL2AlarmReset, tMainsVoltageUnbalancePhNL2Activated,
  1251. tMainsVoltageUnbalancePhNL2Disappeared, tMainsVoltageUnbalancePhNL2AlarmReset, tMainsOverfrequencyL2Activated, tMainsOverfrequencyL2Disappeared, tMainsOverfrequencyL2AlarmReset,
  1252. tMainsUnderfrequencyL2Activated, tMainsUnderfrequencyL2Disappeared, tMainsUnderfrequencyL2AlarmReset, tALTransferringFuelL1Activated, tALTransferringFuelL1Disappeared,
  1253. tALTransferringFuelL1AlarmReset, tALFuelTransferFailedL1Activated, tALFuelTransferFailedL1Disappeared, tALFuelTransferFailedL1AlarmReset, tBatteryVoltsL1Activated,
  1254. tBatteryVoltsL1Disappeared, tBatteryVoltsL1AlarmReset, tBatteryVoltsL2Activated, tBatteryVoltsL2Disappeared, tBatteryVoltsL2AlarmReset,
  1255. tBatteryVoltsSFActivated, tBatteryVoltsSFDisappeared, tBatteryVoltsSFAlarmReset, tESTOPL2Activated, tESTOPL2Disappeared,
  1256. tESTOPL2AlarmReset, tESTOPDash1L2Activated, tESTOPDash1L2Disappeared, tESTOPDash1L2AlarmReset, tESTOPDash2L2Activated,
  1257. tESTOPDash2L2Disappeared, tESTOPDash2L2AlarmReset, tESTOPDash3L2Activated, tESTOPDash3L2Disappeared, tESTOPDash3L2AlarmReset,
  1258. tESTOPDash4L2Activated, tESTOPDash4L2Disappeared, tESTOPDash4L2AlarmReset, tESTOPDash5L2Activated, tESTOPDash5L2Disappeared,
  1259. tESTOPDash5L2AlarmReset, tESTOPDash6L2Activated, tESTOPDash6L2Disappeared, tESTOPDash6L2AlarmReset, tESTOPDash7L2Activated,
  1260. tESTOPDash7L2Disappeared, tESTOPDash7L2AlarmReset, tModuleCHR3ASlot1L1Activated, tModuleCHR3ASlot1L1Disappeared, tModuleCHR3ASlot1L1AlarmReset,
  1261. tModuleCHR3ASlot1L2Activated, tModuleCHR3ASlot1L2Disappeared, tModuleCHR3ASlot1L2AlarmReset, tModuleCHR3ASlot2L1Activated, tModuleCHR3ASlot2L1Disappeared,
  1262. tModuleCHR3ASlot2L1AlarmReset, tModuleCHR3ASlot2L2Activated, tModuleCHR3ASlot2L2Disappeared, tModuleCHR3ASlot2L2AlarmReset, tModuleCHR3ASlot3L1Activated,
  1263. tModuleCHR3ASlot3L1Disappeared, tModuleCHR3ASlot3L1AlarmReset, tModuleCHR3ASlot3L2Activated, tModuleCHR3ASlot3L2Disappeared, tModuleCHR3ASlot3L2AlarmReset,
  1264. tModuleCHR3ASlot4L1Activated, tModuleCHR3ASlot4L1Disappeared, tModuleCHR3ASlot4L1AlarmReset, tModuleCHR3ASlot4L2Activated, tModuleCHR3ASlot4L2Disappeared,
  1265. tModuleCHR3ASlot4L2AlarmReset, tModuleCHR3ASlot5L1Activated, tModuleCHR3ASlot5L1Disappeared, tModuleCHR3ASlot5L1AlarmReset, tModuleCHR3ASlot5L2Activated,
  1266. tModuleCHR3ASlot5L2Disappeared, tModuleCHR3ASlot5L2AlarmReset, tModuleBroSlotABrcFalseModuleL1Activated, tModuleBroSlotABrcFalseModuleL1Disappeared, tModuleBroSlotABrcFalseModuleL1AlarmReset,
  1267. tModuleBroSlotABrcFalseModuleL2Activated, tModuleBroSlotABrcFalseModuleL2Disappeared, tModuleBroSlotABrcFalseModuleL2AlarmReset, tModuleBroSlotBBrcFalseModuleL1Activated, tModuleBroSlotBBrcFalseModuleL1Disappeared,
  1268. tModuleBroSlotBBrcFalseModuleL1AlarmReset, tModuleBroSlotBBrcFalseModuleL2Activated, tModuleBroSlotBBrcFalseModuleL2Disappeared, tModuleBroSlotBBrcFalseModuleL2AlarmReset, tModuleBroSlotABrcUnknownModuleL1Activated,
  1269. tModuleBroSlotABrcUnknownModuleL1Disappeared, tModuleBroSlotABrcUnknownModuleL1AlarmReset, tModuleBroSlotABrcUnknownModuleL2Activated, tModuleBroSlotABrcUnknownModuleL2Disappeared, tModuleBroSlotABrcUnknownModuleL2AlarmReset,
  1270. tModuleBroSlotBBrcUnknownModuleL1Activated, tModuleBroSlotBBrcUnknownModuleL1Disappeared, tModuleBroSlotBBrcUnknownModuleL1AlarmReset, tModuleBroSlotBBrcUnknownModuleL2Activated, tModuleBroSlotBBrcUnknownModuleL2Disappeared,
  1271. tModuleBroSlotBBrcUnknownModuleL2AlarmReset, tModuleBroSlotABrcUnattendedL1Activated, tModuleBroSlotABrcUnattendedL1Disappeared, tModuleBroSlotABrcUnattendedL1AlarmReset, tModuleBroSlotABrcUnattendedL2Activated,
  1272. tModuleBroSlotABrcUnattendedL2Disappeared, tModuleBroSlotABrcUnattendedL2AlarmReset, tModuleBroSlotBBrcUnattendedL1Activated, tModuleBroSlotBBrcUnattendedL1Disappeared, tModuleBroSlotBBrcUnattendedL1AlarmReset,
  1273. tModuleBroSlotBBrcUnattendedL2Activated, tModuleBroSlotBBrcUnattendedL2Disappeared, tModuleBroSlotBBrcUnattendedL2AlarmReset, tModuleBroSlotABrcCommCHR2EOutageL1Activated, tModuleBroSlotABrcCommCHR2EOutageL1Disappeared,
  1274. tModuleBroSlotABrcCommCHR2EOutageL1AlarmReset, tModuleBroSlotABrcCommCHR2EOutageL2Activated, tModuleBroSlotABrcCommCHR2EOutageL2Disappeared, tModuleBroSlotABrcCommCHR2EOutageL2AlarmReset, tModuleBroSlotBBrcCommCHR2EOutageL1Activated,
  1275. tModuleBroSlotBBrcCommCHR2EOutageL1Disappeared, tModuleBroSlotBBrcCommCHR2EOutageL1AlarmReset, tModuleBroSlotBBrcCommCHR2EOutageL2Activated, tModuleBroSlotBBrcCommCHR2EOutageL2Disappeared, tModuleBroSlotBBrcCommCHR2EOutageL2AlarmReset,
  1276. tModuleBroSlotABrcUnexpectedL1Activated, tModuleBroSlotABrcUnexpectedL1Disappeared, tModuleBroSlotABrcUnexpectedL1AlarmReset, tModuleBroSlotABrcUnexpectedL2Activated, tModuleBroSlotABrcUnexpectedL2Disappeared,
  1277. tModuleBroSlotABrcUnexpectedL2AlarmReset, tModuleBroSlotBBrcUnexpectedL1Activated, tModuleBroSlotBBrcUnexpectedL1Disappeared, tModuleBroSlotBBrcUnexpectedL1AlarmReset, tModuleBroSlotBBrcUnexpectedL2Activated,
  1278. tModuleBroSlotBBrcUnexpectedL2Disappeared, tModuleBroSlotBBrcUnexpectedL2AlarmReset, tEMBroABrcAMessageLostL1Activated, tEMBroABrcAMessageLostL1Disappeared, tEMBroABrcAMessageLostL1AlarmReset,
  1279. tEMBroABrcAMessageLostL2Activated, tEMBroABrcAMessageLostL2Disappeared, tEMBroABrcAMessageLostL2AlarmReset, tEMBroBBrcAMessageLostL1Activated, tEMBroBBrcAMessageLostL1Disappeared,
  1280. tEMBroBBrcAMessageLostL1AlarmReset, tEMBroBBrcAMessageLostL2Activated, tEMBroBBrcAMessageLostL2Disappeared, tEMBroBBrcAMessageLostL2AlarmReset, tEMBroABrcConfigurationMistakeL1Activated,
  1281. tEMBroABrcConfigurationMistakeL1Disappeared, tEMBroABrcConfigurationMistakeL1AlarmReset, tEMBroABrcConfigurationMistakeL2Activated, tEMBroABrcConfigurationMistakeL2Disappeared, tEMBroABrcConfigurationMistakeL2AlarmReset,
  1282. tEMBroBBrcConfigurationMistakeL1Activated, tEMBroBBrcConfigurationMistakeL1Disappeared, tEMBroBBrcConfigurationMistakeL1AlarmReset, tEMBroBBrcConfigurationMistakeL2Activated, tEMBroBBrcConfigurationMistakeL2Disappeared,
  1283. tEMBroBBrcConfigurationMistakeL2AlarmReset, tEMBroABrcInsufficientL1Activated, tEMBroABrcInsufficientL1Disappeared, tEMBroABrcInsufficientL1AlarmReset, tEMBroABrcInsufficientL2Activated,
  1284. tEMBroABrcInsufficientL2Disappeared, tEMBroABrcInsufficientL2AlarmReset, tEMBroBBrcInsufficientL1Activated, tEMBroBBrcInsufficientL1Disappeared, tEMBroBBrcInsufficientL1AlarmReset,
  1285. tEMBroBBrcInsufficientL2Activated, tEMBroBBrcInsufficientL2Disappeared, tEMBroBBrcInsufficientL2AlarmReset, tEMBroABrcMissingOrDamagedL1Activated, tEMBroABrcMissingOrDamagedL1Disappeared,
  1286. tEMBroABrcMissingOrDamagedL1AlarmReset, tEMBroABrcMissingOrDamagedL2Activated, tEMBroABrcMissingOrDamagedL2Disappeared, tEMBroABrcMissingOrDamagedL2AlarmReset, tEMBroBBrcMissingOrDamagedL1Activated,
  1287. tEMBroBBrcMissingOrDamagedL1Disappeared, tEMBroBBrcMissingOrDamagedL1AlarmReset, tEMBroBBrcMissingOrDamagedL2Activated, tEMBroBBrcMissingOrDamagedL2Disappeared, tEMBroBBrcMissingOrDamagedL2AlarmReset,
  1288. tEventEMail1FailL1Activated, tEventEMail1FailL1Disappeared, tEventEMail1FailL1AlarmReset, tEventEMail2FailL1Activated, tEventEMail2FailL1Disappeared,
  1289. tEventEMail2FailL1AlarmReset, tEventEMail3FailL1Activated, tEventEMail3FailL1Disappeared, tEventEMail3FailL1AlarmReset, tEventEMail4FailL1Activated,
  1290. tEventEMail4FailL1Disappeared, tEventEMail4FailL1AlarmReset, tEventSMS1FailL1Activated, tEventSMS1FailL1Disappeared, tEventSMS1FailL1AlarmReset,
  1291. tEventSMS2FailL1Activated, tEventSMS2FailL1Disappeared, tEventSMS2FailL1AlarmReset, tEventSMS3FailL1Activated, tEventSMS3FailL1Disappeared,
  1292. tEventSMS3FailL1AlarmReset, tEventSMS4FailL1Activated, tEventSMS4FailL1Disappeared, tEventSMS4FailL1AlarmReset, tAlarmEMail1FailL1Activated,
  1293. tAlarmEMail1FailL1Disappeared, tAlarmEMail1FailL1AlarmReset, tAlarmEMail2FailL1Activated, tAlarmEMail2FailL1Disappeared, tAlarmEMail2FailL1AlarmReset,
  1294. tAlarmEMail3FailL1Activated, tAlarmEMail3FailL1Disappeared, tAlarmEMail3FailL1AlarmReset, tAlarmEMail4FailL1Activated, tAlarmEMail4FailL1Disappeared,
  1295. tAlarmEMail4FailL1AlarmReset, tAlarmSMS1FailL1Activated, tAlarmSMS1FailL1Disappeared, tAlarmSMS1FailL1AlarmReset, tAlarmSMS2FailL1Activated,
  1296. tAlarmSMS2FailL1Disappeared, tAlarmSMS2FailL1AlarmReset, tAlarmSMS3FailL1Activated, tAlarmSMS3FailL1Disappeared, tAlarmSMS3FailL1AlarmReset,
  1297. tAlarmSMS4FailL1Activated, tAlarmSMS4FailL1Disappeared, tAlarmSMS4FailL1AlarmReset, tSNMPTRAP1FailL1Activated, tSNMPTRAP1FailL1Disappeared,
  1298. tSNMPTRAP1FailL1AlarmReset, tSNMPTRAP2FailL1Activated, tSNMPTRAP2FailL1Disappeared, tSNMPTRAP2FailL1AlarmReset, tECUDiagBlockedL1Activated,
  1299. tECUDiagBlockedL1Disappeared, tECUDiagBlockedL1AlarmReset, tWrongPLCConfigurationL1Activated, tWrongPLCConfigurationL1Disappeared, tWrongPLCConfigurationL1AlarmReset,
  1300. tRTCBatteryFlatL1Activated, tRTCBatteryFlatL1Disappeared, tRTCBatteryFlatL1AlarmReset, tPasswEnterBlockL1Activated, tPasswEnterBlockL1Disappeared,
  1301. tPasswEnterBlockL1AlarmReset, tECU1CommFailL1Activated, tECU1CommFailL1Disappeared, tECU1CommFailL1AlarmReset, tECU1CommFailL2Activated,
  1302. tECU1CommFailL2Disappeared, tECU1CommFailL2AlarmReset, tECU2CommFailL1Activated, tECU2CommFailL1Disappeared, tECU2CommFailL1AlarmReset,
  1303. tECU2CommFailL2Activated, tECU2CommFailL2Disappeared, tECU2CommFailL2AlarmReset, tresL1Activated1, tresL1Disappeared1,
  1304. tresL1AlarmReset1, tresL2Activated1, tresL2Disappeared1, tresL2AlarmReset1, tresSFActivated1,
  1305. tresSFDisappeared1, tresSFAlarmReset1, tresL1Activated2, tresL1Disappeared2, tresL1AlarmReset2,
  1306. tresL2Activated2, tresL2Disappeared2, tresL2AlarmReset2, tresSFActivated2, tresSFDisappeared2,
  1307. tresSFAlarmReset2, tECUYellowLampL1Activated, tECUYellowLampL1Disappeared, tECUYellowLampL1AlarmReset, tECURedLampL1Activated,
  1308. tECURedLampL1Disappeared, tECURedLampL1AlarmReset, tECUWaitToStartL1Activated, tECUWaitToStartL1Disappeared, tECUWaitToStartL1AlarmReset,
  1309. tATTDPFLampL1Activated, tATTDPFLampL1Disappeared, tATTDPFLampL1AlarmReset, tATTHESTLampL1Activated, tATTHESTLampL1Disappeared,
  1310. tATTHESTLampL1AlarmReset, tATTSCRErrorLampL1Activated, tATTSCRErrorLampL1Disappeared, tATTSCRErrorLampL1AlarmReset, tATTDEFLevelLampL1Activated,
  1311. tATTDEFLevelLampL1Disappeared, tATTDEFLevelLampL1AlarmReset, tATTInhibitedLampL1Activated, tATTInhibitedLampL1Disappeared, tATTInhibitedLampL1AlarmReset,
  1312. tATTInterlockActiveL1Activated, tATTInterlockActiveL1Disappeared, tATTInterlockActiveL1AlarmReset, tATTForceRegenActiveL1Activated, tATTForceRegenActiveL1Disappeared,
  1313. tATTForceRegenActiveL1AlarmReset, tDPFRegenWithProtectionsOffL1Activated, tDPFRegenWithProtectionsOffL1Disappeared, tDPFRegenWithProtectionsOffL1AlarmReset, tATTInhibRegenActiveL1Activated,
  1314. tATTInhibRegenActiveL1Disappeared, tATTInhibRegenActiveL1AlarmReset, tLSD500ParamWriteFailL1Activated, tLSD500ParamWriteFailL1Disappeared, tLSD500ParamWriteFailL1AlarmReset,
  1315. tDefaultPasswordL1Activated, tDefaultPasswordL1Disappeared, tDefaultPasswordL1AlarmReset, tDualOperationFailL1Activated, tDualOperationFailL1Disappeared,
  1316. tDualOperationFailL1AlarmReset, tDualOperationDifferentFWVerL1Activated, tDualOperationDifferentFWVerL1Disappeared, tDualOperationDifferentFWVerL1AlarmReset, tDualOperationMasterFailL1Activated1,
  1317. tDualOperationMasterFailL1Disappeared1, tDualOperationMasterFailL1AlarmReset1, tDualOperationMasterFailL1Activated2, tDualOperationMasterFailL1Disappeared2, tDualOperationMasterFailL1AlarmReset2,
  1318. tDualOperationSlaveFailL1Activated1, tDualOperationSlaveFailL1Disappeared1, tDualOperationSlaveFailL1AlarmReset1, tDualOperationSlaveFailL1Activated2, tDualOperationSlaveFailL1Disappeared2,
  1319. tDualOperationSlaveFailL1AlarmReset2, tDualOperationDifferentMainsL1Activated, tDualOperationDifferentMainsL1Disappeared, tDualOperationDifferentMainsL1AlarmReset, tBruteForceProtectionActiveL1Activated,
  1320. tBruteForceProtectionActiveL1Disappeared, tBruteForceProtectionActiveL1AlarmReset, tProductionModeL1Activated, tProductionModeL1Disappeared, tProductionModeL1AlarmReset,
  1321. tPasswordResetEMailAddrIsNotSetL1Activated, tPasswordResetEMailAddrIsNotSetL1Disappeared, tPasswordResetEMailAddrIsNotSetL1AlarmReset, tEmergencyStopL2Activated, tEmergencyStopL2Disappeared,
  1322. tEmergencyStopL2AlarmReset, tChargingAlternatorFailL1Activated, tChargingAlternatorFailL1Disappeared, tChargingAlternatorFailL1AlarmReset, tChargingAlternatorFailL2Activated,
  1323. tChargingAlternatorFailL2Disappeared, tChargingAlternatorFailL2AlarmReset, tStopFailL1Activated, tStopFailL1Disappeared, tStopFailL1AlarmReset,
  1324. tOverspeedL2Activated, tOverspeedL2Disappeared, tOverspeedL2AlarmReset, tUnderspeedL2Activated, tUnderspeedL2Disappeared,
  1325. tUnderspeedL2AlarmReset, tRPMMeasurementFailL2Activated, tRPMMeasurementFailL2Disappeared, tRPMMeasurementFailL2AlarmReset, tBatteryFlatL2Activated,
  1326. tBatteryFlatL2Disappeared, tBatteryFlatL2AlarmReset, tMaintenanceTimer1RunHoursL1Activated, tMaintenanceTimer1RunHoursL1Disappeared, tMaintenanceTimer1RunHoursL1AlarmReset,
  1327. tMaintenanceTimer1RunHoursL2Activated, tMaintenanceTimer1RunHoursL2Disappeared, tMaintenanceTimer1RunHoursL2AlarmReset, tMaintenanceTimer2RunHoursL1Activated, tMaintenanceTimer2RunHoursL1Disappeared,
  1328. tMaintenanceTimer2RunHoursL1AlarmReset, tMaintenanceTimer2RunHoursL2Activated, tMaintenanceTimer2RunHoursL2Disappeared, tMaintenanceTimer2RunHoursL2AlarmReset, tMaintenanceTimer3RunHoursL1Activated,
  1329. tMaintenanceTimer3RunHoursL1Disappeared, tMaintenanceTimer3RunHoursL1AlarmReset, tMaintenanceTimer3RunHoursL2Activated, tMaintenanceTimer3RunHoursL2Disappeared, tMaintenanceTimer3RunHoursL2AlarmReset,
  1330. tStartFailL2Activated, tStartFailL2Disappeared, tStartFailL2AlarmReset, tMCBFailL1Activated, tMCBFailL1Disappeared,
  1331. tMCBFailL1AlarmReset, tMCBFailToOpenL1Activated, tMCBFailToOpenL1Disappeared, tMCBFailToOpenL1AlarmReset, tMCBFailToCloseL1Activated,
  1332. tMCBFailToCloseL1Disappeared, tMCBFailToCloseL1AlarmReset, tGCBFailL2Activated, tGCBFailL2Disappeared, tGCBFailL2AlarmReset,
  1333. tGCBFailToOpenL2Activated, tGCBFailToOpenL2Disappeared, tGCBFailToOpenL2AlarmReset, tGCBFailToCloseL2Activated, tGCBFailToCloseL2Disappeared,
  1334. tGCBFailToCloseL2AlarmReset, tGeneratorL1OvervoltageL1Activated, tGeneratorL1OvervoltageL1Disappeared, tGeneratorL1OvervoltageL1AlarmReset, tGeneratorL1OvervoltageL2Activated,
  1335. tGeneratorL1OvervoltageL2Disappeared, tGeneratorL1OvervoltageL2AlarmReset, tGeneratorL2OvervoltageL1Activated, tGeneratorL2OvervoltageL1Disappeared, tGeneratorL2OvervoltageL1AlarmReset,
  1336. tGeneratorL2OvervoltageL2Activated, tGeneratorL2OvervoltageL2Disappeared, tGeneratorL2OvervoltageL2AlarmReset, tGeneratorL3OvervoltageL1Activated, tGeneratorL3OvervoltageL1Disappeared,
  1337. tGeneratorL3OvervoltageL1AlarmReset, tGeneratorL3OvervoltageL2Activated, tGeneratorL3OvervoltageL2Disappeared, tGeneratorL3OvervoltageL2AlarmReset, tGeneratorL1L2OvervoltageL1Activated,
  1338. tGeneratorL1L2OvervoltageL1Disappeared, tGeneratorL1L2OvervoltageL1AlarmReset, tGeneratorL1L2OvervoltageL2Activated, tGeneratorL1L2OvervoltageL2Disappeared, tGeneratorL1L2OvervoltageL2AlarmReset,
  1339. tGeneratorL2L3OvervoltageL1Activated, tGeneratorL2L3OvervoltageL1Disappeared, tGeneratorL2L3OvervoltageL1AlarmReset, tGeneratorL2L3OvervoltageL2Activated, tGeneratorL2L3OvervoltageL2Disappeared,
  1340. tGeneratorL2L3OvervoltageL2AlarmReset, tGeneratorL3L1OvervoltageL1Activated, tGeneratorL3L1OvervoltageL1Disappeared, tGeneratorL3L1OvervoltageL1AlarmReset, tGeneratorL3L1OvervoltageL2Activated,
  1341. tGeneratorL3L1OvervoltageL2Disappeared, tGeneratorL3L1OvervoltageL2AlarmReset, tGeneratorL1UndervoltageL1Activated, tGeneratorL1UndervoltageL1Disappeared, tGeneratorL1UndervoltageL1AlarmReset,
  1342. tGeneratorL1UndervoltageL2Activated, tGeneratorL1UndervoltageL2Disappeared, tGeneratorL1UndervoltageL2AlarmReset, tGeneratorL2UndervoltageL1Activated, tGeneratorL2UndervoltageL1Disappeared,
  1343. tGeneratorL2UndervoltageL1AlarmReset, tGeneratorL2UndervoltageL2Activated, tGeneratorL2UndervoltageL2Disappeared, tGeneratorL2UndervoltageL2AlarmReset, tGeneratorL3UndervoltageL1Activated,
  1344. tGeneratorL3UndervoltageL1Disappeared, tGeneratorL3UndervoltageL1AlarmReset, tGeneratorL3UndervoltageL2Activated, tGeneratorL3UndervoltageL2Disappeared, tGeneratorL3UndervoltageL2AlarmReset,
  1345. tGeneratorL1L2UndervoltageL1Activated, tGeneratorL1L2UndervoltageL1Disappeared, tGeneratorL1L2UndervoltageL1AlarmReset, tGeneratorL1L2UndervoltageL2Activated, tGeneratorL1L2UndervoltageL2Disappeared,
  1346. tGeneratorL1L2UndervoltageL2AlarmReset, tGeneratorL2L3UndervoltageL1Activated, tGeneratorL2L3UndervoltageL1Disappeared, tGeneratorL2L3UndervoltageL1AlarmReset, tGeneratorL2L3UndervoltageL2Activated,
  1347. tGeneratorL2L3UndervoltageL2Disappeared, tGeneratorL2L3UndervoltageL2AlarmReset, tGeneratorL3L1UndervoltageL1Activated, tGeneratorL3L1UndervoltageL1Disappeared, tGeneratorL3L1UndervoltageL1AlarmReset,
  1348. tGeneratorL3L1UndervoltageL2Activated, tGeneratorL3L1UndervoltageL2Disappeared, tGeneratorL3L1UndervoltageL2AlarmReset, tGenVoltageUnbalancePhPhL2Activated, tGenVoltageUnbalancePhPhL2Disappeared,
  1349. tGenVoltageUnbalancePhPhL2AlarmReset, tGenVoltageUnbalancePhNL2Activated, tGenVoltageUnbalancePhNL2Disappeared, tGenVoltageUnbalancePhNL2AlarmReset, tGeneratorOverfrequencyL1Activated,
  1350. tGeneratorOverfrequencyL1Disappeared, tGeneratorOverfrequencyL1AlarmReset, tGeneratorOverfrequencyL2Activated, tGeneratorOverfrequencyL2Disappeared, tGeneratorOverfrequencyL2AlarmReset,
  1351. tGeneratorUnderfrequencyL1Activated, tGeneratorUnderfrequencyL1Disappeared, tGeneratorUnderfrequencyL1AlarmReset, tGeneratorUnderfrequencyL2Activated, tGeneratorUnderfrequencyL2Disappeared,
  1352. tGeneratorUnderfrequencyL2AlarmReset, tReversePowerL2Activated, tReversePowerL2Disappeared, tReversePowerL2AlarmReset, tCurrentUnbalanceL2Activated,
  1353. tCurrentUnbalanceL2Disappeared, tCurrentUnbalanceL2AlarmReset, tGenPhRotationOppositeL1Activated, tGenPhRotationOppositeL1Disappeared, tGenPhRotationOppositeL1AlarmReset,
  1354. tGenPhL1InvertedL1Activated, tGenPhL1InvertedL1Disappeared, tGenPhL1InvertedL1AlarmReset, tGenPhL2InvertedL1Activated, tGenPhL2InvertedL1Disappeared,
  1355. tGenPhL2InvertedL1AlarmReset, tGenPhL3InvertedL1Activated, tGenPhL3InvertedL1Disappeared, tGenPhL3InvertedL1AlarmReset, tMainsPhRotationOppositeL1Activated,
  1356. tMainsPhRotationOppositeL1Disappeared, tMainsPhRotationOppositeL1AlarmReset, tMainsPhL1InvertedL1Activated, tMainsPhL1InvertedL1Disappeared, tMainsPhL1InvertedL1AlarmReset,
  1357. tMainsPhL2InvertedL1Activated, tMainsPhL2InvertedL1Disappeared, tMainsPhL2InvertedL1AlarmReset, tMainsPhL3InvertedL1Activated, tMainsPhL3InvertedL1Disappeared,
  1358. tMainsPhL3InvertedL1AlarmReset, tOverloadL1Activated, tOverloadL1Disappeared, tOverloadL1AlarmReset, tOverloadL2Activated,
  1359. tOverloadL2Disappeared, tOverloadL2AlarmReset, tShortCircuitL2Activated, tShortCircuitL2Disappeared, tShortCircuitL2AlarmReset,
  1360. tEarthFaultCurrentL2Activated, tEarthFaultCurrentL2Disappeared, tEarthFaultCurrentL2AlarmReset, tOvercurrentIDMTL2Activated, tOvercurrentIDMTL2Disappeared,
  1361. tOvercurrentIDMTL2AlarmReset, tGeneratorEarthOvercurrentL2Activated, tGeneratorEarthOvercurrentL2Disappeared, tGeneratorEarthOvercurrentL2AlarmReset, tBatteryUndervoltageL1Activated,
  1362. tBatteryUndervoltageL1Disappeared, tBatteryUndervoltageL1AlarmReset, tBatteryOvervoltageL1Activated, tBatteryOvervoltageL1Disappeared, tBatteryOvervoltageL1AlarmReset,
  1363. tBatteryChargerFailL1Activated, tBatteryChargerFailL1Disappeared, tBatteryChargerFailL1AlarmReset, tOverrideAllSdL1Activated, tOverrideAllSdL1Disappeared,
  1364. tOverrideAllSdL1AlarmReset, tRentalTimer1L1Activated, tRentalTimer1L1Disappeared, tRentalTimer1L1AlarmReset, tRentalTimer2L1Activated,
  1365. tRentalTimer2L1Disappeared, tRentalTimer2L1AlarmReset, tRentalTimer1ElapsedL1Activated, tRentalTimer1ElapsedL1Disappeared, tRentalTimer1ElapsedL1AlarmReset,
  1366. tRentalTimer2ElapsedL1Activated, tRentalTimer2ElapsedL1Disappeared, tRentalTimer2ElapsedL1AlarmReset, tRentalTimer1ExceededL2Activated, tRentalTimer1ExceededL2Disappeared,
  1367. tRentalTimer1ExceededL2AlarmReset, tRentalTimer2ExceededL2Activated, tRentalTimer2ExceededL2Disappeared, tRentalTimer2ExceededL2AlarmReset, tRentalTimerBlockStartL1Activated,
  1368. tRentalTimerBlockStartL1Disappeared, tRentalTimerBlockStartL1AlarmReset, tManualRestoreL1Activated, tManualRestoreL1Disappeared, tManualRestoreL1AlarmReset,
  1369. tMainsVoltageDetectedL1Activated, tMainsVoltageDetectedL1Disappeared, tMainsVoltageDetectedL1AlarmReset, tFence1AlarmL1Activated1, tFence1AlarmL1Disappeared1,
  1370. tFence1AlarmL1AlarmReset1, tFence1AlarmL2Activated1, tFence1AlarmL2Disappeared1, tFence1AlarmL2AlarmReset1, tFence1AlarmL1Activated2,
  1371. tFence1AlarmL1Disappeared2, tFence1AlarmL1AlarmReset2, tFence1AlarmL2Activated2, tFence1AlarmL2Disappeared2, tFence1AlarmL2AlarmReset2,
  1372. tFence2AlarmL1Activated1, tFence2AlarmL1Disappeared1, tFence2AlarmL1AlarmReset1, tFence2AlarmL2Activated1, tFence2AlarmL2Disappeared1,
  1373. tFence2AlarmL2AlarmReset1, tFence2AlarmL1Activated2, tFence2AlarmL1Disappeared2, tFence2AlarmL1AlarmReset2, tFence2AlarmL2Activated2,
  1374. tFence2AlarmL2Disappeared2, tFence2AlarmL2AlarmReset2, tFuelTheftL1Activated, tFuelTheftL1Disappeared, tFuelTheftL1AlarmReset,
  1375. tStartBlockingL1Activated, tStartBlockingL1Disappeared, tStartBlockingL1AlarmReset, tMaintenanceTimer1IntervalL1Activated, tMaintenanceTimer1IntervalL1Disappeared,
  1376. tMaintenanceTimer1IntervalL1AlarmReset, tMaintenanceTimer1IntervalL2Activated, tMaintenanceTimer1IntervalL2Disappeared, tMaintenanceTimer1IntervalL2AlarmReset, tMaintenanceTimer2IntervalL1Activated,
  1377. tMaintenanceTimer2IntervalL1Disappeared, tMaintenanceTimer2IntervalL1AlarmReset, tMaintenanceTimer2IntervalL2Activated, tMaintenanceTimer2IntervalL2Disappeared, tMaintenanceTimer2IntervalL2AlarmReset,
  1378. tMaintenanceTimer3IntervalL1Activated, tMaintenanceTimer3IntervalL1Disappeared, tMaintenanceTimer3IntervalL1AlarmReset, tMaintenanceTimer3IntervalL2Activated, tMaintenanceTimer3IntervalL2Disappeared,
  1379. tMaintenanceTimer3IntervalL2AlarmReset, tExternalMainsFailL1Activated, tExternalMainsFailL1Disappeared, tExternalMainsFailL1AlarmReset, tParallelWorkL2Activated,
  1380. tParallelWorkL2Disappeared, tParallelWorkL2AlarmReset, tWrongGCBControlModeL1Activated, tWrongGCBControlModeL1Disappeared, tWrongGCBControlModeL1AlarmReset,
  1381. tTotalEmergencyStopL2Activated, tTotalEmergencyStopL2Disappeared, tTotalEmergencyStopL2AlarmReset, tStartingSpeedOvershootL2Activated, tStartingSpeedOvershootL2Disappeared,
  1382. tStartingSpeedOvershootL2AlarmReset, tForceCHR2FManualIdleL1Activated, tForceCHR2FManualIdleL1Disappeared, tForceCHR2FManualIdleL1AlarmReset, tGCBClosingIsBlockedL1Activated,
  1383. tGCBClosingIsBlockedL1Disappeared, tGCBClosingIsBlockedL1AlarmReset, tresL1Activated3, tresL1Disappeared3, tresL1AlarmReset3,
  1384. tSWKeyModbusMasterErrorL1Activated, tSWKeyModbusMasterErrorL1Disappeared, tSWKeyModbusMasterErrorL1AlarmReset, tresL1Activated4, tresL1Disappeared4,
  1385. tresL1AlarmReset4, tresL1Activated5, tresL1Disappeared5, tresL1AlarmReset5, tresL1Activated6,
  1386. tresL1Disappeared6, tresL1AlarmReset6, tresL1Activated7, tresL1Disappeared7, tresL1AlarmReset7,
  1387. tresL1Activated8, tresL1Disappeared8, tresL1AlarmReset8, tresL1Activated9, tresL1Disappeared9,
  1388. tresL1AlarmReset9, tresL1Activated10, tresL1Disappeared10, tresL1AlarmReset10, tresL1Activated11,
  1389. tresL1Disappeared11, tresL1AlarmReset11, tresL1Activated12, tresL1Disappeared12, tresL1AlarmReset12,
  1390. tresL1Activated13, tresL1Disappeared13, tresL1AlarmReset13, tresL1Activated14, tresL1Disappeared14,
  1391. tresL1AlarmReset14, tresL1Activated15, tresL1Disappeared15, tresL1AlarmReset15, tresL2Activated3,
  1392. tresL2Disappeared3, tresL2AlarmReset3, tresSFActivated3, tresSFDisappeared3, tresSFAlarmReset3,
  1393. tresL1Activated16, tresL1Disappeared16, tresL1AlarmReset16, tresL2Activated4, tresL2Disappeared4,
  1394. tresL2AlarmReset4, tresSFActivated4, tresSFDisappeared4, tresSFAlarmReset4, tresL1Activated17,
  1395. tresL1Disappeared17, tresL1AlarmReset17, tresL2Activated5, tresL2Disappeared5, tresL2AlarmReset5,
  1396. tresSFActivated5, tresSFDisappeared5, tresSFAlarmReset5, tresL1Activated18, tresL1Disappeared18,
  1397. tresL1AlarmReset18, tresL2Activated6, tresL2Disappeared6, tresL2AlarmReset6, tresSFActivated6,
  1398. tresSFDisappeared6, tresSFAlarmReset6, tresL1Activated19, tresL1Disappeared19, tresL1AlarmReset19,
  1399. tresL2Activated7, tresL2Disappeared7, tresL2AlarmReset7, tresSFActivated7, tresSFDisappeared7,
  1400. tresSFAlarmReset7, tresL1Activated20, tresL1Disappeared20, tresL1AlarmReset20, tresL2Activated8,
  1401. tresL2Disappeared8, tresL2AlarmReset8, tresSFActivated8, tresSFDisappeared8, tresSFAlarmReset8,
  1402. tresL1Activated21, tresL1Disappeared21, tresL1AlarmReset21, tresL2Activated9, tresL2Disappeared9,
  1403. tresL2AlarmReset9, tresSFActivated9, tresSFDisappeared9, tresSFAlarmReset9, tresL1Activated22,
  1404. tresL1Disappeared22, tresL1AlarmReset22, tresL2Activated10, tresL2Disappeared10, tresL2AlarmReset10,
  1405. tresSFActivated10, tresSFDisappeared10, tresSFAlarmReset10, tresL1Activated23, tresL1Disappeared23,
  1406. tresL1AlarmReset23, tresL2Activated11, tresL2Disappeared11, tresL2AlarmReset11, tresSFActivated11,
  1407. tresSFDisappeared11, tresSFAlarmReset11, tresL1Activated24, tresL1Disappeared24, tresL1AlarmReset24,
  1408. tresL2Activated12, tresL2Disappeared12, tresL2AlarmReset12, tresSFActivated12, tresSFDisappeared12,
  1409. tresSFAlarmReset12, tresL1Activated25, tresL1Disappeared25, tresL1AlarmReset25, tresL2Activated13,
  1410. tresL2Disappeared13, tresL2AlarmReset13, tresSFActivated13, tresSFDisappeared13, tresSFAlarmReset13,
  1411. tresL1Activated26, tresL1Disappeared26, tresL1AlarmReset26, tresL2Activated14, tresL2Disappeared14,
  1412. tresL2AlarmReset14, tresSFActivated14, tresSFDisappeared14, tresSFAlarmReset14, tresL1Activated27,
  1413. tresL1Disappeared27, tresL1AlarmReset27, tresL2Activated15, tresL2Disappeared15, tresL2AlarmReset15,
  1414. tresSFActivated15, tresSFDisappeared15, tresSFAlarmReset15, tStartByStarter1FailedL1Activated, tStartByStarter1FailedL1Disappeared,
  1415. tStartByStarter1FailedL1AlarmReset, tStartByStarter2FailedL1Activated, tStartByStarter2FailedL1Disappeared, tStartByStarter2FailedL1AlarmReset, tEMBroABrcAMessageLost,
  1416. tEMBroBBrcAMessageLost, tFaultReset, tEventEMail1OK, tEventEMail2OK, tEventEMail3OK,
  1417. tEventEMail4OK, tEventSMS1OK, tEventSMS2OK, tEventSMS3OK, tEventSMS4OK,
  1418. tAlarmEMail1OK, tAlarmEMail2OK, tAlarmEMail3OK, tAlarmEMail4OK, tAlarmSMS1OK,
  1419. tAlarmSMS2OK, tAlarmSMS3OK, tAlarmSMS4OK, tSNMPTRAP1OK, tSNMPTRAP2OK,
  1420. tEventEMail1Fail, tEventEMail2Fail, tEventEMail3Fail, tEventEMail4Fail, tEventSMS1Fail,
  1421. tEventSMS2Fail, tEventSMS3Fail, tEventSMS4Fail, tAlarmEMail1Fail, tAlarmEMail2Fail,
  1422. tAlarmEMail3Fail, tAlarmEMail4Fail, tAlarmSMS1Fail, tAlarmSMS2Fail, tAlarmSMS3Fail,
  1423. tAlarmSMS4Fail, tSNMPTRAP1Fail, tSNMPTRAP2Fail, tSwitchedOn, tWatchdog,
  1424. tSystem, tSystemLog, tWrongConfig, tSetpointChange, tPasswordSet,
  1425. tPasswordChng, tAccessCodeSet, tAccessCodeChng, tTerminal, tForceValue,
  1426. tTimeModeChange, tProgrammingRequest, tProgrammingNotFinished, tProgrammingResult, tUnknownECUDiag,
  1427. tTerminalDiag, tTimeStamp, tGeneratorVoltageUnbalance, tCurrentUnbalance, tMainsVoltageUnbalance,
  1428. tOverload, tReversePower, tExcitationLoss, tRPMMeasurementFail, tBatteryFlat,
  1429. tMaintenanceTimer1RunHours, tMaintenanceTimer2RunHours, tMaintenanceTimer3RunHours, tShortCircuit, tEarthFaultCurrent,
  1430. tReverseSynchroFail, tSynchronisationFail, tMainsFail, tMainsReturned, tLoadOnMains,
  1431. tLoadOnGenset, tGenPeakStart, tPMSStart, tModbusRemoteStart, tRemoteStart,
  1432. tAMFStart, tManualStart, tTestStart, tSunriseCHR2FSunsetStart, tGenSetStop,
  1433. tManualStop, tAMFStop, tRemoteStop, tGenPeakStop, tPMSStop,
  1434. tModbusRemoteStop, tSunriseCHR2FSunsetStop, tGCBOpened, tGCBOpenedExternally, tGCBClosed,
  1435. tGCBClosedExternally, tMCBOpened, tMCBOpenedExternally, tMCBClosed, tMCBClosedExternally,
  1436. tSyncStarted, tRevSyncStarted, tReady, tIdleRun, tRunning,
  1437. tSoftLoad, tLoaded, tSoftUnload, tCooling, tEmergMAN,
  1438. tNotReady, tTestOnLoad, tLoadShed, tLoadReconnect, tFence1Alarm,
  1439. tFence2Alarm, tOtherGCBTrip, tEmergencyDroopInactive, tStartingSpeedOvershoot, tProtectionForceDisableActive,
  1440. tProtectionForceDisableInactive, tProtectionForceDisable2Active, tProtectionForceDisable2Inactive, tProtectionForceDisable3Active, tProtectionForceDisable3Inactive,
  1441. tProtectionForceDisable4Active, tProtectionForceDisable4Inactive, tMaintenanceTimer1Interval, tMaintenanceTimer2Interval, tMaintenanceTimer3Interval,
  1442. tParallelWork, tUserLogin, tUserLogout, tMaintenanceTimer1Reset, tMaintenanceTimer2Reset,
  1443. tMaintenanceTimer3Reset, tDummyLoadON, tDummyLoadOFF }
  1444.  STATUS  current
  1445.  DESCRIPTION  "Notifications"
  1446.  ::= { conformanceGroups 6 }
  1447.  
  1448. tMainsFailBlockL1Activated NOTIFICATION-TYPE
  1449.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1450.  STATUS current
  1451.  DESCRIPTION "Protection 1. level - Mains Fail Block - alarm activated"
  1452. ::= { notifications 8388608 }
  1453.  
  1454. tMainsFailBlockL1Disappeared NOTIFICATION-TYPE
  1455.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1456.  STATUS current
  1457.  DESCRIPTION "Protection 1. level - Mains Fail Block - alarm disappeared"
  1458. ::= { notifications 8388609 }
  1459.  
  1460. tMainsFailBlockL1AlarmReset NOTIFICATION-TYPE
  1461.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1462.  STATUS current
  1463.  DESCRIPTION "Protection 1. level - Mains Fail Block - alarm reset"
  1464. ::= { notifications 8388610 }
  1465.  
  1466. tMainsFailBlockL2Activated NOTIFICATION-TYPE
  1467.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1468.  STATUS current
  1469.  DESCRIPTION "Protection 2. level - Mains Fail Block - alarm activated"
  1470. ::= { notifications 142606336 }
  1471.  
  1472. tMainsFailBlockL2Disappeared NOTIFICATION-TYPE
  1473.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1474.  STATUS current
  1475.  DESCRIPTION "Protection 2. level - Mains Fail Block - alarm disappeared"
  1476. ::= { notifications 142606337 }
  1477.  
  1478. tMainsFailBlockL2AlarmReset NOTIFICATION-TYPE
  1479.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1480.  STATUS current
  1481.  DESCRIPTION "Protection 2. level - Mains Fail Block - alarm reset"
  1482. ::= { notifications 142606338 }
  1483.  
  1484. tMainsFailBlockSFActivated NOTIFICATION-TYPE
  1485.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1486.  STATUS current
  1487.  DESCRIPTION "Protection Sensor Fail - Mains Fail Block - alarm activated"
  1488. ::= { notifications 276824064 }
  1489.  
  1490. tMainsFailBlockSFDisappeared NOTIFICATION-TYPE
  1491.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1492.  STATUS current
  1493.  DESCRIPTION "Protection Sensor Fail - Mains Fail Block - alarm disappeared"
  1494. ::= { notifications 276824065 }
  1495.  
  1496. tMainsFailBlockSFAlarmReset NOTIFICATION-TYPE
  1497.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1498.  STATUS current
  1499.  DESCRIPTION "Protection Sensor Fail - Mains Fail Block - alarm reset"
  1500. ::= { notifications 276824066 }
  1501.  
  1502. tFuelReserveL1Activated NOTIFICATION-TYPE
  1503.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1504.  STATUS current
  1505.  DESCRIPTION "Protection 1. level - Wrn Fuel Reserve - alarm activated"
  1506. ::= { notifications 8388612 }
  1507.  
  1508. tFuelReserveL1Disappeared NOTIFICATION-TYPE
  1509.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1510.  STATUS current
  1511.  DESCRIPTION "Protection 1. level - Wrn Fuel Reserve - alarm disappeared"
  1512. ::= { notifications 8388613 }
  1513.  
  1514. tFuelReserveL1AlarmReset NOTIFICATION-TYPE
  1515.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1516.  STATUS current
  1517.  DESCRIPTION "Protection 1. level - Wrn Fuel Reserve - alarm reset"
  1518. ::= { notifications 8388614 }
  1519.  
  1520. tLowOilPressureL2Activated NOTIFICATION-TYPE
  1521.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1522.  STATUS current
  1523.  DESCRIPTION "Protection 2. level - Sd Low Oil Pressure - alarm activated"
  1524. ::= { notifications 142606344 }
  1525.  
  1526. tLowOilPressureL2Disappeared NOTIFICATION-TYPE
  1527.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1528.  STATUS current
  1529.  DESCRIPTION "Protection 2. level - Sd Low Oil Pressure - alarm disappeared"
  1530. ::= { notifications 142606345 }
  1531.  
  1532. tLowOilPressureL2AlarmReset NOTIFICATION-TYPE
  1533.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1534.  STATUS current
  1535.  DESCRIPTION "Protection 2. level - Sd Low Oil Pressure - alarm reset"
  1536. ::= { notifications 142606346 }
  1537.  
  1538. tHighCoolantTemperatureL2Activated NOTIFICATION-TYPE
  1539.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1540.  STATUS current
  1541.  DESCRIPTION "Protection 2. level - Sd High Coolant Temperature - alarm activated"
  1542. ::= { notifications 142606348 }
  1543.  
  1544. tHighCoolantTemperatureL2Disappeared NOTIFICATION-TYPE
  1545.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1546.  STATUS current
  1547.  DESCRIPTION "Protection 2. level - Sd High Coolant Temperature - alarm disappeared"
  1548. ::= { notifications 142606349 }
  1549.  
  1550. tHighCoolantTemperatureL2AlarmReset NOTIFICATION-TYPE
  1551.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1552.  STATUS current
  1553.  DESCRIPTION "Protection 2. level - Sd High Coolant Temperature - alarm reset"
  1554. ::= { notifications 142606350 }
  1555.  
  1556. tFuelLevelL1Activated NOTIFICATION-TYPE
  1557.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1558.  STATUS current
  1559.  DESCRIPTION "Protection 1. level - Wrn Fuel Level - alarm activated"
  1560. ::= { notifications 16777736 }
  1561.  
  1562. tFuelLevelL1Disappeared NOTIFICATION-TYPE
  1563.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1564.  STATUS current
  1565.  DESCRIPTION "Protection 1. level - Wrn Fuel Level - alarm disappeared"
  1566. ::= { notifications 16777737 }
  1567.  
  1568. tFuelLevelL1AlarmReset NOTIFICATION-TYPE
  1569.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1570.  STATUS current
  1571.  DESCRIPTION "Protection 1. level - Wrn Fuel Level - alarm reset"
  1572. ::= { notifications 16777738 }
  1573.  
  1574. tFuelLevelL2Activated NOTIFICATION-TYPE
  1575.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1576.  STATUS current
  1577.  DESCRIPTION "Protection 2. level - Sd Fuel Level - alarm activated"
  1578. ::= { notifications 150995464 }
  1579.  
  1580. tFuelLevelL2Disappeared NOTIFICATION-TYPE
  1581.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1582.  STATUS current
  1583.  DESCRIPTION "Protection 2. level - Sd Fuel Level - alarm disappeared"
  1584. ::= { notifications 150995465 }
  1585.  
  1586. tFuelLevelL2AlarmReset NOTIFICATION-TYPE
  1587.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1588.  STATUS current
  1589.  DESCRIPTION "Protection 2. level - Sd Fuel Level - alarm reset"
  1590. ::= { notifications 150995466 }
  1591.  
  1592. tAlCHR2FHistCHR2Emsg1L1Activated NOTIFICATION-TYPE
  1593.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1594.  STATUS current
  1595.  DESCRIPTION "Protection 1. level - ALI FLS Fuel Level - alarm activated"
  1596. ::= { notifications 16778288 }
  1597.  
  1598. tAlCHR2FHistCHR2Emsg1L1Disappeared NOTIFICATION-TYPE
  1599.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1600.  STATUS current
  1601.  DESCRIPTION "Protection 1. level - ALI FLS Fuel Level - alarm disappeared"
  1602. ::= { notifications 16778289 }
  1603.  
  1604. tAlCHR2FHistCHR2Emsg1L1AlarmReset NOTIFICATION-TYPE
  1605.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1606.  STATUS current
  1607.  DESCRIPTION "Protection 1. level - ALI FLS Fuel Level - alarm reset"
  1608. ::= { notifications 16778290 }
  1609.  
  1610. tAlCHR2FHistCHR2Emsg2L1Activated NOTIFICATION-TYPE
  1611.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1612.  STATUS current
  1613.  DESCRIPTION "Protection 1. level - Wrn Fuel Level 30% - alarm activated"
  1614. ::= { notifications 16778292 }
  1615.  
  1616. tAlCHR2FHistCHR2Emsg2L1Disappeared NOTIFICATION-TYPE
  1617.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1618.  STATUS current
  1619.  DESCRIPTION "Protection 1. level - Wrn Fuel Level 30% - alarm disappeared"
  1620. ::= { notifications 16778293 }
  1621.  
  1622. tAlCHR2FHistCHR2Emsg2L1AlarmReset NOTIFICATION-TYPE
  1623.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1624.  STATUS current
  1625.  DESCRIPTION "Protection 1. level - Wrn Fuel Level 30% - alarm reset"
  1626. ::= { notifications 16778294 }
  1627.  
  1628. tRPML1Activated NOTIFICATION-TYPE
  1629.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1630.  STATUS current
  1631.  DESCRIPTION "Protection 1. level - RPM - alarm activated"
  1632. ::= { notifications 25166004 }
  1633.  
  1634. tRPML1Disappeared NOTIFICATION-TYPE
  1635.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1636.  STATUS current
  1637.  DESCRIPTION "Protection 1. level - RPM - alarm disappeared"
  1638. ::= { notifications 25166005 }
  1639.  
  1640. tRPML1AlarmReset NOTIFICATION-TYPE
  1641.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1642.  STATUS current
  1643.  DESCRIPTION "Protection 1. level - RPM - alarm reset"
  1644. ::= { notifications 25166006 }
  1645.  
  1646. tRPML2Activated NOTIFICATION-TYPE
  1647.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1648.  STATUS current
  1649.  DESCRIPTION "Protection 2. level - RPM - alarm activated"
  1650. ::= { notifications 159383732 }
  1651.  
  1652. tRPML2Disappeared NOTIFICATION-TYPE
  1653.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1654.  STATUS current
  1655.  DESCRIPTION "Protection 2. level - RPM - alarm disappeared"
  1656. ::= { notifications 159383733 }
  1657.  
  1658. tRPML2AlarmReset NOTIFICATION-TYPE
  1659.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1660.  STATUS current
  1661.  DESCRIPTION "Protection 2. level - RPM - alarm reset"
  1662. ::= { notifications 159383734 }
  1663.  
  1664. tRPMSFActivated NOTIFICATION-TYPE
  1665.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1666.  STATUS current
  1667.  DESCRIPTION "Protection Sensor Fail - RPM - alarm activated"
  1668. ::= { notifications 293601460 }
  1669.  
  1670. tRPMSFDisappeared NOTIFICATION-TYPE
  1671.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1672.  STATUS current
  1673.  DESCRIPTION "Protection Sensor Fail - RPM - alarm disappeared"
  1674. ::= { notifications 293601461 }
  1675.  
  1676. tRPMSFAlarmReset NOTIFICATION-TYPE
  1677.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1678.  STATUS current
  1679.  DESCRIPTION "Protection Sensor Fail - RPM - alarm reset"
  1680. ::= { notifications 293601462 }
  1681.  
  1682. tGeneratorVoltageL1NL1Activated NOTIFICATION-TYPE
  1683.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1684.  STATUS current
  1685.  DESCRIPTION "Protection 1. level - Generator Voltage L1-N - alarm activated"
  1686. ::= { notifications 25166276 }
  1687.  
  1688. tGeneratorVoltageL1NL1Disappeared NOTIFICATION-TYPE
  1689.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1690.  STATUS current
  1691.  DESCRIPTION "Protection 1. level - Generator Voltage L1-N - alarm disappeared"
  1692. ::= { notifications 25166277 }
  1693.  
  1694. tGeneratorVoltageL1NL1AlarmReset NOTIFICATION-TYPE
  1695.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1696.  STATUS current
  1697.  DESCRIPTION "Protection 1. level - Generator Voltage L1-N - alarm reset"
  1698. ::= { notifications 25166278 }
  1699.  
  1700. tGeneratorVoltageL1NL2Activated NOTIFICATION-TYPE
  1701.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1702.  STATUS current
  1703.  DESCRIPTION "Protection 2. level - Generator Voltage L1-N - alarm activated"
  1704. ::= { notifications 159384004 }
  1705.  
  1706. tGeneratorVoltageL1NL2Disappeared NOTIFICATION-TYPE
  1707.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1708.  STATUS current
  1709.  DESCRIPTION "Protection 2. level - Generator Voltage L1-N - alarm disappeared"
  1710. ::= { notifications 159384005 }
  1711.  
  1712. tGeneratorVoltageL1NL2AlarmReset NOTIFICATION-TYPE
  1713.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1714.  STATUS current
  1715.  DESCRIPTION "Protection 2. level - Generator Voltage L1-N - alarm reset"
  1716. ::= { notifications 159384006 }
  1717.  
  1718. tGeneratorVoltageL1NSFActivated NOTIFICATION-TYPE
  1719.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1720.  STATUS current
  1721.  DESCRIPTION "Protection Sensor Fail - Generator Voltage L1-N - alarm activated"
  1722. ::= { notifications 293601732 }
  1723.  
  1724. tGeneratorVoltageL1NSFDisappeared NOTIFICATION-TYPE
  1725.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1726.  STATUS current
  1727.  DESCRIPTION "Protection Sensor Fail - Generator Voltage L1-N - alarm disappeared"
  1728. ::= { notifications 293601733 }
  1729.  
  1730. tGeneratorVoltageL1NSFAlarmReset NOTIFICATION-TYPE
  1731.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1732.  STATUS current
  1733.  DESCRIPTION "Protection Sensor Fail - Generator Voltage L1-N - alarm reset"
  1734. ::= { notifications 293601734 }
  1735.  
  1736. tGeneratorVoltageL2NL1Activated NOTIFICATION-TYPE
  1737.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1738.  STATUS current
  1739.  DESCRIPTION "Protection 1. level - Generator Voltage L2-N - alarm activated"
  1740. ::= { notifications 25166280 }
  1741.  
  1742. tGeneratorVoltageL2NL1Disappeared NOTIFICATION-TYPE
  1743.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1744.  STATUS current
  1745.  DESCRIPTION "Protection 1. level - Generator Voltage L2-N - alarm disappeared"
  1746. ::= { notifications 25166281 }
  1747.  
  1748. tGeneratorVoltageL2NL1AlarmReset NOTIFICATION-TYPE
  1749.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1750.  STATUS current
  1751.  DESCRIPTION "Protection 1. level - Generator Voltage L2-N - alarm reset"
  1752. ::= { notifications 25166282 }
  1753.  
  1754. tGeneratorVoltageL2NL2Activated NOTIFICATION-TYPE
  1755.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1756.  STATUS current
  1757.  DESCRIPTION "Protection 2. level - Generator Voltage L2-N - alarm activated"
  1758. ::= { notifications 159384008 }
  1759.  
  1760. tGeneratorVoltageL2NL2Disappeared NOTIFICATION-TYPE
  1761.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1762.  STATUS current
  1763.  DESCRIPTION "Protection 2. level - Generator Voltage L2-N - alarm disappeared"
  1764. ::= { notifications 159384009 }
  1765.  
  1766. tGeneratorVoltageL2NL2AlarmReset NOTIFICATION-TYPE
  1767.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1768.  STATUS current
  1769.  DESCRIPTION "Protection 2. level - Generator Voltage L2-N - alarm reset"
  1770. ::= { notifications 159384010 }
  1771.  
  1772. tGeneratorVoltageL2NSFActivated NOTIFICATION-TYPE
  1773.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1774.  STATUS current
  1775.  DESCRIPTION "Protection Sensor Fail - Generator Voltage L2-N - alarm activated"
  1776. ::= { notifications 293601736 }
  1777.  
  1778. tGeneratorVoltageL2NSFDisappeared NOTIFICATION-TYPE
  1779.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1780.  STATUS current
  1781.  DESCRIPTION "Protection Sensor Fail - Generator Voltage L2-N - alarm disappeared"
  1782. ::= { notifications 293601737 }
  1783.  
  1784. tGeneratorVoltageL2NSFAlarmReset NOTIFICATION-TYPE
  1785.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1786.  STATUS current
  1787.  DESCRIPTION "Protection Sensor Fail - Generator Voltage L2-N - alarm reset"
  1788. ::= { notifications 293601738 }
  1789.  
  1790. tGeneratorVoltageL3NL1Activated NOTIFICATION-TYPE
  1791.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1792.  STATUS current
  1793.  DESCRIPTION "Protection 1. level - Generator Voltage L3-N - alarm activated"
  1794. ::= { notifications 25166284 }
  1795.  
  1796. tGeneratorVoltageL3NL1Disappeared NOTIFICATION-TYPE
  1797.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1798.  STATUS current
  1799.  DESCRIPTION "Protection 1. level - Generator Voltage L3-N - alarm disappeared"
  1800. ::= { notifications 25166285 }
  1801.  
  1802. tGeneratorVoltageL3NL1AlarmReset NOTIFICATION-TYPE
  1803.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1804.  STATUS current
  1805.  DESCRIPTION "Protection 1. level - Generator Voltage L3-N - alarm reset"
  1806. ::= { notifications 25166286 }
  1807.  
  1808. tGeneratorVoltageL3NL2Activated NOTIFICATION-TYPE
  1809.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1810.  STATUS current
  1811.  DESCRIPTION "Protection 2. level - Generator Voltage L3-N - alarm activated"
  1812. ::= { notifications 159384012 }
  1813.  
  1814. tGeneratorVoltageL3NL2Disappeared NOTIFICATION-TYPE
  1815.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1816.  STATUS current
  1817.  DESCRIPTION "Protection 2. level - Generator Voltage L3-N - alarm disappeared"
  1818. ::= { notifications 159384013 }
  1819.  
  1820. tGeneratorVoltageL3NL2AlarmReset NOTIFICATION-TYPE
  1821.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1822.  STATUS current
  1823.  DESCRIPTION "Protection 2. level - Generator Voltage L3-N - alarm reset"
  1824. ::= { notifications 159384014 }
  1825.  
  1826. tGeneratorVoltageL3NSFActivated NOTIFICATION-TYPE
  1827.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1828.  STATUS current
  1829.  DESCRIPTION "Protection Sensor Fail - Generator Voltage L3-N - alarm activated"
  1830. ::= { notifications 293601740 }
  1831.  
  1832. tGeneratorVoltageL3NSFDisappeared NOTIFICATION-TYPE
  1833.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1834.  STATUS current
  1835.  DESCRIPTION "Protection Sensor Fail - Generator Voltage L3-N - alarm disappeared"
  1836. ::= { notifications 293601741 }
  1837.  
  1838. tGeneratorVoltageL3NSFAlarmReset NOTIFICATION-TYPE
  1839.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1840.  STATUS current
  1841.  DESCRIPTION "Protection Sensor Fail - Generator Voltage L3-N - alarm reset"
  1842. ::= { notifications 293601742 }
  1843.  
  1844. tGeneratorVoltageL1L2L1Activated NOTIFICATION-TYPE
  1845.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1846.  STATUS current
  1847.  DESCRIPTION "Protection 1. level - Generator Voltage L1-L2 - alarm activated"
  1848. ::= { notifications 25166288 }
  1849.  
  1850. tGeneratorVoltageL1L2L1Disappeared NOTIFICATION-TYPE
  1851.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1852.  STATUS current
  1853.  DESCRIPTION "Protection 1. level - Generator Voltage L1-L2 - alarm disappeared"
  1854. ::= { notifications 25166289 }
  1855.  
  1856. tGeneratorVoltageL1L2L1AlarmReset NOTIFICATION-TYPE
  1857.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1858.  STATUS current
  1859.  DESCRIPTION "Protection 1. level - Generator Voltage L1-L2 - alarm reset"
  1860. ::= { notifications 25166290 }
  1861.  
  1862. tGeneratorVoltageL1L2L2Activated NOTIFICATION-TYPE
  1863.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1864.  STATUS current
  1865.  DESCRIPTION "Protection 2. level - Generator Voltage L1-L2 - alarm activated"
  1866. ::= { notifications 159384016 }
  1867.  
  1868. tGeneratorVoltageL1L2L2Disappeared NOTIFICATION-TYPE
  1869.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1870.  STATUS current
  1871.  DESCRIPTION "Protection 2. level - Generator Voltage L1-L2 - alarm disappeared"
  1872. ::= { notifications 159384017 }
  1873.  
  1874. tGeneratorVoltageL1L2L2AlarmReset NOTIFICATION-TYPE
  1875.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1876.  STATUS current
  1877.  DESCRIPTION "Protection 2. level - Generator Voltage L1-L2 - alarm reset"
  1878. ::= { notifications 159384018 }
  1879.  
  1880. tGeneratorVoltageL1L2SFActivated NOTIFICATION-TYPE
  1881.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1882.  STATUS current
  1883.  DESCRIPTION "Protection Sensor Fail - Generator Voltage L1-L2 - alarm activated"
  1884. ::= { notifications 293601744 }
  1885.  
  1886. tGeneratorVoltageL1L2SFDisappeared NOTIFICATION-TYPE
  1887.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1888.  STATUS current
  1889.  DESCRIPTION "Protection Sensor Fail - Generator Voltage L1-L2 - alarm disappeared"
  1890. ::= { notifications 293601745 }
  1891.  
  1892. tGeneratorVoltageL1L2SFAlarmReset NOTIFICATION-TYPE
  1893.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1894.  STATUS current
  1895.  DESCRIPTION "Protection Sensor Fail - Generator Voltage L1-L2 - alarm reset"
  1896. ::= { notifications 293601746 }
  1897.  
  1898. tGeneratorVoltageL2L3L1Activated NOTIFICATION-TYPE
  1899.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1900.  STATUS current
  1901.  DESCRIPTION "Protection 1. level - Generator Voltage L2-L3 - alarm activated"
  1902. ::= { notifications 25166292 }
  1903.  
  1904. tGeneratorVoltageL2L3L1Disappeared NOTIFICATION-TYPE
  1905.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1906.  STATUS current
  1907.  DESCRIPTION "Protection 1. level - Generator Voltage L2-L3 - alarm disappeared"
  1908. ::= { notifications 25166293 }
  1909.  
  1910. tGeneratorVoltageL2L3L1AlarmReset NOTIFICATION-TYPE
  1911.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1912.  STATUS current
  1913.  DESCRIPTION "Protection 1. level - Generator Voltage L2-L3 - alarm reset"
  1914. ::= { notifications 25166294 }
  1915.  
  1916. tGeneratorVoltageL2L3L2Activated NOTIFICATION-TYPE
  1917.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1918.  STATUS current
  1919.  DESCRIPTION "Protection 2. level - Generator Voltage L2-L3 - alarm activated"
  1920. ::= { notifications 159384020 }
  1921.  
  1922. tGeneratorVoltageL2L3L2Disappeared NOTIFICATION-TYPE
  1923.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1924.  STATUS current
  1925.  DESCRIPTION "Protection 2. level - Generator Voltage L2-L3 - alarm disappeared"
  1926. ::= { notifications 159384021 }
  1927.  
  1928. tGeneratorVoltageL2L3L2AlarmReset NOTIFICATION-TYPE
  1929.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1930.  STATUS current
  1931.  DESCRIPTION "Protection 2. level - Generator Voltage L2-L3 - alarm reset"
  1932. ::= { notifications 159384022 }
  1933.  
  1934. tGeneratorVoltageL2L3SFActivated NOTIFICATION-TYPE
  1935.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1936.  STATUS current
  1937.  DESCRIPTION "Protection Sensor Fail - Generator Voltage L2-L3 - alarm activated"
  1938. ::= { notifications 293601748 }
  1939.  
  1940. tGeneratorVoltageL2L3SFDisappeared NOTIFICATION-TYPE
  1941.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1942.  STATUS current
  1943.  DESCRIPTION "Protection Sensor Fail - Generator Voltage L2-L3 - alarm disappeared"
  1944. ::= { notifications 293601749 }
  1945.  
  1946. tGeneratorVoltageL2L3SFAlarmReset NOTIFICATION-TYPE
  1947.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1948.  STATUS current
  1949.  DESCRIPTION "Protection Sensor Fail - Generator Voltage L2-L3 - alarm reset"
  1950. ::= { notifications 293601750 }
  1951.  
  1952. tGeneratorVoltageL3L1L1Activated NOTIFICATION-TYPE
  1953.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1954.  STATUS current
  1955.  DESCRIPTION "Protection 1. level - Generator Voltage L3-L1 - alarm activated"
  1956. ::= { notifications 25166296 }
  1957.  
  1958. tGeneratorVoltageL3L1L1Disappeared NOTIFICATION-TYPE
  1959.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1960.  STATUS current
  1961.  DESCRIPTION "Protection 1. level - Generator Voltage L3-L1 - alarm disappeared"
  1962. ::= { notifications 25166297 }
  1963.  
  1964. tGeneratorVoltageL3L1L1AlarmReset NOTIFICATION-TYPE
  1965.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1966.  STATUS current
  1967.  DESCRIPTION "Protection 1. level - Generator Voltage L3-L1 - alarm reset"
  1968. ::= { notifications 25166298 }
  1969.  
  1970. tGeneratorVoltageL3L1L2Activated NOTIFICATION-TYPE
  1971.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1972.  STATUS current
  1973.  DESCRIPTION "Protection 2. level - Generator Voltage L3-L1 - alarm activated"
  1974. ::= { notifications 159384024 }
  1975.  
  1976. tGeneratorVoltageL3L1L2Disappeared NOTIFICATION-TYPE
  1977.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1978.  STATUS current
  1979.  DESCRIPTION "Protection 2. level - Generator Voltage L3-L1 - alarm disappeared"
  1980. ::= { notifications 159384025 }
  1981.  
  1982. tGeneratorVoltageL3L1L2AlarmReset NOTIFICATION-TYPE
  1983.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1984.  STATUS current
  1985.  DESCRIPTION "Protection 2. level - Generator Voltage L3-L1 - alarm reset"
  1986. ::= { notifications 159384026 }
  1987.  
  1988. tGeneratorVoltageL3L1SFActivated NOTIFICATION-TYPE
  1989.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1990.  STATUS current
  1991.  DESCRIPTION "Protection Sensor Fail - Generator Voltage L3-L1 - alarm activated"
  1992. ::= { notifications 293601752 }
  1993.  
  1994. tGeneratorVoltageL3L1SFDisappeared NOTIFICATION-TYPE
  1995.  OBJECTS {tControllerName, tSerNum, tTrapText}
  1996.  STATUS current
  1997.  DESCRIPTION "Protection Sensor Fail - Generator Voltage L3-L1 - alarm disappeared"
  1998. ::= { notifications 293601753 }
  1999.  
  2000. tGeneratorVoltageL3L1SFAlarmReset NOTIFICATION-TYPE
  2001.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2002.  STATUS current
  2003.  DESCRIPTION "Protection Sensor Fail - Generator Voltage L3-L1 - alarm reset"
  2004. ::= { notifications 293601754 }
  2005.  
  2006. tGeneratorVUnbalancePhPhL1Activated NOTIFICATION-TYPE
  2007.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2008.  STATUS current
  2009.  DESCRIPTION "Protection 1. level - Generator V Unbalance Ph-Ph - alarm activated"
  2010. ::= { notifications 25172272 }
  2011.  
  2012. tGeneratorVUnbalancePhPhL1Disappeared NOTIFICATION-TYPE
  2013.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2014.  STATUS current
  2015.  DESCRIPTION "Protection 1. level - Generator V Unbalance Ph-Ph - alarm disappeared"
  2016. ::= { notifications 25172273 }
  2017.  
  2018. tGeneratorVUnbalancePhPhL1AlarmReset NOTIFICATION-TYPE
  2019.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2020.  STATUS current
  2021.  DESCRIPTION "Protection 1. level - Generator V Unbalance Ph-Ph - alarm reset"
  2022. ::= { notifications 25172274 }
  2023.  
  2024. tGeneratorVUnbalancePhPhL2Activated NOTIFICATION-TYPE
  2025.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2026.  STATUS current
  2027.  DESCRIPTION "Protection 2. level - Generator V Unbalance Ph-Ph - alarm activated"
  2028. ::= { notifications 159390000 }
  2029.  
  2030. tGeneratorVUnbalancePhPhL2Disappeared NOTIFICATION-TYPE
  2031.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2032.  STATUS current
  2033.  DESCRIPTION "Protection 2. level - Generator V Unbalance Ph-Ph - alarm disappeared"
  2034. ::= { notifications 159390001 }
  2035.  
  2036. tGeneratorVUnbalancePhPhL2AlarmReset NOTIFICATION-TYPE
  2037.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2038.  STATUS current
  2039.  DESCRIPTION "Protection 2. level - Generator V Unbalance Ph-Ph - alarm reset"
  2040. ::= { notifications 159390002 }
  2041.  
  2042. tGeneratorVUnbalancePhPhSFActivated NOTIFICATION-TYPE
  2043.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2044.  STATUS current
  2045.  DESCRIPTION "Protection Sensor Fail - Generator V Unbalance Ph-Ph - alarm activated"
  2046. ::= { notifications 293607728 }
  2047.  
  2048. tGeneratorVUnbalancePhPhSFDisappeared NOTIFICATION-TYPE
  2049.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2050.  STATUS current
  2051.  DESCRIPTION "Protection Sensor Fail - Generator V Unbalance Ph-Ph - alarm disappeared"
  2052. ::= { notifications 293607729 }
  2053.  
  2054. tGeneratorVUnbalancePhPhSFAlarmReset NOTIFICATION-TYPE
  2055.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2056.  STATUS current
  2057.  DESCRIPTION "Protection Sensor Fail - Generator V Unbalance Ph-Ph - alarm reset"
  2058. ::= { notifications 293607730 }
  2059.  
  2060. tGeneratorVUnbalancePhNL1Activated NOTIFICATION-TYPE
  2061.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2062.  STATUS current
  2063.  DESCRIPTION "Protection 1. level - Generator V Unbalance Ph-N - alarm activated"
  2064. ::= { notifications 25172276 }
  2065.  
  2066. tGeneratorVUnbalancePhNL1Disappeared NOTIFICATION-TYPE
  2067.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2068.  STATUS current
  2069.  DESCRIPTION "Protection 1. level - Generator V Unbalance Ph-N - alarm disappeared"
  2070. ::= { notifications 25172277 }
  2071.  
  2072. tGeneratorVUnbalancePhNL1AlarmReset NOTIFICATION-TYPE
  2073.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2074.  STATUS current
  2075.  DESCRIPTION "Protection 1. level - Generator V Unbalance Ph-N - alarm reset"
  2076. ::= { notifications 25172278 }
  2077.  
  2078. tGeneratorVUnbalancePhNL2Activated NOTIFICATION-TYPE
  2079.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2080.  STATUS current
  2081.  DESCRIPTION "Protection 2. level - Generator V Unbalance Ph-N - alarm activated"
  2082. ::= { notifications 159390004 }
  2083.  
  2084. tGeneratorVUnbalancePhNL2Disappeared NOTIFICATION-TYPE
  2085.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2086.  STATUS current
  2087.  DESCRIPTION "Protection 2. level - Generator V Unbalance Ph-N - alarm disappeared"
  2088. ::= { notifications 159390005 }
  2089.  
  2090. tGeneratorVUnbalancePhNL2AlarmReset NOTIFICATION-TYPE
  2091.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2092.  STATUS current
  2093.  DESCRIPTION "Protection 2. level - Generator V Unbalance Ph-N - alarm reset"
  2094. ::= { notifications 159390006 }
  2095.  
  2096. tGeneratorVUnbalancePhNSFActivated NOTIFICATION-TYPE
  2097.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2098.  STATUS current
  2099.  DESCRIPTION "Protection Sensor Fail - Generator V Unbalance Ph-N - alarm activated"
  2100. ::= { notifications 293607732 }
  2101.  
  2102. tGeneratorVUnbalancePhNSFDisappeared NOTIFICATION-TYPE
  2103.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2104.  STATUS current
  2105.  DESCRIPTION "Protection Sensor Fail - Generator V Unbalance Ph-N - alarm disappeared"
  2106. ::= { notifications 293607733 }
  2107.  
  2108. tGeneratorVUnbalancePhNSFAlarmReset NOTIFICATION-TYPE
  2109.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2110.  STATUS current
  2111.  DESCRIPTION "Protection Sensor Fail - Generator V Unbalance Ph-N - alarm reset"
  2112. ::= { notifications 293607734 }
  2113.  
  2114. tGeneratorFrequencyL1Activated NOTIFICATION-TYPE
  2115.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2116.  STATUS current
  2117.  DESCRIPTION "Protection 1. level - Generator Frequency - alarm activated"
  2118. ::= { notifications 25166300 }
  2119.  
  2120. tGeneratorFrequencyL1Disappeared NOTIFICATION-TYPE
  2121.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2122.  STATUS current
  2123.  DESCRIPTION "Protection 1. level - Generator Frequency - alarm disappeared"
  2124. ::= { notifications 25166301 }
  2125.  
  2126. tGeneratorFrequencyL1AlarmReset NOTIFICATION-TYPE
  2127.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2128.  STATUS current
  2129.  DESCRIPTION "Protection 1. level - Generator Frequency - alarm reset"
  2130. ::= { notifications 25166302 }
  2131.  
  2132. tGeneratorFrequencyL2Activated NOTIFICATION-TYPE
  2133.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2134.  STATUS current
  2135.  DESCRIPTION "Protection 2. level - Generator Frequency - alarm activated"
  2136. ::= { notifications 159384028 }
  2137.  
  2138. tGeneratorFrequencyL2Disappeared NOTIFICATION-TYPE
  2139.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2140.  STATUS current
  2141.  DESCRIPTION "Protection 2. level - Generator Frequency - alarm disappeared"
  2142. ::= { notifications 159384029 }
  2143.  
  2144. tGeneratorFrequencyL2AlarmReset NOTIFICATION-TYPE
  2145.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2146.  STATUS current
  2147.  DESCRIPTION "Protection 2. level - Generator Frequency - alarm reset"
  2148. ::= { notifications 159384030 }
  2149.  
  2150. tGeneratorFrequencySFActivated NOTIFICATION-TYPE
  2151.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2152.  STATUS current
  2153.  DESCRIPTION "Protection Sensor Fail - Generator Frequency - alarm activated"
  2154. ::= { notifications 293601756 }
  2155.  
  2156. tGeneratorFrequencySFDisappeared NOTIFICATION-TYPE
  2157.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2158.  STATUS current
  2159.  DESCRIPTION "Protection Sensor Fail - Generator Frequency - alarm disappeared"
  2160. ::= { notifications 293601757 }
  2161.  
  2162. tGeneratorFrequencySFAlarmReset NOTIFICATION-TYPE
  2163.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2164.  STATUS current
  2165.  DESCRIPTION "Protection Sensor Fail - Generator Frequency - alarm reset"
  2166. ::= { notifications 293601758 }
  2167.  
  2168. tGeneratorCurrentUnbalanceL1Activated NOTIFICATION-TYPE
  2169.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2170.  STATUS current
  2171.  DESCRIPTION "Protection 1. level - Generator Current Unbalance - alarm activated"
  2172. ::= { notifications 25172284 }
  2173.  
  2174. tGeneratorCurrentUnbalanceL1Disappeared NOTIFICATION-TYPE
  2175.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2176.  STATUS current
  2177.  DESCRIPTION "Protection 1. level - Generator Current Unbalance - alarm disappeared"
  2178. ::= { notifications 25172285 }
  2179.  
  2180. tGeneratorCurrentUnbalanceL1AlarmReset NOTIFICATION-TYPE
  2181.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2182.  STATUS current
  2183.  DESCRIPTION "Protection 1. level - Generator Current Unbalance - alarm reset"
  2184. ::= { notifications 25172286 }
  2185.  
  2186. tGeneratorCurrentUnbalanceL2Activated NOTIFICATION-TYPE
  2187.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2188.  STATUS current
  2189.  DESCRIPTION "Protection 2. level - Generator Current Unbalance - alarm activated"
  2190. ::= { notifications 159390012 }
  2191.  
  2192. tGeneratorCurrentUnbalanceL2Disappeared NOTIFICATION-TYPE
  2193.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2194.  STATUS current
  2195.  DESCRIPTION "Protection 2. level - Generator Current Unbalance - alarm disappeared"
  2196. ::= { notifications 159390013 }
  2197.  
  2198. tGeneratorCurrentUnbalanceL2AlarmReset NOTIFICATION-TYPE
  2199.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2200.  STATUS current
  2201.  DESCRIPTION "Protection 2. level - Generator Current Unbalance - alarm reset"
  2202. ::= { notifications 159390014 }
  2203.  
  2204. tGeneratorCurrentUnbalanceSFActivated NOTIFICATION-TYPE
  2205.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2206.  STATUS current
  2207.  DESCRIPTION "Protection Sensor Fail - Generator Current Unbalance - alarm activated"
  2208. ::= { notifications 293607740 }
  2209.  
  2210. tGeneratorCurrentUnbalanceSFDisappeared NOTIFICATION-TYPE
  2211.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2212.  STATUS current
  2213.  DESCRIPTION "Protection Sensor Fail - Generator Current Unbalance - alarm disappeared"
  2214. ::= { notifications 293607741 }
  2215.  
  2216. tGeneratorCurrentUnbalanceSFAlarmReset NOTIFICATION-TYPE
  2217.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2218.  STATUS current
  2219.  DESCRIPTION "Protection Sensor Fail - Generator Current Unbalance - alarm reset"
  2220. ::= { notifications 293607742 }
  2221.  
  2222. tMainsVoltageL1NL1Activated NOTIFICATION-TYPE
  2223.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2224.  STATUS current
  2225.  DESCRIPTION "Protection 1. level - Mains Voltage L1-N - alarm activated"
  2226. ::= { notifications 25166368 }
  2227.  
  2228. tMainsVoltageL1NL1Disappeared NOTIFICATION-TYPE
  2229.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2230.  STATUS current
  2231.  DESCRIPTION "Protection 1. level - Mains Voltage L1-N - alarm disappeared"
  2232. ::= { notifications 25166369 }
  2233.  
  2234. tMainsVoltageL1NL1AlarmReset NOTIFICATION-TYPE
  2235.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2236.  STATUS current
  2237.  DESCRIPTION "Protection 1. level - Mains Voltage L1-N - alarm reset"
  2238. ::= { notifications 25166370 }
  2239.  
  2240. tMainsVoltageL1NL2Activated NOTIFICATION-TYPE
  2241.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2242.  STATUS current
  2243.  DESCRIPTION "Protection 2. level - Mains Voltage L1-N - alarm activated"
  2244. ::= { notifications 159384096 }
  2245.  
  2246. tMainsVoltageL1NL2Disappeared NOTIFICATION-TYPE
  2247.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2248.  STATUS current
  2249.  DESCRIPTION "Protection 2. level - Mains Voltage L1-N - alarm disappeared"
  2250. ::= { notifications 159384097 }
  2251.  
  2252. tMainsVoltageL1NL2AlarmReset NOTIFICATION-TYPE
  2253.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2254.  STATUS current
  2255.  DESCRIPTION "Protection 2. level - Mains Voltage L1-N - alarm reset"
  2256. ::= { notifications 159384098 }
  2257.  
  2258. tMainsVoltageL1NSFActivated NOTIFICATION-TYPE
  2259.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2260.  STATUS current
  2261.  DESCRIPTION "Protection Sensor Fail - Mains Voltage L1-N - alarm activated"
  2262. ::= { notifications 293601824 }
  2263.  
  2264. tMainsVoltageL1NSFDisappeared NOTIFICATION-TYPE
  2265.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2266.  STATUS current
  2267.  DESCRIPTION "Protection Sensor Fail - Mains Voltage L1-N - alarm disappeared"
  2268. ::= { notifications 293601825 }
  2269.  
  2270. tMainsVoltageL1NSFAlarmReset NOTIFICATION-TYPE
  2271.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2272.  STATUS current
  2273.  DESCRIPTION "Protection Sensor Fail - Mains Voltage L1-N - alarm reset"
  2274. ::= { notifications 293601826 }
  2275.  
  2276. tMainsVoltageL2NL1Activated NOTIFICATION-TYPE
  2277.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2278.  STATUS current
  2279.  DESCRIPTION "Protection 1. level - Mains Voltage L2-N - alarm activated"
  2280. ::= { notifications 25166372 }
  2281.  
  2282. tMainsVoltageL2NL1Disappeared NOTIFICATION-TYPE
  2283.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2284.  STATUS current
  2285.  DESCRIPTION "Protection 1. level - Mains Voltage L2-N - alarm disappeared"
  2286. ::= { notifications 25166373 }
  2287.  
  2288. tMainsVoltageL2NL1AlarmReset NOTIFICATION-TYPE
  2289.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2290.  STATUS current
  2291.  DESCRIPTION "Protection 1. level - Mains Voltage L2-N - alarm reset"
  2292. ::= { notifications 25166374 }
  2293.  
  2294. tMainsVoltageL2NL2Activated NOTIFICATION-TYPE
  2295.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2296.  STATUS current
  2297.  DESCRIPTION "Protection 2. level - Mains Voltage L2-N - alarm activated"
  2298. ::= { notifications 159384100 }
  2299.  
  2300. tMainsVoltageL2NL2Disappeared NOTIFICATION-TYPE
  2301.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2302.  STATUS current
  2303.  DESCRIPTION "Protection 2. level - Mains Voltage L2-N - alarm disappeared"
  2304. ::= { notifications 159384101 }
  2305.  
  2306. tMainsVoltageL2NL2AlarmReset NOTIFICATION-TYPE
  2307.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2308.  STATUS current
  2309.  DESCRIPTION "Protection 2. level - Mains Voltage L2-N - alarm reset"
  2310. ::= { notifications 159384102 }
  2311.  
  2312. tMainsVoltageL2NSFActivated NOTIFICATION-TYPE
  2313.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2314.  STATUS current
  2315.  DESCRIPTION "Protection Sensor Fail - Mains Voltage L2-N - alarm activated"
  2316. ::= { notifications 293601828 }
  2317.  
  2318. tMainsVoltageL2NSFDisappeared NOTIFICATION-TYPE
  2319.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2320.  STATUS current
  2321.  DESCRIPTION "Protection Sensor Fail - Mains Voltage L2-N - alarm disappeared"
  2322. ::= { notifications 293601829 }
  2323.  
  2324. tMainsVoltageL2NSFAlarmReset NOTIFICATION-TYPE
  2325.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2326.  STATUS current
  2327.  DESCRIPTION "Protection Sensor Fail - Mains Voltage L2-N - alarm reset"
  2328. ::= { notifications 293601830 }
  2329.  
  2330. tMainsVoltageL3NL1Activated NOTIFICATION-TYPE
  2331.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2332.  STATUS current
  2333.  DESCRIPTION "Protection 1. level - Mains Voltage L3-N - alarm activated"
  2334. ::= { notifications 25166376 }
  2335.  
  2336. tMainsVoltageL3NL1Disappeared NOTIFICATION-TYPE
  2337.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2338.  STATUS current
  2339.  DESCRIPTION "Protection 1. level - Mains Voltage L3-N - alarm disappeared"
  2340. ::= { notifications 25166377 }
  2341.  
  2342. tMainsVoltageL3NL1AlarmReset NOTIFICATION-TYPE
  2343.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2344.  STATUS current
  2345.  DESCRIPTION "Protection 1. level - Mains Voltage L3-N - alarm reset"
  2346. ::= { notifications 25166378 }
  2347.  
  2348. tMainsVoltageL3NL2Activated NOTIFICATION-TYPE
  2349.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2350.  STATUS current
  2351.  DESCRIPTION "Protection 2. level - Mains Voltage L3-N - alarm activated"
  2352. ::= { notifications 159384104 }
  2353.  
  2354. tMainsVoltageL3NL2Disappeared NOTIFICATION-TYPE
  2355.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2356.  STATUS current
  2357.  DESCRIPTION "Protection 2. level - Mains Voltage L3-N - alarm disappeared"
  2358. ::= { notifications 159384105 }
  2359.  
  2360. tMainsVoltageL3NL2AlarmReset NOTIFICATION-TYPE
  2361.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2362.  STATUS current
  2363.  DESCRIPTION "Protection 2. level - Mains Voltage L3-N - alarm reset"
  2364. ::= { notifications 159384106 }
  2365.  
  2366. tMainsVoltageL3NSFActivated NOTIFICATION-TYPE
  2367.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2368.  STATUS current
  2369.  DESCRIPTION "Protection Sensor Fail - Mains Voltage L3-N - alarm activated"
  2370. ::= { notifications 293601832 }
  2371.  
  2372. tMainsVoltageL3NSFDisappeared NOTIFICATION-TYPE
  2373.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2374.  STATUS current
  2375.  DESCRIPTION "Protection Sensor Fail - Mains Voltage L3-N - alarm disappeared"
  2376. ::= { notifications 293601833 }
  2377.  
  2378. tMainsVoltageL3NSFAlarmReset NOTIFICATION-TYPE
  2379.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2380.  STATUS current
  2381.  DESCRIPTION "Protection Sensor Fail - Mains Voltage L3-N - alarm reset"
  2382. ::= { notifications 293601834 }
  2383.  
  2384. tMainsVoltageL1L2L1Activated NOTIFICATION-TYPE
  2385.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2386.  STATUS current
  2387.  DESCRIPTION "Protection 1. level - Mains Voltage L1-L2 - alarm activated"
  2388. ::= { notifications 25166380 }
  2389.  
  2390. tMainsVoltageL1L2L1Disappeared NOTIFICATION-TYPE
  2391.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2392.  STATUS current
  2393.  DESCRIPTION "Protection 1. level - Mains Voltage L1-L2 - alarm disappeared"
  2394. ::= { notifications 25166381 }
  2395.  
  2396. tMainsVoltageL1L2L1AlarmReset NOTIFICATION-TYPE
  2397.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2398.  STATUS current
  2399.  DESCRIPTION "Protection 1. level - Mains Voltage L1-L2 - alarm reset"
  2400. ::= { notifications 25166382 }
  2401.  
  2402. tMainsVoltageL1L2L2Activated NOTIFICATION-TYPE
  2403.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2404.  STATUS current
  2405.  DESCRIPTION "Protection 2. level - Mains Voltage L1-L2 - alarm activated"
  2406. ::= { notifications 159384108 }
  2407.  
  2408. tMainsVoltageL1L2L2Disappeared NOTIFICATION-TYPE
  2409.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2410.  STATUS current
  2411.  DESCRIPTION "Protection 2. level - Mains Voltage L1-L2 - alarm disappeared"
  2412. ::= { notifications 159384109 }
  2413.  
  2414. tMainsVoltageL1L2L2AlarmReset NOTIFICATION-TYPE
  2415.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2416.  STATUS current
  2417.  DESCRIPTION "Protection 2. level - Mains Voltage L1-L2 - alarm reset"
  2418. ::= { notifications 159384110 }
  2419.  
  2420. tMainsVoltageL1L2SFActivated NOTIFICATION-TYPE
  2421.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2422.  STATUS current
  2423.  DESCRIPTION "Protection Sensor Fail - Mains Voltage L1-L2 - alarm activated"
  2424. ::= { notifications 293601836 }
  2425.  
  2426. tMainsVoltageL1L2SFDisappeared NOTIFICATION-TYPE
  2427.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2428.  STATUS current
  2429.  DESCRIPTION "Protection Sensor Fail - Mains Voltage L1-L2 - alarm disappeared"
  2430. ::= { notifications 293601837 }
  2431.  
  2432. tMainsVoltageL1L2SFAlarmReset NOTIFICATION-TYPE
  2433.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2434.  STATUS current
  2435.  DESCRIPTION "Protection Sensor Fail - Mains Voltage L1-L2 - alarm reset"
  2436. ::= { notifications 293601838 }
  2437.  
  2438. tMainsVoltageL2L3L1Activated NOTIFICATION-TYPE
  2439.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2440.  STATUS current
  2441.  DESCRIPTION "Protection 1. level - Mains Voltage L2-L3 - alarm activated"
  2442. ::= { notifications 25166384 }
  2443.  
  2444. tMainsVoltageL2L3L1Disappeared NOTIFICATION-TYPE
  2445.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2446.  STATUS current
  2447.  DESCRIPTION "Protection 1. level - Mains Voltage L2-L3 - alarm disappeared"
  2448. ::= { notifications 25166385 }
  2449.  
  2450. tMainsVoltageL2L3L1AlarmReset NOTIFICATION-TYPE
  2451.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2452.  STATUS current
  2453.  DESCRIPTION "Protection 1. level - Mains Voltage L2-L3 - alarm reset"
  2454. ::= { notifications 25166386 }
  2455.  
  2456. tMainsVoltageL2L3L2Activated NOTIFICATION-TYPE
  2457.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2458.  STATUS current
  2459.  DESCRIPTION "Protection 2. level - Mains Voltage L2-L3 - alarm activated"
  2460. ::= { notifications 159384112 }
  2461.  
  2462. tMainsVoltageL2L3L2Disappeared NOTIFICATION-TYPE
  2463.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2464.  STATUS current
  2465.  DESCRIPTION "Protection 2. level - Mains Voltage L2-L3 - alarm disappeared"
  2466. ::= { notifications 159384113 }
  2467.  
  2468. tMainsVoltageL2L3L2AlarmReset NOTIFICATION-TYPE
  2469.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2470.  STATUS current
  2471.  DESCRIPTION "Protection 2. level - Mains Voltage L2-L3 - alarm reset"
  2472. ::= { notifications 159384114 }
  2473.  
  2474. tMainsVoltageL2L3SFActivated NOTIFICATION-TYPE
  2475.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2476.  STATUS current
  2477.  DESCRIPTION "Protection Sensor Fail - Mains Voltage L2-L3 - alarm activated"
  2478. ::= { notifications 293601840 }
  2479.  
  2480. tMainsVoltageL2L3SFDisappeared NOTIFICATION-TYPE
  2481.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2482.  STATUS current
  2483.  DESCRIPTION "Protection Sensor Fail - Mains Voltage L2-L3 - alarm disappeared"
  2484. ::= { notifications 293601841 }
  2485.  
  2486. tMainsVoltageL2L3SFAlarmReset NOTIFICATION-TYPE
  2487.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2488.  STATUS current
  2489.  DESCRIPTION "Protection Sensor Fail - Mains Voltage L2-L3 - alarm reset"
  2490. ::= { notifications 293601842 }
  2491.  
  2492. tMainsVoltageL3L1L1Activated NOTIFICATION-TYPE
  2493.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2494.  STATUS current
  2495.  DESCRIPTION "Protection 1. level - Mains Voltage L3-L1 - alarm activated"
  2496. ::= { notifications 25166388 }
  2497.  
  2498. tMainsVoltageL3L1L1Disappeared NOTIFICATION-TYPE
  2499.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2500.  STATUS current
  2501.  DESCRIPTION "Protection 1. level - Mains Voltage L3-L1 - alarm disappeared"
  2502. ::= { notifications 25166389 }
  2503.  
  2504. tMainsVoltageL3L1L1AlarmReset NOTIFICATION-TYPE
  2505.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2506.  STATUS current
  2507.  DESCRIPTION "Protection 1. level - Mains Voltage L3-L1 - alarm reset"
  2508. ::= { notifications 25166390 }
  2509.  
  2510. tMainsVoltageL3L1L2Activated NOTIFICATION-TYPE
  2511.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2512.  STATUS current
  2513.  DESCRIPTION "Protection 2. level - Mains Voltage L3-L1 - alarm activated"
  2514. ::= { notifications 159384116 }
  2515.  
  2516. tMainsVoltageL3L1L2Disappeared NOTIFICATION-TYPE
  2517.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2518.  STATUS current
  2519.  DESCRIPTION "Protection 2. level - Mains Voltage L3-L1 - alarm disappeared"
  2520. ::= { notifications 159384117 }
  2521.  
  2522. tMainsVoltageL3L1L2AlarmReset NOTIFICATION-TYPE
  2523.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2524.  STATUS current
  2525.  DESCRIPTION "Protection 2. level - Mains Voltage L3-L1 - alarm reset"
  2526. ::= { notifications 159384118 }
  2527.  
  2528. tMainsVoltageL3L1SFActivated NOTIFICATION-TYPE
  2529.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2530.  STATUS current
  2531.  DESCRIPTION "Protection Sensor Fail - Mains Voltage L3-L1 - alarm activated"
  2532. ::= { notifications 293601844 }
  2533.  
  2534. tMainsVoltageL3L1SFDisappeared NOTIFICATION-TYPE
  2535.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2536.  STATUS current
  2537.  DESCRIPTION "Protection Sensor Fail - Mains Voltage L3-L1 - alarm disappeared"
  2538. ::= { notifications 293601845 }
  2539.  
  2540. tMainsVoltageL3L1SFAlarmReset NOTIFICATION-TYPE
  2541.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2542.  STATUS current
  2543.  DESCRIPTION "Protection Sensor Fail - Mains Voltage L3-L1 - alarm reset"
  2544. ::= { notifications 293601846 }
  2545.  
  2546. tMainsFrequencyL1Activated NOTIFICATION-TYPE
  2547.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2548.  STATUS current
  2549.  DESCRIPTION "Protection 1. level - Mains Frequency - alarm activated"
  2550. ::= { notifications 25166392 }
  2551.  
  2552. tMainsFrequencyL1Disappeared NOTIFICATION-TYPE
  2553.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2554.  STATUS current
  2555.  DESCRIPTION "Protection 1. level - Mains Frequency - alarm disappeared"
  2556. ::= { notifications 25166393 }
  2557.  
  2558. tMainsFrequencyL1AlarmReset NOTIFICATION-TYPE
  2559.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2560.  STATUS current
  2561.  DESCRIPTION "Protection 1. level - Mains Frequency - alarm reset"
  2562. ::= { notifications 25166394 }
  2563.  
  2564. tMainsFrequencyL2Activated NOTIFICATION-TYPE
  2565.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2566.  STATUS current
  2567.  DESCRIPTION "Protection 2. level - Mains Frequency - alarm activated"
  2568. ::= { notifications 159384120 }
  2569.  
  2570. tMainsFrequencyL2Disappeared NOTIFICATION-TYPE
  2571.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2572.  STATUS current
  2573.  DESCRIPTION "Protection 2. level - Mains Frequency - alarm disappeared"
  2574. ::= { notifications 159384121 }
  2575.  
  2576. tMainsFrequencyL2AlarmReset NOTIFICATION-TYPE
  2577.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2578.  STATUS current
  2579.  DESCRIPTION "Protection 2. level - Mains Frequency - alarm reset"
  2580. ::= { notifications 159384122 }
  2581.  
  2582. tMainsFrequencySFActivated NOTIFICATION-TYPE
  2583.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2584.  STATUS current
  2585.  DESCRIPTION "Protection Sensor Fail - Mains Frequency - alarm activated"
  2586. ::= { notifications 293601848 }
  2587.  
  2588. tMainsFrequencySFDisappeared NOTIFICATION-TYPE
  2589.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2590.  STATUS current
  2591.  DESCRIPTION "Protection Sensor Fail - Mains Frequency - alarm disappeared"
  2592. ::= { notifications 293601849 }
  2593.  
  2594. tMainsFrequencySFAlarmReset NOTIFICATION-TYPE
  2595.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2596.  STATUS current
  2597.  DESCRIPTION "Protection Sensor Fail - Mains Frequency - alarm reset"
  2598. ::= { notifications 293601850 }
  2599.  
  2600. tMainsCHR2FBusVUnbalancePhNL1Activated NOTIFICATION-TYPE
  2601.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2602.  STATUS current
  2603.  DESCRIPTION "Protection 1. level - Mains/Bus V Unbalance Ph-N - alarm activated"
  2604. ::= { notifications 25172288 }
  2605.  
  2606. tMainsCHR2FBusVUnbalancePhNL1Disappeared NOTIFICATION-TYPE
  2607.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2608.  STATUS current
  2609.  DESCRIPTION "Protection 1. level - Mains/Bus V Unbalance Ph-N - alarm disappeared"
  2610. ::= { notifications 25172289 }
  2611.  
  2612. tMainsCHR2FBusVUnbalancePhNL1AlarmReset NOTIFICATION-TYPE
  2613.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2614.  STATUS current
  2615.  DESCRIPTION "Protection 1. level - Mains/Bus V Unbalance Ph-N - alarm reset"
  2616. ::= { notifications 25172290 }
  2617.  
  2618. tMainsCHR2FBusVUnbalancePhNL2Activated NOTIFICATION-TYPE
  2619.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2620.  STATUS current
  2621.  DESCRIPTION "Protection 2. level - Mains/Bus V Unbalance Ph-N - alarm activated"
  2622. ::= { notifications 159390016 }
  2623.  
  2624. tMainsCHR2FBusVUnbalancePhNL2Disappeared NOTIFICATION-TYPE
  2625.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2626.  STATUS current
  2627.  DESCRIPTION "Protection 2. level - Mains/Bus V Unbalance Ph-N - alarm disappeared"
  2628. ::= { notifications 159390017 }
  2629.  
  2630. tMainsCHR2FBusVUnbalancePhNL2AlarmReset NOTIFICATION-TYPE
  2631.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2632.  STATUS current
  2633.  DESCRIPTION "Protection 2. level - Mains/Bus V Unbalance Ph-N - alarm reset"
  2634. ::= { notifications 159390018 }
  2635.  
  2636. tMainsCHR2FBusVUnbalancePhNSFActivated NOTIFICATION-TYPE
  2637.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2638.  STATUS current
  2639.  DESCRIPTION "Protection Sensor Fail - Mains/Bus V Unbalance Ph-N - alarm activated"
  2640. ::= { notifications 293607744 }
  2641.  
  2642. tMainsCHR2FBusVUnbalancePhNSFDisappeared NOTIFICATION-TYPE
  2643.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2644.  STATUS current
  2645.  DESCRIPTION "Protection Sensor Fail - Mains/Bus V Unbalance Ph-N - alarm disappeared"
  2646. ::= { notifications 293607745 }
  2647.  
  2648. tMainsCHR2FBusVUnbalancePhNSFAlarmReset NOTIFICATION-TYPE
  2649.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2650.  STATUS current
  2651.  DESCRIPTION "Protection Sensor Fail - Mains/Bus V Unbalance Ph-N - alarm reset"
  2652. ::= { notifications 293607746 }
  2653.  
  2654. tMainsCHR2FBusVUnbalancePhPhL1Activated NOTIFICATION-TYPE
  2655.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2656.  STATUS current
  2657.  DESCRIPTION "Protection 1. level - Mains/Bus V Unbalance Ph-Ph - alarm activated"
  2658. ::= { notifications 25172292 }
  2659.  
  2660. tMainsCHR2FBusVUnbalancePhPhL1Disappeared NOTIFICATION-TYPE
  2661.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2662.  STATUS current
  2663.  DESCRIPTION "Protection 1. level - Mains/Bus V Unbalance Ph-Ph - alarm disappeared"
  2664. ::= { notifications 25172293 }
  2665.  
  2666. tMainsCHR2FBusVUnbalancePhPhL1AlarmReset NOTIFICATION-TYPE
  2667.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2668.  STATUS current
  2669.  DESCRIPTION "Protection 1. level - Mains/Bus V Unbalance Ph-Ph - alarm reset"
  2670. ::= { notifications 25172294 }
  2671.  
  2672. tMainsCHR2FBusVUnbalancePhPhL2Activated NOTIFICATION-TYPE
  2673.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2674.  STATUS current
  2675.  DESCRIPTION "Protection 2. level - Mains/Bus V Unbalance Ph-Ph - alarm activated"
  2676. ::= { notifications 159390020 }
  2677.  
  2678. tMainsCHR2FBusVUnbalancePhPhL2Disappeared NOTIFICATION-TYPE
  2679.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2680.  STATUS current
  2681.  DESCRIPTION "Protection 2. level - Mains/Bus V Unbalance Ph-Ph - alarm disappeared"
  2682. ::= { notifications 159390021 }
  2683.  
  2684. tMainsCHR2FBusVUnbalancePhPhL2AlarmReset NOTIFICATION-TYPE
  2685.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2686.  STATUS current
  2687.  DESCRIPTION "Protection 2. level - Mains/Bus V Unbalance Ph-Ph - alarm reset"
  2688. ::= { notifications 159390022 }
  2689.  
  2690. tMainsCHR2FBusVUnbalancePhPhSFActivated NOTIFICATION-TYPE
  2691.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2692.  STATUS current
  2693.  DESCRIPTION "Protection Sensor Fail - Mains/Bus V Unbalance Ph-Ph - alarm activated"
  2694. ::= { notifications 293607748 }
  2695.  
  2696. tMainsCHR2FBusVUnbalancePhPhSFDisappeared NOTIFICATION-TYPE
  2697.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2698.  STATUS current
  2699.  DESCRIPTION "Protection Sensor Fail - Mains/Bus V Unbalance Ph-Ph - alarm disappeared"
  2700. ::= { notifications 293607749 }
  2701.  
  2702. tMainsCHR2FBusVUnbalancePhPhSFAlarmReset NOTIFICATION-TYPE
  2703.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2704.  STATUS current
  2705.  DESCRIPTION "Protection Sensor Fail - Mains/Bus V Unbalance Ph-Ph - alarm reset"
  2706. ::= { notifications 293607750 }
  2707.  
  2708. tMainsL1OvervoltageL2Activated NOTIFICATION-TYPE
  2709.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2710.  STATUS current
  2711.  DESCRIPTION "Protection 2. level - Mains L1 Overvoltage - alarm activated"
  2712. ::= { notifications 159384052 }
  2713.  
  2714. tMainsL1OvervoltageL2Disappeared NOTIFICATION-TYPE
  2715.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2716.  STATUS current
  2717.  DESCRIPTION "Protection 2. level - Mains L1 Overvoltage - alarm disappeared"
  2718. ::= { notifications 159384053 }
  2719.  
  2720. tMainsL1OvervoltageL2AlarmReset NOTIFICATION-TYPE
  2721.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2722.  STATUS current
  2723.  DESCRIPTION "Protection 2. level - Mains L1 Overvoltage - alarm reset"
  2724. ::= { notifications 159384054 }
  2725.  
  2726. tMainsL1UndervoltageL2Activated NOTIFICATION-TYPE
  2727.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2728.  STATUS current
  2729.  DESCRIPTION "Protection 2. level - Mains L1 Undervoltage - alarm activated"
  2730. ::= { notifications 159384040 }
  2731.  
  2732. tMainsL1UndervoltageL2Disappeared NOTIFICATION-TYPE
  2733.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2734.  STATUS current
  2735.  DESCRIPTION "Protection 2. level - Mains L1 Undervoltage - alarm disappeared"
  2736. ::= { notifications 159384041 }
  2737.  
  2738. tMainsL1UndervoltageL2AlarmReset NOTIFICATION-TYPE
  2739.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2740.  STATUS current
  2741.  DESCRIPTION "Protection 2. level - Mains L1 Undervoltage - alarm reset"
  2742. ::= { notifications 159384042 }
  2743.  
  2744. tMainsL2OvervoltageL2Activated NOTIFICATION-TYPE
  2745.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2746.  STATUS current
  2747.  DESCRIPTION "Protection 2. level - Mains L2 Overvoltage - alarm activated"
  2748. ::= { notifications 159384056 }
  2749.  
  2750. tMainsL2OvervoltageL2Disappeared NOTIFICATION-TYPE
  2751.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2752.  STATUS current
  2753.  DESCRIPTION "Protection 2. level - Mains L2 Overvoltage - alarm disappeared"
  2754. ::= { notifications 159384057 }
  2755.  
  2756. tMainsL2OvervoltageL2AlarmReset NOTIFICATION-TYPE
  2757.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2758.  STATUS current
  2759.  DESCRIPTION "Protection 2. level - Mains L2 Overvoltage - alarm reset"
  2760. ::= { notifications 159384058 }
  2761.  
  2762. tMainsL2UndervoltageL2Activated NOTIFICATION-TYPE
  2763.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2764.  STATUS current
  2765.  DESCRIPTION "Protection 2. level - Mains L2 Undervoltage - alarm activated"
  2766. ::= { notifications 159384044 }
  2767.  
  2768. tMainsL2UndervoltageL2Disappeared NOTIFICATION-TYPE
  2769.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2770.  STATUS current
  2771.  DESCRIPTION "Protection 2. level - Mains L2 Undervoltage - alarm disappeared"
  2772. ::= { notifications 159384045 }
  2773.  
  2774. tMainsL2UndervoltageL2AlarmReset NOTIFICATION-TYPE
  2775.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2776.  STATUS current
  2777.  DESCRIPTION "Protection 2. level - Mains L2 Undervoltage - alarm reset"
  2778. ::= { notifications 159384046 }
  2779.  
  2780. tMainsL3OvervoltageL2Activated NOTIFICATION-TYPE
  2781.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2782.  STATUS current
  2783.  DESCRIPTION "Protection 2. level - Mains L3 Overvoltage - alarm activated"
  2784. ::= { notifications 159384060 }
  2785.  
  2786. tMainsL3OvervoltageL2Disappeared NOTIFICATION-TYPE
  2787.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2788.  STATUS current
  2789.  DESCRIPTION "Protection 2. level - Mains L3 Overvoltage - alarm disappeared"
  2790. ::= { notifications 159384061 }
  2791.  
  2792. tMainsL3OvervoltageL2AlarmReset NOTIFICATION-TYPE
  2793.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2794.  STATUS current
  2795.  DESCRIPTION "Protection 2. level - Mains L3 Overvoltage - alarm reset"
  2796. ::= { notifications 159384062 }
  2797.  
  2798. tMainsL3UndervoltageL2Activated NOTIFICATION-TYPE
  2799.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2800.  STATUS current
  2801.  DESCRIPTION "Protection 2. level - Mains L3 Undervoltage - alarm activated"
  2802. ::= { notifications 159384048 }
  2803.  
  2804. tMainsL3UndervoltageL2Disappeared NOTIFICATION-TYPE
  2805.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2806.  STATUS current
  2807.  DESCRIPTION "Protection 2. level - Mains L3 Undervoltage - alarm disappeared"
  2808. ::= { notifications 159384049 }
  2809.  
  2810. tMainsL3UndervoltageL2AlarmReset NOTIFICATION-TYPE
  2811.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2812.  STATUS current
  2813.  DESCRIPTION "Protection 2. level - Mains L3 Undervoltage - alarm reset"
  2814. ::= { notifications 159384050 }
  2815.  
  2816. tMainsL1L2OvervoltageL2Activated NOTIFICATION-TYPE
  2817.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2818.  STATUS current
  2819.  DESCRIPTION "Protection 2. level - Mains L1L2 Overvoltage - alarm activated"
  2820. ::= { notifications 159384076 }
  2821.  
  2822. tMainsL1L2OvervoltageL2Disappeared NOTIFICATION-TYPE
  2823.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2824.  STATUS current
  2825.  DESCRIPTION "Protection 2. level - Mains L1L2 Overvoltage - alarm disappeared"
  2826. ::= { notifications 159384077 }
  2827.  
  2828. tMainsL1L2OvervoltageL2AlarmReset NOTIFICATION-TYPE
  2829.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2830.  STATUS current
  2831.  DESCRIPTION "Protection 2. level - Mains L1L2 Overvoltage - alarm reset"
  2832. ::= { notifications 159384078 }
  2833.  
  2834. tMainsL1L2UndervoltageL2Activated NOTIFICATION-TYPE
  2835.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2836.  STATUS current
  2837.  DESCRIPTION "Protection 2. level - Mains L1L2 Undervoltage - alarm activated"
  2838. ::= { notifications 159384064 }
  2839.  
  2840. tMainsL1L2UndervoltageL2Disappeared NOTIFICATION-TYPE
  2841.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2842.  STATUS current
  2843.  DESCRIPTION "Protection 2. level - Mains L1L2 Undervoltage - alarm disappeared"
  2844. ::= { notifications 159384065 }
  2845.  
  2846. tMainsL1L2UndervoltageL2AlarmReset NOTIFICATION-TYPE
  2847.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2848.  STATUS current
  2849.  DESCRIPTION "Protection 2. level - Mains L1L2 Undervoltage - alarm reset"
  2850. ::= { notifications 159384066 }
  2851.  
  2852. tMainsL2L3OvervoltageL2Activated NOTIFICATION-TYPE
  2853.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2854.  STATUS current
  2855.  DESCRIPTION "Protection 2. level - Mains L2L3 Overvoltage - alarm activated"
  2856. ::= { notifications 159384080 }
  2857.  
  2858. tMainsL2L3OvervoltageL2Disappeared NOTIFICATION-TYPE
  2859.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2860.  STATUS current
  2861.  DESCRIPTION "Protection 2. level - Mains L2L3 Overvoltage - alarm disappeared"
  2862. ::= { notifications 159384081 }
  2863.  
  2864. tMainsL2L3OvervoltageL2AlarmReset NOTIFICATION-TYPE
  2865.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2866.  STATUS current
  2867.  DESCRIPTION "Protection 2. level - Mains L2L3 Overvoltage - alarm reset"
  2868. ::= { notifications 159384082 }
  2869.  
  2870. tMainsL2L3UndervoltageL2Activated NOTIFICATION-TYPE
  2871.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2872.  STATUS current
  2873.  DESCRIPTION "Protection 2. level - Mains L2L3 Undervoltage - alarm activated"
  2874. ::= { notifications 159384068 }
  2875.  
  2876. tMainsL2L3UndervoltageL2Disappeared NOTIFICATION-TYPE
  2877.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2878.  STATUS current
  2879.  DESCRIPTION "Protection 2. level - Mains L2L3 Undervoltage - alarm disappeared"
  2880. ::= { notifications 159384069 }
  2881.  
  2882. tMainsL2L3UndervoltageL2AlarmReset NOTIFICATION-TYPE
  2883.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2884.  STATUS current
  2885.  DESCRIPTION "Protection 2. level - Mains L2L3 Undervoltage - alarm reset"
  2886. ::= { notifications 159384070 }
  2887.  
  2888. tMainsL3L1OvervoltageL2Activated NOTIFICATION-TYPE
  2889.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2890.  STATUS current
  2891.  DESCRIPTION "Protection 2. level - Mains L3L1 Overvoltage - alarm activated"
  2892. ::= { notifications 159384084 }
  2893.  
  2894. tMainsL3L1OvervoltageL2Disappeared NOTIFICATION-TYPE
  2895.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2896.  STATUS current
  2897.  DESCRIPTION "Protection 2. level - Mains L3L1 Overvoltage - alarm disappeared"
  2898. ::= { notifications 159384085 }
  2899.  
  2900. tMainsL3L1OvervoltageL2AlarmReset NOTIFICATION-TYPE
  2901.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2902.  STATUS current
  2903.  DESCRIPTION "Protection 2. level - Mains L3L1 Overvoltage - alarm reset"
  2904. ::= { notifications 159384086 }
  2905.  
  2906. tMainsL3L1UndervoltageL2Activated NOTIFICATION-TYPE
  2907.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2908.  STATUS current
  2909.  DESCRIPTION "Protection 2. level - Mains L3L1 Undervoltage - alarm activated"
  2910. ::= { notifications 159384072 }
  2911.  
  2912. tMainsL3L1UndervoltageL2Disappeared NOTIFICATION-TYPE
  2913.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2914.  STATUS current
  2915.  DESCRIPTION "Protection 2. level - Mains L3L1 Undervoltage - alarm disappeared"
  2916. ::= { notifications 159384073 }
  2917.  
  2918. tMainsL3L1UndervoltageL2AlarmReset NOTIFICATION-TYPE
  2919.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2920.  STATUS current
  2921.  DESCRIPTION "Protection 2. level - Mains L3L1 Undervoltage - alarm reset"
  2922. ::= { notifications 159384074 }
  2923.  
  2924. tMainsVoltageUnbalancePhPhL2Activated NOTIFICATION-TYPE
  2925.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2926.  STATUS current
  2927.  DESCRIPTION "Protection 2. level - Mains Voltage Unbalance ph-ph - alarm activated"
  2928. ::= { notifications 159385920 }
  2929.  
  2930. tMainsVoltageUnbalancePhPhL2Disappeared NOTIFICATION-TYPE
  2931.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2932.  STATUS current
  2933.  DESCRIPTION "Protection 2. level - Mains Voltage Unbalance ph-ph - alarm disappeared"
  2934. ::= { notifications 159385921 }
  2935.  
  2936. tMainsVoltageUnbalancePhPhL2AlarmReset NOTIFICATION-TYPE
  2937.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2938.  STATUS current
  2939.  DESCRIPTION "Protection 2. level - Mains Voltage Unbalance ph-ph - alarm reset"
  2940. ::= { notifications 159385922 }
  2941.  
  2942. tMainsVoltageUnbalancePhNL2Activated NOTIFICATION-TYPE
  2943.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2944.  STATUS current
  2945.  DESCRIPTION "Protection 2. level - Mains Voltage Unbalance ph-n - alarm activated"
  2946. ::= { notifications 159385924 }
  2947.  
  2948. tMainsVoltageUnbalancePhNL2Disappeared NOTIFICATION-TYPE
  2949.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2950.  STATUS current
  2951.  DESCRIPTION "Protection 2. level - Mains Voltage Unbalance ph-n - alarm disappeared"
  2952. ::= { notifications 159385925 }
  2953.  
  2954. tMainsVoltageUnbalancePhNL2AlarmReset NOTIFICATION-TYPE
  2955.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2956.  STATUS current
  2957.  DESCRIPTION "Protection 2. level - Mains Voltage Unbalance ph-n - alarm reset"
  2958. ::= { notifications 159385926 }
  2959.  
  2960. tMainsOverfrequencyL2Activated NOTIFICATION-TYPE
  2961.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2962.  STATUS current
  2963.  DESCRIPTION "Protection 2. level - Mains Overfrequency - alarm activated"
  2964. ::= { notifications 159384092 }
  2965.  
  2966. tMainsOverfrequencyL2Disappeared NOTIFICATION-TYPE
  2967.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2968.  STATUS current
  2969.  DESCRIPTION "Protection 2. level - Mains Overfrequency - alarm disappeared"
  2970. ::= { notifications 159384093 }
  2971.  
  2972. tMainsOverfrequencyL2AlarmReset NOTIFICATION-TYPE
  2973.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2974.  STATUS current
  2975.  DESCRIPTION "Protection 2. level - Mains Overfrequency - alarm reset"
  2976. ::= { notifications 159384094 }
  2977.  
  2978. tMainsUnderfrequencyL2Activated NOTIFICATION-TYPE
  2979.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2980.  STATUS current
  2981.  DESCRIPTION "Protection 2. level - Mains Underfrequency - alarm activated"
  2982. ::= { notifications 159384088 }
  2983.  
  2984. tMainsUnderfrequencyL2Disappeared NOTIFICATION-TYPE
  2985.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2986.  STATUS current
  2987.  DESCRIPTION "Protection 2. level - Mains Underfrequency - alarm disappeared"
  2988. ::= { notifications 159384089 }
  2989.  
  2990. tMainsUnderfrequencyL2AlarmReset NOTIFICATION-TYPE
  2991.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2992.  STATUS current
  2993.  DESCRIPTION "Protection 2. level - Mains Underfrequency - alarm reset"
  2994. ::= { notifications 159384090 }
  2995.  
  2996. tALTransferringFuelL1Activated NOTIFICATION-TYPE
  2997.  OBJECTS {tControllerName, tSerNum, tTrapText}
  2998.  STATUS current
  2999.  DESCRIPTION "Protection 1. level - AL Transferring Fuel - alarm activated"
  3000. ::= { notifications 25168220 }
  3001.  
  3002. tALTransferringFuelL1Disappeared NOTIFICATION-TYPE
  3003.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3004.  STATUS current
  3005.  DESCRIPTION "Protection 1. level - AL Transferring Fuel - alarm disappeared"
  3006. ::= { notifications 25168221 }
  3007.  
  3008. tALTransferringFuelL1AlarmReset NOTIFICATION-TYPE
  3009.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3010.  STATUS current
  3011.  DESCRIPTION "Protection 1. level - AL Transferring Fuel - alarm reset"
  3012. ::= { notifications 25168222 }
  3013.  
  3014. tALFuelTransferFailedL1Activated NOTIFICATION-TYPE
  3015.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3016.  STATUS current
  3017.  DESCRIPTION "Protection 1. level - AL Fuel Transfer Failed - alarm activated"
  3018. ::= { notifications 25168224 }
  3019.  
  3020. tALFuelTransferFailedL1Disappeared NOTIFICATION-TYPE
  3021.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3022.  STATUS current
  3023.  DESCRIPTION "Protection 1. level - AL Fuel Transfer Failed - alarm disappeared"
  3024. ::= { notifications 25168225 }
  3025.  
  3026. tALFuelTransferFailedL1AlarmReset NOTIFICATION-TYPE
  3027.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3028.  STATUS current
  3029.  DESCRIPTION "Protection 1. level - AL Fuel Transfer Failed - alarm reset"
  3030. ::= { notifications 25168226 }
  3031.  
  3032. tBatteryVoltsL1Activated NOTIFICATION-TYPE
  3033.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3034.  STATUS current
  3035.  DESCRIPTION "Protection 1. level - Battery Volts - alarm activated"
  3036. ::= { notifications 25168232 }
  3037.  
  3038. tBatteryVoltsL1Disappeared NOTIFICATION-TYPE
  3039.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3040.  STATUS current
  3041.  DESCRIPTION "Protection 1. level - Battery Volts - alarm disappeared"
  3042. ::= { notifications 25168233 }
  3043.  
  3044. tBatteryVoltsL1AlarmReset NOTIFICATION-TYPE
  3045.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3046.  STATUS current
  3047.  DESCRIPTION "Protection 1. level - Battery Volts - alarm reset"
  3048. ::= { notifications 25168234 }
  3049.  
  3050. tBatteryVoltsL2Activated NOTIFICATION-TYPE
  3051.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3052.  STATUS current
  3053.  DESCRIPTION "Protection 2. level - Battery Volts - alarm activated"
  3054. ::= { notifications 159385960 }
  3055.  
  3056. tBatteryVoltsL2Disappeared NOTIFICATION-TYPE
  3057.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3058.  STATUS current
  3059.  DESCRIPTION "Protection 2. level - Battery Volts - alarm disappeared"
  3060. ::= { notifications 159385961 }
  3061.  
  3062. tBatteryVoltsL2AlarmReset NOTIFICATION-TYPE
  3063.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3064.  STATUS current
  3065.  DESCRIPTION "Protection 2. level - Battery Volts - alarm reset"
  3066. ::= { notifications 159385962 }
  3067.  
  3068. tBatteryVoltsSFActivated NOTIFICATION-TYPE
  3069.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3070.  STATUS current
  3071.  DESCRIPTION "Protection Sensor Fail - Battery Volts - alarm activated"
  3072. ::= { notifications 293603688 }
  3073.  
  3074. tBatteryVoltsSFDisappeared NOTIFICATION-TYPE
  3075.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3076.  STATUS current
  3077.  DESCRIPTION "Protection Sensor Fail - Battery Volts - alarm disappeared"
  3078. ::= { notifications 293603689 }
  3079.  
  3080. tBatteryVoltsSFAlarmReset NOTIFICATION-TYPE
  3081.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3082.  STATUS current
  3083.  DESCRIPTION "Protection Sensor Fail - Battery Volts - alarm reset"
  3084. ::= { notifications 293603690 }
  3085.  
  3086. tESTOPL2Activated NOTIFICATION-TYPE
  3087.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3088.  STATUS current
  3089.  DESCRIPTION "Protection 2. level - E-STOP - alarm activated"
  3090. ::= { notifications 159386964 }
  3091.  
  3092. tESTOPL2Disappeared NOTIFICATION-TYPE
  3093.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3094.  STATUS current
  3095.  DESCRIPTION "Protection 2. level - E-STOP - alarm disappeared"
  3096. ::= { notifications 159386965 }
  3097.  
  3098. tESTOPL2AlarmReset NOTIFICATION-TYPE
  3099.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3100.  STATUS current
  3101.  DESCRIPTION "Protection 2. level - E-STOP - alarm reset"
  3102. ::= { notifications 159386966 }
  3103.  
  3104. tESTOPDash1L2Activated NOTIFICATION-TYPE
  3105.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3106.  STATUS current
  3107.  DESCRIPTION "Protection 2. level - E-STOP_1 - alarm activated"
  3108. ::= { notifications 159387776 }
  3109.  
  3110. tESTOPDash1L2Disappeared NOTIFICATION-TYPE
  3111.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3112.  STATUS current
  3113.  DESCRIPTION "Protection 2. level - E-STOP_1 - alarm disappeared"
  3114. ::= { notifications 159387777 }
  3115.  
  3116. tESTOPDash1L2AlarmReset NOTIFICATION-TYPE
  3117.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3118.  STATUS current
  3119.  DESCRIPTION "Protection 2. level - E-STOP_1 - alarm reset"
  3120. ::= { notifications 159387778 }
  3121.  
  3122. tESTOPDash2L2Activated NOTIFICATION-TYPE
  3123.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3124.  STATUS current
  3125.  DESCRIPTION "Protection 2. level - E-STOP_2 - alarm activated"
  3126. ::= { notifications 159387780 }
  3127.  
  3128. tESTOPDash2L2Disappeared NOTIFICATION-TYPE
  3129.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3130.  STATUS current
  3131.  DESCRIPTION "Protection 2. level - E-STOP_2 - alarm disappeared"
  3132. ::= { notifications 159387781 }
  3133.  
  3134. tESTOPDash2L2AlarmReset NOTIFICATION-TYPE
  3135.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3136.  STATUS current
  3137.  DESCRIPTION "Protection 2. level - E-STOP_2 - alarm reset"
  3138. ::= { notifications 159387782 }
  3139.  
  3140. tESTOPDash3L2Activated NOTIFICATION-TYPE
  3141.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3142.  STATUS current
  3143.  DESCRIPTION "Protection 2. level - E-STOP_3 - alarm activated"
  3144. ::= { notifications 159387784 }
  3145.  
  3146. tESTOPDash3L2Disappeared NOTIFICATION-TYPE
  3147.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3148.  STATUS current
  3149.  DESCRIPTION "Protection 2. level - E-STOP_3 - alarm disappeared"
  3150. ::= { notifications 159387785 }
  3151.  
  3152. tESTOPDash3L2AlarmReset NOTIFICATION-TYPE
  3153.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3154.  STATUS current
  3155.  DESCRIPTION "Protection 2. level - E-STOP_3 - alarm reset"
  3156. ::= { notifications 159387786 }
  3157.  
  3158. tESTOPDash4L2Activated NOTIFICATION-TYPE
  3159.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3160.  STATUS current
  3161.  DESCRIPTION "Protection 2. level - E-STOP_4 - alarm activated"
  3162. ::= { notifications 159387788 }
  3163.  
  3164. tESTOPDash4L2Disappeared NOTIFICATION-TYPE
  3165.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3166.  STATUS current
  3167.  DESCRIPTION "Protection 2. level - E-STOP_4 - alarm disappeared"
  3168. ::= { notifications 159387789 }
  3169.  
  3170. tESTOPDash4L2AlarmReset NOTIFICATION-TYPE
  3171.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3172.  STATUS current
  3173.  DESCRIPTION "Protection 2. level - E-STOP_4 - alarm reset"
  3174. ::= { notifications 159387790 }
  3175.  
  3176. tESTOPDash5L2Activated NOTIFICATION-TYPE
  3177.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3178.  STATUS current
  3179.  DESCRIPTION "Protection 2. level - E-STOP_5 - alarm activated"
  3180. ::= { notifications 159387792 }
  3181.  
  3182. tESTOPDash5L2Disappeared NOTIFICATION-TYPE
  3183.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3184.  STATUS current
  3185.  DESCRIPTION "Protection 2. level - E-STOP_5 - alarm disappeared"
  3186. ::= { notifications 159387793 }
  3187.  
  3188. tESTOPDash5L2AlarmReset NOTIFICATION-TYPE
  3189.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3190.  STATUS current
  3191.  DESCRIPTION "Protection 2. level - E-STOP_5 - alarm reset"
  3192. ::= { notifications 159387794 }
  3193.  
  3194. tESTOPDash6L2Activated NOTIFICATION-TYPE
  3195.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3196.  STATUS current
  3197.  DESCRIPTION "Protection 2. level - E-STOP_6 - alarm activated"
  3198. ::= { notifications 159387796 }
  3199.  
  3200. tESTOPDash6L2Disappeared NOTIFICATION-TYPE
  3201.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3202.  STATUS current
  3203.  DESCRIPTION "Protection 2. level - E-STOP_6 - alarm disappeared"
  3204. ::= { notifications 159387797 }
  3205.  
  3206. tESTOPDash6L2AlarmReset NOTIFICATION-TYPE
  3207.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3208.  STATUS current
  3209.  DESCRIPTION "Protection 2. level - E-STOP_6 - alarm reset"
  3210. ::= { notifications 159387798 }
  3211.  
  3212. tESTOPDash7L2Activated NOTIFICATION-TYPE
  3213.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3214.  STATUS current
  3215.  DESCRIPTION "Protection 2. level - E-STOP_7 - alarm activated"
  3216. ::= { notifications 159387800 }
  3217.  
  3218. tESTOPDash7L2Disappeared NOTIFICATION-TYPE
  3219.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3220.  STATUS current
  3221.  DESCRIPTION "Protection 2. level - E-STOP_7 - alarm disappeared"
  3222. ::= { notifications 159387801 }
  3223.  
  3224. tESTOPDash7L2AlarmReset NOTIFICATION-TYPE
  3225.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3226.  STATUS current
  3227.  DESCRIPTION "Protection 2. level - E-STOP_7 - alarm reset"
  3228. ::= { notifications 159387802 }
  3229.  
  3230. tModuleCHR3ASlot1L1Activated NOTIFICATION-TYPE
  3231.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3232.  STATUS current
  3233.  DESCRIPTION "Protection 1. level - Module: Slot 1 - alarm activated"
  3234. ::= { notifications 33557856 }
  3235.  
  3236. tModuleCHR3ASlot1L1Disappeared NOTIFICATION-TYPE
  3237.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3238.  STATUS current
  3239.  DESCRIPTION "Protection 1. level - Module: Slot 1 - alarm disappeared"
  3240. ::= { notifications 33557857 }
  3241.  
  3242. tModuleCHR3ASlot1L1AlarmReset NOTIFICATION-TYPE
  3243.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3244.  STATUS current
  3245.  DESCRIPTION "Protection 1. level - Module: Slot 1 - alarm reset"
  3246. ::= { notifications 33557858 }
  3247.  
  3248. tModuleCHR3ASlot1L2Activated NOTIFICATION-TYPE
  3249.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3250.  STATUS current
  3251.  DESCRIPTION "Protection 2. level - Module: Slot 1 - alarm activated"
  3252. ::= { notifications 167775584 }
  3253.  
  3254. tModuleCHR3ASlot1L2Disappeared NOTIFICATION-TYPE
  3255.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3256.  STATUS current
  3257.  DESCRIPTION "Protection 2. level - Module: Slot 1 - alarm disappeared"
  3258. ::= { notifications 167775585 }
  3259.  
  3260. tModuleCHR3ASlot1L2AlarmReset NOTIFICATION-TYPE
  3261.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3262.  STATUS current
  3263.  DESCRIPTION "Protection 2. level - Module: Slot 1 - alarm reset"
  3264. ::= { notifications 167775586 }
  3265.  
  3266. tModuleCHR3ASlot2L1Activated NOTIFICATION-TYPE
  3267.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3268.  STATUS current
  3269.  DESCRIPTION "Protection 1. level - Module: Slot 2 - alarm activated"
  3270. ::= { notifications 33557860 }
  3271.  
  3272. tModuleCHR3ASlot2L1Disappeared NOTIFICATION-TYPE
  3273.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3274.  STATUS current
  3275.  DESCRIPTION "Protection 1. level - Module: Slot 2 - alarm disappeared"
  3276. ::= { notifications 33557861 }
  3277.  
  3278. tModuleCHR3ASlot2L1AlarmReset NOTIFICATION-TYPE
  3279.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3280.  STATUS current
  3281.  DESCRIPTION "Protection 1. level - Module: Slot 2 - alarm reset"
  3282. ::= { notifications 33557862 }
  3283.  
  3284. tModuleCHR3ASlot2L2Activated NOTIFICATION-TYPE
  3285.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3286.  STATUS current
  3287.  DESCRIPTION "Protection 2. level - Module: Slot 2 - alarm activated"
  3288. ::= { notifications 167775588 }
  3289.  
  3290. tModuleCHR3ASlot2L2Disappeared NOTIFICATION-TYPE
  3291.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3292.  STATUS current
  3293.  DESCRIPTION "Protection 2. level - Module: Slot 2 - alarm disappeared"
  3294. ::= { notifications 167775589 }
  3295.  
  3296. tModuleCHR3ASlot2L2AlarmReset NOTIFICATION-TYPE
  3297.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3298.  STATUS current
  3299.  DESCRIPTION "Protection 2. level - Module: Slot 2 - alarm reset"
  3300. ::= { notifications 167775590 }
  3301.  
  3302. tModuleCHR3ASlot3L1Activated NOTIFICATION-TYPE
  3303.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3304.  STATUS current
  3305.  DESCRIPTION "Protection 1. level - Module: Slot 3 - alarm activated"
  3306. ::= { notifications 33558612 }
  3307.  
  3308. tModuleCHR3ASlot3L1Disappeared NOTIFICATION-TYPE
  3309.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3310.  STATUS current
  3311.  DESCRIPTION "Protection 1. level - Module: Slot 3 - alarm disappeared"
  3312. ::= { notifications 33558613 }
  3313.  
  3314. tModuleCHR3ASlot3L1AlarmReset NOTIFICATION-TYPE
  3315.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3316.  STATUS current
  3317.  DESCRIPTION "Protection 1. level - Module: Slot 3 - alarm reset"
  3318. ::= { notifications 33558614 }
  3319.  
  3320. tModuleCHR3ASlot3L2Activated NOTIFICATION-TYPE
  3321.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3322.  STATUS current
  3323.  DESCRIPTION "Protection 2. level - Module: Slot 3 - alarm activated"
  3324. ::= { notifications 167776340 }
  3325.  
  3326. tModuleCHR3ASlot3L2Disappeared NOTIFICATION-TYPE
  3327.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3328.  STATUS current
  3329.  DESCRIPTION "Protection 2. level - Module: Slot 3 - alarm disappeared"
  3330. ::= { notifications 167776341 }
  3331.  
  3332. tModuleCHR3ASlot3L2AlarmReset NOTIFICATION-TYPE
  3333.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3334.  STATUS current
  3335.  DESCRIPTION "Protection 2. level - Module: Slot 3 - alarm reset"
  3336. ::= { notifications 167776342 }
  3337.  
  3338. tModuleCHR3ASlot4L1Activated NOTIFICATION-TYPE
  3339.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3340.  STATUS current
  3341.  DESCRIPTION "Protection 1. level - Module: Slot 4 - alarm activated"
  3342. ::= { notifications 33558616 }
  3343.  
  3344. tModuleCHR3ASlot4L1Disappeared NOTIFICATION-TYPE
  3345.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3346.  STATUS current
  3347.  DESCRIPTION "Protection 1. level - Module: Slot 4 - alarm disappeared"
  3348. ::= { notifications 33558617 }
  3349.  
  3350. tModuleCHR3ASlot4L1AlarmReset NOTIFICATION-TYPE
  3351.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3352.  STATUS current
  3353.  DESCRIPTION "Protection 1. level - Module: Slot 4 - alarm reset"
  3354. ::= { notifications 33558618 }
  3355.  
  3356. tModuleCHR3ASlot4L2Activated NOTIFICATION-TYPE
  3357.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3358.  STATUS current
  3359.  DESCRIPTION "Protection 2. level - Module: Slot 4 - alarm activated"
  3360. ::= { notifications 167776344 }
  3361.  
  3362. tModuleCHR3ASlot4L2Disappeared NOTIFICATION-TYPE
  3363.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3364.  STATUS current
  3365.  DESCRIPTION "Protection 2. level - Module: Slot 4 - alarm disappeared"
  3366. ::= { notifications 167776345 }
  3367.  
  3368. tModuleCHR3ASlot4L2AlarmReset NOTIFICATION-TYPE
  3369.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3370.  STATUS current
  3371.  DESCRIPTION "Protection 2. level - Module: Slot 4 - alarm reset"
  3372. ::= { notifications 167776346 }
  3373.  
  3374. tModuleCHR3ASlot5L1Activated NOTIFICATION-TYPE
  3375.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3376.  STATUS current
  3377.  DESCRIPTION "Protection 1. level - Module: Slot 5 - alarm activated"
  3378. ::= { notifications 33558620 }
  3379.  
  3380. tModuleCHR3ASlot5L1Disappeared NOTIFICATION-TYPE
  3381.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3382.  STATUS current
  3383.  DESCRIPTION "Protection 1. level - Module: Slot 5 - alarm disappeared"
  3384. ::= { notifications 33558621 }
  3385.  
  3386. tModuleCHR3ASlot5L1AlarmReset NOTIFICATION-TYPE
  3387.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3388.  STATUS current
  3389.  DESCRIPTION "Protection 1. level - Module: Slot 5 - alarm reset"
  3390. ::= { notifications 33558622 }
  3391.  
  3392. tModuleCHR3ASlot5L2Activated NOTIFICATION-TYPE
  3393.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3394.  STATUS current
  3395.  DESCRIPTION "Protection 2. level - Module: Slot 5 - alarm activated"
  3396. ::= { notifications 167776348 }
  3397.  
  3398. tModuleCHR3ASlot5L2Disappeared NOTIFICATION-TYPE
  3399.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3400.  STATUS current
  3401.  DESCRIPTION "Protection 2. level - Module: Slot 5 - alarm disappeared"
  3402. ::= { notifications 167776349 }
  3403.  
  3404. tModuleCHR3ASlot5L2AlarmReset NOTIFICATION-TYPE
  3405.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3406.  STATUS current
  3407.  DESCRIPTION "Protection 2. level - Module: Slot 5 - alarm reset"
  3408. ::= { notifications 167776350 }
  3409.  
  3410. tModuleBroSlotABrcFalseModuleL1Activated NOTIFICATION-TYPE
  3411.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3412.  STATUS current
  3413.  DESCRIPTION "Protection 1. level - Module(slotA) - false module - alarm activated"
  3414. ::= { notifications 33557424 }
  3415.  
  3416. tModuleBroSlotABrcFalseModuleL1Disappeared NOTIFICATION-TYPE
  3417.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3418.  STATUS current
  3419.  DESCRIPTION "Protection 1. level - Module(slotA) - false module - alarm disappeared"
  3420. ::= { notifications 33557425 }
  3421.  
  3422. tModuleBroSlotABrcFalseModuleL1AlarmReset NOTIFICATION-TYPE
  3423.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3424.  STATUS current
  3425.  DESCRIPTION "Protection 1. level - Module(slotA) - false module - alarm reset"
  3426. ::= { notifications 33557426 }
  3427.  
  3428. tModuleBroSlotABrcFalseModuleL2Activated NOTIFICATION-TYPE
  3429.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3430.  STATUS current
  3431.  DESCRIPTION "Protection 2. level - Module(slotA) - false module - alarm activated"
  3432. ::= { notifications 167775152 }
  3433.  
  3434. tModuleBroSlotABrcFalseModuleL2Disappeared NOTIFICATION-TYPE
  3435.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3436.  STATUS current
  3437.  DESCRIPTION "Protection 2. level - Module(slotA) - false module - alarm disappeared"
  3438. ::= { notifications 167775153 }
  3439.  
  3440. tModuleBroSlotABrcFalseModuleL2AlarmReset NOTIFICATION-TYPE
  3441.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3442.  STATUS current
  3443.  DESCRIPTION "Protection 2. level - Module(slotA) - false module - alarm reset"
  3444. ::= { notifications 167775154 }
  3445.  
  3446. tModuleBroSlotBBrcFalseModuleL1Activated NOTIFICATION-TYPE
  3447.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3448.  STATUS current
  3449.  DESCRIPTION "Protection 1. level - Module(slotB) - false module - alarm activated"
  3450. ::= { notifications 33557448 }
  3451.  
  3452. tModuleBroSlotBBrcFalseModuleL1Disappeared NOTIFICATION-TYPE
  3453.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3454.  STATUS current
  3455.  DESCRIPTION "Protection 1. level - Module(slotB) - false module - alarm disappeared"
  3456. ::= { notifications 33557449 }
  3457.  
  3458. tModuleBroSlotBBrcFalseModuleL1AlarmReset NOTIFICATION-TYPE
  3459.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3460.  STATUS current
  3461.  DESCRIPTION "Protection 1. level - Module(slotB) - false module - alarm reset"
  3462. ::= { notifications 33557450 }
  3463.  
  3464. tModuleBroSlotBBrcFalseModuleL2Activated NOTIFICATION-TYPE
  3465.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3466.  STATUS current
  3467.  DESCRIPTION "Protection 2. level - Module(slotB) - false module - alarm activated"
  3468. ::= { notifications 167775176 }
  3469.  
  3470. tModuleBroSlotBBrcFalseModuleL2Disappeared NOTIFICATION-TYPE
  3471.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3472.  STATUS current
  3473.  DESCRIPTION "Protection 2. level - Module(slotB) - false module - alarm disappeared"
  3474. ::= { notifications 167775177 }
  3475.  
  3476. tModuleBroSlotBBrcFalseModuleL2AlarmReset NOTIFICATION-TYPE
  3477.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3478.  STATUS current
  3479.  DESCRIPTION "Protection 2. level - Module(slotB) - false module - alarm reset"
  3480. ::= { notifications 167775178 }
  3481.  
  3482. tModuleBroSlotABrcUnknownModuleL1Activated NOTIFICATION-TYPE
  3483.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3484.  STATUS current
  3485.  DESCRIPTION "Protection 1. level - Module(slotA) - unknown module - alarm activated"
  3486. ::= { notifications 33557428 }
  3487.  
  3488. tModuleBroSlotABrcUnknownModuleL1Disappeared NOTIFICATION-TYPE
  3489.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3490.  STATUS current
  3491.  DESCRIPTION "Protection 1. level - Module(slotA) - unknown module - alarm disappeared"
  3492. ::= { notifications 33557429 }
  3493.  
  3494. tModuleBroSlotABrcUnknownModuleL1AlarmReset NOTIFICATION-TYPE
  3495.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3496.  STATUS current
  3497.  DESCRIPTION "Protection 1. level - Module(slotA) - unknown module - alarm reset"
  3498. ::= { notifications 33557430 }
  3499.  
  3500. tModuleBroSlotABrcUnknownModuleL2Activated NOTIFICATION-TYPE
  3501.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3502.  STATUS current
  3503.  DESCRIPTION "Protection 2. level - Module(slotA) - unknown module - alarm activated"
  3504. ::= { notifications 167775156 }
  3505.  
  3506. tModuleBroSlotABrcUnknownModuleL2Disappeared NOTIFICATION-TYPE
  3507.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3508.  STATUS current
  3509.  DESCRIPTION "Protection 2. level - Module(slotA) - unknown module - alarm disappeared"
  3510. ::= { notifications 167775157 }
  3511.  
  3512. tModuleBroSlotABrcUnknownModuleL2AlarmReset NOTIFICATION-TYPE
  3513.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3514.  STATUS current
  3515.  DESCRIPTION "Protection 2. level - Module(slotA) - unknown module - alarm reset"
  3516. ::= { notifications 167775158 }
  3517.  
  3518. tModuleBroSlotBBrcUnknownModuleL1Activated NOTIFICATION-TYPE
  3519.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3520.  STATUS current
  3521.  DESCRIPTION "Protection 1. level - Module(slotB) - unknown module - alarm activated"
  3522. ::= { notifications 33557452 }
  3523.  
  3524. tModuleBroSlotBBrcUnknownModuleL1Disappeared NOTIFICATION-TYPE
  3525.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3526.  STATUS current
  3527.  DESCRIPTION "Protection 1. level - Module(slotB) - unknown module - alarm disappeared"
  3528. ::= { notifications 33557453 }
  3529.  
  3530. tModuleBroSlotBBrcUnknownModuleL1AlarmReset NOTIFICATION-TYPE
  3531.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3532.  STATUS current
  3533.  DESCRIPTION "Protection 1. level - Module(slotB) - unknown module - alarm reset"
  3534. ::= { notifications 33557454 }
  3535.  
  3536. tModuleBroSlotBBrcUnknownModuleL2Activated NOTIFICATION-TYPE
  3537.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3538.  STATUS current
  3539.  DESCRIPTION "Protection 2. level - Module(slotB) - unknown module - alarm activated"
  3540. ::= { notifications 167775180 }
  3541.  
  3542. tModuleBroSlotBBrcUnknownModuleL2Disappeared NOTIFICATION-TYPE
  3543.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3544.  STATUS current
  3545.  DESCRIPTION "Protection 2. level - Module(slotB) - unknown module - alarm disappeared"
  3546. ::= { notifications 167775181 }
  3547.  
  3548. tModuleBroSlotBBrcUnknownModuleL2AlarmReset NOTIFICATION-TYPE
  3549.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3550.  STATUS current
  3551.  DESCRIPTION "Protection 2. level - Module(slotB) - unknown module - alarm reset"
  3552. ::= { notifications 167775182 }
  3553.  
  3554. tModuleBroSlotABrcUnattendedL1Activated NOTIFICATION-TYPE
  3555.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3556.  STATUS current
  3557.  DESCRIPTION "Protection 1. level - Module(slotA) - unattended - alarm activated"
  3558. ::= { notifications 33557432 }
  3559.  
  3560. tModuleBroSlotABrcUnattendedL1Disappeared NOTIFICATION-TYPE
  3561.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3562.  STATUS current
  3563.  DESCRIPTION "Protection 1. level - Module(slotA) - unattended - alarm disappeared"
  3564. ::= { notifications 33557433 }
  3565.  
  3566. tModuleBroSlotABrcUnattendedL1AlarmReset NOTIFICATION-TYPE
  3567.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3568.  STATUS current
  3569.  DESCRIPTION "Protection 1. level - Module(slotA) - unattended - alarm reset"
  3570. ::= { notifications 33557434 }
  3571.  
  3572. tModuleBroSlotABrcUnattendedL2Activated NOTIFICATION-TYPE
  3573.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3574.  STATUS current
  3575.  DESCRIPTION "Protection 2. level - Module(slotA) - unattended - alarm activated"
  3576. ::= { notifications 167775160 }
  3577.  
  3578. tModuleBroSlotABrcUnattendedL2Disappeared NOTIFICATION-TYPE
  3579.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3580.  STATUS current
  3581.  DESCRIPTION "Protection 2. level - Module(slotA) - unattended - alarm disappeared"
  3582. ::= { notifications 167775161 }
  3583.  
  3584. tModuleBroSlotABrcUnattendedL2AlarmReset NOTIFICATION-TYPE
  3585.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3586.  STATUS current
  3587.  DESCRIPTION "Protection 2. level - Module(slotA) - unattended - alarm reset"
  3588. ::= { notifications 167775162 }
  3589.  
  3590. tModuleBroSlotBBrcUnattendedL1Activated NOTIFICATION-TYPE
  3591.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3592.  STATUS current
  3593.  DESCRIPTION "Protection 1. level - Module(slotB) - unattended - alarm activated"
  3594. ::= { notifications 33557456 }
  3595.  
  3596. tModuleBroSlotBBrcUnattendedL1Disappeared NOTIFICATION-TYPE
  3597.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3598.  STATUS current
  3599.  DESCRIPTION "Protection 1. level - Module(slotB) - unattended - alarm disappeared"
  3600. ::= { notifications 33557457 }
  3601.  
  3602. tModuleBroSlotBBrcUnattendedL1AlarmReset NOTIFICATION-TYPE
  3603.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3604.  STATUS current
  3605.  DESCRIPTION "Protection 1. level - Module(slotB) - unattended - alarm reset"
  3606. ::= { notifications 33557458 }
  3607.  
  3608. tModuleBroSlotBBrcUnattendedL2Activated NOTIFICATION-TYPE
  3609.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3610.  STATUS current
  3611.  DESCRIPTION "Protection 2. level - Module(slotB) - unattended - alarm activated"
  3612. ::= { notifications 167775184 }
  3613.  
  3614. tModuleBroSlotBBrcUnattendedL2Disappeared NOTIFICATION-TYPE
  3615.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3616.  STATUS current
  3617.  DESCRIPTION "Protection 2. level - Module(slotB) - unattended - alarm disappeared"
  3618. ::= { notifications 167775185 }
  3619.  
  3620. tModuleBroSlotBBrcUnattendedL2AlarmReset NOTIFICATION-TYPE
  3621.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3622.  STATUS current
  3623.  DESCRIPTION "Protection 2. level - Module(slotB) - unattended - alarm reset"
  3624. ::= { notifications 167775186 }
  3625.  
  3626. tModuleBroSlotABrcCommCHR2EOutageL1Activated NOTIFICATION-TYPE
  3627.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3628.  STATUS current
  3629.  DESCRIPTION "Protection 1. level - Module(slotA) - comm. outage - alarm activated"
  3630. ::= { notifications 33557440 }
  3631.  
  3632. tModuleBroSlotABrcCommCHR2EOutageL1Disappeared NOTIFICATION-TYPE
  3633.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3634.  STATUS current
  3635.  DESCRIPTION "Protection 1. level - Module(slotA) - comm. outage - alarm disappeared"
  3636. ::= { notifications 33557441 }
  3637.  
  3638. tModuleBroSlotABrcCommCHR2EOutageL1AlarmReset NOTIFICATION-TYPE
  3639.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3640.  STATUS current
  3641.  DESCRIPTION "Protection 1. level - Module(slotA) - comm. outage - alarm reset"
  3642. ::= { notifications 33557442 }
  3643.  
  3644. tModuleBroSlotABrcCommCHR2EOutageL2Activated NOTIFICATION-TYPE
  3645.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3646.  STATUS current
  3647.  DESCRIPTION "Protection 2. level - Module(slotA) - comm. outage - alarm activated"
  3648. ::= { notifications 167775168 }
  3649.  
  3650. tModuleBroSlotABrcCommCHR2EOutageL2Disappeared NOTIFICATION-TYPE
  3651.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3652.  STATUS current
  3653.  DESCRIPTION "Protection 2. level - Module(slotA) - comm. outage - alarm disappeared"
  3654. ::= { notifications 167775169 }
  3655.  
  3656. tModuleBroSlotABrcCommCHR2EOutageL2AlarmReset NOTIFICATION-TYPE
  3657.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3658.  STATUS current
  3659.  DESCRIPTION "Protection 2. level - Module(slotA) - comm. outage - alarm reset"
  3660. ::= { notifications 167775170 }
  3661.  
  3662. tModuleBroSlotBBrcCommCHR2EOutageL1Activated NOTIFICATION-TYPE
  3663.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3664.  STATUS current
  3665.  DESCRIPTION "Protection 1. level - Module(slotB) - comm. outage - alarm activated"
  3666. ::= { notifications 33557464 }
  3667.  
  3668. tModuleBroSlotBBrcCommCHR2EOutageL1Disappeared NOTIFICATION-TYPE
  3669.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3670.  STATUS current
  3671.  DESCRIPTION "Protection 1. level - Module(slotB) - comm. outage - alarm disappeared"
  3672. ::= { notifications 33557465 }
  3673.  
  3674. tModuleBroSlotBBrcCommCHR2EOutageL1AlarmReset NOTIFICATION-TYPE
  3675.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3676.  STATUS current
  3677.  DESCRIPTION "Protection 1. level - Module(slotB) - comm. outage - alarm reset"
  3678. ::= { notifications 33557466 }
  3679.  
  3680. tModuleBroSlotBBrcCommCHR2EOutageL2Activated NOTIFICATION-TYPE
  3681.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3682.  STATUS current
  3683.  DESCRIPTION "Protection 2. level - Module(slotB) - comm. outage - alarm activated"
  3684. ::= { notifications 167775192 }
  3685.  
  3686. tModuleBroSlotBBrcCommCHR2EOutageL2Disappeared NOTIFICATION-TYPE
  3687.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3688.  STATUS current
  3689.  DESCRIPTION "Protection 2. level - Module(slotB) - comm. outage - alarm disappeared"
  3690. ::= { notifications 167775193 }
  3691.  
  3692. tModuleBroSlotBBrcCommCHR2EOutageL2AlarmReset NOTIFICATION-TYPE
  3693.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3694.  STATUS current
  3695.  DESCRIPTION "Protection 2. level - Module(slotB) - comm. outage - alarm reset"
  3696. ::= { notifications 167775194 }
  3697.  
  3698. tModuleBroSlotABrcUnexpectedL1Activated NOTIFICATION-TYPE
  3699.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3700.  STATUS current
  3701.  DESCRIPTION "Protection 1. level - Module(slotA) - unexpected - alarm activated"
  3702. ::= { notifications 33557472 }
  3703.  
  3704. tModuleBroSlotABrcUnexpectedL1Disappeared NOTIFICATION-TYPE
  3705.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3706.  STATUS current
  3707.  DESCRIPTION "Protection 1. level - Module(slotA) - unexpected - alarm disappeared"
  3708. ::= { notifications 33557473 }
  3709.  
  3710. tModuleBroSlotABrcUnexpectedL1AlarmReset NOTIFICATION-TYPE
  3711.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3712.  STATUS current
  3713.  DESCRIPTION "Protection 1. level - Module(slotA) - unexpected - alarm reset"
  3714. ::= { notifications 33557474 }
  3715.  
  3716. tModuleBroSlotABrcUnexpectedL2Activated NOTIFICATION-TYPE
  3717.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3718.  STATUS current
  3719.  DESCRIPTION "Protection 2. level - Module(slotA) - unexpected - alarm activated"
  3720. ::= { notifications 167775200 }
  3721.  
  3722. tModuleBroSlotABrcUnexpectedL2Disappeared NOTIFICATION-TYPE
  3723.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3724.  STATUS current
  3725.  DESCRIPTION "Protection 2. level - Module(slotA) - unexpected - alarm disappeared"
  3726. ::= { notifications 167775201 }
  3727.  
  3728. tModuleBroSlotABrcUnexpectedL2AlarmReset NOTIFICATION-TYPE
  3729.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3730.  STATUS current
  3731.  DESCRIPTION "Protection 2. level - Module(slotA) - unexpected - alarm reset"
  3732. ::= { notifications 167775202 }
  3733.  
  3734. tModuleBroSlotBBrcUnexpectedL1Activated NOTIFICATION-TYPE
  3735.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3736.  STATUS current
  3737.  DESCRIPTION "Protection 1. level - Module(slotB) - unexpected - alarm activated"
  3738. ::= { notifications 33557476 }
  3739.  
  3740. tModuleBroSlotBBrcUnexpectedL1Disappeared NOTIFICATION-TYPE
  3741.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3742.  STATUS current
  3743.  DESCRIPTION "Protection 1. level - Module(slotB) - unexpected - alarm disappeared"
  3744. ::= { notifications 33557477 }
  3745.  
  3746. tModuleBroSlotBBrcUnexpectedL1AlarmReset NOTIFICATION-TYPE
  3747.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3748.  STATUS current
  3749.  DESCRIPTION "Protection 1. level - Module(slotB) - unexpected - alarm reset"
  3750. ::= { notifications 33557478 }
  3751.  
  3752. tModuleBroSlotBBrcUnexpectedL2Activated NOTIFICATION-TYPE
  3753.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3754.  STATUS current
  3755.  DESCRIPTION "Protection 2. level - Module(slotB) - unexpected - alarm activated"
  3756. ::= { notifications 167775204 }
  3757.  
  3758. tModuleBroSlotBBrcUnexpectedL2Disappeared NOTIFICATION-TYPE
  3759.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3760.  STATUS current
  3761.  DESCRIPTION "Protection 2. level - Module(slotB) - unexpected - alarm disappeared"
  3762. ::= { notifications 167775205 }
  3763.  
  3764. tModuleBroSlotBBrcUnexpectedL2AlarmReset NOTIFICATION-TYPE
  3765.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3766.  STATUS current
  3767.  DESCRIPTION "Protection 2. level - Module(slotB) - unexpected - alarm reset"
  3768. ::= { notifications 167775206 }
  3769.  
  3770. tEMBroABrcAMessageLostL1Activated NOTIFICATION-TYPE
  3771.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3772.  STATUS current
  3773.  DESCRIPTION "Protection 1. level - EM(A) - a message lost - alarm activated"
  3774. ::= { notifications 33557436 }
  3775.  
  3776. tEMBroABrcAMessageLostL1Disappeared NOTIFICATION-TYPE
  3777.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3778.  STATUS current
  3779.  DESCRIPTION "Protection 1. level - EM(A) - a message lost - alarm disappeared"
  3780. ::= { notifications 33557437 }
  3781.  
  3782. tEMBroABrcAMessageLostL1AlarmReset NOTIFICATION-TYPE
  3783.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3784.  STATUS current
  3785.  DESCRIPTION "Protection 1. level - EM(A) - a message lost - alarm reset"
  3786. ::= { notifications 33557438 }
  3787.  
  3788. tEMBroABrcAMessageLostL2Activated NOTIFICATION-TYPE
  3789.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3790.  STATUS current
  3791.  DESCRIPTION "Protection 2. level - EM(A) - a message lost - alarm activated"
  3792. ::= { notifications 167775164 }
  3793.  
  3794. tEMBroABrcAMessageLostL2Disappeared NOTIFICATION-TYPE
  3795.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3796.  STATUS current
  3797.  DESCRIPTION "Protection 2. level - EM(A) - a message lost - alarm disappeared"
  3798. ::= { notifications 167775165 }
  3799.  
  3800. tEMBroABrcAMessageLostL2AlarmReset NOTIFICATION-TYPE
  3801.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3802.  STATUS current
  3803.  DESCRIPTION "Protection 2. level - EM(A) - a message lost - alarm reset"
  3804. ::= { notifications 167775166 }
  3805.  
  3806. tEMBroBBrcAMessageLostL1Activated NOTIFICATION-TYPE
  3807.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3808.  STATUS current
  3809.  DESCRIPTION "Protection 1. level - EM(B) - a message lost - alarm activated"
  3810. ::= { notifications 33557460 }
  3811.  
  3812. tEMBroBBrcAMessageLostL1Disappeared NOTIFICATION-TYPE
  3813.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3814.  STATUS current
  3815.  DESCRIPTION "Protection 1. level - EM(B) - a message lost - alarm disappeared"
  3816. ::= { notifications 33557461 }
  3817.  
  3818. tEMBroBBrcAMessageLostL1AlarmReset NOTIFICATION-TYPE
  3819.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3820.  STATUS current
  3821.  DESCRIPTION "Protection 1. level - EM(B) - a message lost - alarm reset"
  3822. ::= { notifications 33557462 }
  3823.  
  3824. tEMBroBBrcAMessageLostL2Activated NOTIFICATION-TYPE
  3825.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3826.  STATUS current
  3827.  DESCRIPTION "Protection 2. level - EM(B) - a message lost - alarm activated"
  3828. ::= { notifications 167775188 }
  3829.  
  3830. tEMBroBBrcAMessageLostL2Disappeared NOTIFICATION-TYPE
  3831.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3832.  STATUS current
  3833.  DESCRIPTION "Protection 2. level - EM(B) - a message lost - alarm disappeared"
  3834. ::= { notifications 167775189 }
  3835.  
  3836. tEMBroBBrcAMessageLostL2AlarmReset NOTIFICATION-TYPE
  3837.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3838.  STATUS current
  3839.  DESCRIPTION "Protection 2. level - EM(B) - a message lost - alarm reset"
  3840. ::= { notifications 167775190 }
  3841.  
  3842. tEMBroABrcConfigurationMistakeL1Activated NOTIFICATION-TYPE
  3843.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3844.  STATUS current
  3845.  DESCRIPTION "Protection 1. level - EM(A) - configuration mistake - alarm activated"
  3846. ::= { notifications 33557480 }
  3847.  
  3848. tEMBroABrcConfigurationMistakeL1Disappeared NOTIFICATION-TYPE
  3849.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3850.  STATUS current
  3851.  DESCRIPTION "Protection 1. level - EM(A) - configuration mistake - alarm disappeared"
  3852. ::= { notifications 33557481 }
  3853.  
  3854. tEMBroABrcConfigurationMistakeL1AlarmReset NOTIFICATION-TYPE
  3855.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3856.  STATUS current
  3857.  DESCRIPTION "Protection 1. level - EM(A) - configuration mistake - alarm reset"
  3858. ::= { notifications 33557482 }
  3859.  
  3860. tEMBroABrcConfigurationMistakeL2Activated NOTIFICATION-TYPE
  3861.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3862.  STATUS current
  3863.  DESCRIPTION "Protection 2. level - EM(A) - configuration mistake - alarm activated"
  3864. ::= { notifications 167775208 }
  3865.  
  3866. tEMBroABrcConfigurationMistakeL2Disappeared NOTIFICATION-TYPE
  3867.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3868.  STATUS current
  3869.  DESCRIPTION "Protection 2. level - EM(A) - configuration mistake - alarm disappeared"
  3870. ::= { notifications 167775209 }
  3871.  
  3872. tEMBroABrcConfigurationMistakeL2AlarmReset NOTIFICATION-TYPE
  3873.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3874.  STATUS current
  3875.  DESCRIPTION "Protection 2. level - EM(A) - configuration mistake - alarm reset"
  3876. ::= { notifications 167775210 }
  3877.  
  3878. tEMBroBBrcConfigurationMistakeL1Activated NOTIFICATION-TYPE
  3879.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3880.  STATUS current
  3881.  DESCRIPTION "Protection 1. level - EM(B) - configuration mistake - alarm activated"
  3882. ::= { notifications 33557484 }
  3883.  
  3884. tEMBroBBrcConfigurationMistakeL1Disappeared NOTIFICATION-TYPE
  3885.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3886.  STATUS current
  3887.  DESCRIPTION "Protection 1. level - EM(B) - configuration mistake - alarm disappeared"
  3888. ::= { notifications 33557485 }
  3889.  
  3890. tEMBroBBrcConfigurationMistakeL1AlarmReset NOTIFICATION-TYPE
  3891.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3892.  STATUS current
  3893.  DESCRIPTION "Protection 1. level - EM(B) - configuration mistake - alarm reset"
  3894. ::= { notifications 33557486 }
  3895.  
  3896. tEMBroBBrcConfigurationMistakeL2Activated NOTIFICATION-TYPE
  3897.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3898.  STATUS current
  3899.  DESCRIPTION "Protection 2. level - EM(B) - configuration mistake - alarm activated"
  3900. ::= { notifications 167775212 }
  3901.  
  3902. tEMBroBBrcConfigurationMistakeL2Disappeared NOTIFICATION-TYPE
  3903.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3904.  STATUS current
  3905.  DESCRIPTION "Protection 2. level - EM(B) - configuration mistake - alarm disappeared"
  3906. ::= { notifications 167775213 }
  3907.  
  3908. tEMBroBBrcConfigurationMistakeL2AlarmReset NOTIFICATION-TYPE
  3909.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3910.  STATUS current
  3911.  DESCRIPTION "Protection 2. level - EM(B) - configuration mistake - alarm reset"
  3912. ::= { notifications 167775214 }
  3913.  
  3914. tEMBroABrcInsufficientL1Activated NOTIFICATION-TYPE
  3915.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3916.  STATUS current
  3917.  DESCRIPTION "Protection 1. level - EM(A) - insufficient - alarm activated"
  3918. ::= { notifications 33557488 }
  3919.  
  3920. tEMBroABrcInsufficientL1Disappeared NOTIFICATION-TYPE
  3921.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3922.  STATUS current
  3923.  DESCRIPTION "Protection 1. level - EM(A) - insufficient - alarm disappeared"
  3924. ::= { notifications 33557489 }
  3925.  
  3926. tEMBroABrcInsufficientL1AlarmReset NOTIFICATION-TYPE
  3927.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3928.  STATUS current
  3929.  DESCRIPTION "Protection 1. level - EM(A) - insufficient - alarm reset"
  3930. ::= { notifications 33557490 }
  3931.  
  3932. tEMBroABrcInsufficientL2Activated NOTIFICATION-TYPE
  3933.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3934.  STATUS current
  3935.  DESCRIPTION "Protection 2. level - EM(A) - insufficient - alarm activated"
  3936. ::= { notifications 167775216 }
  3937.  
  3938. tEMBroABrcInsufficientL2Disappeared NOTIFICATION-TYPE
  3939.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3940.  STATUS current
  3941.  DESCRIPTION "Protection 2. level - EM(A) - insufficient - alarm disappeared"
  3942. ::= { notifications 167775217 }
  3943.  
  3944. tEMBroABrcInsufficientL2AlarmReset NOTIFICATION-TYPE
  3945.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3946.  STATUS current
  3947.  DESCRIPTION "Protection 2. level - EM(A) - insufficient - alarm reset"
  3948. ::= { notifications 167775218 }
  3949.  
  3950. tEMBroBBrcInsufficientL1Activated NOTIFICATION-TYPE
  3951.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3952.  STATUS current
  3953.  DESCRIPTION "Protection 1. level - EM(B) - insufficient - alarm activated"
  3954. ::= { notifications 33557492 }
  3955.  
  3956. tEMBroBBrcInsufficientL1Disappeared NOTIFICATION-TYPE
  3957.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3958.  STATUS current
  3959.  DESCRIPTION "Protection 1. level - EM(B) - insufficient - alarm disappeared"
  3960. ::= { notifications 33557493 }
  3961.  
  3962. tEMBroBBrcInsufficientL1AlarmReset NOTIFICATION-TYPE
  3963.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3964.  STATUS current
  3965.  DESCRIPTION "Protection 1. level - EM(B) - insufficient - alarm reset"
  3966. ::= { notifications 33557494 }
  3967.  
  3968. tEMBroBBrcInsufficientL2Activated NOTIFICATION-TYPE
  3969.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3970.  STATUS current
  3971.  DESCRIPTION "Protection 2. level - EM(B) - insufficient - alarm activated"
  3972. ::= { notifications 167775220 }
  3973.  
  3974. tEMBroBBrcInsufficientL2Disappeared NOTIFICATION-TYPE
  3975.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3976.  STATUS current
  3977.  DESCRIPTION "Protection 2. level - EM(B) - insufficient - alarm disappeared"
  3978. ::= { notifications 167775221 }
  3979.  
  3980. tEMBroBBrcInsufficientL2AlarmReset NOTIFICATION-TYPE
  3981.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3982.  STATUS current
  3983.  DESCRIPTION "Protection 2. level - EM(B) - insufficient - alarm reset"
  3984. ::= { notifications 167775222 }
  3985.  
  3986. tEMBroABrcMissingOrDamagedL1Activated NOTIFICATION-TYPE
  3987.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3988.  STATUS current
  3989.  DESCRIPTION "Protection 1. level - EM(A) - missing or damaged - alarm activated"
  3990. ::= { notifications 33557420 }
  3991.  
  3992. tEMBroABrcMissingOrDamagedL1Disappeared NOTIFICATION-TYPE
  3993.  OBJECTS {tControllerName, tSerNum, tTrapText}
  3994.  STATUS current
  3995.  DESCRIPTION "Protection 1. level - EM(A) - missing or damaged - alarm disappeared"
  3996. ::= { notifications 33557421 }
  3997.  
  3998. tEMBroABrcMissingOrDamagedL1AlarmReset NOTIFICATION-TYPE
  3999.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4000.  STATUS current
  4001.  DESCRIPTION "Protection 1. level - EM(A) - missing or damaged - alarm reset"
  4002. ::= { notifications 33557422 }
  4003.  
  4004. tEMBroABrcMissingOrDamagedL2Activated NOTIFICATION-TYPE
  4005.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4006.  STATUS current
  4007.  DESCRIPTION "Protection 2. level - EM(A) - missing or damaged - alarm activated"
  4008. ::= { notifications 167775148 }
  4009.  
  4010. tEMBroABrcMissingOrDamagedL2Disappeared NOTIFICATION-TYPE
  4011.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4012.  STATUS current
  4013.  DESCRIPTION "Protection 2. level - EM(A) - missing or damaged - alarm disappeared"
  4014. ::= { notifications 167775149 }
  4015.  
  4016. tEMBroABrcMissingOrDamagedL2AlarmReset NOTIFICATION-TYPE
  4017.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4018.  STATUS current
  4019.  DESCRIPTION "Protection 2. level - EM(A) - missing or damaged - alarm reset"
  4020. ::= { notifications 167775150 }
  4021.  
  4022. tEMBroBBrcMissingOrDamagedL1Activated NOTIFICATION-TYPE
  4023.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4024.  STATUS current
  4025.  DESCRIPTION "Protection 1. level - EM(B) - missing or damaged - alarm activated"
  4026. ::= { notifications 33557444 }
  4027.  
  4028. tEMBroBBrcMissingOrDamagedL1Disappeared NOTIFICATION-TYPE
  4029.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4030.  STATUS current
  4031.  DESCRIPTION "Protection 1. level - EM(B) - missing or damaged - alarm disappeared"
  4032. ::= { notifications 33557445 }
  4033.  
  4034. tEMBroBBrcMissingOrDamagedL1AlarmReset NOTIFICATION-TYPE
  4035.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4036.  STATUS current
  4037.  DESCRIPTION "Protection 1. level - EM(B) - missing or damaged - alarm reset"
  4038. ::= { notifications 33557446 }
  4039.  
  4040. tEMBroBBrcMissingOrDamagedL2Activated NOTIFICATION-TYPE
  4041.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4042.  STATUS current
  4043.  DESCRIPTION "Protection 2. level - EM(B) - missing or damaged - alarm activated"
  4044. ::= { notifications 167775172 }
  4045.  
  4046. tEMBroBBrcMissingOrDamagedL2Disappeared NOTIFICATION-TYPE
  4047.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4048.  STATUS current
  4049.  DESCRIPTION "Protection 2. level - EM(B) - missing or damaged - alarm disappeared"
  4050. ::= { notifications 167775173 }
  4051.  
  4052. tEMBroBBrcMissingOrDamagedL2AlarmReset NOTIFICATION-TYPE
  4053.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4054.  STATUS current
  4055.  DESCRIPTION "Protection 2. level - EM(B) - missing or damaged - alarm reset"
  4056. ::= { notifications 167775174 }
  4057.  
  4058. tEventEMail1FailL1Activated NOTIFICATION-TYPE
  4059.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4060.  STATUS current
  4061.  DESCRIPTION "Protection 1. level - Event e-mail 1 Fail - alarm activated"
  4062. ::= { notifications 33557368 }
  4063.  
  4064. tEventEMail1FailL1Disappeared NOTIFICATION-TYPE
  4065.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4066.  STATUS current
  4067.  DESCRIPTION "Protection 1. level - Event e-mail 1 Fail - alarm disappeared"
  4068. ::= { notifications 33557369 }
  4069.  
  4070. tEventEMail1FailL1AlarmReset NOTIFICATION-TYPE
  4071.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4072.  STATUS current
  4073.  DESCRIPTION "Protection 1. level - Event e-mail 1 Fail - alarm reset"
  4074. ::= { notifications 33557370 }
  4075.  
  4076. tEventEMail2FailL1Activated NOTIFICATION-TYPE
  4077.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4078.  STATUS current
  4079.  DESCRIPTION "Protection 1. level - Event e-mail 2 Fail - alarm activated"
  4080. ::= { notifications 33557372 }
  4081.  
  4082. tEventEMail2FailL1Disappeared NOTIFICATION-TYPE
  4083.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4084.  STATUS current
  4085.  DESCRIPTION "Protection 1. level - Event e-mail 2 Fail - alarm disappeared"
  4086. ::= { notifications 33557373 }
  4087.  
  4088. tEventEMail2FailL1AlarmReset NOTIFICATION-TYPE
  4089.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4090.  STATUS current
  4091.  DESCRIPTION "Protection 1. level - Event e-mail 2 Fail - alarm reset"
  4092. ::= { notifications 33557374 }
  4093.  
  4094. tEventEMail3FailL1Activated NOTIFICATION-TYPE
  4095.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4096.  STATUS current
  4097.  DESCRIPTION "Protection 1. level - Event e-mail 3 Fail - alarm activated"
  4098. ::= { notifications 33557376 }
  4099.  
  4100. tEventEMail3FailL1Disappeared NOTIFICATION-TYPE
  4101.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4102.  STATUS current
  4103.  DESCRIPTION "Protection 1. level - Event e-mail 3 Fail - alarm disappeared"
  4104. ::= { notifications 33557377 }
  4105.  
  4106. tEventEMail3FailL1AlarmReset NOTIFICATION-TYPE
  4107.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4108.  STATUS current
  4109.  DESCRIPTION "Protection 1. level - Event e-mail 3 Fail - alarm reset"
  4110. ::= { notifications 33557378 }
  4111.  
  4112. tEventEMail4FailL1Activated NOTIFICATION-TYPE
  4113.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4114.  STATUS current
  4115.  DESCRIPTION "Protection 1. level - Event e-mail 4 Fail - alarm activated"
  4116. ::= { notifications 33557380 }
  4117.  
  4118. tEventEMail4FailL1Disappeared NOTIFICATION-TYPE
  4119.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4120.  STATUS current
  4121.  DESCRIPTION "Protection 1. level - Event e-mail 4 Fail - alarm disappeared"
  4122. ::= { notifications 33557381 }
  4123.  
  4124. tEventEMail4FailL1AlarmReset NOTIFICATION-TYPE
  4125.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4126.  STATUS current
  4127.  DESCRIPTION "Protection 1. level - Event e-mail 4 Fail - alarm reset"
  4128. ::= { notifications 33557382 }
  4129.  
  4130. tEventSMS1FailL1Activated NOTIFICATION-TYPE
  4131.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4132.  STATUS current
  4133.  DESCRIPTION "Protection 1. level - Event SMS 1 Fail - alarm activated"
  4134. ::= { notifications 33557384 }
  4135.  
  4136. tEventSMS1FailL1Disappeared NOTIFICATION-TYPE
  4137.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4138.  STATUS current
  4139.  DESCRIPTION "Protection 1. level - Event SMS 1 Fail - alarm disappeared"
  4140. ::= { notifications 33557385 }
  4141.  
  4142. tEventSMS1FailL1AlarmReset NOTIFICATION-TYPE
  4143.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4144.  STATUS current
  4145.  DESCRIPTION "Protection 1. level - Event SMS 1 Fail - alarm reset"
  4146. ::= { notifications 33557386 }
  4147.  
  4148. tEventSMS2FailL1Activated NOTIFICATION-TYPE
  4149.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4150.  STATUS current
  4151.  DESCRIPTION "Protection 1. level - Event SMS 2 Fail - alarm activated"
  4152. ::= { notifications 33557388 }
  4153.  
  4154. tEventSMS2FailL1Disappeared NOTIFICATION-TYPE
  4155.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4156.  STATUS current
  4157.  DESCRIPTION "Protection 1. level - Event SMS 2 Fail - alarm disappeared"
  4158. ::= { notifications 33557389 }
  4159.  
  4160. tEventSMS2FailL1AlarmReset NOTIFICATION-TYPE
  4161.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4162.  STATUS current
  4163.  DESCRIPTION "Protection 1. level - Event SMS 2 Fail - alarm reset"
  4164. ::= { notifications 33557390 }
  4165.  
  4166. tEventSMS3FailL1Activated NOTIFICATION-TYPE
  4167.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4168.  STATUS current
  4169.  DESCRIPTION "Protection 1. level - Event SMS 3 Fail - alarm activated"
  4170. ::= { notifications 33557392 }
  4171.  
  4172. tEventSMS3FailL1Disappeared NOTIFICATION-TYPE
  4173.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4174.  STATUS current
  4175.  DESCRIPTION "Protection 1. level - Event SMS 3 Fail - alarm disappeared"
  4176. ::= { notifications 33557393 }
  4177.  
  4178. tEventSMS3FailL1AlarmReset NOTIFICATION-TYPE
  4179.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4180.  STATUS current
  4181.  DESCRIPTION "Protection 1. level - Event SMS 3 Fail - alarm reset"
  4182. ::= { notifications 33557394 }
  4183.  
  4184. tEventSMS4FailL1Activated NOTIFICATION-TYPE
  4185.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4186.  STATUS current
  4187.  DESCRIPTION "Protection 1. level - Event SMS 4 Fail - alarm activated"
  4188. ::= { notifications 33557396 }
  4189.  
  4190. tEventSMS4FailL1Disappeared NOTIFICATION-TYPE
  4191.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4192.  STATUS current
  4193.  DESCRIPTION "Protection 1. level - Event SMS 4 Fail - alarm disappeared"
  4194. ::= { notifications 33557397 }
  4195.  
  4196. tEventSMS4FailL1AlarmReset NOTIFICATION-TYPE
  4197.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4198.  STATUS current
  4199.  DESCRIPTION "Protection 1. level - Event SMS 4 Fail - alarm reset"
  4200. ::= { notifications 33557398 }
  4201.  
  4202. tAlarmEMail1FailL1Activated NOTIFICATION-TYPE
  4203.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4204.  STATUS current
  4205.  DESCRIPTION "Protection 1. level - Alarm e-mail 1 Fail - alarm activated"
  4206. ::= { notifications 33557692 }
  4207.  
  4208. tAlarmEMail1FailL1Disappeared NOTIFICATION-TYPE
  4209.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4210.  STATUS current
  4211.  DESCRIPTION "Protection 1. level - Alarm e-mail 1 Fail - alarm disappeared"
  4212. ::= { notifications 33557693 }
  4213.  
  4214. tAlarmEMail1FailL1AlarmReset NOTIFICATION-TYPE
  4215.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4216.  STATUS current
  4217.  DESCRIPTION "Protection 1. level - Alarm e-mail 1 Fail - alarm reset"
  4218. ::= { notifications 33557694 }
  4219.  
  4220. tAlarmEMail2FailL1Activated NOTIFICATION-TYPE
  4221.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4222.  STATUS current
  4223.  DESCRIPTION "Protection 1. level - Alarm e-mail 2 Fail - alarm activated"
  4224. ::= { notifications 33557696 }
  4225.  
  4226. tAlarmEMail2FailL1Disappeared NOTIFICATION-TYPE
  4227.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4228.  STATUS current
  4229.  DESCRIPTION "Protection 1. level - Alarm e-mail 2 Fail - alarm disappeared"
  4230. ::= { notifications 33557697 }
  4231.  
  4232. tAlarmEMail2FailL1AlarmReset NOTIFICATION-TYPE
  4233.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4234.  STATUS current
  4235.  DESCRIPTION "Protection 1. level - Alarm e-mail 2 Fail - alarm reset"
  4236. ::= { notifications 33557698 }
  4237.  
  4238. tAlarmEMail3FailL1Activated NOTIFICATION-TYPE
  4239.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4240.  STATUS current
  4241.  DESCRIPTION "Protection 1. level - Alarm e-mail 3 Fail - alarm activated"
  4242. ::= { notifications 33557700 }
  4243.  
  4244. tAlarmEMail3FailL1Disappeared NOTIFICATION-TYPE
  4245.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4246.  STATUS current
  4247.  DESCRIPTION "Protection 1. level - Alarm e-mail 3 Fail - alarm disappeared"
  4248. ::= { notifications 33557701 }
  4249.  
  4250. tAlarmEMail3FailL1AlarmReset NOTIFICATION-TYPE
  4251.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4252.  STATUS current
  4253.  DESCRIPTION "Protection 1. level - Alarm e-mail 3 Fail - alarm reset"
  4254. ::= { notifications 33557702 }
  4255.  
  4256. tAlarmEMail4FailL1Activated NOTIFICATION-TYPE
  4257.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4258.  STATUS current
  4259.  DESCRIPTION "Protection 1. level - Alarm e-mail 4 Fail - alarm activated"
  4260. ::= { notifications 33557704 }
  4261.  
  4262. tAlarmEMail4FailL1Disappeared NOTIFICATION-TYPE
  4263.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4264.  STATUS current
  4265.  DESCRIPTION "Protection 1. level - Alarm e-mail 4 Fail - alarm disappeared"
  4266. ::= { notifications 33557705 }
  4267.  
  4268. tAlarmEMail4FailL1AlarmReset NOTIFICATION-TYPE
  4269.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4270.  STATUS current
  4271.  DESCRIPTION "Protection 1. level - Alarm e-mail 4 Fail - alarm reset"
  4272. ::= { notifications 33557706 }
  4273.  
  4274. tAlarmSMS1FailL1Activated NOTIFICATION-TYPE
  4275.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4276.  STATUS current
  4277.  DESCRIPTION "Protection 1. level - Alarm SMS 1 Fail - alarm activated"
  4278. ::= { notifications 33557708 }
  4279.  
  4280. tAlarmSMS1FailL1Disappeared NOTIFICATION-TYPE
  4281.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4282.  STATUS current
  4283.  DESCRIPTION "Protection 1. level - Alarm SMS 1 Fail - alarm disappeared"
  4284. ::= { notifications 33557709 }
  4285.  
  4286. tAlarmSMS1FailL1AlarmReset NOTIFICATION-TYPE
  4287.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4288.  STATUS current
  4289.  DESCRIPTION "Protection 1. level - Alarm SMS 1 Fail - alarm reset"
  4290. ::= { notifications 33557710 }
  4291.  
  4292. tAlarmSMS2FailL1Activated NOTIFICATION-TYPE
  4293.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4294.  STATUS current
  4295.  DESCRIPTION "Protection 1. level - Alarm SMS 2 Fail - alarm activated"
  4296. ::= { notifications 33557712 }
  4297.  
  4298. tAlarmSMS2FailL1Disappeared NOTIFICATION-TYPE
  4299.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4300.  STATUS current
  4301.  DESCRIPTION "Protection 1. level - Alarm SMS 2 Fail - alarm disappeared"
  4302. ::= { notifications 33557713 }
  4303.  
  4304. tAlarmSMS2FailL1AlarmReset NOTIFICATION-TYPE
  4305.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4306.  STATUS current
  4307.  DESCRIPTION "Protection 1. level - Alarm SMS 2 Fail - alarm reset"
  4308. ::= { notifications 33557714 }
  4309.  
  4310. tAlarmSMS3FailL1Activated NOTIFICATION-TYPE
  4311.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4312.  STATUS current
  4313.  DESCRIPTION "Protection 1. level - Alarm SMS 3 Fail - alarm activated"
  4314. ::= { notifications 33557716 }
  4315.  
  4316. tAlarmSMS3FailL1Disappeared NOTIFICATION-TYPE
  4317.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4318.  STATUS current
  4319.  DESCRIPTION "Protection 1. level - Alarm SMS 3 Fail - alarm disappeared"
  4320. ::= { notifications 33557717 }
  4321.  
  4322. tAlarmSMS3FailL1AlarmReset NOTIFICATION-TYPE
  4323.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4324.  STATUS current
  4325.  DESCRIPTION "Protection 1. level - Alarm SMS 3 Fail - alarm reset"
  4326. ::= { notifications 33557718 }
  4327.  
  4328. tAlarmSMS4FailL1Activated NOTIFICATION-TYPE
  4329.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4330.  STATUS current
  4331.  DESCRIPTION "Protection 1. level - Alarm SMS 4 Fail - alarm activated"
  4332. ::= { notifications 33557720 }
  4333.  
  4334. tAlarmSMS4FailL1Disappeared NOTIFICATION-TYPE
  4335.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4336.  STATUS current
  4337.  DESCRIPTION "Protection 1. level - Alarm SMS 4 Fail - alarm disappeared"
  4338. ::= { notifications 33557721 }
  4339.  
  4340. tAlarmSMS4FailL1AlarmReset NOTIFICATION-TYPE
  4341.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4342.  STATUS current
  4343.  DESCRIPTION "Protection 1. level - Alarm SMS 4 Fail - alarm reset"
  4344. ::= { notifications 33557722 }
  4345.  
  4346. tSNMPTRAP1FailL1Activated NOTIFICATION-TYPE
  4347.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4348.  STATUS current
  4349.  DESCRIPTION "Protection 1. level - SNMP TRAP 1 Fail - alarm activated"
  4350. ::= { notifications 33557724 }
  4351.  
  4352. tSNMPTRAP1FailL1Disappeared NOTIFICATION-TYPE
  4353.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4354.  STATUS current
  4355.  DESCRIPTION "Protection 1. level - SNMP TRAP 1 Fail - alarm disappeared"
  4356. ::= { notifications 33557725 }
  4357.  
  4358. tSNMPTRAP1FailL1AlarmReset NOTIFICATION-TYPE
  4359.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4360.  STATUS current
  4361.  DESCRIPTION "Protection 1. level - SNMP TRAP 1 Fail - alarm reset"
  4362. ::= { notifications 33557726 }
  4363.  
  4364. tSNMPTRAP2FailL1Activated NOTIFICATION-TYPE
  4365.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4366.  STATUS current
  4367.  DESCRIPTION "Protection 1. level - SNMP TRAP 2 Fail - alarm activated"
  4368. ::= { notifications 33557728 }
  4369.  
  4370. tSNMPTRAP2FailL1Disappeared NOTIFICATION-TYPE
  4371.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4372.  STATUS current
  4373.  DESCRIPTION "Protection 1. level - SNMP TRAP 2 Fail - alarm disappeared"
  4374. ::= { notifications 33557729 }
  4375.  
  4376. tSNMPTRAP2FailL1AlarmReset NOTIFICATION-TYPE
  4377.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4378.  STATUS current
  4379.  DESCRIPTION "Protection 1. level - SNMP TRAP 2 Fail - alarm reset"
  4380. ::= { notifications 33557730 }
  4381.  
  4382. tECUDiagBlockedL1Activated NOTIFICATION-TYPE
  4383.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4384.  STATUS current
  4385.  DESCRIPTION "Protection 1. level - ECUDiagBlocked - alarm activated"
  4386. ::= { notifications 33554592 }
  4387.  
  4388. tECUDiagBlockedL1Disappeared NOTIFICATION-TYPE
  4389.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4390.  STATUS current
  4391.  DESCRIPTION "Protection 1. level - ECUDiagBlocked - alarm disappeared"
  4392. ::= { notifications 33554593 }
  4393.  
  4394. tECUDiagBlockedL1AlarmReset NOTIFICATION-TYPE
  4395.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4396.  STATUS current
  4397.  DESCRIPTION "Protection 1. level - ECUDiagBlocked - alarm reset"
  4398. ::= { notifications 33554594 }
  4399.  
  4400. tWrongPLCConfigurationL1Activated NOTIFICATION-TYPE
  4401.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4402.  STATUS current
  4403.  DESCRIPTION "Protection 1. level - Wrong PLC Configuration - alarm activated"
  4404. ::= { notifications 33554596 }
  4405.  
  4406. tWrongPLCConfigurationL1Disappeared NOTIFICATION-TYPE
  4407.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4408.  STATUS current
  4409.  DESCRIPTION "Protection 1. level - Wrong PLC Configuration - alarm disappeared"
  4410. ::= { notifications 33554597 }
  4411.  
  4412. tWrongPLCConfigurationL1AlarmReset NOTIFICATION-TYPE
  4413.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4414.  STATUS current
  4415.  DESCRIPTION "Protection 1. level - Wrong PLC Configuration - alarm reset"
  4416. ::= { notifications 33554598 }
  4417.  
  4418. tRTCBatteryFlatL1Activated NOTIFICATION-TYPE
  4419.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4420.  STATUS current
  4421.  DESCRIPTION "Protection 1. level - RTC Battery Flat - alarm activated"
  4422. ::= { notifications 33554600 }
  4423.  
  4424. tRTCBatteryFlatL1Disappeared NOTIFICATION-TYPE
  4425.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4426.  STATUS current
  4427.  DESCRIPTION "Protection 1. level - RTC Battery Flat - alarm disappeared"
  4428. ::= { notifications 33554601 }
  4429.  
  4430. tRTCBatteryFlatL1AlarmReset NOTIFICATION-TYPE
  4431.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4432.  STATUS current
  4433.  DESCRIPTION "Protection 1. level - RTC Battery Flat - alarm reset"
  4434. ::= { notifications 33554602 }
  4435.  
  4436. tPasswEnterBlockL1Activated NOTIFICATION-TYPE
  4437.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4438.  STATUS current
  4439.  DESCRIPTION "Protection 1. level - PasswEnterBlock - alarm activated"
  4440. ::= { notifications 33558652 }
  4441.  
  4442. tPasswEnterBlockL1Disappeared NOTIFICATION-TYPE
  4443.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4444.  STATUS current
  4445.  DESCRIPTION "Protection 1. level - PasswEnterBlock - alarm disappeared"
  4446. ::= { notifications 33558653 }
  4447.  
  4448. tPasswEnterBlockL1AlarmReset NOTIFICATION-TYPE
  4449.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4450.  STATUS current
  4451.  DESCRIPTION "Protection 1. level - PasswEnterBlock - alarm reset"
  4452. ::= { notifications 33558654 }
  4453.  
  4454. tECU1CommFailL1Activated NOTIFICATION-TYPE
  4455.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4456.  STATUS current
  4457.  DESCRIPTION "Protection 1. level - ECU 1 Comm Fail - alarm activated"
  4458. ::= { notifications 33558212 }
  4459.  
  4460. tECU1CommFailL1Disappeared NOTIFICATION-TYPE
  4461.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4462.  STATUS current
  4463.  DESCRIPTION "Protection 1. level - ECU 1 Comm Fail - alarm disappeared"
  4464. ::= { notifications 33558213 }
  4465.  
  4466. tECU1CommFailL1AlarmReset NOTIFICATION-TYPE
  4467.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4468.  STATUS current
  4469.  DESCRIPTION "Protection 1. level - ECU 1 Comm Fail - alarm reset"
  4470. ::= { notifications 33558214 }
  4471.  
  4472. tECU1CommFailL2Activated NOTIFICATION-TYPE
  4473.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4474.  STATUS current
  4475.  DESCRIPTION "Protection 2. level - ECU 1 Comm Fail - alarm activated"
  4476. ::= { notifications 167775940 }
  4477.  
  4478. tECU1CommFailL2Disappeared NOTIFICATION-TYPE
  4479.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4480.  STATUS current
  4481.  DESCRIPTION "Protection 2. level - ECU 1 Comm Fail - alarm disappeared"
  4482. ::= { notifications 167775941 }
  4483.  
  4484. tECU1CommFailL2AlarmReset NOTIFICATION-TYPE
  4485.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4486.  STATUS current
  4487.  DESCRIPTION "Protection 2. level - ECU 1 Comm Fail - alarm reset"
  4488. ::= { notifications 167775942 }
  4489.  
  4490. tECU2CommFailL1Activated NOTIFICATION-TYPE
  4491.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4492.  STATUS current
  4493.  DESCRIPTION "Protection 1. level - ECU 2 Comm Fail - alarm activated"
  4494. ::= { notifications 33558216 }
  4495.  
  4496. tECU2CommFailL1Disappeared NOTIFICATION-TYPE
  4497.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4498.  STATUS current
  4499.  DESCRIPTION "Protection 1. level - ECU 2 Comm Fail - alarm disappeared"
  4500. ::= { notifications 33558217 }
  4501.  
  4502. tECU2CommFailL1AlarmReset NOTIFICATION-TYPE
  4503.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4504.  STATUS current
  4505.  DESCRIPTION "Protection 1. level - ECU 2 Comm Fail - alarm reset"
  4506. ::= { notifications 33558218 }
  4507.  
  4508. tECU2CommFailL2Activated NOTIFICATION-TYPE
  4509.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4510.  STATUS current
  4511.  DESCRIPTION "Protection 2. level - ECU 2 Comm Fail - alarm activated"
  4512. ::= { notifications 167775944 }
  4513.  
  4514. tECU2CommFailL2Disappeared NOTIFICATION-TYPE
  4515.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4516.  STATUS current
  4517.  DESCRIPTION "Protection 2. level - ECU 2 Comm Fail - alarm disappeared"
  4518. ::= { notifications 167775945 }
  4519.  
  4520. tECU2CommFailL2AlarmReset NOTIFICATION-TYPE
  4521.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4522.  STATUS current
  4523.  DESCRIPTION "Protection 2. level - ECU 2 Comm Fail - alarm reset"
  4524. ::= { notifications 167775946 }
  4525.  
  4526. tresL1Activated1 NOTIFICATION-TYPE
  4527.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4528.  STATUS current
  4529.  DESCRIPTION "Protection 1. level - res - alarm activated"
  4530. ::= { notifications 33558220 }
  4531.  
  4532. tresL1Disappeared1 NOTIFICATION-TYPE
  4533.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4534.  STATUS current
  4535.  DESCRIPTION "Protection 1. level - res - alarm disappeared"
  4536. ::= { notifications 33558221 }
  4537.  
  4538. tresL1AlarmReset1 NOTIFICATION-TYPE
  4539.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4540.  STATUS current
  4541.  DESCRIPTION "Protection 1. level - res - alarm reset"
  4542. ::= { notifications 33558222 }
  4543.  
  4544. tresL2Activated1 NOTIFICATION-TYPE
  4545.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4546.  STATUS current
  4547.  DESCRIPTION "Protection 2. level - res - alarm activated"
  4548. ::= { notifications 167775948 }
  4549.  
  4550. tresL2Disappeared1 NOTIFICATION-TYPE
  4551.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4552.  STATUS current
  4553.  DESCRIPTION "Protection 2. level - res - alarm disappeared"
  4554. ::= { notifications 167775949 }
  4555.  
  4556. tresL2AlarmReset1 NOTIFICATION-TYPE
  4557.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4558.  STATUS current
  4559.  DESCRIPTION "Protection 2. level - res - alarm reset"
  4560. ::= { notifications 167775950 }
  4561.  
  4562. tresSFActivated1 NOTIFICATION-TYPE
  4563.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4564.  STATUS current
  4565.  DESCRIPTION "Protection Sensor Fail - res - alarm activated"
  4566. ::= { notifications 301993676 }
  4567.  
  4568. tresSFDisappeared1 NOTIFICATION-TYPE
  4569.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4570.  STATUS current
  4571.  DESCRIPTION "Protection Sensor Fail - res - alarm disappeared"
  4572. ::= { notifications 301993677 }
  4573.  
  4574. tresSFAlarmReset1 NOTIFICATION-TYPE
  4575.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4576.  STATUS current
  4577.  DESCRIPTION "Protection Sensor Fail - res - alarm reset"
  4578. ::= { notifications 301993678 }
  4579.  
  4580. tresL1Activated2 NOTIFICATION-TYPE
  4581.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4582.  STATUS current
  4583.  DESCRIPTION "Protection 1. level - res - alarm activated"
  4584. ::= { notifications 33558224 }
  4585.  
  4586. tresL1Disappeared2 NOTIFICATION-TYPE
  4587.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4588.  STATUS current
  4589.  DESCRIPTION "Protection 1. level - res - alarm disappeared"
  4590. ::= { notifications 33558225 }
  4591.  
  4592. tresL1AlarmReset2 NOTIFICATION-TYPE
  4593.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4594.  STATUS current
  4595.  DESCRIPTION "Protection 1. level - res - alarm reset"
  4596. ::= { notifications 33558226 }
  4597.  
  4598. tresL2Activated2 NOTIFICATION-TYPE
  4599.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4600.  STATUS current
  4601.  DESCRIPTION "Protection 2. level - res - alarm activated"
  4602. ::= { notifications 167775952 }
  4603.  
  4604. tresL2Disappeared2 NOTIFICATION-TYPE
  4605.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4606.  STATUS current
  4607.  DESCRIPTION "Protection 2. level - res - alarm disappeared"
  4608. ::= { notifications 167775953 }
  4609.  
  4610. tresL2AlarmReset2 NOTIFICATION-TYPE
  4611.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4612.  STATUS current
  4613.  DESCRIPTION "Protection 2. level - res - alarm reset"
  4614. ::= { notifications 167775954 }
  4615.  
  4616. tresSFActivated2 NOTIFICATION-TYPE
  4617.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4618.  STATUS current
  4619.  DESCRIPTION "Protection Sensor Fail - res - alarm activated"
  4620. ::= { notifications 301993680 }
  4621.  
  4622. tresSFDisappeared2 NOTIFICATION-TYPE
  4623.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4624.  STATUS current
  4625.  DESCRIPTION "Protection Sensor Fail - res - alarm disappeared"
  4626. ::= { notifications 301993681 }
  4627.  
  4628. tresSFAlarmReset2 NOTIFICATION-TYPE
  4629.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4630.  STATUS current
  4631.  DESCRIPTION "Protection Sensor Fail - res - alarm reset"
  4632. ::= { notifications 301993682 }
  4633.  
  4634. tECUYellowLampL1Activated NOTIFICATION-TYPE
  4635.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4636.  STATUS current
  4637.  DESCRIPTION "Protection 1. level - ECU Yellow Lamp - alarm activated"
  4638. ::= { notifications 33557628 }
  4639.  
  4640. tECUYellowLampL1Disappeared NOTIFICATION-TYPE
  4641.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4642.  STATUS current
  4643.  DESCRIPTION "Protection 1. level - ECU Yellow Lamp - alarm disappeared"
  4644. ::= { notifications 33557629 }
  4645.  
  4646. tECUYellowLampL1AlarmReset NOTIFICATION-TYPE
  4647.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4648.  STATUS current
  4649.  DESCRIPTION "Protection 1. level - ECU Yellow Lamp - alarm reset"
  4650. ::= { notifications 33557630 }
  4651.  
  4652. tECURedLampL1Activated NOTIFICATION-TYPE
  4653.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4654.  STATUS current
  4655.  DESCRIPTION "Protection 1. level - ECU Red Lamp - alarm activated"
  4656. ::= { notifications 33558528 }
  4657.  
  4658. tECURedLampL1Disappeared NOTIFICATION-TYPE
  4659.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4660.  STATUS current
  4661.  DESCRIPTION "Protection 1. level - ECU Red Lamp - alarm disappeared"
  4662. ::= { notifications 33558529 }
  4663.  
  4664. tECURedLampL1AlarmReset NOTIFICATION-TYPE
  4665.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4666.  STATUS current
  4667.  DESCRIPTION "Protection 1. level - ECU Red Lamp - alarm reset"
  4668. ::= { notifications 33558530 }
  4669.  
  4670. tECUWaitToStartL1Activated NOTIFICATION-TYPE
  4671.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4672.  STATUS current
  4673.  DESCRIPTION "Protection 1. level - ECU Wait To Start - alarm activated"
  4674. ::= { notifications 33557644 }
  4675.  
  4676. tECUWaitToStartL1Disappeared NOTIFICATION-TYPE
  4677.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4678.  STATUS current
  4679.  DESCRIPTION "Protection 1. level - ECU Wait To Start - alarm disappeared"
  4680. ::= { notifications 33557645 }
  4681.  
  4682. tECUWaitToStartL1AlarmReset NOTIFICATION-TYPE
  4683.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4684.  STATUS current
  4685.  DESCRIPTION "Protection 1. level - ECU Wait To Start - alarm reset"
  4686. ::= { notifications 33557646 }
  4687.  
  4688. tATTDPFLampL1Activated NOTIFICATION-TYPE
  4689.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4690.  STATUS current
  4691.  DESCRIPTION "Protection 1. level - ATT DPF Lamp - alarm activated"
  4692. ::= { notifications 33558700 }
  4693.  
  4694. tATTDPFLampL1Disappeared NOTIFICATION-TYPE
  4695.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4696.  STATUS current
  4697.  DESCRIPTION "Protection 1. level - ATT DPF Lamp - alarm disappeared"
  4698. ::= { notifications 33558701 }
  4699.  
  4700. tATTDPFLampL1AlarmReset NOTIFICATION-TYPE
  4701.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4702.  STATUS current
  4703.  DESCRIPTION "Protection 1. level - ATT DPF Lamp - alarm reset"
  4704. ::= { notifications 33558702 }
  4705.  
  4706. tATTHESTLampL1Activated NOTIFICATION-TYPE
  4707.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4708.  STATUS current
  4709.  DESCRIPTION "Protection 1. level - ATT HEST Lamp - alarm activated"
  4710. ::= { notifications 33558540 }
  4711.  
  4712. tATTHESTLampL1Disappeared NOTIFICATION-TYPE
  4713.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4714.  STATUS current
  4715.  DESCRIPTION "Protection 1. level - ATT HEST Lamp - alarm disappeared"
  4716. ::= { notifications 33558541 }
  4717.  
  4718. tATTHESTLampL1AlarmReset NOTIFICATION-TYPE
  4719.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4720.  STATUS current
  4721.  DESCRIPTION "Protection 1. level - ATT HEST Lamp - alarm reset"
  4722. ::= { notifications 33558542 }
  4723.  
  4724. tATTSCRErrorLampL1Activated NOTIFICATION-TYPE
  4725.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4726.  STATUS current
  4727.  DESCRIPTION "Protection 1. level - ATT SCR Error Lamp - alarm activated"
  4728. ::= { notifications 33558544 }
  4729.  
  4730. tATTSCRErrorLampL1Disappeared NOTIFICATION-TYPE
  4731.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4732.  STATUS current
  4733.  DESCRIPTION "Protection 1. level - ATT SCR Error Lamp - alarm disappeared"
  4734. ::= { notifications 33558545 }
  4735.  
  4736. tATTSCRErrorLampL1AlarmReset NOTIFICATION-TYPE
  4737.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4738.  STATUS current
  4739.  DESCRIPTION "Protection 1. level - ATT SCR Error Lamp - alarm reset"
  4740. ::= { notifications 33558546 }
  4741.  
  4742. tATTDEFLevelLampL1Activated NOTIFICATION-TYPE
  4743.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4744.  STATUS current
  4745.  DESCRIPTION "Protection 1. level - ATT DEF Level Lamp - alarm activated"
  4746. ::= { notifications 33558548 }
  4747.  
  4748. tATTDEFLevelLampL1Disappeared NOTIFICATION-TYPE
  4749.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4750.  STATUS current
  4751.  DESCRIPTION "Protection 1. level - ATT DEF Level Lamp - alarm disappeared"
  4752. ::= { notifications 33558549 }
  4753.  
  4754. tATTDEFLevelLampL1AlarmReset NOTIFICATION-TYPE
  4755.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4756.  STATUS current
  4757.  DESCRIPTION "Protection 1. level - ATT DEF Level Lamp - alarm reset"
  4758. ::= { notifications 33558550 }
  4759.  
  4760. tATTInhibitedLampL1Activated NOTIFICATION-TYPE
  4761.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4762.  STATUS current
  4763.  DESCRIPTION "Protection 1. level - ATT Inhibited Lamp - alarm activated"
  4764. ::= { notifications 33557672 }
  4765.  
  4766. tATTInhibitedLampL1Disappeared NOTIFICATION-TYPE
  4767.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4768.  STATUS current
  4769.  DESCRIPTION "Protection 1. level - ATT Inhibited Lamp - alarm disappeared"
  4770. ::= { notifications 33557673 }
  4771.  
  4772. tATTInhibitedLampL1AlarmReset NOTIFICATION-TYPE
  4773.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4774.  STATUS current
  4775.  DESCRIPTION "Protection 1. level - ATT Inhibited Lamp - alarm reset"
  4776. ::= { notifications 33557674 }
  4777.  
  4778. tATTInterlockActiveL1Activated NOTIFICATION-TYPE
  4779.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4780.  STATUS current
  4781.  DESCRIPTION "Protection 1. level - ATT Interlock Active - alarm activated"
  4782. ::= { notifications 33558852 }
  4783.  
  4784. tATTInterlockActiveL1Disappeared NOTIFICATION-TYPE
  4785.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4786.  STATUS current
  4787.  DESCRIPTION "Protection 1. level - ATT Interlock Active - alarm disappeared"
  4788. ::= { notifications 33558853 }
  4789.  
  4790. tATTInterlockActiveL1AlarmReset NOTIFICATION-TYPE
  4791.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4792.  STATUS current
  4793.  DESCRIPTION "Protection 1. level - ATT Interlock Active - alarm reset"
  4794. ::= { notifications 33558854 }
  4795.  
  4796. tATTForceRegenActiveL1Activated NOTIFICATION-TYPE
  4797.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4798.  STATUS current
  4799.  DESCRIPTION "Protection 1. level - ATT Force Regen Active - alarm activated"
  4800. ::= { notifications 33559456 }
  4801.  
  4802. tATTForceRegenActiveL1Disappeared NOTIFICATION-TYPE
  4803.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4804.  STATUS current
  4805.  DESCRIPTION "Protection 1. level - ATT Force Regen Active - alarm disappeared"
  4806. ::= { notifications 33559457 }
  4807.  
  4808. tATTForceRegenActiveL1AlarmReset NOTIFICATION-TYPE
  4809.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4810.  STATUS current
  4811.  DESCRIPTION "Protection 1. level - ATT Force Regen Active - alarm reset"
  4812. ::= { notifications 33559458 }
  4813.  
  4814. tDPFRegenWithProtectionsOffL1Activated NOTIFICATION-TYPE
  4815.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4816.  STATUS current
  4817.  DESCRIPTION "Protection 1. level - DPF Regen with protections off - alarm activated"
  4818. ::= { notifications 33563936 }
  4819.  
  4820. tDPFRegenWithProtectionsOffL1Disappeared NOTIFICATION-TYPE
  4821.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4822.  STATUS current
  4823.  DESCRIPTION "Protection 1. level - DPF Regen with protections off - alarm disappeared"
  4824. ::= { notifications 33563937 }
  4825.  
  4826. tDPFRegenWithProtectionsOffL1AlarmReset NOTIFICATION-TYPE
  4827.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4828.  STATUS current
  4829.  DESCRIPTION "Protection 1. level - DPF Regen with protections off - alarm reset"
  4830. ::= { notifications 33563938 }
  4831.  
  4832. tATTInhibRegenActiveL1Activated NOTIFICATION-TYPE
  4833.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4834.  STATUS current
  4835.  DESCRIPTION "Protection 1. level - ATT Inhib Regen Active - alarm activated"
  4836. ::= { notifications 33559460 }
  4837.  
  4838. tATTInhibRegenActiveL1Disappeared NOTIFICATION-TYPE
  4839.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4840.  STATUS current
  4841.  DESCRIPTION "Protection 1. level - ATT Inhib Regen Active - alarm disappeared"
  4842. ::= { notifications 33559461 }
  4843.  
  4844. tATTInhibRegenActiveL1AlarmReset NOTIFICATION-TYPE
  4845.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4846.  STATUS current
  4847.  DESCRIPTION "Protection 1. level - ATT Inhib Regen Active - alarm reset"
  4848. ::= { notifications 33559462 }
  4849.  
  4850. tLSD500ParamWriteFailL1Activated NOTIFICATION-TYPE
  4851.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4852.  STATUS current
  4853.  DESCRIPTION "Protection 1. level - LS D500 Param Write Fail - alarm activated"
  4854. ::= { notifications 33561000 }
  4855.  
  4856. tLSD500ParamWriteFailL1Disappeared NOTIFICATION-TYPE
  4857.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4858.  STATUS current
  4859.  DESCRIPTION "Protection 1. level - LS D500 Param Write Fail - alarm disappeared"
  4860. ::= { notifications 33561001 }
  4861.  
  4862. tLSD500ParamWriteFailL1AlarmReset NOTIFICATION-TYPE
  4863.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4864.  STATUS current
  4865.  DESCRIPTION "Protection 1. level - LS D500 Param Write Fail - alarm reset"
  4866. ::= { notifications 33561002 }
  4867.  
  4868. tDefaultPasswordL1Activated NOTIFICATION-TYPE
  4869.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4870.  STATUS current
  4871.  DESCRIPTION "Protection 1. level - Default Password - alarm activated"
  4872. ::= { notifications 33558716 }
  4873.  
  4874. tDefaultPasswordL1Disappeared NOTIFICATION-TYPE
  4875.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4876.  STATUS current
  4877.  DESCRIPTION "Protection 1. level - Default Password - alarm disappeared"
  4878. ::= { notifications 33558717 }
  4879.  
  4880. tDefaultPasswordL1AlarmReset NOTIFICATION-TYPE
  4881.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4882.  STATUS current
  4883.  DESCRIPTION "Protection 1. level - Default Password - alarm reset"
  4884. ::= { notifications 33558718 }
  4885.  
  4886. tDualOperationFailL1Activated NOTIFICATION-TYPE
  4887.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4888.  STATUS current
  4889.  DESCRIPTION "Protection 1. level - Dual Operation Fail - alarm activated"
  4890. ::= { notifications 33558552 }
  4891.  
  4892. tDualOperationFailL1Disappeared NOTIFICATION-TYPE
  4893.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4894.  STATUS current
  4895.  DESCRIPTION "Protection 1. level - Dual Operation Fail - alarm disappeared"
  4896. ::= { notifications 33558553 }
  4897.  
  4898. tDualOperationFailL1AlarmReset NOTIFICATION-TYPE
  4899.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4900.  STATUS current
  4901.  DESCRIPTION "Protection 1. level - Dual Operation Fail - alarm reset"
  4902. ::= { notifications 33558554 }
  4903.  
  4904. tDualOperationDifferentFWVerL1Activated NOTIFICATION-TYPE
  4905.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4906.  STATUS current
  4907.  DESCRIPTION "Protection 1. level - Dual Operation Different FW Ver - alarm activated"
  4908. ::= { notifications 33558556 }
  4909.  
  4910. tDualOperationDifferentFWVerL1Disappeared NOTIFICATION-TYPE
  4911.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4912.  STATUS current
  4913.  DESCRIPTION "Protection 1. level - Dual Operation Different FW Ver - alarm disappeared"
  4914. ::= { notifications 33558557 }
  4915.  
  4916. tDualOperationDifferentFWVerL1AlarmReset NOTIFICATION-TYPE
  4917.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4918.  STATUS current
  4919.  DESCRIPTION "Protection 1. level - Dual Operation Different FW Ver - alarm reset"
  4920. ::= { notifications 33558558 }
  4921.  
  4922. tDualOperationMasterFailL1Activated1 NOTIFICATION-TYPE
  4923.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4924.  STATUS current
  4925.  DESCRIPTION "Protection 1. level - Dual Operation Master Fail - alarm activated"
  4926. ::= { notifications 33558560 }
  4927.  
  4928. tDualOperationMasterFailL1Disappeared1 NOTIFICATION-TYPE
  4929.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4930.  STATUS current
  4931.  DESCRIPTION "Protection 1. level - Dual Operation Master Fail - alarm disappeared"
  4932. ::= { notifications 33558561 }
  4933.  
  4934. tDualOperationMasterFailL1AlarmReset1 NOTIFICATION-TYPE
  4935.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4936.  STATUS current
  4937.  DESCRIPTION "Protection 1. level - Dual Operation Master Fail - alarm reset"
  4938. ::= { notifications 33558562 }
  4939.  
  4940. tDualOperationMasterFailL1Activated2 NOTIFICATION-TYPE
  4941.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4942.  STATUS current
  4943.  DESCRIPTION "Protection 1. level - Dual Operation Master Fail - alarm activated"
  4944. ::= { notifications 33558572 }
  4945.  
  4946. tDualOperationMasterFailL1Disappeared2 NOTIFICATION-TYPE
  4947.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4948.  STATUS current
  4949.  DESCRIPTION "Protection 1. level - Dual Operation Master Fail - alarm disappeared"
  4950. ::= { notifications 33558573 }
  4951.  
  4952. tDualOperationMasterFailL1AlarmReset2 NOTIFICATION-TYPE
  4953.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4954.  STATUS current
  4955.  DESCRIPTION "Protection 1. level - Dual Operation Master Fail - alarm reset"
  4956. ::= { notifications 33558574 }
  4957.  
  4958. tDualOperationSlaveFailL1Activated1 NOTIFICATION-TYPE
  4959.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4960.  STATUS current
  4961.  DESCRIPTION "Protection 1. level - Dual Operation Slave Fail - alarm activated"
  4962. ::= { notifications 33558564 }
  4963.  
  4964. tDualOperationSlaveFailL1Disappeared1 NOTIFICATION-TYPE
  4965.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4966.  STATUS current
  4967.  DESCRIPTION "Protection 1. level - Dual Operation Slave Fail - alarm disappeared"
  4968. ::= { notifications 33558565 }
  4969.  
  4970. tDualOperationSlaveFailL1AlarmReset1 NOTIFICATION-TYPE
  4971.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4972.  STATUS current
  4973.  DESCRIPTION "Protection 1. level - Dual Operation Slave Fail - alarm reset"
  4974. ::= { notifications 33558566 }
  4975.  
  4976. tDualOperationSlaveFailL1Activated2 NOTIFICATION-TYPE
  4977.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4978.  STATUS current
  4979.  DESCRIPTION "Protection 1. level - Dual Operation Slave Fail - alarm activated"
  4980. ::= { notifications 33558576 }
  4981.  
  4982. tDualOperationSlaveFailL1Disappeared2 NOTIFICATION-TYPE
  4983.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4984.  STATUS current
  4985.  DESCRIPTION "Protection 1. level - Dual Operation Slave Fail - alarm disappeared"
  4986. ::= { notifications 33558577 }
  4987.  
  4988. tDualOperationSlaveFailL1AlarmReset2 NOTIFICATION-TYPE
  4989.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4990.  STATUS current
  4991.  DESCRIPTION "Protection 1. level - Dual Operation Slave Fail - alarm reset"
  4992. ::= { notifications 33558578 }
  4993.  
  4994. tDualOperationDifferentMainsL1Activated NOTIFICATION-TYPE
  4995.  OBJECTS {tControllerName, tSerNum, tTrapText}
  4996.  STATUS current
  4997.  DESCRIPTION "Protection 1. level - Dual Operation Different Mains - alarm activated"
  4998. ::= { notifications 33558568 }
  4999.  
  5000. tDualOperationDifferentMainsL1Disappeared NOTIFICATION-TYPE
  5001.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5002.  STATUS current
  5003.  DESCRIPTION "Protection 1. level - Dual Operation Different Mains - alarm disappeared"
  5004. ::= { notifications 33558569 }
  5005.  
  5006. tDualOperationDifferentMainsL1AlarmReset NOTIFICATION-TYPE
  5007.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5008.  STATUS current
  5009.  DESCRIPTION "Protection 1. level - Dual Operation Different Mains - alarm reset"
  5010. ::= { notifications 33558570 }
  5011.  
  5012. tBruteForceProtectionActiveL1Activated NOTIFICATION-TYPE
  5013.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5014.  STATUS current
  5015.  DESCRIPTION "Protection 1. level - Brute Force Protection Active - alarm activated"
  5016. ::= { notifications 33559380 }
  5017.  
  5018. tBruteForceProtectionActiveL1Disappeared NOTIFICATION-TYPE
  5019.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5020.  STATUS current
  5021.  DESCRIPTION "Protection 1. level - Brute Force Protection Active - alarm disappeared"
  5022. ::= { notifications 33559381 }
  5023.  
  5024. tBruteForceProtectionActiveL1AlarmReset NOTIFICATION-TYPE
  5025.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5026.  STATUS current
  5027.  DESCRIPTION "Protection 1. level - Brute Force Protection Active - alarm reset"
  5028. ::= { notifications 33559382 }
  5029.  
  5030. tProductionModeL1Activated NOTIFICATION-TYPE
  5031.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5032.  STATUS current
  5033.  DESCRIPTION "Protection 1. level - Production Mode - alarm activated"
  5034. ::= { notifications 33559548 }
  5035.  
  5036. tProductionModeL1Disappeared NOTIFICATION-TYPE
  5037.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5038.  STATUS current
  5039.  DESCRIPTION "Protection 1. level - Production Mode - alarm disappeared"
  5040. ::= { notifications 33559549 }
  5041.  
  5042. tProductionModeL1AlarmReset NOTIFICATION-TYPE
  5043.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5044.  STATUS current
  5045.  DESCRIPTION "Protection 1. level - Production Mode - alarm reset"
  5046. ::= { notifications 33559550 }
  5047.  
  5048. tPasswordResetEMailAddrIsNotSetL1Activated NOTIFICATION-TYPE
  5049.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5050.  STATUS current
  5051.  DESCRIPTION "Protection 1. level - Password reset e-mail addr is not set - alarm activated"
  5052. ::= { notifications 33559600 }
  5053.  
  5054. tPasswordResetEMailAddrIsNotSetL1Disappeared NOTIFICATION-TYPE
  5055.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5056.  STATUS current
  5057.  DESCRIPTION "Protection 1. level - Password reset e-mail addr is not set - alarm disappeared"
  5058. ::= { notifications 33559601 }
  5059.  
  5060. tPasswordResetEMailAddrIsNotSetL1AlarmReset NOTIFICATION-TYPE
  5061.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5062.  STATUS current
  5063.  DESCRIPTION "Protection 1. level - Password reset e-mail addr is not set - alarm reset"
  5064. ::= { notifications 33559602 }
  5065.  
  5066. tEmergencyStopL2Activated NOTIFICATION-TYPE
  5067.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5068.  STATUS current
  5069.  DESCRIPTION "Protection 2. level - Emergency Stop - alarm activated"
  5070. ::= { notifications 167772336 }
  5071.  
  5072. tEmergencyStopL2Disappeared NOTIFICATION-TYPE
  5073.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5074.  STATUS current
  5075.  DESCRIPTION "Protection 2. level - Emergency Stop - alarm disappeared"
  5076. ::= { notifications 167772337 }
  5077.  
  5078. tEmergencyStopL2AlarmReset NOTIFICATION-TYPE
  5079.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5080.  STATUS current
  5081.  DESCRIPTION "Protection 2. level - Emergency Stop - alarm reset"
  5082. ::= { notifications 167772338 }
  5083.  
  5084. tChargingAlternatorFailL1Activated NOTIFICATION-TYPE
  5085.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5086.  STATUS current
  5087.  DESCRIPTION "Protection 1. level - Charging Alternator Fail - alarm activated"
  5088. ::= { notifications 33554620 }
  5089.  
  5090. tChargingAlternatorFailL1Disappeared NOTIFICATION-TYPE
  5091.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5092.  STATUS current
  5093.  DESCRIPTION "Protection 1. level - Charging Alternator Fail - alarm disappeared"
  5094. ::= { notifications 33554621 }
  5095.  
  5096. tChargingAlternatorFailL1AlarmReset NOTIFICATION-TYPE
  5097.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5098.  STATUS current
  5099.  DESCRIPTION "Protection 1. level - Charging Alternator Fail - alarm reset"
  5100. ::= { notifications 33554622 }
  5101.  
  5102. tChargingAlternatorFailL2Activated NOTIFICATION-TYPE
  5103.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5104.  STATUS current
  5105.  DESCRIPTION "Protection 2. level - Charging Alternator Fail - alarm activated"
  5106. ::= { notifications 167772348 }
  5107.  
  5108. tChargingAlternatorFailL2Disappeared NOTIFICATION-TYPE
  5109.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5110.  STATUS current
  5111.  DESCRIPTION "Protection 2. level - Charging Alternator Fail - alarm disappeared"
  5112. ::= { notifications 167772349 }
  5113.  
  5114. tChargingAlternatorFailL2AlarmReset NOTIFICATION-TYPE
  5115.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5116.  STATUS current
  5117.  DESCRIPTION "Protection 2. level - Charging Alternator Fail - alarm reset"
  5118. ::= { notifications 167772350 }
  5119.  
  5120. tStopFailL1Activated NOTIFICATION-TYPE
  5121.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5122.  STATUS current
  5123.  DESCRIPTION "Protection 1. level - Stop fail - alarm activated"
  5124. ::= { notifications 33554624 }
  5125.  
  5126. tStopFailL1Disappeared NOTIFICATION-TYPE
  5127.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5128.  STATUS current
  5129.  DESCRIPTION "Protection 1. level - Stop fail - alarm disappeared"
  5130. ::= { notifications 33554625 }
  5131.  
  5132. tStopFailL1AlarmReset NOTIFICATION-TYPE
  5133.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5134.  STATUS current
  5135.  DESCRIPTION "Protection 1. level - Stop fail - alarm reset"
  5136. ::= { notifications 33554626 }
  5137.  
  5138. tOverspeedL2Activated NOTIFICATION-TYPE
  5139.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5140.  STATUS current
  5141.  DESCRIPTION "Protection 2. level - Overspeed - alarm activated"
  5142. ::= { notifications 167772356 }
  5143.  
  5144. tOverspeedL2Disappeared NOTIFICATION-TYPE
  5145.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5146.  STATUS current
  5147.  DESCRIPTION "Protection 2. level - Overspeed - alarm disappeared"
  5148. ::= { notifications 167772357 }
  5149.  
  5150. tOverspeedL2AlarmReset NOTIFICATION-TYPE
  5151.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5152.  STATUS current
  5153.  DESCRIPTION "Protection 2. level - Overspeed - alarm reset"
  5154. ::= { notifications 167772358 }
  5155.  
  5156. tUnderspeedL2Activated NOTIFICATION-TYPE
  5157.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5158.  STATUS current
  5159.  DESCRIPTION "Protection 2. level - Underspeed - alarm activated"
  5160. ::= { notifications 167772360 }
  5161.  
  5162. tUnderspeedL2Disappeared NOTIFICATION-TYPE
  5163.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5164.  STATUS current
  5165.  DESCRIPTION "Protection 2. level - Underspeed - alarm disappeared"
  5166. ::= { notifications 167772361 }
  5167.  
  5168. tUnderspeedL2AlarmReset NOTIFICATION-TYPE
  5169.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5170.  STATUS current
  5171.  DESCRIPTION "Protection 2. level - Underspeed - alarm reset"
  5172. ::= { notifications 167772362 }
  5173.  
  5174. tRPMMeasurementFailL2Activated NOTIFICATION-TYPE
  5175.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5176.  STATUS current
  5177.  DESCRIPTION "Protection 2. level - RPM Measurement Fail - alarm activated"
  5178. ::= { notifications 167772364 }
  5179.  
  5180. tRPMMeasurementFailL2Disappeared NOTIFICATION-TYPE
  5181.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5182.  STATUS current
  5183.  DESCRIPTION "Protection 2. level - RPM Measurement Fail - alarm disappeared"
  5184. ::= { notifications 167772365 }
  5185.  
  5186. tRPMMeasurementFailL2AlarmReset NOTIFICATION-TYPE
  5187.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5188.  STATUS current
  5189.  DESCRIPTION "Protection 2. level - RPM Measurement Fail - alarm reset"
  5190. ::= { notifications 167772366 }
  5191.  
  5192. tBatteryFlatL2Activated NOTIFICATION-TYPE
  5193.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5194.  STATUS current
  5195.  DESCRIPTION "Protection 2. level - Battery Flat - alarm activated"
  5196. ::= { notifications 167772368 }
  5197.  
  5198. tBatteryFlatL2Disappeared NOTIFICATION-TYPE
  5199.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5200.  STATUS current
  5201.  DESCRIPTION "Protection 2. level - Battery Flat - alarm disappeared"
  5202. ::= { notifications 167772369 }
  5203.  
  5204. tBatteryFlatL2AlarmReset NOTIFICATION-TYPE
  5205.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5206.  STATUS current
  5207.  DESCRIPTION "Protection 2. level - Battery Flat - alarm reset"
  5208. ::= { notifications 167772370 }
  5209.  
  5210. tMaintenanceTimer1RunHoursL1Activated NOTIFICATION-TYPE
  5211.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5212.  STATUS current
  5213.  DESCRIPTION "Protection 1. level - Maintenance Timer 1 RunHours - alarm activated"
  5214. ::= { notifications 33556772 }
  5215.  
  5216. tMaintenanceTimer1RunHoursL1Disappeared NOTIFICATION-TYPE
  5217.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5218.  STATUS current
  5219.  DESCRIPTION "Protection 1. level - Maintenance Timer 1 RunHours - alarm disappeared"
  5220. ::= { notifications 33556773 }
  5221.  
  5222. tMaintenanceTimer1RunHoursL1AlarmReset NOTIFICATION-TYPE
  5223.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5224.  STATUS current
  5225.  DESCRIPTION "Protection 1. level - Maintenance Timer 1 RunHours - alarm reset"
  5226. ::= { notifications 33556774 }
  5227.  
  5228. tMaintenanceTimer1RunHoursL2Activated NOTIFICATION-TYPE
  5229.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5230.  STATUS current
  5231.  DESCRIPTION "Protection 2. level - Maintenance Timer 1 RunHours - alarm activated"
  5232. ::= { notifications 167774500 }
  5233.  
  5234. tMaintenanceTimer1RunHoursL2Disappeared NOTIFICATION-TYPE
  5235.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5236.  STATUS current
  5237.  DESCRIPTION "Protection 2. level - Maintenance Timer 1 RunHours - alarm disappeared"
  5238. ::= { notifications 167774501 }
  5239.  
  5240. tMaintenanceTimer1RunHoursL2AlarmReset NOTIFICATION-TYPE
  5241.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5242.  STATUS current
  5243.  DESCRIPTION "Protection 2. level - Maintenance Timer 1 RunHours - alarm reset"
  5244. ::= { notifications 167774502 }
  5245.  
  5246. tMaintenanceTimer2RunHoursL1Activated NOTIFICATION-TYPE
  5247.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5248.  STATUS current
  5249.  DESCRIPTION "Protection 1. level - Maintenance Timer 2 RunHours - alarm activated"
  5250. ::= { notifications 33556776 }
  5251.  
  5252. tMaintenanceTimer2RunHoursL1Disappeared NOTIFICATION-TYPE
  5253.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5254.  STATUS current
  5255.  DESCRIPTION "Protection 1. level - Maintenance Timer 2 RunHours - alarm disappeared"
  5256. ::= { notifications 33556777 }
  5257.  
  5258. tMaintenanceTimer2RunHoursL1AlarmReset NOTIFICATION-TYPE
  5259.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5260.  STATUS current
  5261.  DESCRIPTION "Protection 1. level - Maintenance Timer 2 RunHours - alarm reset"
  5262. ::= { notifications 33556778 }
  5263.  
  5264. tMaintenanceTimer2RunHoursL2Activated NOTIFICATION-TYPE
  5265.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5266.  STATUS current
  5267.  DESCRIPTION "Protection 2. level - Maintenance Timer 2 RunHours - alarm activated"
  5268. ::= { notifications 167774504 }
  5269.  
  5270. tMaintenanceTimer2RunHoursL2Disappeared NOTIFICATION-TYPE
  5271.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5272.  STATUS current
  5273.  DESCRIPTION "Protection 2. level - Maintenance Timer 2 RunHours - alarm disappeared"
  5274. ::= { notifications 167774505 }
  5275.  
  5276. tMaintenanceTimer2RunHoursL2AlarmReset NOTIFICATION-TYPE
  5277.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5278.  STATUS current
  5279.  DESCRIPTION "Protection 2. level - Maintenance Timer 2 RunHours - alarm reset"
  5280. ::= { notifications 167774506 }
  5281.  
  5282. tMaintenanceTimer3RunHoursL1Activated NOTIFICATION-TYPE
  5283.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5284.  STATUS current
  5285.  DESCRIPTION "Protection 1. level - Maintenance Timer 3 RunHours - alarm activated"
  5286. ::= { notifications 33556780 }
  5287.  
  5288. tMaintenanceTimer3RunHoursL1Disappeared NOTIFICATION-TYPE
  5289.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5290.  STATUS current
  5291.  DESCRIPTION "Protection 1. level - Maintenance Timer 3 RunHours - alarm disappeared"
  5292. ::= { notifications 33556781 }
  5293.  
  5294. tMaintenanceTimer3RunHoursL1AlarmReset NOTIFICATION-TYPE
  5295.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5296.  STATUS current
  5297.  DESCRIPTION "Protection 1. level - Maintenance Timer 3 RunHours - alarm reset"
  5298. ::= { notifications 33556782 }
  5299.  
  5300. tMaintenanceTimer3RunHoursL2Activated NOTIFICATION-TYPE
  5301.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5302.  STATUS current
  5303.  DESCRIPTION "Protection 2. level - Maintenance Timer 3 RunHours - alarm activated"
  5304. ::= { notifications 167774508 }
  5305.  
  5306. tMaintenanceTimer3RunHoursL2Disappeared NOTIFICATION-TYPE
  5307.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5308.  STATUS current
  5309.  DESCRIPTION "Protection 2. level - Maintenance Timer 3 RunHours - alarm disappeared"
  5310. ::= { notifications 167774509 }
  5311.  
  5312. tMaintenanceTimer3RunHoursL2AlarmReset NOTIFICATION-TYPE
  5313.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5314.  STATUS current
  5315.  DESCRIPTION "Protection 2. level - Maintenance Timer 3 RunHours - alarm reset"
  5316. ::= { notifications 167774510 }
  5317.  
  5318. tStartFailL2Activated NOTIFICATION-TYPE
  5319.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5320.  STATUS current
  5321.  DESCRIPTION "Protection 2. level - Start Fail - alarm activated"
  5322. ::= { notifications 167772380 }
  5323.  
  5324. tStartFailL2Disappeared NOTIFICATION-TYPE
  5325.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5326.  STATUS current
  5327.  DESCRIPTION "Protection 2. level - Start Fail - alarm disappeared"
  5328. ::= { notifications 167772381 }
  5329.  
  5330. tStartFailL2AlarmReset NOTIFICATION-TYPE
  5331.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5332.  STATUS current
  5333.  DESCRIPTION "Protection 2. level - Start Fail - alarm reset"
  5334. ::= { notifications 167772382 }
  5335.  
  5336. tMCBFailL1Activated NOTIFICATION-TYPE
  5337.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5338.  STATUS current
  5339.  DESCRIPTION "Protection 1. level - MCB Fail - alarm activated"
  5340. ::= { notifications 33554792 }
  5341.  
  5342. tMCBFailL1Disappeared NOTIFICATION-TYPE
  5343.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5344.  STATUS current
  5345.  DESCRIPTION "Protection 1. level - MCB Fail - alarm disappeared"
  5346. ::= { notifications 33554793 }
  5347.  
  5348. tMCBFailL1AlarmReset NOTIFICATION-TYPE
  5349.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5350.  STATUS current
  5351.  DESCRIPTION "Protection 1. level - MCB Fail - alarm reset"
  5352. ::= { notifications 33554794 }
  5353.  
  5354. tMCBFailToOpenL1Activated NOTIFICATION-TYPE
  5355.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5356.  STATUS current
  5357.  DESCRIPTION "Protection 1. level - MCB Fail To Open - alarm activated"
  5358. ::= { notifications 33560640 }
  5359.  
  5360. tMCBFailToOpenL1Disappeared NOTIFICATION-TYPE
  5361.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5362.  STATUS current
  5363.  DESCRIPTION "Protection 1. level - MCB Fail To Open - alarm disappeared"
  5364. ::= { notifications 33560641 }
  5365.  
  5366. tMCBFailToOpenL1AlarmReset NOTIFICATION-TYPE
  5367.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5368.  STATUS current
  5369.  DESCRIPTION "Protection 1. level - MCB Fail To Open - alarm reset"
  5370. ::= { notifications 33560642 }
  5371.  
  5372. tMCBFailToCloseL1Activated NOTIFICATION-TYPE
  5373.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5374.  STATUS current
  5375.  DESCRIPTION "Protection 1. level - MCB Fail To Close - alarm activated"
  5376. ::= { notifications 33560644 }
  5377.  
  5378. tMCBFailToCloseL1Disappeared NOTIFICATION-TYPE
  5379.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5380.  STATUS current
  5381.  DESCRIPTION "Protection 1. level - MCB Fail To Close - alarm disappeared"
  5382. ::= { notifications 33560645 }
  5383.  
  5384. tMCBFailToCloseL1AlarmReset NOTIFICATION-TYPE
  5385.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5386.  STATUS current
  5387.  DESCRIPTION "Protection 1. level - MCB Fail To Close - alarm reset"
  5388. ::= { notifications 33560646 }
  5389.  
  5390. tGCBFailL2Activated NOTIFICATION-TYPE
  5391.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5392.  STATUS current
  5393.  DESCRIPTION "Protection 2. level - GCB Fail - alarm activated"
  5394. ::= { notifications 167772524 }
  5395.  
  5396. tGCBFailL2Disappeared NOTIFICATION-TYPE
  5397.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5398.  STATUS current
  5399.  DESCRIPTION "Protection 2. level - GCB Fail - alarm disappeared"
  5400. ::= { notifications 167772525 }
  5401.  
  5402. tGCBFailL2AlarmReset NOTIFICATION-TYPE
  5403.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5404.  STATUS current
  5405.  DESCRIPTION "Protection 2. level - GCB Fail - alarm reset"
  5406. ::= { notifications 167772526 }
  5407.  
  5408. tGCBFailToOpenL2Activated NOTIFICATION-TYPE
  5409.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5410.  STATUS current
  5411.  DESCRIPTION "Protection 2. level - GCB Fail To Open - alarm activated"
  5412. ::= { notifications 167778376 }
  5413.  
  5414. tGCBFailToOpenL2Disappeared NOTIFICATION-TYPE
  5415.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5416.  STATUS current
  5417.  DESCRIPTION "Protection 2. level - GCB Fail To Open - alarm disappeared"
  5418. ::= { notifications 167778377 }
  5419.  
  5420. tGCBFailToOpenL2AlarmReset NOTIFICATION-TYPE
  5421.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5422.  STATUS current
  5423.  DESCRIPTION "Protection 2. level - GCB Fail To Open - alarm reset"
  5424. ::= { notifications 167778378 }
  5425.  
  5426. tGCBFailToCloseL2Activated NOTIFICATION-TYPE
  5427.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5428.  STATUS current
  5429.  DESCRIPTION "Protection 2. level - GCB Fail To Close - alarm activated"
  5430. ::= { notifications 167778380 }
  5431.  
  5432. tGCBFailToCloseL2Disappeared NOTIFICATION-TYPE
  5433.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5434.  STATUS current
  5435.  DESCRIPTION "Protection 2. level - GCB Fail To Close - alarm disappeared"
  5436. ::= { notifications 167778381 }
  5437.  
  5438. tGCBFailToCloseL2AlarmReset NOTIFICATION-TYPE
  5439.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5440.  STATUS current
  5441.  DESCRIPTION "Protection 2. level - GCB Fail To Close - alarm reset"
  5442. ::= { notifications 167778382 }
  5443.  
  5444. tGeneratorL1OvervoltageL1Activated NOTIFICATION-TYPE
  5445.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5446.  STATUS current
  5447.  DESCRIPTION "Protection 1. level - Generator L1 Overvoltage - alarm activated"
  5448. ::= { notifications 33554824 }
  5449.  
  5450. tGeneratorL1OvervoltageL1Disappeared NOTIFICATION-TYPE
  5451.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5452.  STATUS current
  5453.  DESCRIPTION "Protection 1. level - Generator L1 Overvoltage - alarm disappeared"
  5454. ::= { notifications 33554825 }
  5455.  
  5456. tGeneratorL1OvervoltageL1AlarmReset NOTIFICATION-TYPE
  5457.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5458.  STATUS current
  5459.  DESCRIPTION "Protection 1. level - Generator L1 Overvoltage - alarm reset"
  5460. ::= { notifications 33554826 }
  5461.  
  5462. tGeneratorL1OvervoltageL2Activated NOTIFICATION-TYPE
  5463.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5464.  STATUS current
  5465.  DESCRIPTION "Protection 2. level - Generator L1 Overvoltage - alarm activated"
  5466. ::= { notifications 167772552 }
  5467.  
  5468. tGeneratorL1OvervoltageL2Disappeared NOTIFICATION-TYPE
  5469.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5470.  STATUS current
  5471.  DESCRIPTION "Protection 2. level - Generator L1 Overvoltage - alarm disappeared"
  5472. ::= { notifications 167772553 }
  5473.  
  5474. tGeneratorL1OvervoltageL2AlarmReset NOTIFICATION-TYPE
  5475.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5476.  STATUS current
  5477.  DESCRIPTION "Protection 2. level - Generator L1 Overvoltage - alarm reset"
  5478. ::= { notifications 167772554 }
  5479.  
  5480. tGeneratorL2OvervoltageL1Activated NOTIFICATION-TYPE
  5481.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5482.  STATUS current
  5483.  DESCRIPTION "Protection 1. level - Generator L2 Overvoltage - alarm activated"
  5484. ::= { notifications 33554828 }
  5485.  
  5486. tGeneratorL2OvervoltageL1Disappeared NOTIFICATION-TYPE
  5487.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5488.  STATUS current
  5489.  DESCRIPTION "Protection 1. level - Generator L2 Overvoltage - alarm disappeared"
  5490. ::= { notifications 33554829 }
  5491.  
  5492. tGeneratorL2OvervoltageL1AlarmReset NOTIFICATION-TYPE
  5493.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5494.  STATUS current
  5495.  DESCRIPTION "Protection 1. level - Generator L2 Overvoltage - alarm reset"
  5496. ::= { notifications 33554830 }
  5497.  
  5498. tGeneratorL2OvervoltageL2Activated NOTIFICATION-TYPE
  5499.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5500.  STATUS current
  5501.  DESCRIPTION "Protection 2. level - Generator L2 Overvoltage - alarm activated"
  5502. ::= { notifications 167772556 }
  5503.  
  5504. tGeneratorL2OvervoltageL2Disappeared NOTIFICATION-TYPE
  5505.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5506.  STATUS current
  5507.  DESCRIPTION "Protection 2. level - Generator L2 Overvoltage - alarm disappeared"
  5508. ::= { notifications 167772557 }
  5509.  
  5510. tGeneratorL2OvervoltageL2AlarmReset NOTIFICATION-TYPE
  5511.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5512.  STATUS current
  5513.  DESCRIPTION "Protection 2. level - Generator L2 Overvoltage - alarm reset"
  5514. ::= { notifications 167772558 }
  5515.  
  5516. tGeneratorL3OvervoltageL1Activated NOTIFICATION-TYPE
  5517.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5518.  STATUS current
  5519.  DESCRIPTION "Protection 1. level - Generator L3 Overvoltage - alarm activated"
  5520. ::= { notifications 33554832 }
  5521.  
  5522. tGeneratorL3OvervoltageL1Disappeared NOTIFICATION-TYPE
  5523.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5524.  STATUS current
  5525.  DESCRIPTION "Protection 1. level - Generator L3 Overvoltage - alarm disappeared"
  5526. ::= { notifications 33554833 }
  5527.  
  5528. tGeneratorL3OvervoltageL1AlarmReset NOTIFICATION-TYPE
  5529.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5530.  STATUS current
  5531.  DESCRIPTION "Protection 1. level - Generator L3 Overvoltage - alarm reset"
  5532. ::= { notifications 33554834 }
  5533.  
  5534. tGeneratorL3OvervoltageL2Activated NOTIFICATION-TYPE
  5535.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5536.  STATUS current
  5537.  DESCRIPTION "Protection 2. level - Generator L3 Overvoltage - alarm activated"
  5538. ::= { notifications 167772560 }
  5539.  
  5540. tGeneratorL3OvervoltageL2Disappeared NOTIFICATION-TYPE
  5541.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5542.  STATUS current
  5543.  DESCRIPTION "Protection 2. level - Generator L3 Overvoltage - alarm disappeared"
  5544. ::= { notifications 167772561 }
  5545.  
  5546. tGeneratorL3OvervoltageL2AlarmReset NOTIFICATION-TYPE
  5547.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5548.  STATUS current
  5549.  DESCRIPTION "Protection 2. level - Generator L3 Overvoltage - alarm reset"
  5550. ::= { notifications 167772562 }
  5551.  
  5552. tGeneratorL1L2OvervoltageL1Activated NOTIFICATION-TYPE
  5553.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5554.  STATUS current
  5555.  DESCRIPTION "Protection 1. level - Generator L1L2 Overvoltage - alarm activated"
  5556. ::= { notifications 33554860 }
  5557.  
  5558. tGeneratorL1L2OvervoltageL1Disappeared NOTIFICATION-TYPE
  5559.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5560.  STATUS current
  5561.  DESCRIPTION "Protection 1. level - Generator L1L2 Overvoltage - alarm disappeared"
  5562. ::= { notifications 33554861 }
  5563.  
  5564. tGeneratorL1L2OvervoltageL1AlarmReset NOTIFICATION-TYPE
  5565.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5566.  STATUS current
  5567.  DESCRIPTION "Protection 1. level - Generator L1L2 Overvoltage - alarm reset"
  5568. ::= { notifications 33554862 }
  5569.  
  5570. tGeneratorL1L2OvervoltageL2Activated NOTIFICATION-TYPE
  5571.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5572.  STATUS current
  5573.  DESCRIPTION "Protection 2. level - Generator L1L2 Overvoltage - alarm activated"
  5574. ::= { notifications 167772588 }
  5575.  
  5576. tGeneratorL1L2OvervoltageL2Disappeared NOTIFICATION-TYPE
  5577.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5578.  STATUS current
  5579.  DESCRIPTION "Protection 2. level - Generator L1L2 Overvoltage - alarm disappeared"
  5580. ::= { notifications 167772589 }
  5581.  
  5582. tGeneratorL1L2OvervoltageL2AlarmReset NOTIFICATION-TYPE
  5583.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5584.  STATUS current
  5585.  DESCRIPTION "Protection 2. level - Generator L1L2 Overvoltage - alarm reset"
  5586. ::= { notifications 167772590 }
  5587.  
  5588. tGeneratorL2L3OvervoltageL1Activated NOTIFICATION-TYPE
  5589.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5590.  STATUS current
  5591.  DESCRIPTION "Protection 1. level - Generator L2L3 Overvoltage - alarm activated"
  5592. ::= { notifications 33554864 }
  5593.  
  5594. tGeneratorL2L3OvervoltageL1Disappeared NOTIFICATION-TYPE
  5595.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5596.  STATUS current
  5597.  DESCRIPTION "Protection 1. level - Generator L2L3 Overvoltage - alarm disappeared"
  5598. ::= { notifications 33554865 }
  5599.  
  5600. tGeneratorL2L3OvervoltageL1AlarmReset NOTIFICATION-TYPE
  5601.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5602.  STATUS current
  5603.  DESCRIPTION "Protection 1. level - Generator L2L3 Overvoltage - alarm reset"
  5604. ::= { notifications 33554866 }
  5605.  
  5606. tGeneratorL2L3OvervoltageL2Activated NOTIFICATION-TYPE
  5607.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5608.  STATUS current
  5609.  DESCRIPTION "Protection 2. level - Generator L2L3 Overvoltage - alarm activated"
  5610. ::= { notifications 167772592 }
  5611.  
  5612. tGeneratorL2L3OvervoltageL2Disappeared NOTIFICATION-TYPE
  5613.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5614.  STATUS current
  5615.  DESCRIPTION "Protection 2. level - Generator L2L3 Overvoltage - alarm disappeared"
  5616. ::= { notifications 167772593 }
  5617.  
  5618. tGeneratorL2L3OvervoltageL2AlarmReset NOTIFICATION-TYPE
  5619.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5620.  STATUS current
  5621.  DESCRIPTION "Protection 2. level - Generator L2L3 Overvoltage - alarm reset"
  5622. ::= { notifications 167772594 }
  5623.  
  5624. tGeneratorL3L1OvervoltageL1Activated NOTIFICATION-TYPE
  5625.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5626.  STATUS current
  5627.  DESCRIPTION "Protection 1. level - Generator L3L1 Overvoltage - alarm activated"
  5628. ::= { notifications 33554868 }
  5629.  
  5630. tGeneratorL3L1OvervoltageL1Disappeared NOTIFICATION-TYPE
  5631.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5632.  STATUS current
  5633.  DESCRIPTION "Protection 1. level - Generator L3L1 Overvoltage - alarm disappeared"
  5634. ::= { notifications 33554869 }
  5635.  
  5636. tGeneratorL3L1OvervoltageL1AlarmReset NOTIFICATION-TYPE
  5637.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5638.  STATUS current
  5639.  DESCRIPTION "Protection 1. level - Generator L3L1 Overvoltage - alarm reset"
  5640. ::= { notifications 33554870 }
  5641.  
  5642. tGeneratorL3L1OvervoltageL2Activated NOTIFICATION-TYPE
  5643.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5644.  STATUS current
  5645.  DESCRIPTION "Protection 2. level - Generator L3L1 Overvoltage - alarm activated"
  5646. ::= { notifications 167772596 }
  5647.  
  5648. tGeneratorL3L1OvervoltageL2Disappeared NOTIFICATION-TYPE
  5649.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5650.  STATUS current
  5651.  DESCRIPTION "Protection 2. level - Generator L3L1 Overvoltage - alarm disappeared"
  5652. ::= { notifications 167772597 }
  5653.  
  5654. tGeneratorL3L1OvervoltageL2AlarmReset NOTIFICATION-TYPE
  5655.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5656.  STATUS current
  5657.  DESCRIPTION "Protection 2. level - Generator L3L1 Overvoltage - alarm reset"
  5658. ::= { notifications 167772598 }
  5659.  
  5660. tGeneratorL1UndervoltageL1Activated NOTIFICATION-TYPE
  5661.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5662.  STATUS current
  5663.  DESCRIPTION "Protection 1. level - Generator L1 Undervoltage - alarm activated"
  5664. ::= { notifications 33554812 }
  5665.  
  5666. tGeneratorL1UndervoltageL1Disappeared NOTIFICATION-TYPE
  5667.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5668.  STATUS current
  5669.  DESCRIPTION "Protection 1. level - Generator L1 Undervoltage - alarm disappeared"
  5670. ::= { notifications 33554813 }
  5671.  
  5672. tGeneratorL1UndervoltageL1AlarmReset NOTIFICATION-TYPE
  5673.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5674.  STATUS current
  5675.  DESCRIPTION "Protection 1. level - Generator L1 Undervoltage - alarm reset"
  5676. ::= { notifications 33554814 }
  5677.  
  5678. tGeneratorL1UndervoltageL2Activated NOTIFICATION-TYPE
  5679.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5680.  STATUS current
  5681.  DESCRIPTION "Protection 2. level - Generator L1 Undervoltage - alarm activated"
  5682. ::= { notifications 167772540 }
  5683.  
  5684. tGeneratorL1UndervoltageL2Disappeared NOTIFICATION-TYPE
  5685.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5686.  STATUS current
  5687.  DESCRIPTION "Protection 2. level - Generator L1 Undervoltage - alarm disappeared"
  5688. ::= { notifications 167772541 }
  5689.  
  5690. tGeneratorL1UndervoltageL2AlarmReset NOTIFICATION-TYPE
  5691.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5692.  STATUS current
  5693.  DESCRIPTION "Protection 2. level - Generator L1 Undervoltage - alarm reset"
  5694. ::= { notifications 167772542 }
  5695.  
  5696. tGeneratorL2UndervoltageL1Activated NOTIFICATION-TYPE
  5697.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5698.  STATUS current
  5699.  DESCRIPTION "Protection 1. level - Generator L2 Undervoltage - alarm activated"
  5700. ::= { notifications 33554816 }
  5701.  
  5702. tGeneratorL2UndervoltageL1Disappeared NOTIFICATION-TYPE
  5703.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5704.  STATUS current
  5705.  DESCRIPTION "Protection 1. level - Generator L2 Undervoltage - alarm disappeared"
  5706. ::= { notifications 33554817 }
  5707.  
  5708. tGeneratorL2UndervoltageL1AlarmReset NOTIFICATION-TYPE
  5709.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5710.  STATUS current
  5711.  DESCRIPTION "Protection 1. level - Generator L2 Undervoltage - alarm reset"
  5712. ::= { notifications 33554818 }
  5713.  
  5714. tGeneratorL2UndervoltageL2Activated NOTIFICATION-TYPE
  5715.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5716.  STATUS current
  5717.  DESCRIPTION "Protection 2. level - Generator L2 Undervoltage - alarm activated"
  5718. ::= { notifications 167772544 }
  5719.  
  5720. tGeneratorL2UndervoltageL2Disappeared NOTIFICATION-TYPE
  5721.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5722.  STATUS current
  5723.  DESCRIPTION "Protection 2. level - Generator L2 Undervoltage - alarm disappeared"
  5724. ::= { notifications 167772545 }
  5725.  
  5726. tGeneratorL2UndervoltageL2AlarmReset NOTIFICATION-TYPE
  5727.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5728.  STATUS current
  5729.  DESCRIPTION "Protection 2. level - Generator L2 Undervoltage - alarm reset"
  5730. ::= { notifications 167772546 }
  5731.  
  5732. tGeneratorL3UndervoltageL1Activated NOTIFICATION-TYPE
  5733.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5734.  STATUS current
  5735.  DESCRIPTION "Protection 1. level - Generator L3 Undervoltage - alarm activated"
  5736. ::= { notifications 33554820 }
  5737.  
  5738. tGeneratorL3UndervoltageL1Disappeared NOTIFICATION-TYPE
  5739.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5740.  STATUS current
  5741.  DESCRIPTION "Protection 1. level - Generator L3 Undervoltage - alarm disappeared"
  5742. ::= { notifications 33554821 }
  5743.  
  5744. tGeneratorL3UndervoltageL1AlarmReset NOTIFICATION-TYPE
  5745.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5746.  STATUS current
  5747.  DESCRIPTION "Protection 1. level - Generator L3 Undervoltage - alarm reset"
  5748. ::= { notifications 33554822 }
  5749.  
  5750. tGeneratorL3UndervoltageL2Activated NOTIFICATION-TYPE
  5751.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5752.  STATUS current
  5753.  DESCRIPTION "Protection 2. level - Generator L3 Undervoltage - alarm activated"
  5754. ::= { notifications 167772548 }
  5755.  
  5756. tGeneratorL3UndervoltageL2Disappeared NOTIFICATION-TYPE
  5757.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5758.  STATUS current
  5759.  DESCRIPTION "Protection 2. level - Generator L3 Undervoltage - alarm disappeared"
  5760. ::= { notifications 167772549 }
  5761.  
  5762. tGeneratorL3UndervoltageL2AlarmReset NOTIFICATION-TYPE
  5763.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5764.  STATUS current
  5765.  DESCRIPTION "Protection 2. level - Generator L3 Undervoltage - alarm reset"
  5766. ::= { notifications 167772550 }
  5767.  
  5768. tGeneratorL1L2UndervoltageL1Activated NOTIFICATION-TYPE
  5769.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5770.  STATUS current
  5771.  DESCRIPTION "Protection 1. level - Generator L1L2 Undervoltage - alarm activated"
  5772. ::= { notifications 33554848 }
  5773.  
  5774. tGeneratorL1L2UndervoltageL1Disappeared NOTIFICATION-TYPE
  5775.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5776.  STATUS current
  5777.  DESCRIPTION "Protection 1. level - Generator L1L2 Undervoltage - alarm disappeared"
  5778. ::= { notifications 33554849 }
  5779.  
  5780. tGeneratorL1L2UndervoltageL1AlarmReset NOTIFICATION-TYPE
  5781.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5782.  STATUS current
  5783.  DESCRIPTION "Protection 1. level - Generator L1L2 Undervoltage - alarm reset"
  5784. ::= { notifications 33554850 }
  5785.  
  5786. tGeneratorL1L2UndervoltageL2Activated NOTIFICATION-TYPE
  5787.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5788.  STATUS current
  5789.  DESCRIPTION "Protection 2. level - Generator L1L2 Undervoltage - alarm activated"
  5790. ::= { notifications 167772576 }
  5791.  
  5792. tGeneratorL1L2UndervoltageL2Disappeared NOTIFICATION-TYPE
  5793.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5794.  STATUS current
  5795.  DESCRIPTION "Protection 2. level - Generator L1L2 Undervoltage - alarm disappeared"
  5796. ::= { notifications 167772577 }
  5797.  
  5798. tGeneratorL1L2UndervoltageL2AlarmReset NOTIFICATION-TYPE
  5799.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5800.  STATUS current
  5801.  DESCRIPTION "Protection 2. level - Generator L1L2 Undervoltage - alarm reset"
  5802. ::= { notifications 167772578 }
  5803.  
  5804. tGeneratorL2L3UndervoltageL1Activated NOTIFICATION-TYPE
  5805.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5806.  STATUS current
  5807.  DESCRIPTION "Protection 1. level - Generator L2L3 Undervoltage - alarm activated"
  5808. ::= { notifications 33554852 }
  5809.  
  5810. tGeneratorL2L3UndervoltageL1Disappeared NOTIFICATION-TYPE
  5811.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5812.  STATUS current
  5813.  DESCRIPTION "Protection 1. level - Generator L2L3 Undervoltage - alarm disappeared"
  5814. ::= { notifications 33554853 }
  5815.  
  5816. tGeneratorL2L3UndervoltageL1AlarmReset NOTIFICATION-TYPE
  5817.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5818.  STATUS current
  5819.  DESCRIPTION "Protection 1. level - Generator L2L3 Undervoltage - alarm reset"
  5820. ::= { notifications 33554854 }
  5821.  
  5822. tGeneratorL2L3UndervoltageL2Activated NOTIFICATION-TYPE
  5823.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5824.  STATUS current
  5825.  DESCRIPTION "Protection 2. level - Generator L2L3 Undervoltage - alarm activated"
  5826. ::= { notifications 167772580 }
  5827.  
  5828. tGeneratorL2L3UndervoltageL2Disappeared NOTIFICATION-TYPE
  5829.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5830.  STATUS current
  5831.  DESCRIPTION "Protection 2. level - Generator L2L3 Undervoltage - alarm disappeared"
  5832. ::= { notifications 167772581 }
  5833.  
  5834. tGeneratorL2L3UndervoltageL2AlarmReset NOTIFICATION-TYPE
  5835.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5836.  STATUS current
  5837.  DESCRIPTION "Protection 2. level - Generator L2L3 Undervoltage - alarm reset"
  5838. ::= { notifications 167772582 }
  5839.  
  5840. tGeneratorL3L1UndervoltageL1Activated NOTIFICATION-TYPE
  5841.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5842.  STATUS current
  5843.  DESCRIPTION "Protection 1. level - Generator L3L1 Undervoltage - alarm activated"
  5844. ::= { notifications 33554856 }
  5845.  
  5846. tGeneratorL3L1UndervoltageL1Disappeared NOTIFICATION-TYPE
  5847.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5848.  STATUS current
  5849.  DESCRIPTION "Protection 1. level - Generator L3L1 Undervoltage - alarm disappeared"
  5850. ::= { notifications 33554857 }
  5851.  
  5852. tGeneratorL3L1UndervoltageL1AlarmReset NOTIFICATION-TYPE
  5853.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5854.  STATUS current
  5855.  DESCRIPTION "Protection 1. level - Generator L3L1 Undervoltage - alarm reset"
  5856. ::= { notifications 33554858 }
  5857.  
  5858. tGeneratorL3L1UndervoltageL2Activated NOTIFICATION-TYPE
  5859.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5860.  STATUS current
  5861.  DESCRIPTION "Protection 2. level - Generator L3L1 Undervoltage - alarm activated"
  5862. ::= { notifications 167772584 }
  5863.  
  5864. tGeneratorL3L1UndervoltageL2Disappeared NOTIFICATION-TYPE
  5865.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5866.  STATUS current
  5867.  DESCRIPTION "Protection 2. level - Generator L3L1 Undervoltage - alarm disappeared"
  5868. ::= { notifications 167772585 }
  5869.  
  5870. tGeneratorL3L1UndervoltageL2AlarmReset NOTIFICATION-TYPE
  5871.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5872.  STATUS current
  5873.  DESCRIPTION "Protection 2. level - Generator L3L1 Undervoltage - alarm reset"
  5874. ::= { notifications 167772586 }
  5875.  
  5876. tGenVoltageUnbalancePhPhL2Activated NOTIFICATION-TYPE
  5877.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5878.  STATUS current
  5879.  DESCRIPTION "Protection 2. level - Gen Voltage Unbalance ph-ph - alarm activated"
  5880. ::= { notifications 167774512 }
  5881.  
  5882. tGenVoltageUnbalancePhPhL2Disappeared NOTIFICATION-TYPE
  5883.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5884.  STATUS current
  5885.  DESCRIPTION "Protection 2. level - Gen Voltage Unbalance ph-ph - alarm disappeared"
  5886. ::= { notifications 167774513 }
  5887.  
  5888. tGenVoltageUnbalancePhPhL2AlarmReset NOTIFICATION-TYPE
  5889.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5890.  STATUS current
  5891.  DESCRIPTION "Protection 2. level - Gen Voltage Unbalance ph-ph - alarm reset"
  5892. ::= { notifications 167774514 }
  5893.  
  5894. tGenVoltageUnbalancePhNL2Activated NOTIFICATION-TYPE
  5895.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5896.  STATUS current
  5897.  DESCRIPTION "Protection 2. level - Gen Voltage Unbalance ph-n - alarm activated"
  5898. ::= { notifications 167774516 }
  5899.  
  5900. tGenVoltageUnbalancePhNL2Disappeared NOTIFICATION-TYPE
  5901.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5902.  STATUS current
  5903.  DESCRIPTION "Protection 2. level - Gen Voltage Unbalance ph-n - alarm disappeared"
  5904. ::= { notifications 167774517 }
  5905.  
  5906. tGenVoltageUnbalancePhNL2AlarmReset NOTIFICATION-TYPE
  5907.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5908.  STATUS current
  5909.  DESCRIPTION "Protection 2. level - Gen Voltage Unbalance ph-n - alarm reset"
  5910. ::= { notifications 167774518 }
  5911.  
  5912. tGeneratorOverfrequencyL1Activated NOTIFICATION-TYPE
  5913.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5914.  STATUS current
  5915.  DESCRIPTION "Protection 1. level - Generator Overfrequency - alarm activated"
  5916. ::= { notifications 33554916 }
  5917.  
  5918. tGeneratorOverfrequencyL1Disappeared NOTIFICATION-TYPE
  5919.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5920.  STATUS current
  5921.  DESCRIPTION "Protection 1. level - Generator Overfrequency - alarm disappeared"
  5922. ::= { notifications 33554917 }
  5923.  
  5924. tGeneratorOverfrequencyL1AlarmReset NOTIFICATION-TYPE
  5925.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5926.  STATUS current
  5927.  DESCRIPTION "Protection 1. level - Generator Overfrequency - alarm reset"
  5928. ::= { notifications 33554918 }
  5929.  
  5930. tGeneratorOverfrequencyL2Activated NOTIFICATION-TYPE
  5931.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5932.  STATUS current
  5933.  DESCRIPTION "Protection 2. level - Generator Overfrequency - alarm activated"
  5934. ::= { notifications 167772644 }
  5935.  
  5936. tGeneratorOverfrequencyL2Disappeared NOTIFICATION-TYPE
  5937.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5938.  STATUS current
  5939.  DESCRIPTION "Protection 2. level - Generator Overfrequency - alarm disappeared"
  5940. ::= { notifications 167772645 }
  5941.  
  5942. tGeneratorOverfrequencyL2AlarmReset NOTIFICATION-TYPE
  5943.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5944.  STATUS current
  5945.  DESCRIPTION "Protection 2. level - Generator Overfrequency - alarm reset"
  5946. ::= { notifications 167772646 }
  5947.  
  5948. tGeneratorUnderfrequencyL1Activated NOTIFICATION-TYPE
  5949.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5950.  STATUS current
  5951.  DESCRIPTION "Protection 1. level - Generator Underfrequency - alarm activated"
  5952. ::= { notifications 33554912 }
  5953.  
  5954. tGeneratorUnderfrequencyL1Disappeared NOTIFICATION-TYPE
  5955.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5956.  STATUS current
  5957.  DESCRIPTION "Protection 1. level - Generator Underfrequency - alarm disappeared"
  5958. ::= { notifications 33554913 }
  5959.  
  5960. tGeneratorUnderfrequencyL1AlarmReset NOTIFICATION-TYPE
  5961.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5962.  STATUS current
  5963.  DESCRIPTION "Protection 1. level - Generator Underfrequency - alarm reset"
  5964. ::= { notifications 33554914 }
  5965.  
  5966. tGeneratorUnderfrequencyL2Activated NOTIFICATION-TYPE
  5967.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5968.  STATUS current
  5969.  DESCRIPTION "Protection 2. level - Generator Underfrequency - alarm activated"
  5970. ::= { notifications 167772640 }
  5971.  
  5972. tGeneratorUnderfrequencyL2Disappeared NOTIFICATION-TYPE
  5973.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5974.  STATUS current
  5975.  DESCRIPTION "Protection 2. level - Generator Underfrequency - alarm disappeared"
  5976. ::= { notifications 167772641 }
  5977.  
  5978. tGeneratorUnderfrequencyL2AlarmReset NOTIFICATION-TYPE
  5979.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5980.  STATUS current
  5981.  DESCRIPTION "Protection 2. level - Generator Underfrequency - alarm reset"
  5982. ::= { notifications 167772642 }
  5983.  
  5984. tReversePowerL2Activated NOTIFICATION-TYPE
  5985.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5986.  STATUS current
  5987.  DESCRIPTION "Protection 2. level - Reverse Power - alarm activated"
  5988. ::= { notifications 167775540 }
  5989.  
  5990. tReversePowerL2Disappeared NOTIFICATION-TYPE
  5991.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5992.  STATUS current
  5993.  DESCRIPTION "Protection 2. level - Reverse Power - alarm disappeared"
  5994. ::= { notifications 167775541 }
  5995.  
  5996. tReversePowerL2AlarmReset NOTIFICATION-TYPE
  5997.  OBJECTS {tControllerName, tSerNum, tTrapText}
  5998.  STATUS current
  5999.  DESCRIPTION "Protection 2. level - Reverse Power - alarm reset"
  6000. ::= { notifications 167775542 }
  6001.  
  6002. tCurrentUnbalanceL2Activated NOTIFICATION-TYPE
  6003.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6004.  STATUS current
  6005.  DESCRIPTION "Protection 2. level - Current Unbalance - alarm activated"
  6006. ::= { notifications 167774524 }
  6007.  
  6008. tCurrentUnbalanceL2Disappeared NOTIFICATION-TYPE
  6009.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6010.  STATUS current
  6011.  DESCRIPTION "Protection 2. level - Current Unbalance - alarm disappeared"
  6012. ::= { notifications 167774525 }
  6013.  
  6014. tCurrentUnbalanceL2AlarmReset NOTIFICATION-TYPE
  6015.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6016.  STATUS current
  6017.  DESCRIPTION "Protection 2. level - Current Unbalance - alarm reset"
  6018. ::= { notifications 167774526 }
  6019.  
  6020. tGenPhRotationOppositeL1Activated NOTIFICATION-TYPE
  6021.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6022.  STATUS current
  6023.  DESCRIPTION "Protection 1. level - Gen Ph Rotation Opposite - alarm activated"
  6024. ::= { notifications 33555048 }
  6025.  
  6026. tGenPhRotationOppositeL1Disappeared NOTIFICATION-TYPE
  6027.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6028.  STATUS current
  6029.  DESCRIPTION "Protection 1. level - Gen Ph Rotation Opposite - alarm disappeared"
  6030. ::= { notifications 33555049 }
  6031.  
  6032. tGenPhRotationOppositeL1AlarmReset NOTIFICATION-TYPE
  6033.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6034.  STATUS current
  6035.  DESCRIPTION "Protection 1. level - Gen Ph Rotation Opposite - alarm reset"
  6036. ::= { notifications 33555050 }
  6037.  
  6038. tGenPhL1InvertedL1Activated NOTIFICATION-TYPE
  6039.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6040.  STATUS current
  6041.  DESCRIPTION "Protection 1. level - Gen Ph L1 Inverted - alarm activated"
  6042. ::= { notifications 33558120 }
  6043.  
  6044. tGenPhL1InvertedL1Disappeared NOTIFICATION-TYPE
  6045.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6046.  STATUS current
  6047.  DESCRIPTION "Protection 1. level - Gen Ph L1 Inverted - alarm disappeared"
  6048. ::= { notifications 33558121 }
  6049.  
  6050. tGenPhL1InvertedL1AlarmReset NOTIFICATION-TYPE
  6051.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6052.  STATUS current
  6053.  DESCRIPTION "Protection 1. level - Gen Ph L1 Inverted - alarm reset"
  6054. ::= { notifications 33558122 }
  6055.  
  6056. tGenPhL2InvertedL1Activated NOTIFICATION-TYPE
  6057.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6058.  STATUS current
  6059.  DESCRIPTION "Protection 1. level - Gen Ph L2 Inverted - alarm activated"
  6060. ::= { notifications 33558124 }
  6061.  
  6062. tGenPhL2InvertedL1Disappeared NOTIFICATION-TYPE
  6063.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6064.  STATUS current
  6065.  DESCRIPTION "Protection 1. level - Gen Ph L2 Inverted - alarm disappeared"
  6066. ::= { notifications 33558125 }
  6067.  
  6068. tGenPhL2InvertedL1AlarmReset NOTIFICATION-TYPE
  6069.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6070.  STATUS current
  6071.  DESCRIPTION "Protection 1. level - Gen Ph L2 Inverted - alarm reset"
  6072. ::= { notifications 33558126 }
  6073.  
  6074. tGenPhL3InvertedL1Activated NOTIFICATION-TYPE
  6075.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6076.  STATUS current
  6077.  DESCRIPTION "Protection 1. level - Gen Ph L3 Inverted - alarm activated"
  6078. ::= { notifications 33558128 }
  6079.  
  6080. tGenPhL3InvertedL1Disappeared NOTIFICATION-TYPE
  6081.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6082.  STATUS current
  6083.  DESCRIPTION "Protection 1. level - Gen Ph L3 Inverted - alarm disappeared"
  6084. ::= { notifications 33558129 }
  6085.  
  6086. tGenPhL3InvertedL1AlarmReset NOTIFICATION-TYPE
  6087.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6088.  STATUS current
  6089.  DESCRIPTION "Protection 1. level - Gen Ph L3 Inverted - alarm reset"
  6090. ::= { notifications 33558130 }
  6091.  
  6092. tMainsPhRotationOppositeL1Activated NOTIFICATION-TYPE
  6093.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6094.  STATUS current
  6095.  DESCRIPTION "Protection 1. level - Mains Ph Rotation Opposite - alarm activated"
  6096. ::= { notifications 33555064 }
  6097.  
  6098. tMainsPhRotationOppositeL1Disappeared NOTIFICATION-TYPE
  6099.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6100.  STATUS current
  6101.  DESCRIPTION "Protection 1. level - Mains Ph Rotation Opposite - alarm disappeared"
  6102. ::= { notifications 33555065 }
  6103.  
  6104. tMainsPhRotationOppositeL1AlarmReset NOTIFICATION-TYPE
  6105.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6106.  STATUS current
  6107.  DESCRIPTION "Protection 1. level - Mains Ph Rotation Opposite - alarm reset"
  6108. ::= { notifications 33555066 }
  6109.  
  6110. tMainsPhL1InvertedL1Activated NOTIFICATION-TYPE
  6111.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6112.  STATUS current
  6113.  DESCRIPTION "Protection 1. level - Mains Ph L1 Inverted - alarm activated"
  6114. ::= { notifications 33558132 }
  6115.  
  6116. tMainsPhL1InvertedL1Disappeared NOTIFICATION-TYPE
  6117.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6118.  STATUS current
  6119.  DESCRIPTION "Protection 1. level - Mains Ph L1 Inverted - alarm disappeared"
  6120. ::= { notifications 33558133 }
  6121.  
  6122. tMainsPhL1InvertedL1AlarmReset NOTIFICATION-TYPE
  6123.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6124.  STATUS current
  6125.  DESCRIPTION "Protection 1. level - Mains Ph L1 Inverted - alarm reset"
  6126. ::= { notifications 33558134 }
  6127.  
  6128. tMainsPhL2InvertedL1Activated NOTIFICATION-TYPE
  6129.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6130.  STATUS current
  6131.  DESCRIPTION "Protection 1. level - Mains Ph L2 Inverted - alarm activated"
  6132. ::= { notifications 33558136 }
  6133.  
  6134. tMainsPhL2InvertedL1Disappeared NOTIFICATION-TYPE
  6135.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6136.  STATUS current
  6137.  DESCRIPTION "Protection 1. level - Mains Ph L2 Inverted - alarm disappeared"
  6138. ::= { notifications 33558137 }
  6139.  
  6140. tMainsPhL2InvertedL1AlarmReset NOTIFICATION-TYPE
  6141.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6142.  STATUS current
  6143.  DESCRIPTION "Protection 1. level - Mains Ph L2 Inverted - alarm reset"
  6144. ::= { notifications 33558138 }
  6145.  
  6146. tMainsPhL3InvertedL1Activated NOTIFICATION-TYPE
  6147.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6148.  STATUS current
  6149.  DESCRIPTION "Protection 1. level - Mains Ph L3 Inverted - alarm activated"
  6150. ::= { notifications 33558140 }
  6151.  
  6152. tMainsPhL3InvertedL1Disappeared NOTIFICATION-TYPE
  6153.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6154.  STATUS current
  6155.  DESCRIPTION "Protection 1. level - Mains Ph L3 Inverted - alarm disappeared"
  6156. ::= { notifications 33558141 }
  6157.  
  6158. tMainsPhL3InvertedL1AlarmReset NOTIFICATION-TYPE
  6159.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6160.  STATUS current
  6161.  DESCRIPTION "Protection 1. level - Mains Ph L3 Inverted - alarm reset"
  6162. ::= { notifications 33558142 }
  6163.  
  6164. tOverloadL1Activated NOTIFICATION-TYPE
  6165.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6166.  STATUS current
  6167.  DESCRIPTION "Protection 1. level - Overload - alarm activated"
  6168. ::= { notifications 33556808 }
  6169.  
  6170. tOverloadL1Disappeared NOTIFICATION-TYPE
  6171.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6172.  STATUS current
  6173.  DESCRIPTION "Protection 1. level - Overload - alarm disappeared"
  6174. ::= { notifications 33556809 }
  6175.  
  6176. tOverloadL1AlarmReset NOTIFICATION-TYPE
  6177.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6178.  STATUS current
  6179.  DESCRIPTION "Protection 1. level - Overload - alarm reset"
  6180. ::= { notifications 33556810 }
  6181.  
  6182. tOverloadL2Activated NOTIFICATION-TYPE
  6183.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6184.  STATUS current
  6185.  DESCRIPTION "Protection 2. level - Overload - alarm activated"
  6186. ::= { notifications 167774536 }
  6187.  
  6188. tOverloadL2Disappeared NOTIFICATION-TYPE
  6189.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6190.  STATUS current
  6191.  DESCRIPTION "Protection 2. level - Overload - alarm disappeared"
  6192. ::= { notifications 167774537 }
  6193.  
  6194. tOverloadL2AlarmReset NOTIFICATION-TYPE
  6195.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6196.  STATUS current
  6197.  DESCRIPTION "Protection 2. level - Overload - alarm reset"
  6198. ::= { notifications 167774538 }
  6199.  
  6200. tShortCircuitL2Activated NOTIFICATION-TYPE
  6201.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6202.  STATUS current
  6203.  DESCRIPTION "Protection 2. level - Short Circuit - alarm activated"
  6204. ::= { notifications 167774540 }
  6205.  
  6206. tShortCircuitL2Disappeared NOTIFICATION-TYPE
  6207.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6208.  STATUS current
  6209.  DESCRIPTION "Protection 2. level - Short Circuit - alarm disappeared"
  6210. ::= { notifications 167774541 }
  6211.  
  6212. tShortCircuitL2AlarmReset NOTIFICATION-TYPE
  6213.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6214.  STATUS current
  6215.  DESCRIPTION "Protection 2. level - Short Circuit - alarm reset"
  6216. ::= { notifications 167774542 }
  6217.  
  6218. tEarthFaultCurrentL2Activated NOTIFICATION-TYPE
  6219.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6220.  STATUS current
  6221.  DESCRIPTION "Protection 2. level - Earth Fault Current - alarm activated"
  6222. ::= { notifications 167774544 }
  6223.  
  6224. tEarthFaultCurrentL2Disappeared NOTIFICATION-TYPE
  6225.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6226.  STATUS current
  6227.  DESCRIPTION "Protection 2. level - Earth Fault Current - alarm disappeared"
  6228. ::= { notifications 167774545 }
  6229.  
  6230. tEarthFaultCurrentL2AlarmReset NOTIFICATION-TYPE
  6231.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6232.  STATUS current
  6233.  DESCRIPTION "Protection 2. level - Earth Fault Current - alarm reset"
  6234. ::= { notifications 167774546 }
  6235.  
  6236. tOvercurrentIDMTL2Activated NOTIFICATION-TYPE
  6237.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6238.  STATUS current
  6239.  DESCRIPTION "Protection 2. level - Overcurrent IDMT - alarm activated"
  6240. ::= { notifications 167774548 }
  6241.  
  6242. tOvercurrentIDMTL2Disappeared NOTIFICATION-TYPE
  6243.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6244.  STATUS current
  6245.  DESCRIPTION "Protection 2. level - Overcurrent IDMT - alarm disappeared"
  6246. ::= { notifications 167774549 }
  6247.  
  6248. tOvercurrentIDMTL2AlarmReset NOTIFICATION-TYPE
  6249.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6250.  STATUS current
  6251.  DESCRIPTION "Protection 2. level - Overcurrent IDMT - alarm reset"
  6252. ::= { notifications 167774550 }
  6253.  
  6254. tGeneratorEarthOvercurrentL2Activated NOTIFICATION-TYPE
  6255.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6256.  STATUS current
  6257.  DESCRIPTION "Protection 2. level - Generator Earth Overcurrent - alarm activated"
  6258. ::= { notifications 167774552 }
  6259.  
  6260. tGeneratorEarthOvercurrentL2Disappeared NOTIFICATION-TYPE
  6261.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6262.  STATUS current
  6263.  DESCRIPTION "Protection 2. level - Generator Earth Overcurrent - alarm disappeared"
  6264. ::= { notifications 167774553 }
  6265.  
  6266. tGeneratorEarthOvercurrentL2AlarmReset NOTIFICATION-TYPE
  6267.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6268.  STATUS current
  6269.  DESCRIPTION "Protection 2. level - Generator Earth Overcurrent - alarm reset"
  6270. ::= { notifications 167774554 }
  6271.  
  6272. tBatteryUndervoltageL1Activated NOTIFICATION-TYPE
  6273.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6274.  STATUS current
  6275.  DESCRIPTION "Protection 1. level - Battery Undervoltage - alarm activated"
  6276. ::= { notifications 33558192 }
  6277.  
  6278. tBatteryUndervoltageL1Disappeared NOTIFICATION-TYPE
  6279.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6280.  STATUS current
  6281.  DESCRIPTION "Protection 1. level - Battery Undervoltage - alarm disappeared"
  6282. ::= { notifications 33558193 }
  6283.  
  6284. tBatteryUndervoltageL1AlarmReset NOTIFICATION-TYPE
  6285.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6286.  STATUS current
  6287.  DESCRIPTION "Protection 1. level - Battery Undervoltage - alarm reset"
  6288. ::= { notifications 33558194 }
  6289.  
  6290. tBatteryOvervoltageL1Activated NOTIFICATION-TYPE
  6291.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6292.  STATUS current
  6293.  DESCRIPTION "Protection 1. level - Battery Overvoltage - alarm activated"
  6294. ::= { notifications 33558196 }
  6295.  
  6296. tBatteryOvervoltageL1Disappeared NOTIFICATION-TYPE
  6297.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6298.  STATUS current
  6299.  DESCRIPTION "Protection 1. level - Battery Overvoltage - alarm disappeared"
  6300. ::= { notifications 33558197 }
  6301.  
  6302. tBatteryOvervoltageL1AlarmReset NOTIFICATION-TYPE
  6303.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6304.  STATUS current
  6305.  DESCRIPTION "Protection 1. level - Battery Overvoltage - alarm reset"
  6306. ::= { notifications 33558198 }
  6307.  
  6308. tBatteryChargerFailL1Activated NOTIFICATION-TYPE
  6309.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6310.  STATUS current
  6311.  DESCRIPTION "Protection 1. level - Battery Charger Fail - alarm activated"
  6312. ::= { notifications 33556848 }
  6313.  
  6314. tBatteryChargerFailL1Disappeared NOTIFICATION-TYPE
  6315.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6316.  STATUS current
  6317.  DESCRIPTION "Protection 1. level - Battery Charger Fail - alarm disappeared"
  6318. ::= { notifications 33556849 }
  6319.  
  6320. tBatteryChargerFailL1AlarmReset NOTIFICATION-TYPE
  6321.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6322.  STATUS current
  6323.  DESCRIPTION "Protection 1. level - Battery Charger Fail - alarm reset"
  6324. ::= { notifications 33556850 }
  6325.  
  6326. tOverrideAllSdL1Activated NOTIFICATION-TYPE
  6327.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6328.  STATUS current
  6329.  DESCRIPTION "Protection 1. level - Override All Sd - alarm activated"
  6330. ::= { notifications 33557128 }
  6331.  
  6332. tOverrideAllSdL1Disappeared NOTIFICATION-TYPE
  6333.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6334.  STATUS current
  6335.  DESCRIPTION "Protection 1. level - Override All Sd - alarm disappeared"
  6336. ::= { notifications 33557129 }
  6337.  
  6338. tOverrideAllSdL1AlarmReset NOTIFICATION-TYPE
  6339.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6340.  STATUS current
  6341.  DESCRIPTION "Protection 1. level - Override All Sd - alarm reset"
  6342. ::= { notifications 33557130 }
  6343.  
  6344. tRentalTimer1L1Activated NOTIFICATION-TYPE
  6345.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6346.  STATUS current
  6347.  DESCRIPTION "Protection 1. level - Rental Timer 1 - alarm activated"
  6348. ::= { notifications 33557204 }
  6349.  
  6350. tRentalTimer1L1Disappeared NOTIFICATION-TYPE
  6351.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6352.  STATUS current
  6353.  DESCRIPTION "Protection 1. level - Rental Timer 1 - alarm disappeared"
  6354. ::= { notifications 33557205 }
  6355.  
  6356. tRentalTimer1L1AlarmReset NOTIFICATION-TYPE
  6357.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6358.  STATUS current
  6359.  DESCRIPTION "Protection 1. level - Rental Timer 1 - alarm reset"
  6360. ::= { notifications 33557206 }
  6361.  
  6362. tRentalTimer2L1Activated NOTIFICATION-TYPE
  6363.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6364.  STATUS current
  6365.  DESCRIPTION "Protection 1. level - Rental Timer 2 - alarm activated"
  6366. ::= { notifications 33557208 }
  6367.  
  6368. tRentalTimer2L1Disappeared NOTIFICATION-TYPE
  6369.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6370.  STATUS current
  6371.  DESCRIPTION "Protection 1. level - Rental Timer 2 - alarm disappeared"
  6372. ::= { notifications 33557209 }
  6373.  
  6374. tRentalTimer2L1AlarmReset NOTIFICATION-TYPE
  6375.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6376.  STATUS current
  6377.  DESCRIPTION "Protection 1. level - Rental Timer 2 - alarm reset"
  6378. ::= { notifications 33557210 }
  6379.  
  6380. tRentalTimer1ElapsedL1Activated NOTIFICATION-TYPE
  6381.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6382.  STATUS current
  6383.  DESCRIPTION "Protection 1. level - Rental Timer 1 Elapsed - alarm activated"
  6384. ::= { notifications 33557212 }
  6385.  
  6386. tRentalTimer1ElapsedL1Disappeared NOTIFICATION-TYPE
  6387.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6388.  STATUS current
  6389.  DESCRIPTION "Protection 1. level - Rental Timer 1 Elapsed - alarm disappeared"
  6390. ::= { notifications 33557213 }
  6391.  
  6392. tRentalTimer1ElapsedL1AlarmReset NOTIFICATION-TYPE
  6393.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6394.  STATUS current
  6395.  DESCRIPTION "Protection 1. level - Rental Timer 1 Elapsed - alarm reset"
  6396. ::= { notifications 33557214 }
  6397.  
  6398. tRentalTimer2ElapsedL1Activated NOTIFICATION-TYPE
  6399.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6400.  STATUS current
  6401.  DESCRIPTION "Protection 1. level - Rental Timer 2 Elapsed - alarm activated"
  6402. ::= { notifications 33557216 }
  6403.  
  6404. tRentalTimer2ElapsedL1Disappeared NOTIFICATION-TYPE
  6405.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6406.  STATUS current
  6407.  DESCRIPTION "Protection 1. level - Rental Timer 2 Elapsed - alarm disappeared"
  6408. ::= { notifications 33557217 }
  6409.  
  6410. tRentalTimer2ElapsedL1AlarmReset NOTIFICATION-TYPE
  6411.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6412.  STATUS current
  6413.  DESCRIPTION "Protection 1. level - Rental Timer 2 Elapsed - alarm reset"
  6414. ::= { notifications 33557218 }
  6415.  
  6416. tRentalTimer1ExceededL2Activated NOTIFICATION-TYPE
  6417.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6418.  STATUS current
  6419.  DESCRIPTION "Protection 2. level - Rental Timer 1 Exceeded - alarm activated"
  6420. ::= { notifications 167774948 }
  6421.  
  6422. tRentalTimer1ExceededL2Disappeared NOTIFICATION-TYPE
  6423.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6424.  STATUS current
  6425.  DESCRIPTION "Protection 2. level - Rental Timer 1 Exceeded - alarm disappeared"
  6426. ::= { notifications 167774949 }
  6427.  
  6428. tRentalTimer1ExceededL2AlarmReset NOTIFICATION-TYPE
  6429.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6430.  STATUS current
  6431.  DESCRIPTION "Protection 2. level - Rental Timer 1 Exceeded - alarm reset"
  6432. ::= { notifications 167774950 }
  6433.  
  6434. tRentalTimer2ExceededL2Activated NOTIFICATION-TYPE
  6435.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6436.  STATUS current
  6437.  DESCRIPTION "Protection 2. level - Rental Timer 2 Exceeded - alarm activated"
  6438. ::= { notifications 167774952 }
  6439.  
  6440. tRentalTimer2ExceededL2Disappeared NOTIFICATION-TYPE
  6441.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6442.  STATUS current
  6443.  DESCRIPTION "Protection 2. level - Rental Timer 2 Exceeded - alarm disappeared"
  6444. ::= { notifications 167774953 }
  6445.  
  6446. tRentalTimer2ExceededL2AlarmReset NOTIFICATION-TYPE
  6447.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6448.  STATUS current
  6449.  DESCRIPTION "Protection 2. level - Rental Timer 2 Exceeded - alarm reset"
  6450. ::= { notifications 167774954 }
  6451.  
  6452. tRentalTimerBlockStartL1Activated NOTIFICATION-TYPE
  6453.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6454.  STATUS current
  6455.  DESCRIPTION "Protection 1. level - Rental Timer Block Start - alarm activated"
  6456. ::= { notifications 33557544 }
  6457.  
  6458. tRentalTimerBlockStartL1Disappeared NOTIFICATION-TYPE
  6459.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6460.  STATUS current
  6461.  DESCRIPTION "Protection 1. level - Rental Timer Block Start - alarm disappeared"
  6462. ::= { notifications 33557545 }
  6463.  
  6464. tRentalTimerBlockStartL1AlarmReset NOTIFICATION-TYPE
  6465.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6466.  STATUS current
  6467.  DESCRIPTION "Protection 1. level - Rental Timer Block Start - alarm reset"
  6468. ::= { notifications 33557546 }
  6469.  
  6470. tManualRestoreL1Activated NOTIFICATION-TYPE
  6471.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6472.  STATUS current
  6473.  DESCRIPTION "Protection 1. level - Manual Restore - alarm activated"
  6474. ::= { notifications 33557564 }
  6475.  
  6476. tManualRestoreL1Disappeared NOTIFICATION-TYPE
  6477.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6478.  STATUS current
  6479.  DESCRIPTION "Protection 1. level - Manual Restore - alarm disappeared"
  6480. ::= { notifications 33557565 }
  6481.  
  6482. tManualRestoreL1AlarmReset NOTIFICATION-TYPE
  6483.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6484.  STATUS current
  6485.  DESCRIPTION "Protection 1. level - Manual Restore - alarm reset"
  6486. ::= { notifications 33557566 }
  6487.  
  6488. tMainsVoltageDetectedL1Activated NOTIFICATION-TYPE
  6489.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6490.  STATUS current
  6491.  DESCRIPTION "Protection 1. level - Mains Voltage Detected - alarm activated"
  6492. ::= { notifications 33557568 }
  6493.  
  6494. tMainsVoltageDetectedL1Disappeared NOTIFICATION-TYPE
  6495.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6496.  STATUS current
  6497.  DESCRIPTION "Protection 1. level - Mains Voltage Detected - alarm disappeared"
  6498. ::= { notifications 33557569 }
  6499.  
  6500. tMainsVoltageDetectedL1AlarmReset NOTIFICATION-TYPE
  6501.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6502.  STATUS current
  6503.  DESCRIPTION "Protection 1. level - Mains Voltage Detected - alarm reset"
  6504. ::= { notifications 33557570 }
  6505.  
  6506. tFence1AlarmL1Activated1 NOTIFICATION-TYPE
  6507.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6508.  STATUS current
  6509.  DESCRIPTION "Protection 1. level - Fence 1 Alarm - alarm activated"
  6510. ::= { notifications 33557676 }
  6511.  
  6512. tFence1AlarmL1Disappeared1 NOTIFICATION-TYPE
  6513.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6514.  STATUS current
  6515.  DESCRIPTION "Protection 1. level - Fence 1 Alarm - alarm disappeared"
  6516. ::= { notifications 33557677 }
  6517.  
  6518. tFence1AlarmL1AlarmReset1 NOTIFICATION-TYPE
  6519.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6520.  STATUS current
  6521.  DESCRIPTION "Protection 1. level - Fence 1 Alarm - alarm reset"
  6522. ::= { notifications 33557678 }
  6523.  
  6524. tFence1AlarmL2Activated1 NOTIFICATION-TYPE
  6525.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6526.  STATUS current
  6527.  DESCRIPTION "Protection 2. level - Fence 1 Alarm - alarm activated"
  6528. ::= { notifications 167775404 }
  6529.  
  6530. tFence1AlarmL2Disappeared1 NOTIFICATION-TYPE
  6531.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6532.  STATUS current
  6533.  DESCRIPTION "Protection 2. level - Fence 1 Alarm - alarm disappeared"
  6534. ::= { notifications 167775405 }
  6535.  
  6536. tFence1AlarmL2AlarmReset1 NOTIFICATION-TYPE
  6537.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6538.  STATUS current
  6539.  DESCRIPTION "Protection 2. level - Fence 1 Alarm - alarm reset"
  6540. ::= { notifications 167775406 }
  6541.  
  6542. tFence1AlarmL1Activated2 NOTIFICATION-TYPE
  6543.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6544.  STATUS current
  6545.  DESCRIPTION "Protection 1. level - Fence 1 Alarm - alarm activated"
  6546. ::= { notifications 33557680 }
  6547.  
  6548. tFence1AlarmL1Disappeared2 NOTIFICATION-TYPE
  6549.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6550.  STATUS current
  6551.  DESCRIPTION "Protection 1. level - Fence 1 Alarm - alarm disappeared"
  6552. ::= { notifications 33557681 }
  6553.  
  6554. tFence1AlarmL1AlarmReset2 NOTIFICATION-TYPE
  6555.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6556.  STATUS current
  6557.  DESCRIPTION "Protection 1. level - Fence 1 Alarm - alarm reset"
  6558. ::= { notifications 33557682 }
  6559.  
  6560. tFence1AlarmL2Activated2 NOTIFICATION-TYPE
  6561.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6562.  STATUS current
  6563.  DESCRIPTION "Protection 2. level - Fence 1 Alarm - alarm activated"
  6564. ::= { notifications 167775408 }
  6565.  
  6566. tFence1AlarmL2Disappeared2 NOTIFICATION-TYPE
  6567.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6568.  STATUS current
  6569.  DESCRIPTION "Protection 2. level - Fence 1 Alarm - alarm disappeared"
  6570. ::= { notifications 167775409 }
  6571.  
  6572. tFence1AlarmL2AlarmReset2 NOTIFICATION-TYPE
  6573.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6574.  STATUS current
  6575.  DESCRIPTION "Protection 2. level - Fence 1 Alarm - alarm reset"
  6576. ::= { notifications 167775410 }
  6577.  
  6578. tFence2AlarmL1Activated1 NOTIFICATION-TYPE
  6579.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6580.  STATUS current
  6581.  DESCRIPTION "Protection 1. level - Fence 2 Alarm - alarm activated"
  6582. ::= { notifications 33557684 }
  6583.  
  6584. tFence2AlarmL1Disappeared1 NOTIFICATION-TYPE
  6585.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6586.  STATUS current
  6587.  DESCRIPTION "Protection 1. level - Fence 2 Alarm - alarm disappeared"
  6588. ::= { notifications 33557685 }
  6589.  
  6590. tFence2AlarmL1AlarmReset1 NOTIFICATION-TYPE
  6591.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6592.  STATUS current
  6593.  DESCRIPTION "Protection 1. level - Fence 2 Alarm - alarm reset"
  6594. ::= { notifications 33557686 }
  6595.  
  6596. tFence2AlarmL2Activated1 NOTIFICATION-TYPE
  6597.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6598.  STATUS current
  6599.  DESCRIPTION "Protection 2. level - Fence 2 Alarm - alarm activated"
  6600. ::= { notifications 167775412 }
  6601.  
  6602. tFence2AlarmL2Disappeared1 NOTIFICATION-TYPE
  6603.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6604.  STATUS current
  6605.  DESCRIPTION "Protection 2. level - Fence 2 Alarm - alarm disappeared"
  6606. ::= { notifications 167775413 }
  6607.  
  6608. tFence2AlarmL2AlarmReset1 NOTIFICATION-TYPE
  6609.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6610.  STATUS current
  6611.  DESCRIPTION "Protection 2. level - Fence 2 Alarm - alarm reset"
  6612. ::= { notifications 167775414 }
  6613.  
  6614. tFence2AlarmL1Activated2 NOTIFICATION-TYPE
  6615.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6616.  STATUS current
  6617.  DESCRIPTION "Protection 1. level - Fence 2 Alarm - alarm activated"
  6618. ::= { notifications 33557688 }
  6619.  
  6620. tFence2AlarmL1Disappeared2 NOTIFICATION-TYPE
  6621.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6622.  STATUS current
  6623.  DESCRIPTION "Protection 1. level - Fence 2 Alarm - alarm disappeared"
  6624. ::= { notifications 33557689 }
  6625.  
  6626. tFence2AlarmL1AlarmReset2 NOTIFICATION-TYPE
  6627.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6628.  STATUS current
  6629.  DESCRIPTION "Protection 1. level - Fence 2 Alarm - alarm reset"
  6630. ::= { notifications 33557690 }
  6631.  
  6632. tFence2AlarmL2Activated2 NOTIFICATION-TYPE
  6633.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6634.  STATUS current
  6635.  DESCRIPTION "Protection 2. level - Fence 2 Alarm - alarm activated"
  6636. ::= { notifications 167775416 }
  6637.  
  6638. tFence2AlarmL2Disappeared2 NOTIFICATION-TYPE
  6639.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6640.  STATUS current
  6641.  DESCRIPTION "Protection 2. level - Fence 2 Alarm - alarm disappeared"
  6642. ::= { notifications 167775417 }
  6643.  
  6644. tFence2AlarmL2AlarmReset2 NOTIFICATION-TYPE
  6645.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6646.  STATUS current
  6647.  DESCRIPTION "Protection 2. level - Fence 2 Alarm - alarm reset"
  6648. ::= { notifications 167775418 }
  6649.  
  6650. tFuelTheftL1Activated NOTIFICATION-TYPE
  6651.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6652.  STATUS current
  6653.  DESCRIPTION "Protection 1. level - Fuel Theft - alarm activated"
  6654. ::= { notifications 33557736 }
  6655.  
  6656. tFuelTheftL1Disappeared NOTIFICATION-TYPE
  6657.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6658.  STATUS current
  6659.  DESCRIPTION "Protection 1. level - Fuel Theft - alarm disappeared"
  6660. ::= { notifications 33557737 }
  6661.  
  6662. tFuelTheftL1AlarmReset NOTIFICATION-TYPE
  6663.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6664.  STATUS current
  6665.  DESCRIPTION "Protection 1. level - Fuel Theft - alarm reset"
  6666. ::= { notifications 33557738 }
  6667.  
  6668. tStartBlockingL1Activated NOTIFICATION-TYPE
  6669.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6670.  STATUS current
  6671.  DESCRIPTION "Protection 1. level - Start blocking - alarm activated"
  6672. ::= { notifications 33554656 }
  6673.  
  6674. tStartBlockingL1Disappeared NOTIFICATION-TYPE
  6675.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6676.  STATUS current
  6677.  DESCRIPTION "Protection 1. level - Start blocking - alarm disappeared"
  6678. ::= { notifications 33554657 }
  6679.  
  6680. tStartBlockingL1AlarmReset NOTIFICATION-TYPE
  6681.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6682.  STATUS current
  6683.  DESCRIPTION "Protection 1. level - Start blocking - alarm reset"
  6684. ::= { notifications 33554658 }
  6685.  
  6686. tMaintenanceTimer1IntervalL1Activated NOTIFICATION-TYPE
  6687.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6688.  STATUS current
  6689.  DESCRIPTION "Protection 1. level - Maintenance Timer 1 Interval - alarm activated"
  6690. ::= { notifications 33558720 }
  6691.  
  6692. tMaintenanceTimer1IntervalL1Disappeared NOTIFICATION-TYPE
  6693.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6694.  STATUS current
  6695.  DESCRIPTION "Protection 1. level - Maintenance Timer 1 Interval - alarm disappeared"
  6696. ::= { notifications 33558721 }
  6697.  
  6698. tMaintenanceTimer1IntervalL1AlarmReset NOTIFICATION-TYPE
  6699.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6700.  STATUS current
  6701.  DESCRIPTION "Protection 1. level - Maintenance Timer 1 Interval - alarm reset"
  6702. ::= { notifications 33558722 }
  6703.  
  6704. tMaintenanceTimer1IntervalL2Activated NOTIFICATION-TYPE
  6705.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6706.  STATUS current
  6707.  DESCRIPTION "Protection 2. level - Maintenance Timer 1 Interval - alarm activated"
  6708. ::= { notifications 167776448 }
  6709.  
  6710. tMaintenanceTimer1IntervalL2Disappeared NOTIFICATION-TYPE
  6711.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6712.  STATUS current
  6713.  DESCRIPTION "Protection 2. level - Maintenance Timer 1 Interval - alarm disappeared"
  6714. ::= { notifications 167776449 }
  6715.  
  6716. tMaintenanceTimer1IntervalL2AlarmReset NOTIFICATION-TYPE
  6717.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6718.  STATUS current
  6719.  DESCRIPTION "Protection 2. level - Maintenance Timer 1 Interval - alarm reset"
  6720. ::= { notifications 167776450 }
  6721.  
  6722. tMaintenanceTimer2IntervalL1Activated NOTIFICATION-TYPE
  6723.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6724.  STATUS current
  6725.  DESCRIPTION "Protection 1. level - Maintenance Timer 2 Interval - alarm activated"
  6726. ::= { notifications 33558724 }
  6727.  
  6728. tMaintenanceTimer2IntervalL1Disappeared NOTIFICATION-TYPE
  6729.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6730.  STATUS current
  6731.  DESCRIPTION "Protection 1. level - Maintenance Timer 2 Interval - alarm disappeared"
  6732. ::= { notifications 33558725 }
  6733.  
  6734. tMaintenanceTimer2IntervalL1AlarmReset NOTIFICATION-TYPE
  6735.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6736.  STATUS current
  6737.  DESCRIPTION "Protection 1. level - Maintenance Timer 2 Interval - alarm reset"
  6738. ::= { notifications 33558726 }
  6739.  
  6740. tMaintenanceTimer2IntervalL2Activated NOTIFICATION-TYPE
  6741.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6742.  STATUS current
  6743.  DESCRIPTION "Protection 2. level - Maintenance Timer 2 Interval - alarm activated"
  6744. ::= { notifications 167776452 }
  6745.  
  6746. tMaintenanceTimer2IntervalL2Disappeared NOTIFICATION-TYPE
  6747.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6748.  STATUS current
  6749.  DESCRIPTION "Protection 2. level - Maintenance Timer 2 Interval - alarm disappeared"
  6750. ::= { notifications 167776453 }
  6751.  
  6752. tMaintenanceTimer2IntervalL2AlarmReset NOTIFICATION-TYPE
  6753.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6754.  STATUS current
  6755.  DESCRIPTION "Protection 2. level - Maintenance Timer 2 Interval - alarm reset"
  6756. ::= { notifications 167776454 }
  6757.  
  6758. tMaintenanceTimer3IntervalL1Activated NOTIFICATION-TYPE
  6759.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6760.  STATUS current
  6761.  DESCRIPTION "Protection 1. level - Maintenance Timer 3 Interval - alarm activated"
  6762. ::= { notifications 33558728 }
  6763.  
  6764. tMaintenanceTimer3IntervalL1Disappeared NOTIFICATION-TYPE
  6765.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6766.  STATUS current
  6767.  DESCRIPTION "Protection 1. level - Maintenance Timer 3 Interval - alarm disappeared"
  6768. ::= { notifications 33558729 }
  6769.  
  6770. tMaintenanceTimer3IntervalL1AlarmReset NOTIFICATION-TYPE
  6771.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6772.  STATUS current
  6773.  DESCRIPTION "Protection 1. level - Maintenance Timer 3 Interval - alarm reset"
  6774. ::= { notifications 33558730 }
  6775.  
  6776. tMaintenanceTimer3IntervalL2Activated NOTIFICATION-TYPE
  6777.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6778.  STATUS current
  6779.  DESCRIPTION "Protection 2. level - Maintenance Timer 3 Interval - alarm activated"
  6780. ::= { notifications 167776456 }
  6781.  
  6782. tMaintenanceTimer3IntervalL2Disappeared NOTIFICATION-TYPE
  6783.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6784.  STATUS current
  6785.  DESCRIPTION "Protection 2. level - Maintenance Timer 3 Interval - alarm disappeared"
  6786. ::= { notifications 167776457 }
  6787.  
  6788. tMaintenanceTimer3IntervalL2AlarmReset NOTIFICATION-TYPE
  6789.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6790.  STATUS current
  6791.  DESCRIPTION "Protection 2. level - Maintenance Timer 3 Interval - alarm reset"
  6792. ::= { notifications 167776458 }
  6793.  
  6794. tExternalMainsFailL1Activated NOTIFICATION-TYPE
  6795.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6796.  STATUS current
  6797.  DESCRIPTION "Protection 1. level - External Mains Fail - alarm activated"
  6798. ::= { notifications 33556576 }
  6799.  
  6800. tExternalMainsFailL1Disappeared NOTIFICATION-TYPE
  6801.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6802.  STATUS current
  6803.  DESCRIPTION "Protection 1. level - External Mains Fail - alarm disappeared"
  6804. ::= { notifications 33556577 }
  6805.  
  6806. tExternalMainsFailL1AlarmReset NOTIFICATION-TYPE
  6807.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6808.  STATUS current
  6809.  DESCRIPTION "Protection 1. level - External Mains Fail - alarm reset"
  6810. ::= { notifications 33556578 }
  6811.  
  6812. tParallelWorkL2Activated NOTIFICATION-TYPE
  6813.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6814.  STATUS current
  6815.  DESCRIPTION "Protection 2. level - Parallel Work - alarm activated"
  6816. ::= { notifications 167777192 }
  6817.  
  6818. tParallelWorkL2Disappeared NOTIFICATION-TYPE
  6819.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6820.  STATUS current
  6821.  DESCRIPTION "Protection 2. level - Parallel Work - alarm disappeared"
  6822. ::= { notifications 167777193 }
  6823.  
  6824. tParallelWorkL2AlarmReset NOTIFICATION-TYPE
  6825.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6826.  STATUS current
  6827.  DESCRIPTION "Protection 2. level - Parallel Work - alarm reset"
  6828. ::= { notifications 167777194 }
  6829.  
  6830. tWrongGCBControlModeL1Activated NOTIFICATION-TYPE
  6831.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6832.  STATUS current
  6833.  DESCRIPTION "Protection 1. level - Wrong GCB Control Mode - alarm activated"
  6834. ::= { notifications 33559804 }
  6835.  
  6836. tWrongGCBControlModeL1Disappeared NOTIFICATION-TYPE
  6837.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6838.  STATUS current
  6839.  DESCRIPTION "Protection 1. level - Wrong GCB Control Mode - alarm disappeared"
  6840. ::= { notifications 33559805 }
  6841.  
  6842. tWrongGCBControlModeL1AlarmReset NOTIFICATION-TYPE
  6843.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6844.  STATUS current
  6845.  DESCRIPTION "Protection 1. level - Wrong GCB Control Mode - alarm reset"
  6846. ::= { notifications 33559806 }
  6847.  
  6848. tTotalEmergencyStopL2Activated NOTIFICATION-TYPE
  6849.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6850.  STATUS current
  6851.  DESCRIPTION "Protection 2. level - Total Emergency Stop - alarm activated"
  6852. ::= { notifications 167776912 }
  6853.  
  6854. tTotalEmergencyStopL2Disappeared NOTIFICATION-TYPE
  6855.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6856.  STATUS current
  6857.  DESCRIPTION "Protection 2. level - Total Emergency Stop - alarm disappeared"
  6858. ::= { notifications 167776913 }
  6859.  
  6860. tTotalEmergencyStopL2AlarmReset NOTIFICATION-TYPE
  6861.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6862.  STATUS current
  6863.  DESCRIPTION "Protection 2. level - Total Emergency Stop - alarm reset"
  6864. ::= { notifications 167776914 }
  6865.  
  6866. tStartingSpeedOvershootL2Activated NOTIFICATION-TYPE
  6867.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6868.  STATUS current
  6869.  DESCRIPTION "Protection 2. level - Starting Speed Overshoot - alarm activated"
  6870. ::= { notifications 167774332 }
  6871.  
  6872. tStartingSpeedOvershootL2Disappeared NOTIFICATION-TYPE
  6873.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6874.  STATUS current
  6875.  DESCRIPTION "Protection 2. level - Starting Speed Overshoot - alarm disappeared"
  6876. ::= { notifications 167774333 }
  6877.  
  6878. tStartingSpeedOvershootL2AlarmReset NOTIFICATION-TYPE
  6879.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6880.  STATUS current
  6881.  DESCRIPTION "Protection 2. level - Starting Speed Overshoot - alarm reset"
  6882. ::= { notifications 167774334 }
  6883.  
  6884. tForceCHR2FManualIdleL1Activated NOTIFICATION-TYPE
  6885.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6886.  STATUS current
  6887.  DESCRIPTION "Protection 1. level - Force/Manual Idle - alarm activated"
  6888. ::= { notifications 33560992 }
  6889.  
  6890. tForceCHR2FManualIdleL1Disappeared NOTIFICATION-TYPE
  6891.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6892.  STATUS current
  6893.  DESCRIPTION "Protection 1. level - Force/Manual Idle - alarm disappeared"
  6894. ::= { notifications 33560993 }
  6895.  
  6896. tForceCHR2FManualIdleL1AlarmReset NOTIFICATION-TYPE
  6897.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6898.  STATUS current
  6899.  DESCRIPTION "Protection 1. level - Force/Manual Idle - alarm reset"
  6900. ::= { notifications 33560994 }
  6901.  
  6902. tGCBClosingIsBlockedL1Activated NOTIFICATION-TYPE
  6903.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6904.  STATUS current
  6905.  DESCRIPTION "Protection 1. level - GCB Closing Is Blocked - alarm activated"
  6906. ::= { notifications 33563788 }
  6907.  
  6908. tGCBClosingIsBlockedL1Disappeared NOTIFICATION-TYPE
  6909.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6910.  STATUS current
  6911.  DESCRIPTION "Protection 1. level - GCB Closing Is Blocked - alarm disappeared"
  6912. ::= { notifications 33563789 }
  6913.  
  6914. tGCBClosingIsBlockedL1AlarmReset NOTIFICATION-TYPE
  6915.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6916.  STATUS current
  6917.  DESCRIPTION "Protection 1. level - GCB Closing Is Blocked - alarm reset"
  6918. ::= { notifications 33563790 }
  6919.  
  6920. tresL1Activated3 NOTIFICATION-TYPE
  6921.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6922.  STATUS current
  6923.  DESCRIPTION "Protection 1. level - res - alarm activated"
  6924. ::= { notifications 33560284 }
  6925.  
  6926. tresL1Disappeared3 NOTIFICATION-TYPE
  6927.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6928.  STATUS current
  6929.  DESCRIPTION "Protection 1. level - res - alarm disappeared"
  6930. ::= { notifications 33560285 }
  6931.  
  6932. tresL1AlarmReset3 NOTIFICATION-TYPE
  6933.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6934.  STATUS current
  6935.  DESCRIPTION "Protection 1. level - res - alarm reset"
  6936. ::= { notifications 33560286 }
  6937.  
  6938. tSWKeyModbusMasterErrorL1Activated NOTIFICATION-TYPE
  6939.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6940.  STATUS current
  6941.  DESCRIPTION "Protection 1. level - SW Key Modbus Master Error - alarm activated"
  6942. ::= { notifications 33559576 }
  6943.  
  6944. tSWKeyModbusMasterErrorL1Disappeared NOTIFICATION-TYPE
  6945.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6946.  STATUS current
  6947.  DESCRIPTION "Protection 1. level - SW Key Modbus Master Error - alarm disappeared"
  6948. ::= { notifications 33559577 }
  6949.  
  6950. tSWKeyModbusMasterErrorL1AlarmReset NOTIFICATION-TYPE
  6951.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6952.  STATUS current
  6953.  DESCRIPTION "Protection 1. level - SW Key Modbus Master Error - alarm reset"
  6954. ::= { notifications 33559578 }
  6955.  
  6956. tresL1Activated4 NOTIFICATION-TYPE
  6957.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6958.  STATUS current
  6959.  DESCRIPTION "Protection 1. level - res - alarm activated"
  6960. ::= { notifications 33560276 }
  6961.  
  6962. tresL1Disappeared4 NOTIFICATION-TYPE
  6963.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6964.  STATUS current
  6965.  DESCRIPTION "Protection 1. level - res - alarm disappeared"
  6966. ::= { notifications 33560277 }
  6967.  
  6968. tresL1AlarmReset4 NOTIFICATION-TYPE
  6969.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6970.  STATUS current
  6971.  DESCRIPTION "Protection 1. level - res - alarm reset"
  6972. ::= { notifications 33560278 }
  6973.  
  6974. tresL1Activated5 NOTIFICATION-TYPE
  6975.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6976.  STATUS current
  6977.  DESCRIPTION "Protection 1. level - res - alarm activated"
  6978. ::= { notifications 33560468 }
  6979.  
  6980. tresL1Disappeared5 NOTIFICATION-TYPE
  6981.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6982.  STATUS current
  6983.  DESCRIPTION "Protection 1. level - res - alarm disappeared"
  6984. ::= { notifications 33560469 }
  6985.  
  6986. tresL1AlarmReset5 NOTIFICATION-TYPE
  6987.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6988.  STATUS current
  6989.  DESCRIPTION "Protection 1. level - res - alarm reset"
  6990. ::= { notifications 33560470 }
  6991.  
  6992. tresL1Activated6 NOTIFICATION-TYPE
  6993.  OBJECTS {tControllerName, tSerNum, tTrapText}
  6994.  STATUS current
  6995.  DESCRIPTION "Protection 1. level - res - alarm activated"
  6996. ::= { notifications 33560676 }
  6997.  
  6998. tresL1Disappeared6 NOTIFICATION-TYPE
  6999.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7000.  STATUS current
  7001.  DESCRIPTION "Protection 1. level - res - alarm disappeared"
  7002. ::= { notifications 33560677 }
  7003.  
  7004. tresL1AlarmReset6 NOTIFICATION-TYPE
  7005.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7006.  STATUS current
  7007.  DESCRIPTION "Protection 1. level - res - alarm reset"
  7008. ::= { notifications 33560678 }
  7009.  
  7010. tresL1Activated7 NOTIFICATION-TYPE
  7011.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7012.  STATUS current
  7013.  DESCRIPTION "Protection 1. level - res - alarm activated"
  7014. ::= { notifications 33560844 }
  7015.  
  7016. tresL1Disappeared7 NOTIFICATION-TYPE
  7017.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7018.  STATUS current
  7019.  DESCRIPTION "Protection 1. level - res - alarm disappeared"
  7020. ::= { notifications 33560845 }
  7021.  
  7022. tresL1AlarmReset7 NOTIFICATION-TYPE
  7023.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7024.  STATUS current
  7025.  DESCRIPTION "Protection 1. level - res - alarm reset"
  7026. ::= { notifications 33560846 }
  7027.  
  7028. tresL1Activated8 NOTIFICATION-TYPE
  7029.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7030.  STATUS current
  7031.  DESCRIPTION "Protection 1. level - res - alarm activated"
  7032. ::= { notifications 33560888 }
  7033.  
  7034. tresL1Disappeared8 NOTIFICATION-TYPE
  7035.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7036.  STATUS current
  7037.  DESCRIPTION "Protection 1. level - res - alarm disappeared"
  7038. ::= { notifications 33560889 }
  7039.  
  7040. tresL1AlarmReset8 NOTIFICATION-TYPE
  7041.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7042.  STATUS current
  7043.  DESCRIPTION "Protection 1. level - res - alarm reset"
  7044. ::= { notifications 33560890 }
  7045.  
  7046. tresL1Activated9 NOTIFICATION-TYPE
  7047.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7048.  STATUS current
  7049.  DESCRIPTION "Protection 1. level - res - alarm activated"
  7050. ::= { notifications 33560932 }
  7051.  
  7052. tresL1Disappeared9 NOTIFICATION-TYPE
  7053.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7054.  STATUS current
  7055.  DESCRIPTION "Protection 1. level - res - alarm disappeared"
  7056. ::= { notifications 33560933 }
  7057.  
  7058. tresL1AlarmReset9 NOTIFICATION-TYPE
  7059.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7060.  STATUS current
  7061.  DESCRIPTION "Protection 1. level - res - alarm reset"
  7062. ::= { notifications 33560934 }
  7063.  
  7064. tresL1Activated10 NOTIFICATION-TYPE
  7065.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7066.  STATUS current
  7067.  DESCRIPTION "Protection 1. level - res - alarm activated"
  7068. ::= { notifications 33560940 }
  7069.  
  7070. tresL1Disappeared10 NOTIFICATION-TYPE
  7071.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7072.  STATUS current
  7073.  DESCRIPTION "Protection 1. level - res - alarm disappeared"
  7074. ::= { notifications 33560941 }
  7075.  
  7076. tresL1AlarmReset10 NOTIFICATION-TYPE
  7077.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7078.  STATUS current
  7079.  DESCRIPTION "Protection 1. level - res - alarm reset"
  7080. ::= { notifications 33560942 }
  7081.  
  7082. tresL1Activated11 NOTIFICATION-TYPE
  7083.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7084.  STATUS current
  7085.  DESCRIPTION "Protection 1. level - res - alarm activated"
  7086. ::= { notifications 33560948 }
  7087.  
  7088. tresL1Disappeared11 NOTIFICATION-TYPE
  7089.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7090.  STATUS current
  7091.  DESCRIPTION "Protection 1. level - res - alarm disappeared"
  7092. ::= { notifications 33560949 }
  7093.  
  7094. tresL1AlarmReset11 NOTIFICATION-TYPE
  7095.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7096.  STATUS current
  7097.  DESCRIPTION "Protection 1. level - res - alarm reset"
  7098. ::= { notifications 33560950 }
  7099.  
  7100. tresL1Activated12 NOTIFICATION-TYPE
  7101.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7102.  STATUS current
  7103.  DESCRIPTION "Protection 1. level - res - alarm activated"
  7104. ::= { notifications 33561020 }
  7105.  
  7106. tresL1Disappeared12 NOTIFICATION-TYPE
  7107.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7108.  STATUS current
  7109.  DESCRIPTION "Protection 1. level - res - alarm disappeared"
  7110. ::= { notifications 33561021 }
  7111.  
  7112. tresL1AlarmReset12 NOTIFICATION-TYPE
  7113.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7114.  STATUS current
  7115.  DESCRIPTION "Protection 1. level - res - alarm reset"
  7116. ::= { notifications 33561022 }
  7117.  
  7118. tresL1Activated13 NOTIFICATION-TYPE
  7119.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7120.  STATUS current
  7121.  DESCRIPTION "Protection 1. level - res - alarm activated"
  7122. ::= { notifications 33561024 }
  7123.  
  7124. tresL1Disappeared13 NOTIFICATION-TYPE
  7125.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7126.  STATUS current
  7127.  DESCRIPTION "Protection 1. level - res - alarm disappeared"
  7128. ::= { notifications 33561025 }
  7129.  
  7130. tresL1AlarmReset13 NOTIFICATION-TYPE
  7131.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7132.  STATUS current
  7133.  DESCRIPTION "Protection 1. level - res - alarm reset"
  7134. ::= { notifications 33561026 }
  7135.  
  7136. tresL1Activated14 NOTIFICATION-TYPE
  7137.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7138.  STATUS current
  7139.  DESCRIPTION "Protection 1. level - res - alarm activated"
  7140. ::= { notifications 33561056 }
  7141.  
  7142. tresL1Disappeared14 NOTIFICATION-TYPE
  7143.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7144.  STATUS current
  7145.  DESCRIPTION "Protection 1. level - res - alarm disappeared"
  7146. ::= { notifications 33561057 }
  7147.  
  7148. tresL1AlarmReset14 NOTIFICATION-TYPE
  7149.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7150.  STATUS current
  7151.  DESCRIPTION "Protection 1. level - res - alarm reset"
  7152. ::= { notifications 33561058 }
  7153.  
  7154. tresL1Activated15 NOTIFICATION-TYPE
  7155.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7156.  STATUS current
  7157.  DESCRIPTION "Protection 1. level - res - alarm activated"
  7158. ::= { notifications 33565132 }
  7159.  
  7160. tresL1Disappeared15 NOTIFICATION-TYPE
  7161.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7162.  STATUS current
  7163.  DESCRIPTION "Protection 1. level - res - alarm disappeared"
  7164. ::= { notifications 33565133 }
  7165.  
  7166. tresL1AlarmReset15 NOTIFICATION-TYPE
  7167.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7168.  STATUS current
  7169.  DESCRIPTION "Protection 1. level - res - alarm reset"
  7170. ::= { notifications 33565134 }
  7171.  
  7172. tresL2Activated3 NOTIFICATION-TYPE
  7173.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7174.  STATUS current
  7175.  DESCRIPTION "Protection 2. level - res - alarm activated"
  7176. ::= { notifications 167782860 }
  7177.  
  7178. tresL2Disappeared3 NOTIFICATION-TYPE
  7179.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7180.  STATUS current
  7181.  DESCRIPTION "Protection 2. level - res - alarm disappeared"
  7182. ::= { notifications 167782861 }
  7183.  
  7184. tresL2AlarmReset3 NOTIFICATION-TYPE
  7185.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7186.  STATUS current
  7187.  DESCRIPTION "Protection 2. level - res - alarm reset"
  7188. ::= { notifications 167782862 }
  7189.  
  7190. tresSFActivated3 NOTIFICATION-TYPE
  7191.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7192.  STATUS current
  7193.  DESCRIPTION "Protection Sensor Fail - res - alarm activated"
  7194. ::= { notifications 302000588 }
  7195.  
  7196. tresSFDisappeared3 NOTIFICATION-TYPE
  7197.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7198.  STATUS current
  7199.  DESCRIPTION "Protection Sensor Fail - res - alarm disappeared"
  7200. ::= { notifications 302000589 }
  7201.  
  7202. tresSFAlarmReset3 NOTIFICATION-TYPE
  7203.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7204.  STATUS current
  7205.  DESCRIPTION "Protection Sensor Fail - res - alarm reset"
  7206. ::= { notifications 302000590 }
  7207.  
  7208. tresL1Activated16 NOTIFICATION-TYPE
  7209.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7210.  STATUS current
  7211.  DESCRIPTION "Protection 1. level - res - alarm activated"
  7212. ::= { notifications 33565136 }
  7213.  
  7214. tresL1Disappeared16 NOTIFICATION-TYPE
  7215.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7216.  STATUS current
  7217.  DESCRIPTION "Protection 1. level - res - alarm disappeared"
  7218. ::= { notifications 33565137 }
  7219.  
  7220. tresL1AlarmReset16 NOTIFICATION-TYPE
  7221.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7222.  STATUS current
  7223.  DESCRIPTION "Protection 1. level - res - alarm reset"
  7224. ::= { notifications 33565138 }
  7225.  
  7226. tresL2Activated4 NOTIFICATION-TYPE
  7227.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7228.  STATUS current
  7229.  DESCRIPTION "Protection 2. level - res - alarm activated"
  7230. ::= { notifications 167782864 }
  7231.  
  7232. tresL2Disappeared4 NOTIFICATION-TYPE
  7233.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7234.  STATUS current
  7235.  DESCRIPTION "Protection 2. level - res - alarm disappeared"
  7236. ::= { notifications 167782865 }
  7237.  
  7238. tresL2AlarmReset4 NOTIFICATION-TYPE
  7239.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7240.  STATUS current
  7241.  DESCRIPTION "Protection 2. level - res - alarm reset"
  7242. ::= { notifications 167782866 }
  7243.  
  7244. tresSFActivated4 NOTIFICATION-TYPE
  7245.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7246.  STATUS current
  7247.  DESCRIPTION "Protection Sensor Fail - res - alarm activated"
  7248. ::= { notifications 302000592 }
  7249.  
  7250. tresSFDisappeared4 NOTIFICATION-TYPE
  7251.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7252.  STATUS current
  7253.  DESCRIPTION "Protection Sensor Fail - res - alarm disappeared"
  7254. ::= { notifications 302000593 }
  7255.  
  7256. tresSFAlarmReset4 NOTIFICATION-TYPE
  7257.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7258.  STATUS current
  7259.  DESCRIPTION "Protection Sensor Fail - res - alarm reset"
  7260. ::= { notifications 302000594 }
  7261.  
  7262. tresL1Activated17 NOTIFICATION-TYPE
  7263.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7264.  STATUS current
  7265.  DESCRIPTION "Protection 1. level - res - alarm activated"
  7266. ::= { notifications 33565140 }
  7267.  
  7268. tresL1Disappeared17 NOTIFICATION-TYPE
  7269.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7270.  STATUS current
  7271.  DESCRIPTION "Protection 1. level - res - alarm disappeared"
  7272. ::= { notifications 33565141 }
  7273.  
  7274. tresL1AlarmReset17 NOTIFICATION-TYPE
  7275.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7276.  STATUS current
  7277.  DESCRIPTION "Protection 1. level - res - alarm reset"
  7278. ::= { notifications 33565142 }
  7279.  
  7280. tresL2Activated5 NOTIFICATION-TYPE
  7281.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7282.  STATUS current
  7283.  DESCRIPTION "Protection 2. level - res - alarm activated"
  7284. ::= { notifications 167782868 }
  7285.  
  7286. tresL2Disappeared5 NOTIFICATION-TYPE
  7287.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7288.  STATUS current
  7289.  DESCRIPTION "Protection 2. level - res - alarm disappeared"
  7290. ::= { notifications 167782869 }
  7291.  
  7292. tresL2AlarmReset5 NOTIFICATION-TYPE
  7293.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7294.  STATUS current
  7295.  DESCRIPTION "Protection 2. level - res - alarm reset"
  7296. ::= { notifications 167782870 }
  7297.  
  7298. tresSFActivated5 NOTIFICATION-TYPE
  7299.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7300.  STATUS current
  7301.  DESCRIPTION "Protection Sensor Fail - res - alarm activated"
  7302. ::= { notifications 302000596 }
  7303.  
  7304. tresSFDisappeared5 NOTIFICATION-TYPE
  7305.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7306.  STATUS current
  7307.  DESCRIPTION "Protection Sensor Fail - res - alarm disappeared"
  7308. ::= { notifications 302000597 }
  7309.  
  7310. tresSFAlarmReset5 NOTIFICATION-TYPE
  7311.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7312.  STATUS current
  7313.  DESCRIPTION "Protection Sensor Fail - res - alarm reset"
  7314. ::= { notifications 302000598 }
  7315.  
  7316. tresL1Activated18 NOTIFICATION-TYPE
  7317.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7318.  STATUS current
  7319.  DESCRIPTION "Protection 1. level - res - alarm activated"
  7320. ::= { notifications 33560788 }
  7321.  
  7322. tresL1Disappeared18 NOTIFICATION-TYPE
  7323.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7324.  STATUS current
  7325.  DESCRIPTION "Protection 1. level - res - alarm disappeared"
  7326. ::= { notifications 33560789 }
  7327.  
  7328. tresL1AlarmReset18 NOTIFICATION-TYPE
  7329.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7330.  STATUS current
  7331.  DESCRIPTION "Protection 1. level - res - alarm reset"
  7332. ::= { notifications 33560790 }
  7333.  
  7334. tresL2Activated6 NOTIFICATION-TYPE
  7335.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7336.  STATUS current
  7337.  DESCRIPTION "Protection 2. level - res - alarm activated"
  7338. ::= { notifications 167778516 }
  7339.  
  7340. tresL2Disappeared6 NOTIFICATION-TYPE
  7341.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7342.  STATUS current
  7343.  DESCRIPTION "Protection 2. level - res - alarm disappeared"
  7344. ::= { notifications 167778517 }
  7345.  
  7346. tresL2AlarmReset6 NOTIFICATION-TYPE
  7347.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7348.  STATUS current
  7349.  DESCRIPTION "Protection 2. level - res - alarm reset"
  7350. ::= { notifications 167778518 }
  7351.  
  7352. tresSFActivated6 NOTIFICATION-TYPE
  7353.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7354.  STATUS current
  7355.  DESCRIPTION "Protection Sensor Fail - res - alarm activated"
  7356. ::= { notifications 301996244 }
  7357.  
  7358. tresSFDisappeared6 NOTIFICATION-TYPE
  7359.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7360.  STATUS current
  7361.  DESCRIPTION "Protection Sensor Fail - res - alarm disappeared"
  7362. ::= { notifications 301996245 }
  7363.  
  7364. tresSFAlarmReset6 NOTIFICATION-TYPE
  7365.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7366.  STATUS current
  7367.  DESCRIPTION "Protection Sensor Fail - res - alarm reset"
  7368. ::= { notifications 301996246 }
  7369.  
  7370. tresL1Activated19 NOTIFICATION-TYPE
  7371.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7372.  STATUS current
  7373.  DESCRIPTION "Protection 1. level - res - alarm activated"
  7374. ::= { notifications 33560792 }
  7375.  
  7376. tresL1Disappeared19 NOTIFICATION-TYPE
  7377.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7378.  STATUS current
  7379.  DESCRIPTION "Protection 1. level - res - alarm disappeared"
  7380. ::= { notifications 33560793 }
  7381.  
  7382. tresL1AlarmReset19 NOTIFICATION-TYPE
  7383.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7384.  STATUS current
  7385.  DESCRIPTION "Protection 1. level - res - alarm reset"
  7386. ::= { notifications 33560794 }
  7387.  
  7388. tresL2Activated7 NOTIFICATION-TYPE
  7389.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7390.  STATUS current
  7391.  DESCRIPTION "Protection 2. level - res - alarm activated"
  7392. ::= { notifications 167778520 }
  7393.  
  7394. tresL2Disappeared7 NOTIFICATION-TYPE
  7395.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7396.  STATUS current
  7397.  DESCRIPTION "Protection 2. level - res - alarm disappeared"
  7398. ::= { notifications 167778521 }
  7399.  
  7400. tresL2AlarmReset7 NOTIFICATION-TYPE
  7401.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7402.  STATUS current
  7403.  DESCRIPTION "Protection 2. level - res - alarm reset"
  7404. ::= { notifications 167778522 }
  7405.  
  7406. tresSFActivated7 NOTIFICATION-TYPE
  7407.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7408.  STATUS current
  7409.  DESCRIPTION "Protection Sensor Fail - res - alarm activated"
  7410. ::= { notifications 301996248 }
  7411.  
  7412. tresSFDisappeared7 NOTIFICATION-TYPE
  7413.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7414.  STATUS current
  7415.  DESCRIPTION "Protection Sensor Fail - res - alarm disappeared"
  7416. ::= { notifications 301996249 }
  7417.  
  7418. tresSFAlarmReset7 NOTIFICATION-TYPE
  7419.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7420.  STATUS current
  7421.  DESCRIPTION "Protection Sensor Fail - res - alarm reset"
  7422. ::= { notifications 301996250 }
  7423.  
  7424. tresL1Activated20 NOTIFICATION-TYPE
  7425.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7426.  STATUS current
  7427.  DESCRIPTION "Protection 1. level - res - alarm activated"
  7428. ::= { notifications 33560796 }
  7429.  
  7430. tresL1Disappeared20 NOTIFICATION-TYPE
  7431.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7432.  STATUS current
  7433.  DESCRIPTION "Protection 1. level - res - alarm disappeared"
  7434. ::= { notifications 33560797 }
  7435.  
  7436. tresL1AlarmReset20 NOTIFICATION-TYPE
  7437.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7438.  STATUS current
  7439.  DESCRIPTION "Protection 1. level - res - alarm reset"
  7440. ::= { notifications 33560798 }
  7441.  
  7442. tresL2Activated8 NOTIFICATION-TYPE
  7443.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7444.  STATUS current
  7445.  DESCRIPTION "Protection 2. level - res - alarm activated"
  7446. ::= { notifications 167778524 }
  7447.  
  7448. tresL2Disappeared8 NOTIFICATION-TYPE
  7449.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7450.  STATUS current
  7451.  DESCRIPTION "Protection 2. level - res - alarm disappeared"
  7452. ::= { notifications 167778525 }
  7453.  
  7454. tresL2AlarmReset8 NOTIFICATION-TYPE
  7455.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7456.  STATUS current
  7457.  DESCRIPTION "Protection 2. level - res - alarm reset"
  7458. ::= { notifications 167778526 }
  7459.  
  7460. tresSFActivated8 NOTIFICATION-TYPE
  7461.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7462.  STATUS current
  7463.  DESCRIPTION "Protection Sensor Fail - res - alarm activated"
  7464. ::= { notifications 301996252 }
  7465.  
  7466. tresSFDisappeared8 NOTIFICATION-TYPE
  7467.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7468.  STATUS current
  7469.  DESCRIPTION "Protection Sensor Fail - res - alarm disappeared"
  7470. ::= { notifications 301996253 }
  7471.  
  7472. tresSFAlarmReset8 NOTIFICATION-TYPE
  7473.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7474.  STATUS current
  7475.  DESCRIPTION "Protection Sensor Fail - res - alarm reset"
  7476. ::= { notifications 301996254 }
  7477.  
  7478. tresL1Activated21 NOTIFICATION-TYPE
  7479.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7480.  STATUS current
  7481.  DESCRIPTION "Protection 1. level - res - alarm activated"
  7482. ::= { notifications 33565144 }
  7483.  
  7484. tresL1Disappeared21 NOTIFICATION-TYPE
  7485.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7486.  STATUS current
  7487.  DESCRIPTION "Protection 1. level - res - alarm disappeared"
  7488. ::= { notifications 33565145 }
  7489.  
  7490. tresL1AlarmReset21 NOTIFICATION-TYPE
  7491.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7492.  STATUS current
  7493.  DESCRIPTION "Protection 1. level - res - alarm reset"
  7494. ::= { notifications 33565146 }
  7495.  
  7496. tresL2Activated9 NOTIFICATION-TYPE
  7497.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7498.  STATUS current
  7499.  DESCRIPTION "Protection 2. level - res - alarm activated"
  7500. ::= { notifications 167782872 }
  7501.  
  7502. tresL2Disappeared9 NOTIFICATION-TYPE
  7503.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7504.  STATUS current
  7505.  DESCRIPTION "Protection 2. level - res - alarm disappeared"
  7506. ::= { notifications 167782873 }
  7507.  
  7508. tresL2AlarmReset9 NOTIFICATION-TYPE
  7509.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7510.  STATUS current
  7511.  DESCRIPTION "Protection 2. level - res - alarm reset"
  7512. ::= { notifications 167782874 }
  7513.  
  7514. tresSFActivated9 NOTIFICATION-TYPE
  7515.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7516.  STATUS current
  7517.  DESCRIPTION "Protection Sensor Fail - res - alarm activated"
  7518. ::= { notifications 302000600 }
  7519.  
  7520. tresSFDisappeared9 NOTIFICATION-TYPE
  7521.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7522.  STATUS current
  7523.  DESCRIPTION "Protection Sensor Fail - res - alarm disappeared"
  7524. ::= { notifications 302000601 }
  7525.  
  7526. tresSFAlarmReset9 NOTIFICATION-TYPE
  7527.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7528.  STATUS current
  7529.  DESCRIPTION "Protection Sensor Fail - res - alarm reset"
  7530. ::= { notifications 302000602 }
  7531.  
  7532. tresL1Activated22 NOTIFICATION-TYPE
  7533.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7534.  STATUS current
  7535.  DESCRIPTION "Protection 1. level - res - alarm activated"
  7536. ::= { notifications 33565148 }
  7537.  
  7538. tresL1Disappeared22 NOTIFICATION-TYPE
  7539.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7540.  STATUS current
  7541.  DESCRIPTION "Protection 1. level - res - alarm disappeared"
  7542. ::= { notifications 33565149 }
  7543.  
  7544. tresL1AlarmReset22 NOTIFICATION-TYPE
  7545.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7546.  STATUS current
  7547.  DESCRIPTION "Protection 1. level - res - alarm reset"
  7548. ::= { notifications 33565150 }
  7549.  
  7550. tresL2Activated10 NOTIFICATION-TYPE
  7551.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7552.  STATUS current
  7553.  DESCRIPTION "Protection 2. level - res - alarm activated"
  7554. ::= { notifications 167782876 }
  7555.  
  7556. tresL2Disappeared10 NOTIFICATION-TYPE
  7557.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7558.  STATUS current
  7559.  DESCRIPTION "Protection 2. level - res - alarm disappeared"
  7560. ::= { notifications 167782877 }
  7561.  
  7562. tresL2AlarmReset10 NOTIFICATION-TYPE
  7563.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7564.  STATUS current
  7565.  DESCRIPTION "Protection 2. level - res - alarm reset"
  7566. ::= { notifications 167782878 }
  7567.  
  7568. tresSFActivated10 NOTIFICATION-TYPE
  7569.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7570.  STATUS current
  7571.  DESCRIPTION "Protection Sensor Fail - res - alarm activated"
  7572. ::= { notifications 302000604 }
  7573.  
  7574. tresSFDisappeared10 NOTIFICATION-TYPE
  7575.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7576.  STATUS current
  7577.  DESCRIPTION "Protection Sensor Fail - res - alarm disappeared"
  7578. ::= { notifications 302000605 }
  7579.  
  7580. tresSFAlarmReset10 NOTIFICATION-TYPE
  7581.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7582.  STATUS current
  7583.  DESCRIPTION "Protection Sensor Fail - res - alarm reset"
  7584. ::= { notifications 302000606 }
  7585.  
  7586. tresL1Activated23 NOTIFICATION-TYPE
  7587.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7588.  STATUS current
  7589.  DESCRIPTION "Protection 1. level - res - alarm activated"
  7590. ::= { notifications 33565152 }
  7591.  
  7592. tresL1Disappeared23 NOTIFICATION-TYPE
  7593.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7594.  STATUS current
  7595.  DESCRIPTION "Protection 1. level - res - alarm disappeared"
  7596. ::= { notifications 33565153 }
  7597.  
  7598. tresL1AlarmReset23 NOTIFICATION-TYPE
  7599.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7600.  STATUS current
  7601.  DESCRIPTION "Protection 1. level - res - alarm reset"
  7602. ::= { notifications 33565154 }
  7603.  
  7604. tresL2Activated11 NOTIFICATION-TYPE
  7605.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7606.  STATUS current
  7607.  DESCRIPTION "Protection 2. level - res - alarm activated"
  7608. ::= { notifications 167782880 }
  7609.  
  7610. tresL2Disappeared11 NOTIFICATION-TYPE
  7611.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7612.  STATUS current
  7613.  DESCRIPTION "Protection 2. level - res - alarm disappeared"
  7614. ::= { notifications 167782881 }
  7615.  
  7616. tresL2AlarmReset11 NOTIFICATION-TYPE
  7617.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7618.  STATUS current
  7619.  DESCRIPTION "Protection 2. level - res - alarm reset"
  7620. ::= { notifications 167782882 }
  7621.  
  7622. tresSFActivated11 NOTIFICATION-TYPE
  7623.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7624.  STATUS current
  7625.  DESCRIPTION "Protection Sensor Fail - res - alarm activated"
  7626. ::= { notifications 302000608 }
  7627.  
  7628. tresSFDisappeared11 NOTIFICATION-TYPE
  7629.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7630.  STATUS current
  7631.  DESCRIPTION "Protection Sensor Fail - res - alarm disappeared"
  7632. ::= { notifications 302000609 }
  7633.  
  7634. tresSFAlarmReset11 NOTIFICATION-TYPE
  7635.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7636.  STATUS current
  7637.  DESCRIPTION "Protection Sensor Fail - res - alarm reset"
  7638. ::= { notifications 302000610 }
  7639.  
  7640. tresL1Activated24 NOTIFICATION-TYPE
  7641.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7642.  STATUS current
  7643.  DESCRIPTION "Protection 1. level - res - alarm activated"
  7644. ::= { notifications 33565172 }
  7645.  
  7646. tresL1Disappeared24 NOTIFICATION-TYPE
  7647.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7648.  STATUS current
  7649.  DESCRIPTION "Protection 1. level - res - alarm disappeared"
  7650. ::= { notifications 33565173 }
  7651.  
  7652. tresL1AlarmReset24 NOTIFICATION-TYPE
  7653.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7654.  STATUS current
  7655.  DESCRIPTION "Protection 1. level - res - alarm reset"
  7656. ::= { notifications 33565174 }
  7657.  
  7658. tresL2Activated12 NOTIFICATION-TYPE
  7659.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7660.  STATUS current
  7661.  DESCRIPTION "Protection 2. level - res - alarm activated"
  7662. ::= { notifications 167782900 }
  7663.  
  7664. tresL2Disappeared12 NOTIFICATION-TYPE
  7665.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7666.  STATUS current
  7667.  DESCRIPTION "Protection 2. level - res - alarm disappeared"
  7668. ::= { notifications 167782901 }
  7669.  
  7670. tresL2AlarmReset12 NOTIFICATION-TYPE
  7671.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7672.  STATUS current
  7673.  DESCRIPTION "Protection 2. level - res - alarm reset"
  7674. ::= { notifications 167782902 }
  7675.  
  7676. tresSFActivated12 NOTIFICATION-TYPE
  7677.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7678.  STATUS current
  7679.  DESCRIPTION "Protection Sensor Fail - res - alarm activated"
  7680. ::= { notifications 302000628 }
  7681.  
  7682. tresSFDisappeared12 NOTIFICATION-TYPE
  7683.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7684.  STATUS current
  7685.  DESCRIPTION "Protection Sensor Fail - res - alarm disappeared"
  7686. ::= { notifications 302000629 }
  7687.  
  7688. tresSFAlarmReset12 NOTIFICATION-TYPE
  7689.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7690.  STATUS current
  7691.  DESCRIPTION "Protection Sensor Fail - res - alarm reset"
  7692. ::= { notifications 302000630 }
  7693.  
  7694. tresL1Activated25 NOTIFICATION-TYPE
  7695.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7696.  STATUS current
  7697.  DESCRIPTION "Protection 1. level - res - alarm activated"
  7698. ::= { notifications 33565176 }
  7699.  
  7700. tresL1Disappeared25 NOTIFICATION-TYPE
  7701.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7702.  STATUS current
  7703.  DESCRIPTION "Protection 1. level - res - alarm disappeared"
  7704. ::= { notifications 33565177 }
  7705.  
  7706. tresL1AlarmReset25 NOTIFICATION-TYPE
  7707.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7708.  STATUS current
  7709.  DESCRIPTION "Protection 1. level - res - alarm reset"
  7710. ::= { notifications 33565178 }
  7711.  
  7712. tresL2Activated13 NOTIFICATION-TYPE
  7713.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7714.  STATUS current
  7715.  DESCRIPTION "Protection 2. level - res - alarm activated"
  7716. ::= { notifications 167782904 }
  7717.  
  7718. tresL2Disappeared13 NOTIFICATION-TYPE
  7719.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7720.  STATUS current
  7721.  DESCRIPTION "Protection 2. level - res - alarm disappeared"
  7722. ::= { notifications 167782905 }
  7723.  
  7724. tresL2AlarmReset13 NOTIFICATION-TYPE
  7725.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7726.  STATUS current
  7727.  DESCRIPTION "Protection 2. level - res - alarm reset"
  7728. ::= { notifications 167782906 }
  7729.  
  7730. tresSFActivated13 NOTIFICATION-TYPE
  7731.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7732.  STATUS current
  7733.  DESCRIPTION "Protection Sensor Fail - res - alarm activated"
  7734. ::= { notifications 302000632 }
  7735.  
  7736. tresSFDisappeared13 NOTIFICATION-TYPE
  7737.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7738.  STATUS current
  7739.  DESCRIPTION "Protection Sensor Fail - res - alarm disappeared"
  7740. ::= { notifications 302000633 }
  7741.  
  7742. tresSFAlarmReset13 NOTIFICATION-TYPE
  7743.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7744.  STATUS current
  7745.  DESCRIPTION "Protection Sensor Fail - res - alarm reset"
  7746. ::= { notifications 302000634 }
  7747.  
  7748. tresL1Activated26 NOTIFICATION-TYPE
  7749.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7750.  STATUS current
  7751.  DESCRIPTION "Protection 1. level - res - alarm activated"
  7752. ::= { notifications 33565180 }
  7753.  
  7754. tresL1Disappeared26 NOTIFICATION-TYPE
  7755.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7756.  STATUS current
  7757.  DESCRIPTION "Protection 1. level - res - alarm disappeared"
  7758. ::= { notifications 33565181 }
  7759.  
  7760. tresL1AlarmReset26 NOTIFICATION-TYPE
  7761.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7762.  STATUS current
  7763.  DESCRIPTION "Protection 1. level - res - alarm reset"
  7764. ::= { notifications 33565182 }
  7765.  
  7766. tresL2Activated14 NOTIFICATION-TYPE
  7767.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7768.  STATUS current
  7769.  DESCRIPTION "Protection 2. level - res - alarm activated"
  7770. ::= { notifications 167782908 }
  7771.  
  7772. tresL2Disappeared14 NOTIFICATION-TYPE
  7773.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7774.  STATUS current
  7775.  DESCRIPTION "Protection 2. level - res - alarm disappeared"
  7776. ::= { notifications 167782909 }
  7777.  
  7778. tresL2AlarmReset14 NOTIFICATION-TYPE
  7779.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7780.  STATUS current
  7781.  DESCRIPTION "Protection 2. level - res - alarm reset"
  7782. ::= { notifications 167782910 }
  7783.  
  7784. tresSFActivated14 NOTIFICATION-TYPE
  7785.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7786.  STATUS current
  7787.  DESCRIPTION "Protection Sensor Fail - res - alarm activated"
  7788. ::= { notifications 302000636 }
  7789.  
  7790. tresSFDisappeared14 NOTIFICATION-TYPE
  7791.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7792.  STATUS current
  7793.  DESCRIPTION "Protection Sensor Fail - res - alarm disappeared"
  7794. ::= { notifications 302000637 }
  7795.  
  7796. tresSFAlarmReset14 NOTIFICATION-TYPE
  7797.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7798.  STATUS current
  7799.  DESCRIPTION "Protection Sensor Fail - res - alarm reset"
  7800. ::= { notifications 302000638 }
  7801.  
  7802. tresL1Activated27 NOTIFICATION-TYPE
  7803.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7804.  STATUS current
  7805.  DESCRIPTION "Protection 1. level - res - alarm activated"
  7806. ::= { notifications 33560852 }
  7807.  
  7808. tresL1Disappeared27 NOTIFICATION-TYPE
  7809.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7810.  STATUS current
  7811.  DESCRIPTION "Protection 1. level - res - alarm disappeared"
  7812. ::= { notifications 33560853 }
  7813.  
  7814. tresL1AlarmReset27 NOTIFICATION-TYPE
  7815.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7816.  STATUS current
  7817.  DESCRIPTION "Protection 1. level - res - alarm reset"
  7818. ::= { notifications 33560854 }
  7819.  
  7820. tresL2Activated15 NOTIFICATION-TYPE
  7821.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7822.  STATUS current
  7823.  DESCRIPTION "Protection 2. level - res - alarm activated"
  7824. ::= { notifications 167778580 }
  7825.  
  7826. tresL2Disappeared15 NOTIFICATION-TYPE
  7827.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7828.  STATUS current
  7829.  DESCRIPTION "Protection 2. level - res - alarm disappeared"
  7830. ::= { notifications 167778581 }
  7831.  
  7832. tresL2AlarmReset15 NOTIFICATION-TYPE
  7833.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7834.  STATUS current
  7835.  DESCRIPTION "Protection 2. level - res - alarm reset"
  7836. ::= { notifications 167778582 }
  7837.  
  7838. tresSFActivated15 NOTIFICATION-TYPE
  7839.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7840.  STATUS current
  7841.  DESCRIPTION "Protection Sensor Fail - res - alarm activated"
  7842. ::= { notifications 301996308 }
  7843.  
  7844. tresSFDisappeared15 NOTIFICATION-TYPE
  7845.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7846.  STATUS current
  7847.  DESCRIPTION "Protection Sensor Fail - res - alarm disappeared"
  7848. ::= { notifications 301996309 }
  7849.  
  7850. tresSFAlarmReset15 NOTIFICATION-TYPE
  7851.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7852.  STATUS current
  7853.  DESCRIPTION "Protection Sensor Fail - res - alarm reset"
  7854. ::= { notifications 301996310 }
  7855.  
  7856. tStartByStarter1FailedL1Activated NOTIFICATION-TYPE
  7857.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7858.  STATUS current
  7859.  DESCRIPTION "Protection 1. level - Start By Starter 1 Failed - alarm activated"
  7860. ::= { notifications 33565156 }
  7861.  
  7862. tStartByStarter1FailedL1Disappeared NOTIFICATION-TYPE
  7863.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7864.  STATUS current
  7865.  DESCRIPTION "Protection 1. level - Start By Starter 1 Failed - alarm disappeared"
  7866. ::= { notifications 33565157 }
  7867.  
  7868. tStartByStarter1FailedL1AlarmReset NOTIFICATION-TYPE
  7869.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7870.  STATUS current
  7871.  DESCRIPTION "Protection 1. level - Start By Starter 1 Failed - alarm reset"
  7872. ::= { notifications 33565158 }
  7873.  
  7874. tStartByStarter2FailedL1Activated NOTIFICATION-TYPE
  7875.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7876.  STATUS current
  7877.  DESCRIPTION "Protection 1. level - Start By Starter 2 Failed - alarm activated"
  7878. ::= { notifications 33565160 }
  7879.  
  7880. tStartByStarter2FailedL1Disappeared NOTIFICATION-TYPE
  7881.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7882.  STATUS current
  7883.  DESCRIPTION "Protection 1. level - Start By Starter 2 Failed - alarm disappeared"
  7884. ::= { notifications 33565161 }
  7885.  
  7886. tStartByStarter2FailedL1AlarmReset NOTIFICATION-TYPE
  7887.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7888.  STATUS current
  7889.  DESCRIPTION "Protection 1. level - Start By Starter 2 Failed - alarm reset"
  7890. ::= { notifications 33565162 }
  7891.  
  7892. tEMBroABrcAMessageLost NOTIFICATION-TYPE
  7893.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7894.  STATUS current
  7895.  DESCRIPTION "Event: EM(A) - a message lost"
  7896. ::= { notifications 1073741896 }
  7897.  
  7898. tEMBroBBrcAMessageLost NOTIFICATION-TYPE
  7899.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7900.  STATUS current
  7901.  DESCRIPTION "Event: EM(B) - a message lost"
  7902. ::= { notifications 1073741897 }
  7903.  
  7904. tFaultReset NOTIFICATION-TYPE
  7905.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7906.  STATUS current
  7907.  DESCRIPTION "Event: Fault reset"
  7908. ::= { notifications 1073741848 }
  7909.  
  7910. tEventEMail1OK NOTIFICATION-TYPE
  7911.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7912.  STATUS current
  7913.  DESCRIPTION "Event: Event e-mail 1 OK"
  7914. ::= { notifications 1073741849 }
  7915.  
  7916. tEventEMail2OK NOTIFICATION-TYPE
  7917.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7918.  STATUS current
  7919.  DESCRIPTION "Event: Event e-mail 2 OK"
  7920. ::= { notifications 1073741850 }
  7921.  
  7922. tEventEMail3OK NOTIFICATION-TYPE
  7923.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7924.  STATUS current
  7925.  DESCRIPTION "Event: Event e-mail 3 OK"
  7926. ::= { notifications 1073741851 }
  7927.  
  7928. tEventEMail4OK NOTIFICATION-TYPE
  7929.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7930.  STATUS current
  7931.  DESCRIPTION "Event: Event e-mail 4 OK"
  7932. ::= { notifications 1073741852 }
  7933.  
  7934. tEventSMS1OK NOTIFICATION-TYPE
  7935.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7936.  STATUS current
  7937.  DESCRIPTION "Event: Event SMS 1 OK"
  7938. ::= { notifications 1073741853 }
  7939.  
  7940. tEventSMS2OK NOTIFICATION-TYPE
  7941.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7942.  STATUS current
  7943.  DESCRIPTION "Event: Event SMS 2 OK"
  7944. ::= { notifications 1073741854 }
  7945.  
  7946. tEventSMS3OK NOTIFICATION-TYPE
  7947.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7948.  STATUS current
  7949.  DESCRIPTION "Event: Event SMS 3 OK"
  7950. ::= { notifications 1073741855 }
  7951.  
  7952. tEventSMS4OK NOTIFICATION-TYPE
  7953.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7954.  STATUS current
  7955.  DESCRIPTION "Event: Event SMS 4 OK"
  7956. ::= { notifications 1073741856 }
  7957.  
  7958. tAlarmEMail1OK NOTIFICATION-TYPE
  7959.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7960.  STATUS current
  7961.  DESCRIPTION "Event: Alarm e-mail 1 OK"
  7962. ::= { notifications 1073742121 }
  7963.  
  7964. tAlarmEMail2OK NOTIFICATION-TYPE
  7965.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7966.  STATUS current
  7967.  DESCRIPTION "Event: Alarm e-mail 2 OK"
  7968. ::= { notifications 1073742122 }
  7969.  
  7970. tAlarmEMail3OK NOTIFICATION-TYPE
  7971.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7972.  STATUS current
  7973.  DESCRIPTION "Event: Alarm e-mail 3 OK"
  7974. ::= { notifications 1073742125 }
  7975.  
  7976. tAlarmEMail4OK NOTIFICATION-TYPE
  7977.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7978.  STATUS current
  7979.  DESCRIPTION "Event: Alarm e-mail 4 OK"
  7980. ::= { notifications 1073742126 }
  7981.  
  7982. tAlarmSMS1OK NOTIFICATION-TYPE
  7983.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7984.  STATUS current
  7985.  DESCRIPTION "Event: Alarm SMS 1 OK"
  7986. ::= { notifications 1073742127 }
  7987.  
  7988. tAlarmSMS2OK NOTIFICATION-TYPE
  7989.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7990.  STATUS current
  7991.  DESCRIPTION "Event: Alarm SMS 2 OK"
  7992. ::= { notifications 1073742128 }
  7993.  
  7994. tAlarmSMS3OK NOTIFICATION-TYPE
  7995.  OBJECTS {tControllerName, tSerNum, tTrapText}
  7996.  STATUS current
  7997.  DESCRIPTION "Event: Alarm SMS 3 OK"
  7998. ::= { notifications 1073742129 }
  7999.  
  8000. tAlarmSMS4OK NOTIFICATION-TYPE
  8001.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8002.  STATUS current
  8003.  DESCRIPTION "Event: Alarm SMS 4 OK"
  8004. ::= { notifications 1073742130 }
  8005.  
  8006. tSNMPTRAP1OK NOTIFICATION-TYPE
  8007.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8008.  STATUS current
  8009.  DESCRIPTION "Event: SNMP TRAP 1 OK"
  8010. ::= { notifications 1073742131 }
  8011.  
  8012. tSNMPTRAP2OK NOTIFICATION-TYPE
  8013.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8014.  STATUS current
  8015.  DESCRIPTION "Event: SNMP TRAP 2 OK"
  8016. ::= { notifications 1073742132 }
  8017.  
  8018. tEventEMail1Fail NOTIFICATION-TYPE
  8019.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8020.  STATUS current
  8021.  DESCRIPTION "Event: Event e-mail 1 Fail"
  8022. ::= { notifications 1073741857 }
  8023.  
  8024. tEventEMail2Fail NOTIFICATION-TYPE
  8025.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8026.  STATUS current
  8027.  DESCRIPTION "Event: Event e-mail 2 Fail"
  8028. ::= { notifications 1073741858 }
  8029.  
  8030. tEventEMail3Fail NOTIFICATION-TYPE
  8031.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8032.  STATUS current
  8033.  DESCRIPTION "Event: Event e-mail 3 Fail"
  8034. ::= { notifications 1073741859 }
  8035.  
  8036. tEventEMail4Fail NOTIFICATION-TYPE
  8037.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8038.  STATUS current
  8039.  DESCRIPTION "Event: Event e-mail 4 Fail"
  8040. ::= { notifications 1073741860 }
  8041.  
  8042. tEventSMS1Fail NOTIFICATION-TYPE
  8043.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8044.  STATUS current
  8045.  DESCRIPTION "Event: Event SMS 1 Fail"
  8046. ::= { notifications 1073741861 }
  8047.  
  8048. tEventSMS2Fail NOTIFICATION-TYPE
  8049.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8050.  STATUS current
  8051.  DESCRIPTION "Event: Event SMS 2 Fail"
  8052. ::= { notifications 1073741862 }
  8053.  
  8054. tEventSMS3Fail NOTIFICATION-TYPE
  8055.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8056.  STATUS current
  8057.  DESCRIPTION "Event: Event SMS 3 Fail"
  8058. ::= { notifications 1073741863 }
  8059.  
  8060. tEventSMS4Fail NOTIFICATION-TYPE
  8061.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8062.  STATUS current
  8063.  DESCRIPTION "Event: Event SMS 4 Fail"
  8064. ::= { notifications 1073741864 }
  8065.  
  8066. tAlarmEMail1Fail NOTIFICATION-TYPE
  8067.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8068.  STATUS current
  8069.  DESCRIPTION "Event: Alarm e-mail 1 Fail"
  8070. ::= { notifications 1073742123 }
  8071.  
  8072. tAlarmEMail2Fail NOTIFICATION-TYPE
  8073.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8074.  STATUS current
  8075.  DESCRIPTION "Event: Alarm e-mail 2 Fail"
  8076. ::= { notifications 1073742124 }
  8077.  
  8078. tAlarmEMail3Fail NOTIFICATION-TYPE
  8079.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8080.  STATUS current
  8081.  DESCRIPTION "Event: Alarm e-mail 3 Fail"
  8082. ::= { notifications 1073742133 }
  8083.  
  8084. tAlarmEMail4Fail NOTIFICATION-TYPE
  8085.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8086.  STATUS current
  8087.  DESCRIPTION "Event: Alarm e-mail 4 Fail"
  8088. ::= { notifications 1073742134 }
  8089.  
  8090. tAlarmSMS1Fail NOTIFICATION-TYPE
  8091.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8092.  STATUS current
  8093.  DESCRIPTION "Event: Alarm SMS 1 Fail"
  8094. ::= { notifications 1073742135 }
  8095.  
  8096. tAlarmSMS2Fail NOTIFICATION-TYPE
  8097.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8098.  STATUS current
  8099.  DESCRIPTION "Event: Alarm SMS 2 Fail"
  8100. ::= { notifications 1073742136 }
  8101.  
  8102. tAlarmSMS3Fail NOTIFICATION-TYPE
  8103.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8104.  STATUS current
  8105.  DESCRIPTION "Event: Alarm SMS 3 Fail"
  8106. ::= { notifications 1073742137 }
  8107.  
  8108. tAlarmSMS4Fail NOTIFICATION-TYPE
  8109.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8110.  STATUS current
  8111.  DESCRIPTION "Event: Alarm SMS 4 Fail"
  8112. ::= { notifications 1073742138 }
  8113.  
  8114. tSNMPTRAP1Fail NOTIFICATION-TYPE
  8115.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8116.  STATUS current
  8117.  DESCRIPTION "Event: SNMP TRAP 1 Fail"
  8118. ::= { notifications 1073742139 }
  8119.  
  8120. tSNMPTRAP2Fail NOTIFICATION-TYPE
  8121.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8122.  STATUS current
  8123.  DESCRIPTION "Event: SNMP TRAP 2 Fail"
  8124. ::= { notifications 1073742140 }
  8125.  
  8126. tSwitchedOn NOTIFICATION-TYPE
  8127.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8128.  STATUS current
  8129.  DESCRIPTION "Event: Switched On"
  8130. ::= { notifications 1073741825 }
  8131.  
  8132. tWatchdog NOTIFICATION-TYPE
  8133.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8134.  STATUS current
  8135.  DESCRIPTION "Event: Watchdog"
  8136. ::= { notifications 1073741826 }
  8137.  
  8138. tSystem NOTIFICATION-TYPE
  8139.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8140.  STATUS current
  8141.  DESCRIPTION "Event: System"
  8142. ::= { notifications 1073741865 }
  8143.  
  8144. tSystemLog NOTIFICATION-TYPE
  8145.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8146.  STATUS current
  8147.  DESCRIPTION "Event: System Log"
  8148. ::= { notifications 1073741866 }
  8149.  
  8150. tWrongConfig NOTIFICATION-TYPE
  8151.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8152.  STATUS current
  8153.  DESCRIPTION "Event: Wrong config"
  8154. ::= { notifications 1073741867 }
  8155.  
  8156. tSetpointChange NOTIFICATION-TYPE
  8157.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8158.  STATUS current
  8159.  DESCRIPTION "Event: SetpointChange"
  8160. ::= { notifications 1073741868 }
  8161.  
  8162. tPasswordSet NOTIFICATION-TYPE
  8163.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8164.  STATUS current
  8165.  DESCRIPTION "Event: Password set"
  8166. ::= { notifications 1073741869 }
  8167.  
  8168. tPasswordChng NOTIFICATION-TYPE
  8169.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8170.  STATUS current
  8171.  DESCRIPTION "Event: Password chng"
  8172. ::= { notifications 1073741870 }
  8173.  
  8174. tAccessCodeSet NOTIFICATION-TYPE
  8175.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8176.  STATUS current
  8177.  DESCRIPTION "Event: AccessCodeSet"
  8178. ::= { notifications 1073741871 }
  8179.  
  8180. tAccessCodeChng NOTIFICATION-TYPE
  8181.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8182.  STATUS current
  8183.  DESCRIPTION "Event: AccessCodeChng"
  8184. ::= { notifications 1073741872 }
  8185.  
  8186. tTerminal NOTIFICATION-TYPE
  8187.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8188.  STATUS current
  8189.  DESCRIPTION "Event: Terminal"
  8190. ::= { notifications 1073741874 }
  8191.  
  8192. tForceValue NOTIFICATION-TYPE
  8193.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8194.  STATUS current
  8195.  DESCRIPTION "Event: ForceValue"
  8196. ::= { notifications 1073741877 }
  8197.  
  8198. tTimeModeChange NOTIFICATION-TYPE
  8199.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8200.  STATUS current
  8201.  DESCRIPTION "Event: TimeModeChange"
  8202. ::= { notifications 1073741878 }
  8203.  
  8204. tProgrammingRequest NOTIFICATION-TYPE
  8205.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8206.  STATUS current
  8207.  DESCRIPTION "Event: Programming Request"
  8208. ::= { notifications 1073741882 }
  8209.  
  8210. tProgrammingNotFinished NOTIFICATION-TYPE
  8211.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8212.  STATUS current
  8213.  DESCRIPTION "Event: Programming not finished"
  8214. ::= { notifications 1073741883 }
  8215.  
  8216. tProgrammingResult NOTIFICATION-TYPE
  8217.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8218.  STATUS current
  8219.  DESCRIPTION "Event: Programming result"
  8220. ::= { notifications 1073741884 }
  8221.  
  8222. tUnknownECUDiag NOTIFICATION-TYPE
  8223.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8224.  STATUS current
  8225.  DESCRIPTION "Event: Unknown ECU diag"
  8226. ::= { notifications 1073741885 }
  8227.  
  8228. tTerminalDiag NOTIFICATION-TYPE
  8229.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8230.  STATUS current
  8231.  DESCRIPTION "Event: Terminal Diag"
  8232. ::= { notifications 1073742426 }
  8233.  
  8234. tTimeStamp NOTIFICATION-TYPE
  8235.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8236.  STATUS current
  8237.  DESCRIPTION "Event: Time Stamp"
  8238. ::= { notifications 1073741985 }
  8239.  
  8240. tGeneratorVoltageUnbalance NOTIFICATION-TYPE
  8241.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8242.  STATUS current
  8243.  DESCRIPTION "Event: Generator Voltage Unbalance"
  8244. ::= { notifications 1073741999 }
  8245.  
  8246. tCurrentUnbalance NOTIFICATION-TYPE
  8247.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8248.  STATUS current
  8249.  DESCRIPTION "Event: Current Unbalance"
  8250. ::= { notifications 1073742000 }
  8251.  
  8252. tMainsVoltageUnbalance NOTIFICATION-TYPE
  8253.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8254.  STATUS current
  8255.  DESCRIPTION "Event: Mains Voltage Unbalance"
  8256. ::= { notifications 1073742015 }
  8257.  
  8258. tOverload NOTIFICATION-TYPE
  8259.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8260.  STATUS current
  8261.  DESCRIPTION "Event: Overload"
  8262. ::= { notifications 1073742018 }
  8263.  
  8264. tReversePower NOTIFICATION-TYPE
  8265.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8266.  STATUS current
  8267.  DESCRIPTION "Event: Reverse Power"
  8268. ::= { notifications 1073742211 }
  8269.  
  8270. tExcitationLoss NOTIFICATION-TYPE
  8271.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8272.  STATUS current
  8273.  DESCRIPTION "Event: Excitation Loss"
  8274. ::= { notifications 1073742212 }
  8275.  
  8276. tRPMMeasurementFail NOTIFICATION-TYPE
  8277.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8278.  STATUS current
  8279.  DESCRIPTION "Event: RPM Measurement Fail"
  8280. ::= { notifications 1073742026 }
  8281.  
  8282. tBatteryFlat NOTIFICATION-TYPE
  8283.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8284.  STATUS current
  8285.  DESCRIPTION "Event: Battery Flat"
  8286. ::= { notifications 1073742027 }
  8287.  
  8288. tMaintenanceTimer1RunHours NOTIFICATION-TYPE
  8289.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8290.  STATUS current
  8291.  DESCRIPTION "Event: Maintenance Timer 1 RunHours"
  8292. ::= { notifications 1073742029 }
  8293.  
  8294. tMaintenanceTimer2RunHours NOTIFICATION-TYPE
  8295.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8296.  STATUS current
  8297.  DESCRIPTION "Event: Maintenance Timer 2 RunHours"
  8298. ::= { notifications 1073742030 }
  8299.  
  8300. tMaintenanceTimer3RunHours NOTIFICATION-TYPE
  8301.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8302.  STATUS current
  8303.  DESCRIPTION "Event: Maintenance Timer 3 RunHours"
  8304. ::= { notifications 1073742031 }
  8305.  
  8306. tShortCircuit NOTIFICATION-TYPE
  8307.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8308.  STATUS current
  8309.  DESCRIPTION "Event: Short Circuit"
  8310. ::= { notifications 1073742032 }
  8311.  
  8312. tEarthFaultCurrent NOTIFICATION-TYPE
  8313.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8314.  STATUS current
  8315.  DESCRIPTION "Event: Earth Fault Current"
  8316. ::= { notifications 1073742034 }
  8317.  
  8318. tReverseSynchroFail NOTIFICATION-TYPE
  8319.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8320.  STATUS current
  8321.  DESCRIPTION "Event: Reverse synchro Fail"
  8322. ::= { notifications 1073742217 }
  8323.  
  8324. tSynchronisationFail NOTIFICATION-TYPE
  8325.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8326.  STATUS current
  8327.  DESCRIPTION "Event: Synchronisation Fail"
  8328. ::= { notifications 1073742218 }
  8329.  
  8330. tMainsFail NOTIFICATION-TYPE
  8331.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8332.  STATUS current
  8333.  DESCRIPTION "Event: Mains Fail"
  8334. ::= { notifications 1073742057 }
  8335.  
  8336. tMainsReturned NOTIFICATION-TYPE
  8337.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8338.  STATUS current
  8339.  DESCRIPTION "Event: Mains Returned"
  8340. ::= { notifications 1073742058 }
  8341.  
  8342. tLoadOnMains NOTIFICATION-TYPE
  8343.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8344.  STATUS current
  8345.  DESCRIPTION "Event: Load on Mains"
  8346. ::= { notifications 1073742059 }
  8347.  
  8348. tLoadOnGenset NOTIFICATION-TYPE
  8349.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8350.  STATUS current
  8351.  DESCRIPTION "Event: Load on Genset"
  8352. ::= { notifications 1073742060 }
  8353.  
  8354. tGenPeakStart NOTIFICATION-TYPE
  8355.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8356.  STATUS current
  8357.  DESCRIPTION "Event: Gen Peak start"
  8358. ::= { notifications 1073742069 }
  8359.  
  8360. tPMSStart NOTIFICATION-TYPE
  8361.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8362.  STATUS current
  8363.  DESCRIPTION "Event: PMS Start"
  8364. ::= { notifications 1073742070 }
  8365.  
  8366. tModbusRemoteStart NOTIFICATION-TYPE
  8367.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8368.  STATUS current
  8369.  DESCRIPTION "Event: Modbus Remote Start"
  8370. ::= { notifications 1073742717 }
  8371.  
  8372. tRemoteStart NOTIFICATION-TYPE
  8373.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8374.  STATUS current
  8375.  DESCRIPTION "Event: Remote Start"
  8376. ::= { notifications 1073742071 }
  8377.  
  8378. tAMFStart NOTIFICATION-TYPE
  8379.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8380.  STATUS current
  8381.  DESCRIPTION "Event: AMF Start"
  8382. ::= { notifications 1073742072 }
  8383.  
  8384. tManualStart NOTIFICATION-TYPE
  8385.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8386.  STATUS current
  8387.  DESCRIPTION "Event: Manual Start"
  8388. ::= { notifications 1073742073 }
  8389.  
  8390. tTestStart NOTIFICATION-TYPE
  8391.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8392.  STATUS current
  8393.  DESCRIPTION "Event: Test Start"
  8394. ::= { notifications 1073742074 }
  8395.  
  8396. tSunriseCHR2FSunsetStart NOTIFICATION-TYPE
  8397.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8398.  STATUS current
  8399.  DESCRIPTION "Event: Sunrise/Sunset Start"
  8400. ::= { notifications 1073742791 }
  8401.  
  8402. tGenSetStop NOTIFICATION-TYPE
  8403.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8404.  STATUS current
  8405.  DESCRIPTION "Event: Gen-set Stop"
  8406. ::= { notifications 1073742075 }
  8407.  
  8408. tManualStop NOTIFICATION-TYPE
  8409.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8410.  STATUS current
  8411.  DESCRIPTION "Event: Manual Stop"
  8412. ::= { notifications 1073742076 }
  8413.  
  8414. tAMFStop NOTIFICATION-TYPE
  8415.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8416.  STATUS current
  8417.  DESCRIPTION "Event: AMF Stop"
  8418. ::= { notifications 1073742077 }
  8419.  
  8420. tRemoteStop NOTIFICATION-TYPE
  8421.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8422.  STATUS current
  8423.  DESCRIPTION "Event: Remote Stop"
  8424. ::= { notifications 1073742078 }
  8425.  
  8426. tGenPeakStop NOTIFICATION-TYPE
  8427.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8428.  STATUS current
  8429.  DESCRIPTION "Event: Gen Peak Stop"
  8430. ::= { notifications 1073742079 }
  8431.  
  8432. tPMSStop NOTIFICATION-TYPE
  8433.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8434.  STATUS current
  8435.  DESCRIPTION "Event: PMS Stop"
  8436. ::= { notifications 1073742080 }
  8437.  
  8438. tModbusRemoteStop NOTIFICATION-TYPE
  8439.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8440.  STATUS current
  8441.  DESCRIPTION "Event: Modbus Remote Stop"
  8442. ::= { notifications 1073742718 }
  8443.  
  8444. tSunriseCHR2FSunsetStop NOTIFICATION-TYPE
  8445.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8446.  STATUS current
  8447.  DESCRIPTION "Event: Sunrise/Sunset Stop"
  8448. ::= { notifications 1073742792 }
  8449.  
  8450. tGCBOpened NOTIFICATION-TYPE
  8451.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8452.  STATUS current
  8453.  DESCRIPTION "Event: GCB Opened"
  8454. ::= { notifications 1073742083 }
  8455.  
  8456. tGCBOpenedExternally NOTIFICATION-TYPE
  8457.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8458.  STATUS current
  8459.  DESCRIPTION "Event: GCB Opened Externally"
  8460. ::= { notifications 1073742462 }
  8461.  
  8462. tGCBClosed NOTIFICATION-TYPE
  8463.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8464.  STATUS current
  8465.  DESCRIPTION "Event: GCB Closed"
  8466. ::= { notifications 1073742084 }
  8467.  
  8468. tGCBClosedExternally NOTIFICATION-TYPE
  8469.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8470.  STATUS current
  8471.  DESCRIPTION "Event: GCB Closed Externally"
  8472. ::= { notifications 1073742463 }
  8473.  
  8474. tMCBOpened NOTIFICATION-TYPE
  8475.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8476.  STATUS current
  8477.  DESCRIPTION "Event: MCB Opened"
  8478. ::= { notifications 1073742085 }
  8479.  
  8480. tMCBOpenedExternally NOTIFICATION-TYPE
  8481.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8482.  STATUS current
  8483.  DESCRIPTION "Event: MCB Opened Externally"
  8484. ::= { notifications 1073742086 }
  8485.  
  8486. tMCBClosed NOTIFICATION-TYPE
  8487.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8488.  STATUS current
  8489.  DESCRIPTION "Event: MCB Closed"
  8490. ::= { notifications 1073742087 }
  8491.  
  8492. tMCBClosedExternally NOTIFICATION-TYPE
  8493.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8494.  STATUS current
  8495.  DESCRIPTION "Event: MCB Closed Externally"
  8496. ::= { notifications 1073742464 }
  8497.  
  8498. tSyncStarted NOTIFICATION-TYPE
  8499.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8500.  STATUS current
  8501.  DESCRIPTION "Event: SyncStarted"
  8502. ::= { notifications 1073742088 }
  8503.  
  8504. tRevSyncStarted NOTIFICATION-TYPE
  8505.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8506.  STATUS current
  8507.  DESCRIPTION "Event: RevSyncStarted"
  8508. ::= { notifications 1073742089 }
  8509.  
  8510. tReady NOTIFICATION-TYPE
  8511.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8512.  STATUS current
  8513.  DESCRIPTION "Event: Ready"
  8514. ::= { notifications 1073742090 }
  8515.  
  8516. tIdleRun NOTIFICATION-TYPE
  8517.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8518.  STATUS current
  8519.  DESCRIPTION "Event: Idle Run"
  8520. ::= { notifications 1073742091 }
  8521.  
  8522. tRunning NOTIFICATION-TYPE
  8523.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8524.  STATUS current
  8525.  DESCRIPTION "Event: Running"
  8526. ::= { notifications 1073742092 }
  8527.  
  8528. tSoftLoad NOTIFICATION-TYPE
  8529.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8530.  STATUS current
  8531.  DESCRIPTION "Event: Soft Load"
  8532. ::= { notifications 1073742094 }
  8533.  
  8534. tLoaded NOTIFICATION-TYPE
  8535.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8536.  STATUS current
  8537.  DESCRIPTION "Event: Loaded"
  8538. ::= { notifications 1073742095 }
  8539.  
  8540. tSoftUnload NOTIFICATION-TYPE
  8541.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8542.  STATUS current
  8543.  DESCRIPTION "Event: Soft Unload"
  8544. ::= { notifications 1073742096 }
  8545.  
  8546. tCooling NOTIFICATION-TYPE
  8547.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8548.  STATUS current
  8549.  DESCRIPTION "Event: Cooling"
  8550. ::= { notifications 1073742097 }
  8551.  
  8552. tEmergMAN NOTIFICATION-TYPE
  8553.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8554.  STATUS current
  8555.  DESCRIPTION "Event: Emerg MAN"
  8556. ::= { notifications 1073742098 }
  8557.  
  8558. tNotReady NOTIFICATION-TYPE
  8559.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8560.  STATUS current
  8561.  DESCRIPTION "Event: Not Ready"
  8562. ::= { notifications 1073742099 }
  8563.  
  8564. tTestOnLoad NOTIFICATION-TYPE
  8565.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8566.  STATUS current
  8567.  DESCRIPTION "Event: Test On Load"
  8568. ::= { notifications 1073742102 }
  8569.  
  8570. tLoadShed NOTIFICATION-TYPE
  8571.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8572.  STATUS current
  8573.  DESCRIPTION "Event: Load Shed"
  8574. ::= { notifications 1073742302 }
  8575.  
  8576. tLoadReconnect NOTIFICATION-TYPE
  8577.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8578.  STATUS current
  8579.  DESCRIPTION "Event: Load Reconnect"
  8580. ::= { notifications 1073742303 }
  8581.  
  8582. tFence1Alarm NOTIFICATION-TYPE
  8583.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8584.  STATUS current
  8585.  DESCRIPTION "Event: Fence 1 Alarm"
  8586. ::= { notifications 1073742119 }
  8587.  
  8588. tFence2Alarm NOTIFICATION-TYPE
  8589.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8590.  STATUS current
  8591.  DESCRIPTION "Event: Fence 2 Alarm"
  8592. ::= { notifications 1073742120 }
  8593.  
  8594. tOtherGCBTrip NOTIFICATION-TYPE
  8595.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8596.  STATUS current
  8597.  DESCRIPTION "Event: OtherGCBTrip"
  8598. ::= { notifications 1073742227 }
  8599.  
  8600. tEmergencyDroopInactive NOTIFICATION-TYPE
  8601.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8602.  STATUS current
  8603.  DESCRIPTION "Event: Emergency Droop Inactive"
  8604. ::= { notifications 1073742230 }
  8605.  
  8606. tStartingSpeedOvershoot NOTIFICATION-TYPE
  8607.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8608.  STATUS current
  8609.  DESCRIPTION "Event: Starting Speed Overshoot"
  8610. ::= { notifications 1073742304 }
  8611.  
  8612. tProtectionForceDisableActive NOTIFICATION-TYPE
  8613.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8614.  STATUS current
  8615.  DESCRIPTION "Event: Protection Force Disable active"
  8616. ::= { notifications 1073742306 }
  8617.  
  8618. tProtectionForceDisableInactive NOTIFICATION-TYPE
  8619.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8620.  STATUS current
  8621.  DESCRIPTION "Event: Protection Force Disable inactive"
  8622. ::= { notifications 1073742307 }
  8623.  
  8624. tProtectionForceDisable2Active NOTIFICATION-TYPE
  8625.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8626.  STATUS current
  8627.  DESCRIPTION "Event: Protection Force Disable 2 active"
  8628. ::= { notifications 1073742465 }
  8629.  
  8630. tProtectionForceDisable2Inactive NOTIFICATION-TYPE
  8631.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8632.  STATUS current
  8633.  DESCRIPTION "Event: Protection Force Disable 2 inactive"
  8634. ::= { notifications 1073742466 }
  8635.  
  8636. tProtectionForceDisable3Active NOTIFICATION-TYPE
  8637.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8638.  STATUS current
  8639.  DESCRIPTION "Event: Protection Force Disable 3 active"
  8640. ::= { notifications 1073742467 }
  8641.  
  8642. tProtectionForceDisable3Inactive NOTIFICATION-TYPE
  8643.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8644.  STATUS current
  8645.  DESCRIPTION "Event: Protection Force Disable 3 inactive"
  8646. ::= { notifications 1073742468 }
  8647.  
  8648. tProtectionForceDisable4Active NOTIFICATION-TYPE
  8649.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8650.  STATUS current
  8651.  DESCRIPTION "Event: Protection Force Disable 4 active"
  8652. ::= { notifications 1073742469 }
  8653.  
  8654. tProtectionForceDisable4Inactive NOTIFICATION-TYPE
  8655.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8656.  STATUS current
  8657.  DESCRIPTION "Event: Protection Force Disable 4 inactive"
  8658. ::= { notifications 1073742470 }
  8659.  
  8660. tMaintenanceTimer1Interval NOTIFICATION-TYPE
  8661.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8662.  STATUS current
  8663.  DESCRIPTION "Event: Maintenance Timer 1 Interval"
  8664. ::= { notifications 1073742415 }
  8665.  
  8666. tMaintenanceTimer2Interval NOTIFICATION-TYPE
  8667.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8668.  STATUS current
  8669.  DESCRIPTION "Event: Maintenance Timer 2 Interval"
  8670. ::= { notifications 1073742416 }
  8671.  
  8672. tMaintenanceTimer3Interval NOTIFICATION-TYPE
  8673.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8674.  STATUS current
  8675.  DESCRIPTION "Event: Maintenance Timer 3 Interval"
  8676. ::= { notifications 1073742417 }
  8677.  
  8678. tParallelWork NOTIFICATION-TYPE
  8679.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8680.  STATUS current
  8681.  DESCRIPTION "Event: Parallel Work"
  8682. ::= { notifications 1073742563 }
  8683.  
  8684. tUserLogin NOTIFICATION-TYPE
  8685.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8686.  STATUS current
  8687.  DESCRIPTION "Event: User Login"
  8688. ::= { notifications 1073742499 }
  8689.  
  8690. tUserLogout NOTIFICATION-TYPE
  8691.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8692.  STATUS current
  8693.  DESCRIPTION "Event: User Logout"
  8694. ::= { notifications 1073742500 }
  8695.  
  8696. tMaintenanceTimer1Reset NOTIFICATION-TYPE
  8697.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8698.  STATUS current
  8699.  DESCRIPTION "Event: Maintenance Timer 1 Reset"
  8700. ::= { notifications 1073742594 }
  8701.  
  8702. tMaintenanceTimer2Reset NOTIFICATION-TYPE
  8703.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8704.  STATUS current
  8705.  DESCRIPTION "Event: Maintenance Timer 2 Reset"
  8706. ::= { notifications 1073742595 }
  8707.  
  8708. tMaintenanceTimer3Reset NOTIFICATION-TYPE
  8709.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8710.  STATUS current
  8711.  DESCRIPTION "Event: Maintenance Timer 3 Reset"
  8712. ::= { notifications 1073742596 }
  8713.  
  8714. tDummyLoadON NOTIFICATION-TYPE
  8715.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8716.  STATUS current
  8717.  DESCRIPTION "Event: Dummy Load ON"
  8718. ::= { notifications 1073742759 }
  8719.  
  8720. tDummyLoadOFF NOTIFICATION-TYPE
  8721.  OBJECTS {tControllerName, tSerNum, tTrapText}
  8722.  STATUS current
  8723.  DESCRIPTION "Event: Dummy Load OFF"
  8724. ::= { notifications 1073742760 }
  8725.  
  8726.  
  8727.  
  8728.  
  8729. --******************************************************************--
  8730.  
  8731. END
  8732.  
captcha