--***************************************************************************
--*
--* NAME:
--*	SUN-ILOM-PET-MIB
--*
--* DESCRIPTION:
--* 	MIB for PET/ASF Events
--*	  
--* NOTE:  This mib module enables management platforms that are
--*        not IPMI compliant to partly decode standard IPMI Platform Event Traps
--*        (PETS) generated by an IPMI Baseboard Management Controller (BMC).
--*        
--*        This mib module, in common with all PET MIBs, does not decode
--*        all the information available in the PET. It only provides access
--*        to the event type information by performing a simple bit-map pattern
--*        match on the 24-bit Specific Trap Type field. All other data in the 
--*        PET frame is ignored.
--*          
--*        Please note that as all PET MIBs are required to use the same 
--*        Object Identifier (OID) within the MIB. If another PET MIB is
--*        already loaded in the SNMP management system the mapping of
--*        a specific trap value to a text strings defined by that MIB 
--*        may precedence over the values defined in this MIB. This aside the
--*        management system will have knowledge of a union of multiple PET
--*        MIBS and their specific-trap values.
--*          
--*        Also please note that all the traps listed in this mib are not   
--*        supported on all Platforms. Please refer to supplementation 
--*        documentation for each platform available on http://www.sun.com.
--*          
--* VERSION:  1.1
--* 
--* PLATFORMS SUPPORTED:      
--*      Sun Fire X2100 M2
--*      Sun Fire X2200 M2
--*      Sun Fire X4100
--*      Sun Fire X4100 M2
--*      Sun Fire X4200
--*      Sun Fire X4200 M2
--*      Sun Fire X4500
--*      Sun Fire X4600
--*      Sun Fire X4600 M2
--*      Sun Blade X8400 Server Module     
--*      Sun Blade X8420 Server Module     
--*          
--***************************************************************************

SUN-ILOM-PET-MIB DEFINITIONS ::= BEGIN

	IMPORTS
		enterprises
			FROM RFC1155-SMI
		OBJECT-TYPE
			FROM RFC-1212

        	TRAP-TYPE
		        FROM RFC-1215

		DisplayString
			FROM RFC1213-MIB;

	wiredformgmt     OBJECT IDENTIFIER ::= { enterprises 3183 }
	pet              OBJECT IDENTIFIER ::= { wiredformgmt 1 }

-- MODULE IDENTIFICATION

--***************************************************************************
--* SYSTEM INFORMATION BRANCH STARTS HERE
--***************************************************************************

petEvts 		OBJECT IDENTIFIER ::= { pet 1 }

--***************************************************************************
--* CHASSIS INTRUSION TRAPS
--***************************************************************************

-- Chassis Intrusion Switch event
petTrapPhysicalSecurityGeneralChassisIntrusionAsserted TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION 
  "Indicates the chassis intrusion switch has been activated"

--#TYPE       "Physical Security: General Chassis Intrusion - Asserted"
--#SUMMARY    "Physical Security: General Chassis Intrusion - Asserted"
--#ARGUMENTS  {}
--#SEVERITY   WARNING

 ::= 356096

-- Chassis Intrusion Switch event
petTrapPhysicalSecurityGeneralChassisIntrusionDeasserted TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION 
  "Indicates the chassis intrusion switch is inactive"

--#TYPE       "Physical Security: General Chassis Intrusion - Deasserted"
--#SUMMARY    "Physical Security: General Chassis Intrusion - Deasserted"
--#ARGUMENTS  {}
--#SEVERITY   INFORMATIONAL

 ::= 356224

-- Chassis Intrusion Switch event
petTrapPhysicalSecurityDriveBayIntrusionAsserted TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION 
  "Indicates the chassis intrusion switch has been activated"

--#TYPE       "Physical Security: Drive Bay Intrusion - Asserted"
--#SUMMARY    "Physical Security: Drive Bay Intrusion - Asserted"
--#ARGUMENTS  {}
--#SEVERITY   WARNING

 ::= 356097

-- Chassis Intrusion Switch event
petTrapPhysicalSecurityDriveBayIntrusionDeasserted TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION 
  "Indicates the chassis intrusion switch is inactive"

--#TYPE       "Physical Security: Drive Bay Intrusion - Deasserted"
--#SUMMARY    "Physical Security: Drive Bay Intrusion - Deasserted"
--#ARGUMENTS  {}
--#SEVERITY   INFORMATIONAL

 ::= 356225

-- Chassis Intrusion Switch event
petTrapPhysicalSecurityIOCardAreaIntrusionAsserted TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION 
  "Indicates the chassis intrusion switch has been activated"

--#TYPE       "Physical Security: I/O Card Area Intrusion - Asserted"
--#SUMMARY    "Physical Security: I/O Card Area Intrusion - Asserted"
--#ARGUMENTS  {}
--#SEVERITY   WARNING

 ::= 356098

-- Chassis Intrusion Switch event
petTrapPhysicalSecurityIOCardAreaIntrusionDeasserted TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION 
  "Indicates the chassis intrusion switch is inactive"

--#TYPE       "Physical Security: I/O Card Area Intrusion - Deasserted"
--#SUMMARY    "Physical Security: I/O Card Area Intrusion - Deasserted"
--#ARGUMENTS  {}
--#SEVERITY   INFORMATIONAL

 ::= 356226

-- Chassis Intrusion Switch event
petTrapPhysicalSecurityProcessorAreaIntrusionAsserted TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION 
  "Indicates the chassis intrusion switch has been activated"

--#TYPE       "Physical Security: Processor Area Intrusion - Asserted"
--#SUMMARY    "Physical Security: Processor Area Intrusion - Asserted"
--#ARGUMENTS  {}
--#SEVERITY   WARNING

 ::= 356099

-- Chassis Intrusion Switch event
petTrapPhysicalSecurityProcessorAreaIntrusionDeasserted TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION 
  "Indicates the chassis intrusion switch is inactive"

--#TYPE       "Physical Security: Processor Area Intrusion - Deasserted"
--#SUMMARY    "Physical Security: Processor Area Intrusion - Deasserted"
--#ARGUMENTS  {}
--#SEVERITY   INFORMATIONAL

 ::= 356227

-- Chassis Intrusion Switch event
petTrapPhysicalSecurityLANLeashLostAsserted TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION 
  "Indicates the chassis intrusion switch has been activated"

--#TYPE       "Physical Security: Lan Leash Lost (System unplugged from LAN) - Asserted"
--#SUMMARY    "Physical Security: Lan Leash Lost (System unplugged from LAN) - Asserted"
--#ARGUMENTS  {}
--#SEVERITY   WARNING

 ::= 356100

-- Chassis Intrusion Switch event
petTrapPhysicalSecurityLANLeashLostDeasserted TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION 
  "Indicates the chassis intrusion switch is inactive"

--#TYPE       "Physical Security: Lan Leash Lost (System unplugged from LAN) - Deasserted"
--#SUMMARY    "Physical Security: Lan Leash Lost (System unplugged from LAN) - Deasserted"
--#ARGUMENTS  {}
--#SEVERITY   INFORMATIONAL

 ::= 356228

-- Chassis Intrusion Switch event
petTrapPhysicalSecurityUnauthorizedDockUndockAsserted TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION 
  "Indicates the chassis intrusion switch has been activated"

--#TYPE       "Physical Security: Unauthorized Dock/Undock - Asserted"
--#SUMMARY    "Physical Security: Unauthorized Dock/Undock - Asserted"
--#ARGUMENTS  {}
--#SEVERITY   WARNING

 ::= 356101

-- Chassis Intrusion Switch event
petTrapPhysicalSecurityUnauthorizedDockUndockDeasserted TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION 
  "Indicates the chassis intrusion switch is inactive"

--#TYPE       "Physical Security: Unauthorized Dock/Undock - Deasserted"
--#SUMMARY    "Physical Security: Unauthorized Dock/Undock - Deasserted"
--#ARGUMENTS  {}
--#SEVERITY   INFORMATIONAL

 ::= 356229

-- Chassis Intrusion Switch event
petTrapPhysicalSecurityFanAreaIntrusionAsserted TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION 
  "Indicates the chassis intrusion switch has been activated"

--#TYPE       "Physical Security: Fan Area Intrusion - Asserted"
--#SUMMARY    "Physical Security: Fan Area Intrusion - Asserted"
--#ARGUMENTS  {}
--#SEVERITY   WARNING

 ::= 356102

-- Chassis Intrusion Switch event
petTrapPhysicalSecurityFanAreaIntrusionDeasserted TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION 
  "Indicates the chassis intrusion switch is inactive"

--#TYPE       "Physical Security: Fan Area Intrusion - Deasserted"
--#SUMMARY    "Physical Security: Fan Area Intrusion - Deasserted"
--#ARGUMENTS  {}
--#SEVERITY   INFORMATIONAL

 ::= 356230

--***************************************************************************
--* CHASSIS POWER SUPPLY TRAPS
--***************************************************************************

-- Chassis Power Supply event
petTrapPowerSupplyPredictiveFailureAsserted TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION 
  "Front panel Rear/PS LED is ON which indicates
   a power supply or voltage event has occurred and the
   system may be headed for failure if not fixed. With the
   X4200 chassis this state also indicates that the
   rear I/O blower has failed"

--#TYPE       "Front Panel Rear/PS LED is ON."
--#SUMMARY    "Front Panel Rear/PS LED is ON."
--#ARGUMENTS  {}
--#SEVERITY   CRITICAL

 ::= 525313

-- Chassis Power Supply event
petTrapPowerSupplyPredictiveFailureDeasserted TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION 
  "Indicates that the front panel Rear/PS LED is OFF"

--#TYPE       "Front Panel Rear/PS LED is OFF."
--#SUMMARY    "Front Panel Rear/PS LED is OFF."
--#ARGUMENTS  {}
--#SEVERITY   INFORMATIONAL

 ::= 525312

--***************************************************************************
--* CHASSIS TEMPERATURE TRAPS
--***************************************************************************

-- Chassis Over Temperature LED event
petTrapTemperaturePredictiveFailureAsserted TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION 
  "Front panel Over Temperature LED is ON. When active
   this means a temperature sensor is reading over critical
   threshold and the system may be headed for failure if the
   temperature continues to rise."

--#TYPE       "Front panel Over Temperature LED is ON."
--#SUMMARY    "Front panel Over Temperature LED is ON."
--#ARGUMENTS  {}
--#SEVERITY   CRITICAL

 ::= 66561

-- Chassis Over Temperature LED event
petTrapTemperaturePredictiveFailureDeasserted TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION 
  "This state indicates that the front panel Over Temperature LED is OFF."

--#TYPE       "Front panel Over Temperature LED is OFF."
--#SUMMARY    "Front panel Over Temperature LED is OFF."
--#ARGUMENTS  {}
--#SEVERITY   INFORMATIONAL

 ::= 66560

--***************************************************************************
--* I/O SENSOR TRAPS
--***************************************************************************

-- Hard Disk Drive Fault Sensor event
petTrapDriveSlotPredictiveFailureAsserted TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION 
  "A HDD Fault LED is ON. It is turned on in response
   to a fault signal from the LSI SAS controller. In
   addition the System Alert LED should be SLOW blinking
   while this is illuminated."

--#TYPE       "Hard Disk Drive Fault LED is ON."
--#SUMMARY    "Hard Disk Drive Fault LED is ON."
--#ARGUMENTS  {}
--#SEVERITY   MAJOR

 ::= 852993

-- Hard Disk Drive Fault Sensor event
petTrapDriveSlotPredictiveFailureDeasserted TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION 
  "This state indicates that a HDD Fault LED which
   was ON before is OFF now."

--#TYPE       "Hard Disk Drive Fault LED is OFF."
--#SUMMARY    "Hard Disk Drive Fault LED is OFF."
--#ARGUMENTS  {}
--#SEVERITY   INFORMATIONAL

 ::= 852992

-- Hard Disk Drive Fault Sensor event
petTrapHardDiskPredictiveFailureAsserted TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION
  "A HDD Fault LED is ON. It is turned on in response
   to a fault signal from the LSI SAS controller. In
   addition the System Alert LED should be SLOW blinking
   while this is illuminated."

--#TYPE         "HDD Fault has been detected. HDD Fault LED is ON."
--#SUMMARY      "HDD Fault has been detected. HDD Fault LED is ON."
--#ARGUMENTS    {}
--#SEVERITY     MAJOR

 ::= 12583937

-- Hard Disk Drive Fault Sensor event
petTrapHardDiskPredictiveFailureDeasserted TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION
  "HDD Fault has been cleared. HDD Fault LED is OFF."

--#TYPE         "HDD Fault has been cleared. HDD Fault LED is OFF."
--#SUMMARY      "HDD Fault has been cleared. HDD Fault LED is OFF."
--#ARGUMENTS    {}
--#SEVERITY     INFORMATIONAL

 ::= 12583936

-- Hard Disk Drive Presence Sensor event
petTrapDriveSlotDriveInsertedOrPresent TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION
  "Hard Disk Drive is present or has been inserted."

--#TYPE         "Hard Disk Drive is present or has been inserted."
--#SUMMARY      "Hard Disk Drive is present or has been inserted."
--#ARGUMENTS    {}
--#SEVERITY     INFORMATIONAL

 ::= 880384

-- Hard Disk Drive Presence Sensor event
petTrapDriveSlotDriveRemovedOrAbsent TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION
  "Hard Disk Drive is absent or has been removed."

--#TYPE         "Hard Disk Drive is absent or has been removed."
--#SUMMARY      "Hard Disk Drive is absent or has been removed."
--#ARGUMENTS    {}
--#SEVERITY     INFORMATIONAL

 ::= 880512

-- Hard Disk Drive Fault Sensor event
petTrapDriveSlotDriveFaultAssert TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION
  "HDD Fault has been detected. A corresponding HDD Fault LED
   is ON. With the X4500 chassis the Top Failure LED is also ON
   to indicate a HDD fault. Front and Rear Panel Alert LED
   should blink SLOW."

--#TYPE         "HDD Fault has been detected. HDD Fault LED is ON."
--#SUMMARY      "HDD Fault has been detected. HDD Fault LED is ON."
--#ARGUMENTS    {}
--#SEVERITY     INFORMATIONAL

 ::= 880385

-- Hard Disk Drive Fault Sensor event
petTrapDriveSlotDriveFaultDeassert TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION
  "HDD Fault has been cleared. A HDD Fault LED which
   was ON before is OFF now."


--#TYPE         "HDD Fault has been cleared. HDD Fault LED is OFF."
--#SUMMARY      "HDD Fault has been cleared. HDD Fault LED is OFF."
--#ARGUMENTS    {}
--#SEVERITY     INFORMATIONAL

 ::= 880513

-- Hard Disk Drive Ready To Remove event
petTrapDriveSlotReadyToRemoveAssert TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION
  "A drive has been unmounted and is ready to be physically removed.
   A corresponding OK To Remove LED is ON."

--#TYPE         "A drive has been unmounted and is ready to be removed."
--#SUMMARY      "A drive has been unmounted and is ready to be removed."
--#ARGUMENTS    {}
--#SEVERITY     INFORMATIONAL

 ::= 880387

-- Hard Disk Drive Ready To Remove event
petTrapDriveSlotReadyToRemoveDeassert TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION
  "A drive is no longer ready to be physically removed. It has either
   been removed or mounted again. A corresponding OK To Remove LED is OFF."

--#TYPE         "A drive is no longer ready to be removed."
--#SUMMARY      "A drive is no longer ready to be removed."
--#ARGUMENTS    {}
--#SEVERITY     INFORMATIONAL

 ::= 880515

-- Hard Disk Drive RAID rebuild event
petTrapDriveSlotRebuildInProgressAssert TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION
  "RAID rebuild is in progress."

--#TYPE         "RAID rebuild is in progress."
--#SUMMARY      "RAID rebuild is in progress."
--#ARGUMENTS    {}
--#SEVERITY     INFORMATIONAL

 ::= 880391

-- Hard Disk Drive RAID rebuild event
petTrapDriveSlotRebuildInProgressDeassert TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION
   "RAID rebuild has been finished."

--#TYPE         "RAID rebuild has been finished."
--#SUMMARY      "RAID rebuild has been finished."
--#ARGUMENTS    {}
--#SEVERITY     INFORMATIONAL

 ::= 880519

--***************************************************************************
--* POWER SUPPLY SENSOR TRAPS
--***************************************************************************

-- Power Supply Sensor events
petTrapPowerSupplyStateDeasserted TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION 
  "Power Supply is disconnected from AC Power."

--#TYPE       "Power Supply is disconnected from AC Power."
--#SUMMARY    "Power Supply is disconnected from AC Power."
--#ARGUMENTS  {}
--#SEVERITY   CRITICAL

 ::= 525056

-- Power Supply Sensor events
petTrapPowerSupplyStateAsserted TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION 
  "Power Supply is connected to AC Power."

--#TYPE       "Power Supply is connected to AC Power."
--#SUMMARY    "Power Supply is connected to AC Power."
--#ARGUMENTS  {}
--#SEVERITY   INFORMATIONAL

 ::= 525057

-- Power Good Sensor events
petTrapPowerUnitStateDeasserted TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION
  "Run-time power fault has occurred. This state indicates
   that one or more DC-DC converter have failed or are not operating
   within nominal specifications."

--#TYPE         "Run-time power fault has occurred."
--#SUMMARY      "Run-time power fault has occurred."
--#ARGUMENTS    {}
--#SEVERITY     CRITICAL

 ::= 590592

-- Power Good Sensor events
petTrapPowerUnitStateAsserted TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION
  "Host power-on sequence has been completed successfully"

--#TYPE         "Host power-on sequence has been completed successfully."
--#SUMMARY      "Host power-on sequence has been completed successfully."
--#ARGUMENTS    {}
--#SEVERITY     INFORMATIONAL

 ::= 590593

--***************************************************************************
--* ENTITY PRESENCE SENSOR TRAPS
--***************************************************************************

-- Entity Presence Sensor events
petTrapEntityPresenceDeviceRemovedOrAbsent TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION 
  "A device is absent or has been removed."

--#TYPE       "A device is absent or has been removed."
--#SUMMARY    "A device is absent or has been removed."
--#ARGUMENTS  {}
--#SEVERITY   CRITICAL

 ::= 2426880

-- Entity Presence Sensor events
petTrapEntityPresenceDeviceInsertedOrPresent TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION 
  "A device is present or has been inserted."

--#TYPE       "A device is present or has been inserted."
--#SUMMARY    "A device is present or has been inserted."
--#ARGUMENTS  {}
--#SEVERITY   INFORMATIONAL

 ::= 2426881

-- Processor Presence event
petTrapProcessorPresenceDetectedDeassert TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION
  "A processor is absent or has been removed."

--#TYPE         "A processor is absent or has been removed."
--#SUMMARY      "A processor is absent or has been removed."
--#ARGUMENTS    {}
--#SEVERITY     CRITICAL

 ::= 487303

-- Processor Presence event
petTrapProcessorPresenceDetectedAssert TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION
  "A processor is present or has been inserted."

--#TYPE         "A processor is present or has been inserted."
--#SUMMARY      "A processor is present or has been inserted."
--#ARGUMENTS    {}
--#SEVERITY     INFORMATIONAL

 ::= 487175

--***************************************************************************
--* FRONT/BACK PANEL LED TRAPS
--***************************************************************************

-- Front/Back Panel Sensor events
petTrapPlatformAlertAsserted TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION 
  "A front/back panel Alert LED is ON. Since the alert
   LED is either OFF or SLOW blinking this sensor will
   alternate between asserted and deasserted when any
   fault alert is active."

--#TYPE       "Platform (front/back panel) Alert LED is ON."
--#SUMMARY    "Platform (front/back panel) Alert LED is ON."
--#ARGUMENTS  {}
--#SEVERITY   WARNING

 ::= 2360065

-- Front/Back Panel Sensor events
petTrapPlatformAlertDeasserted TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION 
  "This state indicates that the front/back panel Alert LED is OFF."

--#TYPE       "Platform (front/back panel) Alert LED is OFF."
--#SUMMARY    "Platform (front/back panel) Alert LED is OFF."
--#ARGUMENTS  {}
--#SEVERITY   INFORMATIONAL

 ::= 2360064

-- Front/Back Panel Locate LED events
petTrapLocateButtonAsserted TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION 
  "This state indicates that the front/back panel Locate LED is OFF."

--#TYPE       "Front/back Locate LED is ON."
--#SUMMARY    "Front/back Locate LED is ON."
--#ARGUMENTS  {}
--#SEVERITY   WARNING

 ::= 1311489

-- Front/Back Panel Locate LED events
petTrapLocateButtonDeasserted TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION 
  "Front/back panel Locate Button is pushed or front/back LED is ON.
   Since locate LED is either OFF or FAST blinking
   this sensor will alternate rapidly between asserted
   and deasserted when locate button is pushed or
   chassis identify command is run."

--#TYPE       "Front/back Locate LED is OFF."
--#SUMMARY    "Front/back Locate LED is OFF."
--#ARGUMENTS  {}
--#SEVERITY   INFORMATIONAL

 ::= 1311488

--***************************************************************************
--* SLOT/CONNECTOR TRAPS
--***************************************************************************

--  Slot/Connector events
petTrapSlotConnectorAsserted TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION 
  "This state indicates that the front panel USB ports are over-current."

--#TYPE       "Front panel USB ports are over-current. Predictive failure asserted."
--#SUMMARY    "Front panel USB ports are over-current. Predictive failure asserted."
--#ARGUMENTS  {}
--#SEVERITY   MAJOR

 ::= 2163713

--  Slot/Connector events
petTrapSlotConnectorDeasserted TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION 
  "This state indicates that the front panel USB current is normal."

--#TYPE       "Front panel USB ports returned to normal state."
--#SUMMARY    "Front panel USB ports returned to normal state."
--#ARGUMENTS  {}
--#SEVERITY   INFORMATIONAL

 ::= 2163712

--***************************************************************************
--* TEMPERATURE SENSOR TRAPS
--***************************************************************************

-- Temperature Sensor events
petTrapTemperatureLowerNonRecoverableGoingLow TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION 
  "Temperature has decreased below lower non-recoverable threshold."

--#TYPE       "Temperature has decreased below lower non-recoverable threshold."
--#SUMMARY    "Temperature has decreased below lower non-recoverable threshold."
--#ARGUMENTS  {}
--#SEVERITY   CRITICAL

 ::= 65796

-- Temperature Sensor events
petTrapTemperatureLowerCriticalGoingLow TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION 
  "Temperature has decreased below lower critical threshold."

--#TYPE       "Temperature has decreased below lower critical threshold."
--#SUMMARY    "Temperature has decreased below lower critical threshold."
--#ARGUMENTS  {}
--#SEVERITY   MAJOR

 ::= 65794

-- Temperature Sensor events
petTrapTemperatureLowerNonCriticalGoingLow TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION 
  "Temperature has decreased below lower non-critical threshold."

--#TYPE       "Temperature has decreased below lower non-critical threshold."
--#SUMMARY    "Temperature has decreased below lower non-critical threshold."
--#ARGUMENTS  {}
--#SEVERITY   WARNING

 ::= 65792

-- Temperature Sensor events
petTrapTemperatureLowerNonRecoverableGoingHigh TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION 
  "Temperature has increased above lower non-recoverable threshold."

--#TYPE       "Temperature has increased above lower non-recoverable threshold."
--#SUMMARY    "Temperature has increased above lower non-recoverable threshold."
--#ARGUMENTS  {}
--#SEVERITY   MAJOR

 ::= 65925

-- Temperature Sensor events
petTrapTemperatureLowerCriticalGoingHigh TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION 
  "Temperature has increased above lower critical threshold."

--#TYPE       "Temperature has increased above lower critical threshold."
--#SUMMARY    "Temperature has increased above lower critical threshold."
--#ARGUMENTS  {}
--#SEVERITY   WARNING

 ::= 65923

-- Temperature Sensor events
petTrapTemperatureLowerNonCriticalGoingHigh TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION 
  "Temperature has increased above lower non-critical threshold."

--#TYPE       "Temperature has increased above lower non-critical threshold."
--#SUMMARY    "Temperature has increased above lower non-critical threshold."
--#ARGUMENTS  {}
--#SEVERITY   INFORMATIONAL

 ::= 65921

-- Temperature Sensor events
petTrapTemperatureUpperNonRecoverableGoingHigh TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION 
  "Temperature has increased above upper non-recoverable threshold."

--#TYPE       "Temperature has increased above upper non-recoverable threshold."
--#SUMMARY    "Temperature has increased above upper non-recoverable threshold."
--#ARGUMENTS  {}
--#SEVERITY   CRITICAL

 ::= 65803

-- Temperature Sensor events
petTrapTemperatureUpperCriticalGoingHigh TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION 
  "Temperature has increased above upper critical threshold."

--#TYPE       "Temperature has increased above upper critical threshold."
--#SUMMARY    "Temperature has increased above upper critical threshold."
--#ARGUMENTS  {}
--#SEVERITY   MAJOR

 ::= 65801

-- Temperature Sensor events
petTrapTemperatureUpperNonCriticalGoingHigh TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION 
  "Temperature has increased above upper non-critical threshold."

--#TYPE       "Temperature has increased above upper non-critical threshold."
--#SUMMARY    "Temperature has increased above upper non-critical threshold."
--#ARGUMENTS  {}
--#SEVERITY   WARNING

 ::= 65799

-- Temperature Sensor events
petTrapTemperatureUpperNonRecoverableGoingLow TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION 
  "Temperature has decreased below upper non-recoverable threshold."

--#TYPE       "Temperature has decreased below upper non-recoverable threshold."
--#SUMMARY    "Temperature has decreased below upper non-recoverable threshold."
--#ARGUMENTS  {}
--#SEVERITY   MAJOR

 ::= 65930

-- Temperature Sensor events
petTrapTemperatureUpperCriticalGoingLow TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION 
  "Temperature has decreased below upper critical threshold."

--#TYPE       "Temperature has decreased below upper critical threshold."
--#SUMMARY    "Temperature has decreased below upper critical threshold."
--#ARGUMENTS  {}
--#SEVERITY   WARNING

 ::= 65928

-- Temperature Sensor events
petTrapTemperatureUpperNonCriticalGoingLow TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION 
  "Temperature has decreased below upper non-critical threshold."

--#TYPE       "Temperature has decreased below upper non-critical threshold."
--#SUMMARY    "Temperature has decreased below upper non-critical threshold."
--#ARGUMENTS  {}
--#SEVERITY   INFORMATIONAL

 ::= 65926

-- Processor Thermal Trip Event
petTrapProcessorThermalTripAssert TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION
  "Processor thermal trip occurred. Processor temperature reached
   the maximum threshold and the processor has been shut down
   to avoid damage."

--#TYPE         "Processor thermal trip occurred. Processor has been shut down to avoid damage."
--#SUMMARY      "Processor thermal trip occurred. Processor has been shut down to avoid damage."
--#ARGUMENTS    {}
--#SEVERITY     CRITICAL

 ::= 487169


--***************************************************************************
--* CPU/MAINBOARD VOLTAGE SENSOR TRAPS
--***************************************************************************

-- Voltage Sensor events
petTrapVoltageLowerNonRecoverableGoingLow TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION 
  "Voltage (CPU or Mainboard) has decreased below lower non-recoverable threshold."

--#TYPE       "Voltage (CPU or Mainboard) has decreased below lower non-recoverable threshold."
--#SUMMARY    "Voltage (CPU or Mainboard) has decreased below lower non-recoverable threshold."
--#ARGUMENTS  {}
--#SEVERITY   CRITICAL

 ::= 131332

-- Voltage Sensor events
petTrapVoltageLowerCriticalGoingLow TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION 
  "Voltage (CPU or Mainboard) has decreased below lower critical threshold."

--#TYPE       "Voltage (CPU or Mainboard) has decreased below lower critical threshold."
--#SUMMARY    "Voltage (CPU or Mainboard) has decreased below lower critical threshold."
--#ARGUMENTS  {}
--#SEVERITY   MAJOR

 ::= 131330

-- Voltage Sensor events
petTrapVoltageLowerNonCriticalGoingLow TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION 
  "Voltage (CPU or Mainboard) has decreased below lower non-critical threshold."

--#TYPE       "Voltage (CPU or Mainboard) has decreased below lower non-critical threshold."
--#SUMMARY    "Voltage (CPU or Mainboard) has decreased below lower non-critical threshold."
--#ARGUMENTS  {}
--#SEVERITY   WARNING

 ::= 131328

-- Voltage Sensor events
petTrapVoltageLowerNonRecoverableGoingHigh TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION 
  "Voltage (CPU or Mainboard) has increased above lower non-recoverable threshold."

--#TYPE       "Voltage (CPU or Mainboard) has increased above lower non-recoverable threshold."
--#SUMMARY    "Voltage (CPU or Mainboard) has increased above lower non-recoverable threshold."
--#ARGUMENTS  {}
--#SEVERITY   MAJOR

 ::= 131461

-- Voltage Sensor events
petTrapVoltageLowerCriticalGoingHigh TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION 
  "Voltage (CPU or Mainboard) has increased above lower critical threshold."

--#TYPE       "Voltage (CPU or Mainboard) has increased above lower critical threshold."
--#SUMMARY    "Voltage (CPU or Mainboard) has increased above lower critical threshold."
--#ARGUMENTS  {}
--#SEVERITY   WARNING

 ::= 131459

-- Voltage Sensor events
petTrapVoltageLowerNonCriticalGoingHigh TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION 
  "Voltage (CPU or Mainboard) has increased above lower non-critical threshold."

--#TYPE       "Voltage (CPU or Mainboard) has increased above lower non-critical threshold."
--#SUMMARY    "Voltage (CPU or Mainboard) has increased above lower non-critical threshold."
--#ARGUMENTS  {}
--#SEVERITY   INFORMATIONAL

 ::= 131457

-- Voltage Sensor events
petTrapVoltageUpperNonRecoverableGoingHigh TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION 
  "Voltage (CPU or Mainboard) has increased above upper non-recoverable threshold."

--#TYPE       "Voltage (CPU or Mainboard) has increased above upper non-recoverable threshold."
--#SUMMARY    "Voltage (CPU or Mainboard) has increased above upper non-recoverable threshold."
--#ARGUMENTS  {}
--#SEVERITY   CRITICAL

 ::= 131339

-- Voltage Sensor events
petTrapVoltageUpperCriticalGoingHigh TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION 
  "Voltage (CPU or Mainboard) has increased above upper critical threshold."

--#TYPE       "Voltage (CPU or Mainboard) has increased above upper critical threshold."
--#SUMMARY    "Voltage (CPU or Mainboard) has increased above upper critical threshold."
--#ARGUMENTS  {}
--#SEVERITY   MAJOR

 ::= 131337

-- Voltage Sensor events
petTrapVoltageUpperNonCriticalGoingHigh TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION 
  "Voltage (CPU or Mainboard) has increased above upper non-critical threshold."

--#TYPE       "Voltage (CPU or Mainboard) has increased above upper non-critical threshold."
--#SUMMARY    "Voltage (CPU or Mainboard) has increased above upper non-critical threshold."
--#ARGUMENTS  {}
--#SEVERITY   WARNING

 ::= 131335

-- Voltage Sensor events
petTrapVoltageUpperNonRecoverableGoingLow TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION 
  "Voltage (CPU or Mainboard) has decreased below upper non-recoverable threshold."

--#TYPE       "Voltage (CPU or Mainboard) has decreased below upper non-recoverable threshold."
--#SUMMARY    "Voltage (CPU or Mainboard) has decreased below upper non-recoverable threshold."
--#ARGUMENTS  {}
--#SEVERITY   MAJOR

 ::= 131466

-- Voltage Sensor events
petTrapVoltageUpperCriticalGoingLow TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION 
  "Voltage (CPU or Mainboard) has decreased below upper critical threshold."

--#TYPE       "Voltage (CPU or Mainboard) has decreased below upper critical threshold."
--#SUMMARY    "Voltage (CPU or Mainboard) has decreased below upper critical threshold."
--#ARGUMENTS  {}
--#SEVERITY   WARNING

 ::= 131464

-- Voltage Sensor events
petTrapVoltageUpperNonCriticalGoingLow TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION 
  "Voltage (CPU or Mainboard) has decreased below upper non-critical threshold."

--#TYPE       "Voltage (CPU or Mainboard) has decreased below upper non-critical threshold."
--#SUMMARY    "Voltage (CPU or Mainboard) has decreased below upper non-critical threshold."
--#ARGUMENTS  {}
--#SEVERITY   INFORMATIONAL

 ::= 131462

--***************************************************************************
--* CURRENT SENSOR TRAPS
--***************************************************************************

-- 48V Rail Current Sensor events
petTrapCurrentLowerCriticalGoingLow TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION
  "Current on the chassis 48V rail has decreased below lower critical threshold."

--#TYPE         "Current on the chassis 48V rail has decreased below lower critical threshold."
--#SUMMARY      "Current on the chassis 48V rail has decreased below lower critical threshold."
--#ARGUMENTS    {}
--#SEVERITY     CRITICAL

 ::= 196866

-- 48V Rail Current Sensor events
petTrapCurrentUpperCriticalGoingHigh TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION
  "Current on the chassis 48V rail has increased above upper critical threshold."

--#TYPE         "Current on the chassis 48V rail has increased above upper critical threshold."
--#SUMMARY      "Current on the chassis 48V rail has increased above upper critical threshold."
--#ARGUMENTS    {}
--#SEVERITY     CRITICAL

 ::= 196873

-- 48V Rail Current Sensor events
petTrapCurrentLowerCriticalGoingHigh TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION
  "Current on the chassis 48V rail has increased above lower critical threshold."

--#TYPE         "Current on the chassis 48V rail has increased above lower critical threshold."
--#SUMMARY      "Current on the chassis 48V rail has increased above lower critical threshold."
--#ARGUMENTS    {}
--#SEVERITY     INFORMATIONAL

 ::= 196995

-- 48V Rail Current Sensor events
petTrapCurrentUpperCriticalGoingLow TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION
  "Current on the chassis 48V rail has decreased below upper critical threshold."

--#TYPE         "Current on the chassis 48V rail has decreased below upper critical threshold."
--#SUMMARY      "Current on the chassis 48V rail has decreased below upper critical threshold."
--#ARGUMENTS    {}
--#SEVERITY     INFORMATIONAL

 ::= 197000

--***************************************************************************
--* PROCESSOR FAULT TRAPS
--***************************************************************************

-- Processor Fault LED events
petTrapProcessorPredictiveFailureAsserted TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION 
  "A CPU Fault LED is ON in response to a Voltage or CPU
   temperature event. When active the System Alert LED should
   be SLOW blinking and either the PS Fail/Rear or Over
   Temperature LED should be ON to indicate the type of event occurred."

--#TYPE       "Processor Predictive Failure has been asserted."
--#SUMMARY    "Processor Predictive Failure has been asserted."
--#ARGUMENTS  {}
--#SEVERITY   CRITICAL

 ::= 459777

-- Processor Fault LED events
petTrapProcessorPredictiveFailureDeasserted TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION 
  "Processor Predictive Failure state has been cleared.
   A CPU Fault LED is OFF."

--#TYPE       "Processor Predictive Failure state has been cleared."
--#SUMMARY    "Processor Predictive Failure state has been cleared."
--#ARGUMENTS  {}
--#SEVERITY   INFORMATIONAL

 ::= 459776

-- Processor Card OK events
petTrapProcessorCardOKAsserted TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION 
  "A CPU card is not functional."

--#TYPE       "A CPU card is not functional."
--#SUMMARY    "A CPU card is not functional."
--#ARGUMENTS  {}
--#SEVERITY   CRITICAL

 ::= 459521

-- Processor Card OK events
petTrapProcessorCardOKDeasserted TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION 
  "A CPU card is functional."

--#TYPE       "A CPU card is functional."
--#SUMMARY    "A CPU card is functional."
--#ARGUMENTS  {}
--#SEVERITY   INFORMATIONAL

 ::= 459520

-- Processor Internal Error events
petTrapProcessorIERRAssert TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION
  "Processor internal error detected."

--#TYPE         "Processor internal error detected."
--#SUMMARY      "Processor internal error detected."
--#ARGUMENTS    {}
--#SEVERITY     CRITICAL

 ::= 487168


--***************************************************************************
--* PROCESSOR DIMM FAULT LED TRAPS
--***************************************************************************

-- Processor DIMM Fault LED events
petTrapMemoryPredictiveFailureAsserted TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION 
  "A CPU DIMM Fault LED is ON. It is illuminated
   in response to a single Uncorrectable ECC error or
   more than 24 correctable ECC errors in 24 hours.
   When active the System Alert LED should also blink SLOW."

--#TYPE       "Memory Predictive Failure has been asserted."
--#SUMMARY    "Memory Predictive Failure has been asserted."
--#ARGUMENTS  {}
--#SEVERITY   CRITICAL

 ::= 787457

-- Processor DIMM Fault LED events
petTrapMemoryPredictiveFailureDeasserted TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION 
  "Memory Predictive Failure state has been cleared.
   A CPU DIMM Fault LED is OFF."

--#TYPE       "Memory Predictive Failure state has been cleared."
--#SUMMARY    "Memory Predictive Failure state has been cleared."
--#ARGUMENTS  {}
--#SEVERITY   INFORMATIONAL

 ::= 787456

--***************************************************************************
--* FAN FAILURE SENSOR TRAPS
--***************************************************************************

-- Fan Failure Sensor events
petTrapFanPredictiveFailureAsserted TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION 
  "A fan module fault LED is ON. When active this means a
   fan has failed and requires replacement. The yellow 
   Service Required indicator is illuminated."
   

--#TYPE       "Fan Predictive Failure has been asserted."
--#SUMMARY    "Fan Predictive Failure has been asserted."
--#ARGUMENTS  {}
--#SEVERITY   CRITICAL

 ::= 263169

-- Fan Failure Sensor events
petTrapFanPredictiveFailureDeasserted TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION 
  "Fan Predictive Failure state has been cleared.
   A fan module fault LED which was ON before is now OFF."
  
--#TYPE       "Fan Predictive Failure state has been cleared."
--#SUMMARY    "Fan Predictive Failure state has been cleared."
--#ARGUMENTS  {}
--#SEVERITY   INFORMATIONAL

 ::= 263168

--***************************************************************************
--* FAN SPEED SENSOR TRAPS
--***************************************************************************

-- Fan Speed Sensor events
petTrapFanLowerNonRecoverableGoingLow TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION 
  "Fan speed has decreased below lower non-recoverable threshold.
   This indicates that the fan has failed or has been removed."

--#TYPE       "Fan speed has decreased below lower non-recoverable threshold. Fan failed or removed."
--#SUMMARY    "Fan speed has decreased below lower non-recoverable threshold. Fan failed or removed."
--#ARGUMENTS  {}
--#SEVERITY   CRITICAL

 ::= 262404

-- Fan Speed Sensor events
petTrapFanLowerCriticalGoingLow TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION 
  "Fan speed has decreased below lower critical threshold."

--#TYPE       "Fan speed has decreased below lower critical threshold."
--#SUMMARY    "Fan speed has decreased below lower critical threshold."
--#ARGUMENTS  {}
--#SEVERITY   MAJOR

 ::= 262402

-- Fan Speed Sensor events
petTrapFanLowerNonCriticalGoingLow TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION 
  "Fan speed has decreased below lower non-critical threshold."

--#TYPE       "Fan speed has decreased below lower non-critical threshold."
--#SUMMARY    "Fan speed has decreased below lower non-critical threshold."
--#ARGUMENTS  {}
--#SEVERITY   WARNING

 ::= 262400

-- Fan Speed Sensor events
petTrapFanLowerNonRecoverableGoingHigh TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION 
  "Fan speed has increased above lower non-recoverable threshold. 
   This indicates that the fan has returned to normal or has been replaced."

--#TYPE       "Fan speed has increased above lower non-recoverable threshold or fan replaced."
--#SUMMARY    "Fan speed has increased above lower non-recoverable threshold or fan replaced."
--#ARGUMENTS  {}
--#SEVERITY   INFORMATIONAL

 ::= 262533

-- Fan Speed Sensor events
petTrapFanLowerCriticalGoingHigh TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION 
  "Fan speed has increased above lower critical threshold."

--#TYPE       "Fan speed has increased above lower critical threshold."
--#SUMMARY    "Fan speed has increased above lower critical threshold."
--#ARGUMENTS  {}
--#SEVERITY   INFORMATIONAL

 ::= 262531

-- Fan Speed Sensor events
petTrapFanLowerNonCriticalGoingHigh TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION 
  "Fan speed has increased above lower non-critical threshold."

--#TYPE       "Fan speed has increased above lower non-critical threshold."
--#SUMMARY    "Fan speed has increased above lower non-critical threshold."
--#ARGUMENTS  {}
--#SEVERITY   INFORMATIONAL

 ::= 262529

-- Fan Speed Sensor events
petTrapFanUpperNonRecoverableGoingHigh TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION 
  "Fan speed has increased above upper non-recoverable threshold."

--#TYPE       "Fan speed has increased above upper non-recoverable threshold."
--#SUMMARY    "Fan speed has increased above upper non-recoverable threshold."
--#ARGUMENTS  {}
--#SEVERITY   CRITICAL

 ::= 262411

-- Fan Speed Sensor events
petTrapFanUpperCriticalGoingHigh TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION 
  "Fan speed has increased above upper critical threshold."

--#TYPE       "Fan speed has increased above upper critical threshold."
--#SUMMARY    "Fan speed has increased above upper critical threshold."
--#ARGUMENTS  {}
--#SEVERITY   MAJOR

 ::= 262409

-- Fan Speed Sensor events
petTrapFanUpperNonCriticalGoingHigh TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION 
  "Fan speed has increased above upper non-critical threshold."

--#TYPE       "Fan speed has increased above upper non-critical threshold."
--#SUMMARY    "Fan speed has increased above upper non-critical threshold."
--#ARGUMENTS  {}
--#SEVERITY   WARNING

 ::= 262407

-- Fan Speed Sensor events
petTrapFanUpperNonRecoverableGoingLow TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION 
  "Fan speed has decreased below upper non-recoverable threshold."

--#TYPE       "Fan speed has decreased below upper non-recoverable threshold."
--#SUMMARY    "Fan speed has decreased below upper non-recoverable threshold."
--#ARGUMENTS  {}
--#SEVERITY   INFORMATIONAL

 ::= 262538

-- Fan Speed Sensor events
petTrapFanUpperCriticalGoingLow TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION 
  "Fan speed has decreased below upper critical threshold."

--#TYPE       "Fan speed has decreased below upper critical threshold."
--#SUMMARY    "Fan speed has decreased below upper critical threshold."
--#ARGUMENTS  {}
--#SEVERITY   INFORMATIONAL

 ::= 262536

-- Fan Speed Sensor events
petTrapFanUpperNonCriticalGoingLow TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION 
  "Fan speed has decreased below upper non-critical threshold."

--#TYPE       "Fan speed has decreased below upper non-critical threshold."
--#SUMMARY    "Fan speed has decreased below upper non-critical threshold."
--#ARGUMENTS  {}
--#SEVERITY   INFORMATIONAL

 ::= 262534

-- Test Alert
petTrapTestAlertReceived TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION
  "Test Trap received"

--#TYPE       "Test Trap Received"
--#SUMMARY    "Test Trap Received"
--#ARGUMENTS  {}
--#SEVERITY   INFORMATIONAL

 ::= 262401 

--***************************************************************************
--* OTHER SENSOR-SPECIFIC IPMI PLATFORM EVENT TRAPS
--***************************************************************************

-- System Firmware Progress sensor type (0Fh)
petTrapSystemFirmwareError TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION
  "System Firmware Error reported. Possible reasons:
   no system memory installed, unrecoverable device failure,
   BIOS ROM corruption, CPU voltage or speed mismatch,
   no video device detected or removable boot media not found."

--#TYPE       "System Firmware Error reported."
--#SUMMARY    "System Firmware Error reported."
--#ARGUMENTS  {}
--#SEVERITY   INFORMATIONAL

 ::= 1011456

-- System Firmware Progress sensor type (0Fh)
petTrapSystemFirmwareHang TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION
  "System Firmware Hang"

--#TYPE       "System Firmware Hang"
--#SUMMARY    "System Firmware Hang"
--#ARGUMENTS  {}
--#SEVERITY   INFORMATIONAL

 ::= 1011457

-- System Firmware Progress sensor type (0Fh)
petTrapSystemFirmwareProgress TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION
  "System Firmware Progress reported. Possible reasons:
   device initialization, hardware resource configuration,
   device test."

--#TYPE       "System Firmware Progress reported."
--#SUMMARY    "System Firmware Progress reported."
--#ARGUMENTS  {}
--#SEVERITY   INFORMATIONAL

 ::= 1011458

-- Event Logging Disabled sensor type (10h)
petTrapAllEventLoggingDisabled TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION
  "All Event Logging Disabled."

--#TYPE       "All Event Logging Disabled."
--#SUMMARY    "All Event Logging Disabled."
--#ARGUMENTS  {}
--#SEVERITY   INFORMATIONAL

 ::= 1076995

-- Event Logging Disabled sensor type (10h)
petTrapSelFull TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION
  "SEL Full."

--#TYPE       "SEL Full."
--#SUMMARY    "SEL Full."
--#ARGUMENTS  {}
--#SEVERITY   INFORMATIONAL

 ::= 1076996

-- Event Logging Disabled sensor type (10h)
petTrapAllEventLoggingEnabled TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION
  "All Event Logging Enabled."

--#TYPE       "All Event Logging Enabled."
--#SUMMARY    "All Event Logging Enabled."
--#ARGUMENTS  {}
--#SEVERITY   INFORMATIONAL

 ::= 1077123

-- System Event sensor type (12h)
petTrapPefAction TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION
  "PEF Action is about to be taken. Event filters
   have been matched."

--#TYPE       "PEF Action is about to be taken. Event filters have been matched."
--#SUMMARY    "PEF Action is about to be taken. Event filters have been matched."
--#ARGUMENTS  {}
--#SEVERITY   INFORMATIONAL

 ::= 1208068

-- Critical Interrupt sensor type (13h)
petTrapSoftwareNmi TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION
  "Software NMI (Non-Maskable Interrupt)."

--#TYPE       "Software NMI (Non-Maskable Interrupt)."
--#SUMMARY    "Software NMI (Non-Maskable Interrupt)."
--#ARGUMENTS  {}
--#SEVERITY   INFORMATIONAL

 ::= 1273603

-- Critical Interrupt sensor type (13h)
petTrapPciParityError TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION
  "PCI Device Parity Error."

--#TYPE       "PCI Device Parity Error."
--#SUMMARY    "PCI Device Parity Error."
--#ARGUMENTS  {}
--#SEVERITY   INFORMATIONAL

 ::= 1273604

-- Critical Interrupt sensor type (13h)
petTrapPciSystemError TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION
  "PCI Device System Error."

--#TYPE       "PCI Device System Error."
--#SUMMARY    "PCI Device System Error."
--#ARGUMENTS  {}
--#SEVERITY   INFORMATIONAL

 ::= 1273605

-- Button / Switch sensor type (14h)
petTrapPowerButtonPressed TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION
  "Power Button pressed."

--#TYPE       "Power Button pressed."
--#SUMMARY    "Power Button pressed."
--#ARGUMENTS  {}
--#SEVERITY   INFORMATIONAL

 ::= 1339136

-- Button / Switch sensor type (14h)
petTrapResetButtonPressed TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION
  "Reset Button pressed."

--#TYPE       "Reset Button pressed."
--#SUMMARY    "Reset Button pressed."
--#ARGUMENTS  {}
--#SEVERITY   INFORMATIONAL

 ::= 1339138

-- Button / Switch sensor type (14h)
petTrapPowerButtonReleased TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION
  "Power Button released."

--#TYPE       "Power Button released."
--#SUMMARY    "Power Button released."
--#ARGUMENTS  {}
--#SEVERITY   INFORMATIONAL

 ::= 1339264

-- Button / Switch sensor type (14h)
petTrapResetButtonReleased TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION
  "Reset Button released."

--#TYPE       "Reset Button released."
--#SUMMARY    "Reset Button released."
--#ARGUMENTS  {}
--#SEVERITY   INFORMATIONAL

 ::= 1339266

-- Boot Error sensor type (1Eh)
petTrapNoBootableMedia TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION
  "No bootable media found."

--#TYPE       "No bootable media found."
--#SUMMARY    "No bootable media found."
--#ARGUMENTS  {}
--#SEVERITY   INFORMATIONAL

 ::= 1994496

-- Watchdog sensor type (23h)
petTrapWatchdogTimerExpired TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION
  "Watchdog timer expired."

--#TYPE       "Watchdog timer expired."
--#SUMMARY    "Watchdog timer expired."
--#ARGUMENTS  {}
--#SEVERITY   INFORMATIONAL

 ::= 2322176

-- Watchdog sensor type (23h)
petTrapWatchdogHardReset TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION
  "System reset after watchdog timer time-out."

--#TYPE       "System reset after watchdog timer time-out."
--#SUMMARY    "System reset after watchdog timer time-out."
--#ARGUMENTS  {}
--#SEVERITY   INFORMATIONAL

 ::= 2322177

-- Watchdog sensor type (23h)
petTrapWatchdogPowerDown TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION
  "System power down after watchdog timer time-out."

--#TYPE       "System power down after watchdog timer time-out."
--#SUMMARY    "System power down after watchdog timer time-out."
--#ARGUMENTS  {}
--#SEVERITY   INFORMATIONAL

 ::= 2322178

-- Watchdog sensor type (23h)
petTrapWatchdogPowerCycle TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION
  "System power cycle after watchdog timer time-out."

--#TYPE       "System power cycle after watchdog timer time-out."
--#SUMMARY    "System power cycle after watchdog timer time-out."
--#ARGUMENTS  {}
--#SEVERITY   INFORMATIONAL

 ::= 2322179

-- Platform Security Violation Attempt sensor type (06h)
petTrapFrontPanelViolation TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION
  "Front Panel Violation attempt."

--#TYPE       "Front Panel Violation attempt."
--#SUMMARY    "Front Panel Violation attempt."
--#ARGUMENTS  {}
--#SEVERITY   INFORMATIONAL

 ::= 421632

-- Platform Security Violation Attempt sensor type (06h)
petTrapOutOfBandAccessPasswordViolation TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION
  "Out-of-band Access Password Violation attempt."

--#TYPE       "Out-of-band Access Password Violation attempt."
--#SUMMARY    "Out-of-band Access Password Violation attempt."
--#ARGUMENTS  {}
--#SEVERITY   INFORMATIONAL

 ::= 421637

-- Power Unit sensor type (09h)
petTrapPowerUnitPowerOff TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION
  "Power unit is off."

--#TYPE       "Power unit is off."
--#SUMMARY    "Power unit is off."
--#ARGUMENTS  {}
--#SEVERITY   INFORMATIONAL

 ::= 618240

-- Power Unit sensor type (09h)
petTrapPowerUnitAcLost TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION
  "AC power lost."

--#TYPE       "AC power lost."
--#SUMMARY    "AC power lost."
--#ARGUMENTS  {}
--#SEVERITY   INFORMATIONAL

 ::= 618244

-- Power Unit sensor type (09h)
petTrapPowerUnitPowerOn TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION
  "Power Unit is on."

--#TYPE       "Power Unit is on."
--#SUMMARY    "Power Unit is on."
--#ARGUMENTS  {}
--#SEVERITY   INFORMATIONAL

 ::= 618368

-- Power Unit sensor type (09h)
petTrapPowerUnitAcRestored TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION
  "AC power restored."

--#TYPE       "AC power restored."
--#SUMMARY    "AC power restored."
--#ARGUMENTS  {}
--#SEVERITY   INFORMATIONAL

 ::= 618372

-- Memory sensor type (0Ch)
petTrapMemoryCorrectableEccError TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION
  "Correctable ECC or other correctable memory error detected."

--#TYPE       "Correctable ECC or other correctable memory error detected."
--#SUMMARY    "Correctable ECC or other correctable memory error detected."
--#ARGUMENTS  {}
--#SEVERITY   INFORMATIONAL

 ::= 814848

-- Memory sensor type (0Ch)
petTrapMemoryUncorrectableEccError TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION
  "Uncorrectable ECC or other uncorrectable memory error detected."

--#TYPE       "Uncorrectable ECC or other uncorrectable memory error detected."
--#SUMMARY    "Uncorrectable ECC or other uncorrectable memory error detected."
--#ARGUMENTS  {}
--#SEVERITY   INFORMATIONAL

 ::= 814849

-- Memory sensor type (0Ch)
petTrapMemoryDeviceDisabled TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION
  "Memory Device Disabled."

--#TYPE       "Memory Device Disabled."
--#SUMMARY    "Memory Device Disabled."
--#ARGUMENTS  {}
--#SEVERITY   INFORMATIONAL

 ::= 814852

-- Memory sensor type (0Ch)
petTrapMemoryPresenceDetectedAssert TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION
  "Memory Presence detected."

--#TYPE       "Memory Presence detected."
--#SUMMARY    "Memory Presence detected."
--#ARGUMENTS  {}
--#SEVERITY   INFORMATIONAL

 ::= 814854

-- Memory sensor type (0Ch)
petTrapMemoryPresenceDetectedDeassert TRAP-TYPE
 ENTERPRISE petEvts
 DESCRIPTION
  "Memory Presence not detected. Device absent."

--#TYPE       "Memory Presence not detected. Device absent."
--#SUMMARY    "Memory Presence not detected. Device absent."
--#ARGUMENTS  {}
--#SEVERITY   INFORMATIONAL

 ::= 814982

END
