--------------------------------------------------------------------------------
--
-- System Manager SNMP MIB (SMSNMP-MIB.txt)
--
-- All Rights Reserved, Copyright (C) 2003, Hitachi.Ltd.
--
-- Version 05-10-00-00  DATE 2003.01.09
--
--------------------------------------------------------------------------------

SystemManagerMIB DEFINITIONS ::= BEGIN

  IMPORTS
    enterprises      FROM RFC1155-SMI
    DisplayString      FROM RFC1213-MIB;

--------------------------------------------------------------------------------

  hitachi         OBJECT IDENTIFIER  ::= { enterprises   116 }

--------------------------------------------------------------------------------

  systemExMib         OBJECT IDENTIFIER  ::= { hitachi             5 }
  systemManagerMibs   OBJECT IDENTIFIER  ::= { systemExMib        21 }

--------------------------------------------------------------------------------
-- System Manager
-- trap information
--------------------------------------------------------------------------------

  trap                OBJECT IDENTIFIER  ::= { systemManagerMibs   2 }

--------------------------------------------------------------------------------
  driver OBJECT-TYPE
    SYNTAX  driverEntry
    ACCESS  not-accessible
    STATUS  mandatory
  ::= { trap 2 }

  driverEntry ::= SEQUENCE
  {
    driverTrapEventID               INTEGER,
    driverTrapEventType             INTEGER,
    driverTrapEventSeverity         INTEGER,
    driverTrapEventSystem           INTEGER,
    driverTrapEventSubsystem        INTEGER,
    driverTrapEventClass            DisplayString,
    driverTrapEventInstance         DisplayString,
    driverTrapEventGenerationTime   DisplayString,
    driverTrapEventMessage          DisplayString
  }

  driverTrapEventID OBJECT-TYPE
    SYNTAX  INTEGER
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The id of event that has occurred."
  ::= { driver 1 }

  driverTrapEventType OBJECT-TYPE
    SYNTAX  INTEGER
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The type of event that has occurred. It is indicated by a integer value
       as follows (hexadecimal).
         0x000 = Dummy"
  ::= { driver 2 }

  driverTrapEventSeverity OBJECT-TYPE
    SYNTAX  INTEGER
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The severity of this event. It is indicated by a integer value as follows
       (hexadecimal).
         0x001 = Monitor
         0x002 = Information
         0x004 = OK
         0x008 = Non-Critical
         0x010 = Critical
         0x020 = Non-Recoverable"
  ::= { driver 3 }

  driverTrapEventSystem OBJECT-TYPE
    SYNTAX  INTEGER
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The major functional aspect of the product causing the fault. It is
       indicated by a integer value as follows (hexadecimal).
         0x000 = Driver
         0x001 = CI
         0x002 = SVP
         0x003 = OS
         0x004 = Body/Power
         0x005 = UPS
         0x006 = SystemBoard
         0x007 = Extended Slot
         0x008 = SCSI
         0x009 = Disk Array
         0x00A = BIOS POST
         0x00B = Cluster
         0x00C = Network"
  ::= { driver 4 }

  driverTrapEventSubsystem OBJECT-TYPE
    SYNTAX  INTEGER
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The minor functional aspect of the product causing the fault.
       This information is useless now(reserved)."
  ::= { driver 5 }

  driverTrapEventClass OBJECT-TYPE
    SYNTAX  DisplayString 
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The name of the group that is associated with the event. It is
       expressed in the form of string(ASCII Code)."
  ::= { driver 6 }

  driverTrapEventInstance OBJECT-TYPE
    SYNTAX  DisplayString 
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "A list of DMI's integer indexs that identify the instance of the
       associated group that actually generated the event. The list of
       integer indexs are represented in the value of this attribute as a string
       containing a comma-separetaed list of integers. It is expressed in the
       form of string(ASCII Code)."
  ::= { driver 7 }

  driverTrapEventGenerationTime OBJECT-TYPE
    SYNTAX  DisplayString 
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The time when the event has occurred. It is expressed in the form of
       string(ASCII Code)."
  ::= { driver 8 }

  driverTrapEventMessage OBJECT-TYPE
    SYNTAX  DisplayString 
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "Auxiliary infomation related to the event. It is expressed in the form of
       string(in Japanese, Sift JIS Code)."
  ::= { driver 9 }

--------------------------------------------------------------------------------
  ci OBJECT-TYPE
    SYNTAX  ciEntry
    ACCESS  not-accessible
    STATUS  mandatory
  ::= { trap 3 }

  ciEntry ::= SEQUENCE
  {
    ciTrapEventID               INTEGER,
    ciTrapEventType             INTEGER,
    ciTrapEventSeverity         INTEGER,
    ciTrapEventSystem           INTEGER,
    ciTrapEventSubsystem        INTEGER,
    ciTrapEventClass            DisplayString,
    ciTrapEventInstance         DisplayString,
    ciTrapEventGenerationTime   DisplayString,
    ciTrapEventMessage          DisplayString
  }

  ciTrapEventID OBJECT-TYPE
    SYNTAX  INTEGER
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The id of event that has occurred."
  ::= { ci 1 }

  ciTrapEventType OBJECT-TYPE
    SYNTAX  INTEGER
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The type of event that has occurred. It is indicated by a integer value
       as follows (hexadecimal).
         0x000 = Dummy"
  ::= { ci 2 }

  ciTrapEventSeverity OBJECT-TYPE
    SYNTAX  INTEGER
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The severity of this event. It is indicated by a integer value as follows
       (hexadecimal).
         0x001 = Monitor
         0x002 = Information
         0x004 = OK
         0x008 = Non-Critical
         0x010 = Critical
         0x020 = Non-Recoverable"
  ::= { ci 3 }

  ciTrapEventSystem OBJECT-TYPE
    SYNTAX  INTEGER
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The major functional aspect of the product causing the fault. It is
       indicated by a integer value as follows (hexadecimal).
         0x000 = Driver
         0x001 = CI
         0x002 = SVP
         0x003 = OS
         0x004 = Body/Power
         0x005 = UPS
         0x006 = SystemBoard
         0x007 = Extended Slot
         0x008 = SCSI
         0x009 = Disk Array
         0x00A = BIOS POST
         0x00B = Cluster
         0x00C = Network"
  ::= { ci 4 }

  ciTrapEventSubsystem OBJECT-TYPE
    SYNTAX  INTEGER
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The minor functional aspect of the product causing the fault.
       This information is useless now(reserved)."
  ::= { ci 5 }

  ciTrapEventClass OBJECT-TYPE
    SYNTAX  DisplayString 
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The name of the group that is associated with the event. It is
       expressed in the form of string(ASCII Code)."
  ::= { ci 6 }

  ciTrapEventInstance OBJECT-TYPE
    SYNTAX  DisplayString 
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "A list of DMI's integer indexs that identify the instance of the
       associated group that actually generated the event. The list of
       integer indexs are represented in the value of this attribute as a string
       containing a comma-separetaed list of integers. It is expressed in the
       form of string(ASCII Code)."
  ::= { ci 7 }

  ciTrapEventGenerationTime OBJECT-TYPE
    SYNTAX  DisplayString 
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The time when the event has occurred. It is expressed in the form of
       string(ASCII Code)."
  ::= { ci 8 }

  ciTrapEventMessage OBJECT-TYPE
    SYNTAX  DisplayString 
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "Auxiliary infomation related to the event. It is expressed in the form of
       string(in Japanese, Sift JIS Code)."
  ::= { ci 9 }

--------------------------------------------------------------------------------
  svp OBJECT-TYPE
    SYNTAX  svpEntry
    ACCESS  not-accessible
    STATUS  mandatory
  ::= { trap 4 }

  svpEntry ::= SEQUENCE
  {
    svpTrapEventID               INTEGER,
    svpTrapEventType             INTEGER,
    svpTrapEventSeverity         INTEGER,
    svpTrapEventSystem           INTEGER,
    svpTrapEventSubsystem        INTEGER,
    svpTrapEventClass            DisplayString,
    svpTrapEventInstance         DisplayString,
    svpTrapEventGenerationTime   DisplayString,
    svpTrapEventMessage          DisplayString
  }

  svpTrapEventID OBJECT-TYPE
    SYNTAX  INTEGER
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The id of event that has occurred."
  ::= { svp 1 }

  svpTrapEventType OBJECT-TYPE
    SYNTAX  INTEGER
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The type of event that has occurred. It is indicated by a integer value
       as follows (hexadecimal).
         0x000 = Dummy"
  ::= { svp 2 }

  svpTrapEventSeverity OBJECT-TYPE
    SYNTAX  INTEGER
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The severity of this event. It is indicated by a integer value as follows
       (hexadecimal).
         0x001 = Monitor
         0x002 = Information
         0x004 = OK
         0x008 = Non-Critical
         0x010 = Critical
         0x020 = Non-Recoverable"
  ::= { svp 3 }

  svpTrapEventSystem OBJECT-TYPE
    SYNTAX  INTEGER
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The major functional aspect of the product causing the fault. It is
       indicated by a integer value as follows (hexadecimal).
         0x000 = Driver
         0x001 = CI
         0x002 = SVP
         0x003 = OS
         0x004 = Body/Power
         0x005 = UPS
         0x006 = SystemBoard
         0x007 = Extended Slot
         0x008 = SCSI
         0x009 = Disk Array
         0x00A = BIOS POST
         0x00B = Cluster
         0x00C = Network"
  ::= { svp 4 }

  svpTrapEventSubsystem OBJECT-TYPE
    SYNTAX  INTEGER
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The minor functional aspect of the product causing the fault.
       This information is useless now(reserved)."
  ::= { svp 5 }

  svpTrapEventClass OBJECT-TYPE
    SYNTAX  DisplayString 
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The name of the group that is associated with the event. It is
       expressed in the form of string(ASCII Code)."
  ::= { svp 6 }

  svpTrapEventInstance OBJECT-TYPE
    SYNTAX  DisplayString 
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "A list of DMI's integer indexs that identify the instance of the
       associated group that actually generated the event. The list of
       integer indexs are represented in the value of this attribute as a string
       containing a comma-separetaed list of integers. It is expressed in the
       form of string(ASCII Code)."
  ::= { svp 7 }

  svpTrapEventGenerationTime OBJECT-TYPE
    SYNTAX  DisplayString 
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The time when the event has occurred. It is expressed in the form of
       string(ASCII Code)."
  ::= { svp 8 }

  svpTrapEventMessage OBJECT-TYPE
    SYNTAX  DisplayString 
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "Auxiliary infomation related to the event. It is expressed in the form of
       string(in Japanese, Sift JIS Code)."
  ::= { svp 9 }

--------------------------------------------------------------------------------
  os OBJECT-TYPE
    SYNTAX  osEntry
    ACCESS  not-accessible
    STATUS  mandatory
  ::= { trap 5 }

  osEntry ::= SEQUENCE
  {
    osTrapEeventID               INTEGER,
    osTrapEeventType             INTEGER,
    osTrapEeventSeverity         INTEGER,
    osTrapEeventSystem           INTEGER,
    osTrapEeventSubsystem        INTEGER,
    osTrapEeventClass            DisplayString,
    osTrapEeventInstance         DisplayString,
    osTrapEeventGenerationTime   DisplayString,
    osTrapEeventMessage          DisplayString
  }

  osTrapEventID OBJECT-TYPE
    SYNTAX  INTEGER
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The id of event that has occurred."
  ::= { os 1 }

  osTrapEventType OBJECT-TYPE
    SYNTAX  INTEGER
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The type of event that has occurred. It is indicated by a integer value
       as follows (hexadecimal).
         0x000 = Dummy"
  ::= { os 2 }

  osTrapEventSeverity OBJECT-TYPE
    SYNTAX  INTEGER
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The severity of this event. It is indicated by a integer value as follows
       (hexadecimal).
         0x001 = Monitor
         0x002 = Information
         0x004 = OK
         0x008 = Non-Critical
         0x010 = Critical
         0x020 = Non-Recoverable"
  ::= { os 3 }

  osTrapEventSystem OBJECT-TYPE
    SYNTAX  INTEGER
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The major functional aspect of the product causing the fault. It is
       indicated by a integer value as follows (hexadecimal).
         0x000 = Driver
         0x001 = CI
         0x002 = SVP
         0x003 = OS
         0x004 = Body/Power
         0x005 = UPS
         0x006 = SystemBoard
         0x007 = Extended Slot
         0x008 = SCSI
         0x009 = Disk Array
         0x00A = BIOS POST
         0x00B = Cluster
         0x00C = Network"
  ::= { os 4 }

  osTrapEventSubsystem OBJECT-TYPE
    SYNTAX  INTEGER
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The minor functional aspect of the product causing the fault.
       This information is useless now(reserved)."
  ::= { os 5 }

  osTrapEventClass OBJECT-TYPE
    SYNTAX  DisplayString 
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The name of the group that is associated with the event. It is
       expressed in the form of string(ASCII Code)."
  ::= { os 6 }

  osTrapEventInstance OBJECT-TYPE
    SYNTAX  DisplayString 
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "A list of DMI's integer indexs that identify the instance of the
       associated group that actually generated the event. The list of
       integer indexs are represented in the value of this attribute as a string
       containing a comma-separetaed list of integers. It is expressed in the
       form of string(ASCII Code)."
  ::= { os 7 }

  osTrapEventGenerationTime OBJECT-TYPE
    SYNTAX  DisplayString 
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The time when the event has occurred. It is expressed in the form of
       string(ASCII Code)."
  ::= { os 8 }

  osTrapEventMessage OBJECT-TYPE
    SYNTAX  DisplayString 
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "Auxiliary infomation related to the event. It is expressed in the form of
       string(in Japanese, Sift JIS Code)."
  ::= { os 9 }

--------------------------------------------------------------------------------
  body OBJECT-TYPE
    SYNTAX  bodyEntry
    ACCESS  not-accessible
    STATUS  mandatory
  ::= { trap 6 }

  bodyEntry ::= SEQUENCE
  {
    bodyTrapEventID               INTEGER,
    bodyTrapEventType             INTEGER,
    bodyTrapEventSeverity         INTEGER,
    bodyTrapEventSystem           INTEGER,
    bodyTrapEventSubsystem        INTEGER,
    bodyTrapEventClass            DisplayString,
    bodyTrapEventInstance         DisplayString,
    bodyTrapEventGenerationTime   DisplayString,
    bodyTrapEventMessage          DisplayString
  }

  bodyTrapEventID OBJECT-TYPE
    SYNTAX  INTEGER
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The id of event that has occurred."
  ::= { body 1 }

  bodyTrapEventType OBJECT-TYPE
    SYNTAX  INTEGER
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The type of event that has occurred. It is indicated by a integer value
       as follows (hexadecimal).
         0x000 = Dummy"
  ::= { body 2 }

  bodyTrapEventSeverity OBJECT-TYPE
    SYNTAX  INTEGER
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The severity of this event. It is indicated by a integer value as follows
       (hexadecimal).
         0x001 = Monitor
         0x002 = Information
         0x004 = OK
         0x008 = Non-Critical
         0x010 = Critical
         0x020 = Non-Recoverable"
  ::= { body 3 }

  bodyTrapEventSystem OBJECT-TYPE
    SYNTAX  INTEGER
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The major functional aspect of the product causing the fault. It is
       indicated by a integer value as follows (hexadecimal).
         0x000 = Driver
         0x001 = CI
         0x002 = SVP
         0x003 = OS
         0x004 = Body/Power
         0x005 = UPS
         0x006 = SystemBoard
         0x007 = Extended Slot
         0x008 = SCSI
         0x009 = Disk Array
         0x00A = BIOS POST
         0x00B = Cluster
         0x00C = Network"
  ::= { body 4 }

  bodyTrapEventSubsystem OBJECT-TYPE
    SYNTAX  INTEGER
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The minor functional aspect of the product causing the fault.
       This information is useless now(reserved)."
  ::= { body 5 }

  bodyTrapEventClass OBJECT-TYPE
    SYNTAX  DisplayString 
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The name of the group that is associated with the event. It is
       expressed in the form of string(ASCII Code)."
  ::= { body 6 }

  bodyTrapEventInstance OBJECT-TYPE
    SYNTAX  DisplayString 
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "A list of DMI's integer indexs that identify the instance of the
       associated group that actually generated the event. The list of
       integer indexs are represented in the value of this attribute as a string
       containing a comma-separetaed list of integers. It is expressed in the
       form of string(ASCII Code)."
  ::= { body 7 }

  bodyTrapEventGenerationTime OBJECT-TYPE
    SYNTAX  DisplayString 
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The time when the event has occurred. It is expressed in the form of
       string(ASCII Code)."
  ::= { body 8 }

  bodyTrapEventMessage OBJECT-TYPE
    SYNTAX  DisplayString 
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "Auxiliary infomation related to the event. It is expressed in the form of
       string(in Japanese, Sift JIS Code)."
  ::= { body 9 }

--------------------------------------------------------------------------------
  powerUps OBJECT-TYPE
    SYNTAX  powerUpsEntry
    ACCESS  not-accessible
    STATUS  mandatory
  ::= { trap 7 }

  powerUpsEntry ::= SEQUENCE
  {
    powerUpsTrapEventID               INTEGER,
    powerUpsTrapEventType             INTEGER,
    powerUpsTrapEventSeverity         INTEGER,
    powerUpsTrapEventSystem           INTEGER,
    powerUpsTrapEventSubsystem        INTEGER,
    powerUpsTrapEventClass            DisplayString,
    powerUpsTrapEventInstance         DisplayString,
    powerUpsTrapEventGenerationTime   DisplayString,
    powerUpsTrapEventMessage          DisplayString
  }

  powerUpsTrapEventID OBJECT-TYPE
    SYNTAX  INTEGER
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The id of event that has occurred."
  ::= { powerUps 1 }

  powerUpsTrapEventType OBJECT-TYPE
    SYNTAX  INTEGER
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The type of event that has occurred. It is indicated by a integer value
       as follows (hexadecimal).
         0x000 = Dummy"
  ::= { powerUps 2 }

  powerUpsTrapEventSeverity OBJECT-TYPE
    SYNTAX  INTEGER
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The severity of this event. It is indicated by a integer value as follows
       (hexadecimal).
         0x001 = Monitor
         0x002 = Information
         0x004 = OK
         0x008 = Non-Critical
         0x010 = Critical
         0x020 = Non-Recoverable"
  ::= { powerUps 3 }

  powerUpsTrapEventSystem OBJECT-TYPE
    SYNTAX  INTEGER
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The major functional aspect of the product causing the fault. It is
       indicated by a integer value as follows (hexadecimal).
         0x000 = Driver
         0x001 = CI
         0x002 = SVP
         0x003 = OS
         0x004 = Body/Power
         0x005 = UPS
         0x006 = SystemBoard
         0x007 = Extended Slot
         0x008 = SCSI
         0x009 = Disk Array
         0x00A = BIOS POST
         0x00B = Cluster
         0x00C = Network"
  ::= { powerUps 4 }

  powerUpsTrapEventSubsystem OBJECT-TYPE
    SYNTAX  INTEGER
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The minor functional aspect of the product causing the fault.
       This information is useless now(reserved)."
  ::= { powerUps 5 }

  powerUpsTrapEventClass OBJECT-TYPE
    SYNTAX  DisplayString 
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The name of the group that is associated with the event. It is
       expressed in the form of string(ASCII Code)."
  ::= { powerUps 6 }

  powerUpsTrapEventInstance OBJECT-TYPE
    SYNTAX  DisplayString 
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "A list of DMI's integer indexs that identify the instance of the
       associated group that actually generated the event. The list of
       integer indexs are represented in the value of this attribute as a string
       containing a comma-separetaed list of integers. It is expressed in the
       form of string(ASCII Code)."
  ::= { powerUps 7 }

  powerUpsTrapEventGenerationTime OBJECT-TYPE
    SYNTAX  DisplayString 
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The time when the event has occurred. It is expressed in the form of
       string(ASCII Code)."
  ::= { powerUps 8 }

  powerUpsTrapEventMessage OBJECT-TYPE
    SYNTAX  DisplayString 
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "Auxiliary infomation related to the event. It is expressed in the form of
       string(in Japanese, Sift JIS Code)."
  ::= { powerUps 9 }

--------------------------------------------------------------------------------
  systemBoard OBJECT-TYPE
    SYNTAX  systemBoardEntry
    ACCESS  not-accessible
    STATUS  mandatory
  ::= { trap 8 }

  systemBoardEntry ::= SEQUENCE
  {
    systemBoardTrapEventID               INTEGER,
    systemBoardTrapEventType             INTEGER,
    systemBoardTrapEventSeverity         INTEGER,
    systemBoardTrapEventSystem           INTEGER,
    systemBoardTrapEventSubsystem        INTEGER,
    systemBoardTrapEventClass            DisplayString,
    systemBoardTrapEventInstance         DisplayString,
    systemBoardTrapEventGenerationTime   DisplayString,
    systemBoardTrapEventMessage          DisplayString
  }

  systemBoardTrapEventID OBJECT-TYPE
    SYNTAX  INTEGER
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The id of event that has occurred."
  ::= { systemBoard 1 }

  systemBoardTrapEventType OBJECT-TYPE
    SYNTAX  INTEGER
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The type of event that has occurred. It is indicated by a integer value
       as follows (hexadecimal).
         0x000 = Dummy"
  ::= { systemBoard 2 }

  systemBoardTrapEventSeverity OBJECT-TYPE
    SYNTAX  INTEGER
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The severity of this event. It is indicated by a integer value as follows
       (hexadecimal).
         0x001 = Monitor
         0x002 = Information
         0x004 = OK
         0x008 = Non-Critical
         0x010 = Critical
         0x020 = Non-Recoverable"
  ::= { systemBoard 3 }

  systemBoardTrapEventSystem OBJECT-TYPE
    SYNTAX  INTEGER
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The major functional aspect of the product causing the fault. It is
       indicated by a integer value as follows (hexadecimal).
         0x000 = Driver
         0x001 = CI
         0x002 = SVP
         0x003 = OS
         0x004 = Body/Power
         0x005 = UPS
         0x006 = SystemBoard
         0x007 = Extended Slot
         0x008 = SCSI
         0x009 = Disk Array
         0x00A = BIOS POST
         0x00B = Cluster
         0x00C = Network"
  ::= { systemBoard 4 }

  systemBoardTrapEventSubsystem OBJECT-TYPE
    SYNTAX  INTEGER
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The minor functional aspect of the product causing the fault.
       This information is useless now(reserved)."
  ::= { systemBoard 5 }

  systemBoardTrapEventClass OBJECT-TYPE
    SYNTAX  DisplayString 
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The name of the group that is associated with the event. It is
       expressed in the form of string(ASCII Code)."
  ::= { systemBoard 6 }

  systemBoardTrapEventInstance OBJECT-TYPE
    SYNTAX  DisplayString 
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "A list of DMI's integer indexs that identify the instance of the
       associated group that actually generated the event. The list of
       integer indexs are represented in the value of this attribute as a string
       containing a comma-separetaed list of integers. It is expressed in the
       form of string(ASCII Code)."
  ::= { systemBoard 7 }

  systemBoardTrapEventGenerationTime OBJECT-TYPE
    SYNTAX  DisplayString 
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The time when the event has occurred. It is expressed in the form of
       string(ASCII Code)."
  ::= { systemBoard 8 }

  systemBoardTrapEventMessage OBJECT-TYPE
    SYNTAX  DisplayString 
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "Auxiliary infomation related to the event. It is expressed in the form of
       string(in Japanese, Sift JIS Code)."
  ::= { systemBoard 9 }

--------------------------------------------------------------------------------
  extendedSlot OBJECT-TYPE
    SYNTAX  extendedSlotEntry
    ACCESS  not-accessible
    STATUS  mandatory
  ::= { trap 9 }

  extendedSlotEntry ::= SEQUENCE
  {
    extendedSlotTrapEventID               INTEGER,
    extendedSlotTrapEventType             INTEGER,
    extendedSlotTrapEventSeverity         INTEGER,
    extendedSlotTrapEventSystem           INTEGER,
    extendedSlotTrapEventSubsystem        INTEGER,
    extendedSlotTrapEventClass            DisplayString,
    extendedSlotTrapEventInstance         DisplayString,
    extendedSlotTrapEventGenerationTime   DisplayString,
    extendedSlotTrapEventMessage          DisplayString
  }

  extendedSlotTrapEventID OBJECT-TYPE
    SYNTAX  INTEGER
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The id of event that has occurred."
  ::= { extendedSlot 1 }

  extendedSlotTrapEventType OBJECT-TYPE
    SYNTAX  INTEGER
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The type of event that has occurred. It is indicated by a integer value
       as follows (hexadecimal).
         0x000 = Dummy"
  ::= { extendedSlot 2 }

  extendedSlotTrapEventSeverity OBJECT-TYPE
    SYNTAX  INTEGER
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The severity of this event. It is indicated by a integer value as follows
       (hexadecimal).
         0x001 = Monitor
         0x002 = Information
         0x004 = OK
         0x008 = Non-Critical
         0x010 = Critical
         0x020 = Non-Recoverable"
  ::= { extendedSlot 3 }

  extendedSlotTrapEventSystem OBJECT-TYPE
    SYNTAX  INTEGER
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The major functional aspect of the product causing the fault. It is
       indicated by a integer value as follows (hexadecimal).
         0x000 = Driver
         0x001 = CI
         0x002 = SVP
         0x003 = OS
         0x004 = Body/Power
         0x005 = UPS
         0x006 = SystemBoard
         0x007 = Extended Slot
         0x008 = SCSI
         0x009 = Disk Array
         0x00A = BIOS POST
         0x00B = Cluster
         0x00C = Network"
  ::= { extendedSlot 4 }

  extendedSlotTrapEventSubsystem OBJECT-TYPE
    SYNTAX  INTEGER
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The minor functional aspect of the product causing the fault.
       This information is useless now(reserved)."
  ::= { extendedSlot 5 }

  extendedSlotTrapEventClass OBJECT-TYPE
    SYNTAX  DisplayString 
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The name of the group that is associated with the event. It is
       expressed in the form of string(ASCII Code)."
  ::= { extendedSlot 6 }

  extendedSlotTrapEventInstance OBJECT-TYPE
    SYNTAX  DisplayString 
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "A list of DMI's integer indexs that identify the instance of the
       associated group that actually generated the event. The list of
       integer indexs are represented in the value of this attribute as a string
       containing a comma-separetaed list of integers. It is expressed in the
       form of string(ASCII Code)."
  ::= { extendedSlot 7 }

  extendedSlotTrapEventGenerationTime OBJECT-TYPE
    SYNTAX  DisplayString 
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The time when the event has occurred. It is expressed in the form of
       string(ASCII Code)."
  ::= { extendedSlot 8 }

  extendedSlotTrapEventMessage OBJECT-TYPE
    SYNTAX  DisplayString 
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "Auxiliary infomation related to the event. It is expressed in the form of
       string(in Japanese, Sift JIS Code)."
  ::= { extendedSlot 9 }

--------------------------------------------------------------------------------
  scsi OBJECT-TYPE
    SYNTAX  scsiEntry
    ACCESS  not-accessible
    STATUS  mandatory
  ::= { trap 10 }

  scsiEntry ::= SEQUENCE
  {
    scsiTrapEventID               INTEGER,
    scsiTrapEventType             INTEGER,
    scsiTrapEventSeverity         INTEGER,
    scsiTrapEventSystem           INTEGER,
    scsiTrapEventSubsystem        INTEGER,
    scsiTrapEventClass            DisplayString,
    scsiTrapEventInstance         DisplayString,
    scsiTrapEventGenerationTime   DisplayString,
    scsiTrapEventMessage          DisplayString
  }

  scsiTrapEventID OBJECT-TYPE
    SYNTAX  INTEGER
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The id of event that has occurred."
  ::= { scsi 1 }

  scsiTrapEventType OBJECT-TYPE
    SYNTAX  INTEGER
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The type of event that has occurred. It is indicated by a integer value
       as follows (hexadecimal).
         0x000 = Dummy"
  ::= { scsi 2 }

  scsiTrapEventSeverity OBJECT-TYPE
    SYNTAX  INTEGER
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The severity of this event. It is indicated by a integer value as follows
       (hexadecimal).
         0x001 = Monitor
         0x002 = Information
         0x004 = OK
         0x008 = Non-Critical
         0x010 = Critical
         0x020 = Non-Recoverable"
  ::= { scsi 3 }

  scsiTrapEventSystem OBJECT-TYPE
    SYNTAX  INTEGER
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The major functional aspect of the product causing the fault. It is
       indicated by a integer value as follows (hexadecimal).
         0x000 = Driver
         0x001 = CI
         0x002 = SVP
         0x003 = OS
         0x004 = Body/Power
         0x005 = UPS
         0x006 = SystemBoard
         0x007 = Extended Slot
         0x008 = SCSI
         0x009 = Disk Array
         0x00A = BIOS POST
         0x00B = Cluster
         0x00C = Network"
  ::= { scsi 4 }

  scsiTrapEventSubsystem OBJECT-TYPE
    SYNTAX  INTEGER
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The minor functional aspect of the product causing the fault.
       This information is useless now(reserved)."
  ::= { scsi 5 }

  scsiTrapEventClass OBJECT-TYPE
    SYNTAX  DisplayString 
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The name of the group that is associated with the event. It is
       expressed in the form of string(ASCII Code)."
  ::= { scsi 6 }

  scsiTrapEventInstance OBJECT-TYPE
    SYNTAX  DisplayString 
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "A list of DMI's integer indexs that identify the instance of the
       associated group that actually generated the event. The list of
       integer indexs are represented in the value of this attribute as a string
       containing a comma-separetaed list of integers. It is expressed in the
       form of string(ASCII Code)."
  ::= { scsi 7 }

  scsiTrapEventGenerationTime OBJECT-TYPE
    SYNTAX  DisplayString 
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The time when the event has occurred. It is expressed in the form of
       string(ASCII Code)."
  ::= { scsi 8 }

  scsiTrapEventMessage OBJECT-TYPE
    SYNTAX  DisplayString 
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "Auxiliary infomation related to the event. It is expressed in the form of
       string(in Japanese, Sift JIS Code)."
  ::= { scsi 9 }

--------------------------------------------------------------------------------
  diskArray OBJECT-TYPE
    SYNTAX  diskArrayEntry
    ACCESS  not-accessible
    STATUS  mandatory
  ::= { trap 11 }

  diskArrayEntry ::= SEQUENCE
  {
    diskArrayTrapEventID               INTEGER,
    diskArrayTrapEventType             INTEGER,
    diskArrayTrapEventSeverity         INTEGER,
    diskArrayTrapEventSystem           INTEGER,
    diskArrayTrapEventSubsystem        INTEGER,
    diskArrayTrapEventClass            DisplayString,
    diskArrayTrapEventInstance         DisplayString,
    diskArrayTrapEventGenerationTime   DisplayString,
    diskArrayTrapEventMessage          DisplayString
  }

  diskArrayTrapEventID OBJECT-TYPE
    SYNTAX  INTEGER
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The id of event that has occurred."
  ::= { diskArray 1 }

  diskArrayTrapEventType OBJECT-TYPE
    SYNTAX  INTEGER
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The type of event that has occurred. It is indicated by a integer value
       as follows (hexadecimal).
         0x000 = Dummy"
  ::= { diskArray 2 }

  diskArrayTrapEventSeverity OBJECT-TYPE
    SYNTAX  INTEGER
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The severity of this event. It is indicated by a integer value as follows
       (hexadecimal).
         0x001 = Monitor
         0x002 = Information
         0x004 = OK
         0x008 = Non-Critical
         0x010 = Critical
         0x020 = Non-Recoverable"
  ::= { diskArray 3 }

  diskArrayTrapEventSystem OBJECT-TYPE
    SYNTAX  INTEGER
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The major functional aspect of the product causing the fault. It is
       indicated by a integer value as follows (hexadecimal).
         0x000 = Driver
         0x001 = CI
         0x002 = SVP
         0x003 = OS
         0x004 = Body/Power
         0x005 = UPS
         0x006 = SystemBoard
         0x007 = Extended Slot
         0x008 = SCSI
         0x009 = Disk Array
         0x00A = BIOS POST
         0x00B = Cluster
         0x00C = Network"
  ::= { diskArray 4 }

  diskArrayTrapEventSubsystem OBJECT-TYPE
    SYNTAX  INTEGER
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The minor functional aspect of the product causing the fault.
       This information is useless now(reserved)."
  ::= { diskArray 5 }

  diskArrayTrapEventClass OBJECT-TYPE
    SYNTAX  DisplayString 
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The name of the group that is associated with the event. It is
       expressed in the form of string(ASCII Code)."
  ::= { diskArray 6 }

  diskArrayTrapEventInstance OBJECT-TYPE
    SYNTAX  DisplayString 
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "A list of DMI's integer indexs that identify the instance of the
       associated group that actually generated the event. The list of
       integer indexs are represented in the value of this attribute as a string
       containing a comma-separetaed list of integers. It is expressed in the
       form of string(ASCII Code)."
  ::= { diskArray 7 }

  diskArrayTrapEventGenerationTime OBJECT-TYPE
    SYNTAX  DisplayString 
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The time when the event has occurred. It is expressed in the form of
       string(ASCII Code)."
  ::= { diskArray 8 }

  diskArrayTrapEventMessage OBJECT-TYPE
    SYNTAX  DisplayString 
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "Auxiliary infomation related to the event. It is expressed in the form of
       string(in Japanese, Sift JIS Code)."
  ::= { diskArray 9 }

--------------------------------------------------------------------------------
  biosPost OBJECT-TYPE
    SYNTAX  biosPostEntry
    ACCESS  not-accessible
    STATUS  mandatory
  ::= { trap 12 }

  biosPostEntry ::= SEQUENCE
  {
    biosPostTrapEventID               INTEGER,
    biosPostTrapEventType             INTEGER,
    biosPostTrapEventSeverity         INTEGER,
    biosPostTrapEventSystem           INTEGER,
    biosPostTrapEventSubsystem        INTEGER,
    biosPostTrapEventClass            DisplayString,
    biosPostTrapEventInstance         DisplayString,
    biosPostTrapEventGenerationTime   DisplayString,
    biosPostTrapEventMessage          DisplayString
  }

  biosPostTrapEventID OBJECT-TYPE
    SYNTAX  INTEGER
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The id of event that has occurred."
  ::= { biosPost 1 }

  biosPostTrapEventType OBJECT-TYPE
    SYNTAX  INTEGER
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The type of event that has occurred. It is indicated by a integer value
       as follows (hexadecimal).
         0x000 = Dummy"
  ::= { biosPost 2 }

  biosPostTrapEventSeverity OBJECT-TYPE
    SYNTAX  INTEGER
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The severity of this event. It is indicated by a integer value as follows
       (hexadecimal).
         0x001 = Monitor
         0x002 = Information
         0x004 = OK
         0x008 = Non-Critical
         0x010 = Critical
         0x020 = Non-Recoverable"
  ::= { biosPost 3 }

  biosPostTrapEventSystem OBJECT-TYPE
    SYNTAX  INTEGER
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The major functional aspect of the product causing the fault. It is
       indicated by a integer value as follows (hexadecimal).
         0x000 = Driver
         0x001 = CI
         0x002 = SVP
         0x003 = OS
         0x004 = Body/Power
         0x005 = UPS
         0x006 = SystemBoard
         0x007 = Extended Slot
         0x008 = SCSI
         0x009 = Disk Array
         0x00A = BIOS POST
         0x00B = Cluster
         0x00C = Network"
  ::= { biosPost 4 }

  biosPostTrapEventSubsystem OBJECT-TYPE
    SYNTAX  INTEGER
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The minor functional aspect of the product causing the fault.
       This information is useless now(reserved)."
  ::= { biosPost 5 }

  biosPostTrapEventClass OBJECT-TYPE
    SYNTAX  DisplayString 
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The name of the group that is associated with the event. It is
       expressed in the form of string(ASCII Code)."
  ::= { biosPost 6 }

  biosPostTrapEventInstance OBJECT-TYPE
    SYNTAX  DisplayString 
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "A list of DMI's integer indexs that identify the instance of the
       associated group that actually generated the event. The list of
       integer indexs are represented in the value of this attribute as a string
       containing a comma-separetaed list of integers. It is expressed in the
       form of string(ASCII Code)."
  ::= { biosPost 7 }

  biosPostTrapEventGenerationTime OBJECT-TYPE
    SYNTAX  DisplayString 
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The time when the event has occurred. It is expressed in the form of
       string(ASCII Code)."
  ::= { biosPost 8 }

  biosPostTrapEventMessage OBJECT-TYPE
    SYNTAX  DisplayString 
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "Auxiliary infomation related to the event. It is expressed in the form of
       string(in Japanese, Sift JIS Code)."
  ::= { biosPost 9 }

--------------------------------------------------------------------------------
  cluster OBJECT-TYPE
    SYNTAX  clusterEntry
    ACCESS  not-accessible
    STATUS  mandatory
  ::= { trap 13 }

  clusterEntry ::= SEQUENCE
  {
    clusterTrapEventID               INTEGER,
    clusterTrapEventType             INTEGER,
    clusterTrapEventSeverity         INTEGER,
    clusterTrapEventSystem           INTEGER,
    clusterTrapEventSubsystem        INTEGER,
    clusterTrapEventClass            DisplayString,
    clusterTrapEventInstance         DisplayString,
    clusterTrapEventGenerationTime   DisplayString,
    clusterTrapEventMessage          DisplayString
  }

  clusterTrapEventID OBJECT-TYPE
    SYNTAX  INTEGER
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The id of event that has occurred."
  ::= { cluster 1 }

  clusterTrapEventType OBJECT-TYPE
    SYNTAX  INTEGER
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The type of event that has occurred. It is indicated by a integer value
       as follows (hexadecimal).
         0x000 = Dummy"
  ::= { cluster 2 }

  clusterTrapEventSeverity OBJECT-TYPE
    SYNTAX  INTEGER
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The severity of this event. It is indicated by a integer value as follows
       (hexadecimal).
         0x001 = Monitor
         0x002 = Information
         0x004 = OK
         0x008 = Non-Critical
         0x010 = Critical
         0x020 = Non-Recoverable"
  ::= { cluster 3 }

  clusterTrapEventSystem OBJECT-TYPE
    SYNTAX  INTEGER
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The major functional aspect of the product causing the fault. It is
       indicated by a integer value as follows (hexadecimal).
         0x000 = Driver
         0x001 = CI
         0x002 = SVP
         0x003 = OS
         0x004 = Body/Power
         0x005 = UPS
         0x006 = SystemBoard
         0x007 = Extended Slot
         0x008 = SCSI
         0x009 = Disk Array
         0x00A = BIOS POST
         0x00B = Cluster
         0x00C = Network"
  ::= { cluster 4 }

  clusterTrapEventSubsystem OBJECT-TYPE
    SYNTAX  INTEGER
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The minor functional aspect of the product causing the fault.
       This information is useless now(reserved)."
  ::= { cluster 5 }

  clusterTrapEventClass OBJECT-TYPE
    SYNTAX  DisplayString 
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The name of the group that is associated with the event. It is
       expressed in the form of string(ASCII Code)."
  ::= { cluster 6 }

  clusterTrapEventInstance OBJECT-TYPE
    SYNTAX  DisplayString 
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "A list of DMI's integer indexs that identify the instance of the
       associated group that actually generated the event. The list of
       integer indexs are represented in the value of this attribute as a string
       containing a comma-separetaed list of integers. It is expressed in the
       form of string(ASCII Code)."
  ::= { cluster 7 }

  clusterTrapEventGenerationTime OBJECT-TYPE
    SYNTAX  DisplayString 
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The time when the event has occurred. It is expressed in the form of
       string(ASCII Code)."
  ::= { cluster 8 }

  clusterTrapEventMessage OBJECT-TYPE
    SYNTAX  DisplayString 
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "Auxiliary infomation related to the event. It is expressed in the form of
       string(in Japanese, Sift JIS Code)."
  ::= { cluster 9 }

--------------------------------------------------------------------------------
  network OBJECT-TYPE
    SYNTAX  networkEntry
    ACCESS  not-accessible
    STATUS  mandatory
  ::= { trap 14 }

  networkEntry ::= SEQUENCE
  {
    networkTrapEventID               INTEGER,
    networkTrapEventType             INTEGER,
    networkTrapEventSeverity         INTEGER,
    networkTrapEventSystem           INTEGER,
    networkTrapEventSubsystem        INTEGER,
    networkTrapEventClass            DisplayString,
    networkTrapEventInstance         DisplayString,
    networkTrapEventGenerationTime   DisplayString,
    networkTrapEventMessage          DisplayString
  }

  networkTrapEventID OBJECT-TYPE
    SYNTAX  INTEGER
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The id of event that has occurred."
  ::= { network 1 }

  networkTrapEventType OBJECT-TYPE
    SYNTAX  INTEGER
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The type of event that has occurred. It is indicated by a integer value
       as follows (hexadecimal).
         0x000 = Dummy"
  ::= { network 2 }

  networkTrapEventSeverity OBJECT-TYPE
    SYNTAX  INTEGER
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The severity of this event. It is indicated by a integer value as follows
       (hexadecimal).
         0x001 = Monitor
         0x002 = Information
         0x004 = OK
         0x008 = Non-Critical
         0x010 = Critical
         0x020 = Non-Recoverable"
  ::= { network 3 }

  networkTrapEventSystem OBJECT-TYPE
    SYNTAX  INTEGER
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The major functional aspect of the product causing the fault. It is
       indicated by a integer value as follows (hexadecimal).
         0x000 = Driver
         0x001 = CI
         0x002 = SVP
         0x003 = OS
         0x004 = Body/Power
         0x005 = UPS
         0x006 = SystemBoard
         0x007 = Extended Slot
         0x008 = SCSI
         0x009 = Disk Array
         0x00A = BIOS POST
         0x00B = Cluster
         0x00C = Network"
  ::= { network 4 }

  networkTrapEventSubsystem OBJECT-TYPE
    SYNTAX  INTEGER
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The minor functional aspect of the product causing the fault.
       This information is useless now(reserved)."
  ::= { network 5 }

  networkTrapEventClass OBJECT-TYPE
    SYNTAX  DisplayString 
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The name of the group that is associated with the event. It is
       expressed in the form of string(ASCII Code)."
  ::= { network 6 }

  networkTrapEventInstance OBJECT-TYPE
    SYNTAX  DisplayString 
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "A list of DMI's integer indexs that identify the instance of the
       associated group that actually generated the event. The list of
       integer indexs are represented in the value of this attribute as a string
       containing a comma-separetaed list of integers. It is expressed in the
       form of string(ASCII Code)."
  ::= { network 7 }

  networkTrapEventGenerationTime OBJECT-TYPE
    SYNTAX  DisplayString 
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "The time when the event has occurred. It is expressed in the form of
       string(ASCII Code)."
  ::= { network 8 }

  networkTrapEventMessage OBJECT-TYPE
    SYNTAX  DisplayString 
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
      "Auxiliary infomation related to the event. It is expressed in the form of
       string(in Japanese, Sift JIS Code)."
  ::= { network 9 }

--------------------------------------------------------------------------------

  systemAP        OBJECT IDENTIFIER  ::= { hitachi         7 }
  systemManager   OBJECT IDENTIFIER  ::= { systemAP       21 }

--------------------------------------------------------------------------------
-- System Manager
-- trap
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------
  driverTrapUnknown TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      driverTrapEventID,
      driverTrapEventType,
      driverTrapEventSeverity,
      driverTrapEventSystem,
      driverTrapEventSubsystem,
      driverTrapEventClass,
      driverTrapEventInstance,
      driverTrapEventGenerationTime,
      driverTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at driver, severity is unknown)."
    ::= 100

--------------------------------------------------------------------------------
  driverTrapMonitor TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      driverTrapEventID,
      driverTrapEventType,
      driverTrapEventSeverity,
      driverTrapEventSystem,
      driverTrapEventSubsystem,
      driverTrapEventClass,
      driverTrapEventInstance,
      driverTrapEventGenerationTime,
      driverTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at driver, severity is Monitor)."
    ::= 101

--------------------------------------------------------------------------------
  driverTrapInformation TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      driverTrapEventID,
      driverTrapEventType,
      driverTrapEventSeverity,
      driverTrapEventSystem,
      driverTrapEventSubsystem,
      driverTrapEventClass,
      driverTrapEventInstance,
      driverTrapEventGenerationTime,
      driverTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at driver, severity is Information)."
    ::= 102

--------------------------------------------------------------------------------
  driverTrapOK TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      driverTrapEventID,
      driverTrapEventType,
      driverTrapEventSeverity,
      driverTrapEventSystem,
      driverTrapEventSubsystem,
      driverTrapEventClass,
      driverTrapEventInstance,
      driverTrapEventGenerationTime,
      driverTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at driver, severity is OK)."
    ::= 103

--------------------------------------------------------------------------------
  driverTrapNon-Critical TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      driverTrapEventID,
      driverTrapEventType,
      driverTrapEventSeverity,
      driverTrapEventSystem,
      driverTrapEventSubsystem,
      driverTrapEventClass,
      driverTrapEventInstance,
      driverTrapEventGenerationTime,
      driverTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at driver, severity is Non-Critical)."
    ::= 104

--------------------------------------------------------------------------------
  driverTrapCritical TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      driverTrapEventID,
      driverTrapEventType,
      driverTrapEventSeverity,
      driverTrapEventSystem,
      driverTrapEventSubsystem,
      driverTrapEventClass,
      driverTrapEventInstance,
      driverTrapEventGenerationTime,
      driverTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at driver, severity is Critical)."
    ::= 105

--------------------------------------------------------------------------------
  driverTrapNon-Recoverable TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      driverTrapEventID,
      driverTrapEventType,
      driverTrapEventSeverity,
      driverTrapEventSystem,
      driverTrapEventSubsystem,
      driverTrapEventClass,
      driverTrapEventInstance,
      driverTrapEventGenerationTime,
      driverTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at driver, severity is Non-Recoverable)."
    ::= 106

--------------------------------------------------------------------------------
  ciTrapUnknown TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      ciTrapEventID,
      ciTrapEventType,
      ciTrapEventSeverity,
      ciTrapEventSystem,
      ciTrapEventSubsystem,
      ciTrapEventClass,
      ciTrapEventInstance,
      ciTrapEventGenerationTime,
      ciTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at ci, severity is unknown)."
    ::= 200

--------------------------------------------------------------------------------
  ciTrapMonitor TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      ciTrapEventID,
      ciTrapEventType,
      ciTrapEventSeverity,
      ciTrapEventSystem,
      ciTrapEventSubsystem,
      ciTrapEventClass,
      ciTrapEventInstance,
      ciTrapEventGenerationTime,
      ciTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at ci, severity is Monitor)."
    ::= 201

--------------------------------------------------------------------------------
  ciTrapInformation TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      ciTrapEventID,
      ciTrapEventType,
      ciTrapEventSeverity,
      ciTrapEventSystem,
      ciTrapEventSubsystem,
      ciTrapEventClass,
      ciTrapEventInstance,
      ciTrapEventGenerationTime,
      ciTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at ci, severity is Information)."
    ::= 202

--------------------------------------------------------------------------------
  ciTrapOK TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      ciTrapEventID,
      ciTrapEventType,
      ciTrapEventSeverity,
      ciTrapEventSystem,
      ciTrapEventSubsystem,
      ciTrapEventClass,
      ciTrapEventInstance,
      ciTrapEventGenerationTime,
      ciTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at ci, severity is OK)."
    ::= 203

--------------------------------------------------------------------------------
  ciTrapNon-Critical TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      ciTrapEventID,
      ciTrapEventType,
      ciTrapEventSeverity,
      ciTrapEventSystem,
      ciTrapEventSubsystem,
      ciTrapEventClass,
      ciTrapEventInstance,
      ciTrapEventGenerationTime,
      ciTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at ci, severity is Non-Critical)."
    ::= 204

--------------------------------------------------------------------------------
  ciTrapCritical TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      ciTrapEventID,
      ciTrapEventType,
      ciTrapEventSeverity,
      ciTrapEventSystem,
      ciTrapEventSubsystem,
      ciTrapEventClass,
      ciTrapEventInstance,
      ciTrapEventGenerationTime,
      ciTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at ci, severity is Critical)."
    ::= 205

--------------------------------------------------------------------------------
  ciTrapNon-Recoverable TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      ciTrapEventID,
      ciTrapEventType,
      ciTrapEventSeverity,
      ciTrapEventSystem,
      ciTrapEventSubsystem,
      ciTrapEventClass,
      ciTrapEventInstance,
      ciTrapEventGenerationTime,
      ciTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at ci, severity is Non-Recoverable)."
    ::= 206

--------------------------------------------------------------------------------
  svpTrapUnknown TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      svpTrapEventID,
      svpTrapEventType,
      svpTrapEventSeverity,
      svpTrapEventSystem,
      svpTrapEventSubsystem,
      svpTrapEventClass,
      svpTrapEventInstance,
      svpTrapEventGenerationTime,
      svpTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at svp, severity is unknown)."
    ::= 300

--------------------------------------------------------------------------------
  svpTrapMonitor TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      svpTrapEventID,
      svpTrapEventType,
      svpTrapEventSeverity,
      svpTrapEventSystem,
      svpTrapEventSubsystem,
      svpTrapEventClass,
      svpTrapEventInstance,
      svpTrapEventGenerationTime,
      svpTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at svp, severity is Monitor)."
    ::= 301

--------------------------------------------------------------------------------
  svpTrapInformation TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      svpTrapEventID,
      svpTrapEventType,
      svpTrapEventSeverity,
      svpTrapEventSystem,
      svpTrapEventSubsystem,
      svpTrapEventClass,
      svpTrapEventInstance,
      svpTrapEventGenerationTime,
      svpTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at svp, severity is Information)."
    ::= 302

--------------------------------------------------------------------------------
  svpTrapOK TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      svpTrapEventID,
      svpTrapEventType,
      svpTrapEventSeverity,
      svpTrapEventSystem,
      svpTrapEventSubsystem,
      svpTrapEventClass,
      svpTrapEventInstance,
      svpTrapEventGenerationTime,
      svpTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at svp, severity is OK)."
    ::= 303

--------------------------------------------------------------------------------
  svpTrapNon-Critical TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      svpTrapEventID,
      svpTrapEventType,
      svpTrapEventSeverity,
      svpTrapEventSystem,
      svpTrapEventSubsystem,
      svpTrapEventClass,
      svpTrapEventInstance,
      svpTrapEventGenerationTime,
      svpTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at svp, severity is Non-Critical)."
    ::= 304

--------------------------------------------------------------------------------
  svpTrapCritical TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      svpTrapEventID,
      svpTrapEventType,
      svpTrapEventSeverity,
      svpTrapEventSystem,
      svpTrapEventSubsystem,
      svpTrapEventClass,
      svpTrapEventInstance,
      svpTrapEventGenerationTime,
      svpTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at svp, severity is Critical)."
    ::= 305

--------------------------------------------------------------------------------
  svpTrapNon-Recoverable TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      svpTrapEventID,
      svpTrapEventType,
      svpTrapEventSeverity,
      svpTrapEventSystem,
      svpTrapEventSubsystem,
      svpTrapEventClass,
      svpTrapEventInstance,
      svpTrapEventGenerationTime,
      svpTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at svp, severity is Non-Recoverable)."
    ::= 306

--------------------------------------------------------------------------------
  osTrapUnknown TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      osTrapEventID,
      osTrapEventType,
      osTrapEventSeverity,
      osTrapEventSystem,
      osTrapEventSubsystem,
      osTrapEventClass,
      osTrapEventInstance,
      osTrapEventGenerationTime,
      osTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at os, severity is unknown)."
    ::= 400

--------------------------------------------------------------------------------
  osTrapMonitor TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      osTrapEventID,
      osTrapEventType,
      osTrapEventSeverity,
      osTrapEventSystem,
      osTrapEventSubsystem,
      osTrapEventClass,
      osTrapEventInstance,
      osTrapEventGenerationTime,
      osTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at os, severity is Monitor)."
    ::= 401

--------------------------------------------------------------------------------
  osTrapInformation TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      osTrapEventID,
      osTrapEventType,
      osTrapEventSeverity,
      osTrapEventSystem,
      osTrapEventSubsystem,
      osTrapEventClass,
      osTrapEventInstance,
      osTrapEventGenerationTime,
      osTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at os, severity is Information)."
    ::= 402

--------------------------------------------------------------------------------
  osTrapOK TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      osTrapEventID,
      osTrapEventType,
      osTrapEventSeverity,
      osTrapEventSystem,
      osTrapEventSubsystem,
      osTrapEventClass,
      osTrapEventInstance,
      osTrapEventGenerationTime,
      osTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at os, severity is OK)."
    ::= 403

--------------------------------------------------------------------------------
  osTrapNon-Critical TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      osTrapEventID,
      osTrapEventType,
      osTrapEventSeverity,
      osTrapEventSystem,
      osTrapEventSubsystem,
      osTrapEventClass,
      osTrapEventInstance,
      osTrapEventGenerationTime,
      osTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at os, severity is Non-Critical)."
    ::= 404

--------------------------------------------------------------------------------
  osTrapCritical TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      osTrapEventID,
      osTrapEventType,
      osTrapEventSeverity,
      osTrapEventSystem,
      osTrapEventSubsystem,
      osTrapEventClass,
      osTrapEventInstance,
      osTrapEventGenerationTime,
      osTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at os, severity is Critical)."
    ::= 405

--------------------------------------------------------------------------------
  osTrapNon-Recoverable TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      osTrapEventID,
      osTrapEventType,
      osTrapEventSeverity,
      osTrapEventSystem,
      osTrapEventSubsystem,
      osTrapEventClass,
      osTrapEventInstance,
      osTrapEventGenerationTime,
      osTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at os, severity is Non-Recoverable)."
    ::= 406

--------------------------------------------------------------------------------
  bodyTrapUnknown TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      bodyTrapEventID,
      bodyTrapEventType,
      bodyTrapEventSeverity,
      bodyTrapEventSystem,
      bodyTrapEventSubsystem,
      bodyTrapEventClass,
      bodyTrapEventInstance,
      bodyTrapEventGenerationTime,
      bodyTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at body, power unit, severity is unknown)."
    ::= 500

--------------------------------------------------------------------------------
  bodyTrapMonitor TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      bodyTrapEventID,
      bodyTrapEventType,
      bodyTrapEventSeverity,
      bodyTrapEventSystem,
      bodyTrapEventSubsystem,
      bodyTrapEventClass,
      bodyTrapEventInstance,
      bodyTrapEventGenerationTime,
      bodyTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at body, power unit, severity is Monitor)."
    ::= 501

--------------------------------------------------------------------------------
  bodyTrapInformation TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      bodyTrapEventID,
      bodyTrapEventType,
      bodyTrapEventSeverity,
      bodyTrapEventSystem,
      bodyTrapEventSubsystem,
      bodyTrapEventClass,
      bodyTrapEventInstance,
      bodyTrapEventGenerationTime,
      bodyTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at body, power unit, severity is Information)."
    ::= 502

--------------------------------------------------------------------------------
  bodyTrapOK TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      bodyTrapEventID,
      bodyTrapEventType,
      bodyTrapEventSeverity,
      bodyTrapEventSystem,
      bodyTrapEventSubsystem,
      bodyTrapEventClass,
      bodyTrapEventInstance,
      bodyTrapEventGenerationTime,
      bodyTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at body, power unit, severity is OK)."
    ::= 503

--------------------------------------------------------------------------------
  bodyTrapNon-Critical TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      bodyTrapEventID,
      bodyTrapEventType,
      bodyTrapEventSeverity,
      bodyTrapEventSystem,
      bodyTrapEventSubsystem,
      bodyTrapEventClass,
      bodyTrapEventInstance,
      bodyTrapEventGenerationTime,
      bodyTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at body, power unit, severity is Non-Critical)."
    ::= 504

--------------------------------------------------------------------------------
  bodyTrapCritical TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      bodyTrapEventID,
      bodyTrapEventType,
      bodyTrapEventSeverity,
      bodyTrapEventSystem,
      bodyTrapEventSubsystem,
      bodyTrapEventClass,
      bodyTrapEventInstance,
      bodyTrapEventGenerationTime,
      bodyTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at body, power unit, severity is Critical)."
    ::= 505

--------------------------------------------------------------------------------
  bodyTrapNon-Recoverable TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      bodyTrapEventID,
      bodyTrapEventType,
      bodyTrapEventSeverity,
      bodyTrapEventSystem,
      bodyTrapEventSubsystem,
      bodyTrapEventClass,
      bodyTrapEventInstance,
      bodyTrapEventGenerationTime,
      bodyTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at body, power unit, severity is Non-Recoverable)."
    ::= 506

--------------------------------------------------------------------------------
  powerUpsTrapUnknown TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      powerUpsTrapEventID,
      powerUpsTrapEventType,
      powerUpsTrapEventSeverity,
      powerUpsTrapEventSystem,
      powerUpsTrapEventSubsystem,
      powerUpsTrapEventClass,
      powerUpsTrapEventInstance,
      powerUpsTrapEventGenerationTime,
      powerUpsTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at UPS unit, severity is unknown)."
    ::= 600

--------------------------------------------------------------------------------
  powerUpsTrapMonitor TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      powerUpsTrapEventID,
      powerUpsTrapEventType,
      powerUpsTrapEventSeverity,
      powerUpsTrapEventSystem,
      powerUpsTrapEventSubsystem,
      powerUpsTrapEventClass,
      powerUpsTrapEventInstance,
      powerUpsTrapEventGenerationTime,
      powerUpsTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at UPS unit, severity is Monitor)."
    ::= 601

--------------------------------------------------------------------------------
  powerUpsTrapInformation TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      powerUpsTrapEventID,
      powerUpsTrapEventType,
      powerUpsTrapEventSeverity,
      powerUpsTrapEventSystem,
      powerUpsTrapEventSubsystem,
      powerUpsTrapEventClass,
      powerUpsTrapEventInstance,
      powerUpsTrapEventGenerationTime,
      powerUpsTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at UPS unit, severity is Information)."
    ::= 602

--------------------------------------------------------------------------------
  powerUpsTrapOK TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      powerUpsTrapEventID,
      powerUpsTrapEventType,
      powerUpsTrapEventSeverity,
      powerUpsTrapEventSystem,
      powerUpsTrapEventSubsystem,
      powerUpsTrapEventClass,
      powerUpsTrapEventInstance,
      powerUpsTrapEventGenerationTime,
      powerUpsTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at UPS unit, severity is OK)."
    ::= 603

--------------------------------------------------------------------------------
  powerUpsTrapNon-Critical TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      powerUpsTrapEventID,
      powerUpsTrapEventType,
      powerUpsTrapEventSeverity,
      powerUpsTrapEventSystem,
      powerUpsTrapEventSubsystem,
      powerUpsTrapEventClass,
      powerUpsTrapEventInstance,
      powerUpsTrapEventGenerationTime,
      powerUpsTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at UPS unit, severity is Non-Critical)."
    ::= 604

--------------------------------------------------------------------------------
  powerUpsTrapCritical TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      powerUpsTrapEventID,
      powerUpsTrapEventType,
      powerUpsTrapEventSeverity,
      powerUpsTrapEventSystem,
      powerUpsTrapEventSubsystem,
      powerUpsTrapEventClass,
      powerUpsTrapEventInstance,
      powerUpsTrapEventGenerationTime,
      powerUpsTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at UPS unit, severity is Critical)."
    ::= 605

--------------------------------------------------------------------------------
  powerUpsTrapNon-Recoverable TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      powerUpsTrapEventID,
      powerUpsTrapEventType,
      powerUpsTrapEventSeverity,
      powerUpsTrapEventSystem,
      powerUpsTrapEventSubsystem,
      powerUpsTrapEventClass,
      powerUpsTrapEventInstance,
      powerUpsTrapEventGenerationTime,
      powerUpsTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at UPS unit, severity is Non-Recoverable)."
    ::= 606

--------------------------------------------------------------------------------
  systemBoardTrapUnknown TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      systemBoardTrapEventID,
      systemBoardTrapEventType,
      systemBoardTrapEventSeverity,
      systemBoardTrapEventSystem,
      systemBoardTrapEventSubsystem,
      systemBoardTrapEventClass,
      systemBoardTrapEventInstance,
      systemBoardTrapEventGenerationTime,
      systemBoardTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at system board, severity is unknown)."
    ::= 700

--------------------------------------------------------------------------------
  systemBoardTrapMonitor TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      systemBoardTrapEventID,
      systemBoardTrapEventType,
      systemBoardTrapEventSeverity,
      systemBoardTrapEventSystem,
      systemBoardTrapEventSubsystem,
      systemBoardTrapEventClass,
      systemBoardTrapEventInstance,
      systemBoardTrapEventGenerationTime,
      systemBoardTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at system board, severity is Monitor)."
    ::= 701

--------------------------------------------------------------------------------
  systemBoardTrapInformation TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      systemBoardTrapEventID,
      systemBoardTrapEventType,
      systemBoardTrapEventSeverity,
      systemBoardTrapEventSystem,
      systemBoardTrapEventSubsystem,
      systemBoardTrapEventClass,
      systemBoardTrapEventInstance,
      systemBoardTrapEventGenerationTime,
      systemBoardTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at system board, severity is Information)."
    ::= 702

--------------------------------------------------------------------------------
  systemBoardTrapOK TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      systemBoardTrapEventID,
      systemBoardTrapEventType,
      systemBoardTrapEventSeverity,
      systemBoardTrapEventSystem,
      systemBoardTrapEventSubsystem,
      systemBoardTrapEventClass,
      systemBoardTrapEventInstance,
      systemBoardTrapEventGenerationTime,
      systemBoardTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at system board, severity is OK)."
    ::= 703

--------------------------------------------------------------------------------
  systemBoardTrapNon-Critical TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      systemBoardTrapEventID,
      systemBoardTrapEventType,
      systemBoardTrapEventSeverity,
      systemBoardTrapEventSystem,
      systemBoardTrapEventSubsystem,
      systemBoardTrapEventClass,
      systemBoardTrapEventInstance,
      systemBoardTrapEventGenerationTime,
      systemBoardTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at system board, severity is Non-Critical)."
    ::= 704

--------------------------------------------------------------------------------
  systemBoardTrapCritical TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      systemBoardTrapEventID,
      systemBoardTrapEventType,
      systemBoardTrapEventSeverity,
      systemBoardTrapEventSystem,
      systemBoardTrapEventSubsystem,
      systemBoardTrapEventClass,
      systemBoardTrapEventInstance,
      systemBoardTrapEventGenerationTime,
      systemBoardTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at system board, severity is Critical)."
    ::= 705

--------------------------------------------------------------------------------
  systemBoardTrapNon-Recoverable TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      systemBoardTrapEventID,
      systemBoardTrapEventType,
      systemBoardTrapEventSeverity,
      systemBoardTrapEventSystem,
      systemBoardTrapEventSubsystem,
      systemBoardTrapEventClass,
      systemBoardTrapEventInstance,
      systemBoardTrapEventGenerationTime,
      systemBoardTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at system board, severity is Non-Recoverable)."
    ::= 706

--------------------------------------------------------------------------------
  extendedSlotTrapUnknown TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      extendedSlotTrapEventID,
      extendedSlotTrapEventType,
      extendedSlotTrapEventSeverity,
      extendedSlotTrapEventSystem,
      extendedSlotTrapEventSubsystem,
      extendedSlotTrapEventClass,
      extendedSlotTrapEventInstance,
      extendedSlotTrapEventGenerationTime,
      extendedSlotTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at extended slot, severity is unknown)."
    ::= 800

--------------------------------------------------------------------------------
  extendedSlotTrapMonitor TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      extendedSlotTrapEventID,
      extendedSlotTrapEventType,
      extendedSlotTrapEventSeverity,
      extendedSlotTrapEventSystem,
      extendedSlotTrapEventSubsystem,
      extendedSlotTrapEventClass,
      extendedSlotTrapEventInstance,
      extendedSlotTrapEventGenerationTime,
      extendedSlotTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at extended slot, severity is Monitor)."
    ::= 801

--------------------------------------------------------------------------------
  extendedSlotTrapInformation TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      extendedSlotTrapEventID,
      extendedSlotTrapEventType,
      extendedSlotTrapEventSeverity,
      extendedSlotTrapEventSystem,
      extendedSlotTrapEventSubsystem,
      extendedSlotTrapEventClass,
      extendedSlotTrapEventInstance,
      extendedSlotTrapEventGenerationTime,
      extendedSlotTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at extended slot, severity is Information)."
    ::= 802

--------------------------------------------------------------------------------
  extendedSlotTrapOK TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      extendedSlotTrapEventID,
      extendedSlotTrapEventType,
      extendedSlotTrapEventSeverity,
      extendedSlotTrapEventSystem,
      extendedSlotTrapEventSubsystem,
      extendedSlotTrapEventClass,
      extendedSlotTrapEventInstance,
      extendedSlotTrapEventGenerationTime,
      extendedSlotTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at extended slot, severity is OK)."
    ::= 803

--------------------------------------------------------------------------------
  extendedSlotTrapNon-Critical TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      extendedSlotTrapEventID,
      extendedSlotTrapEventType,
      extendedSlotTrapEventSeverity,
      extendedSlotTrapEventSystem,
      extendedSlotTrapEventSubsystem,
      extendedSlotTrapEventClass,
      extendedSlotTrapEventInstance,
      extendedSlotTrapEventGenerationTime,
      extendedSlotTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at extended slot, severity is Non-Critical)."
    ::= 804

--------------------------------------------------------------------------------
  extendedSlotTrapCritical TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      extendedSlotTrapEventID,
      extendedSlotTrapEventType,
      extendedSlotTrapEventSeverity,
      extendedSlotTrapEventSystem,
      extendedSlotTrapEventSubsystem,
      extendedSlotTrapEventClass,
      extendedSlotTrapEventInstance,
      extendedSlotTrapEventGenerationTime,
      extendedSlotTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at extended slot, severity is Critical)."
    ::= 805

--------------------------------------------------------------------------------
  extendedSlotTrapNon-Recoverable TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      extendedSlotTrapEventID,
      extendedSlotTrapEventType,
      extendedSlotTrapEventSeverity,
      extendedSlotTrapEventSystem,
      extendedSlotTrapEventSubsystem,
      extendedSlotTrapEventClass,
      extendedSlotTrapEventInstance,
      extendedSlotTrapEventGenerationTime,
      extendedSlotTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at extended slot, severity is Non-Recoverable)."
    ::= 806

--------------------------------------------------------------------------------
  scsiTrapUnknown TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      scsiTrapEventID,
      scsiTrapEventType,
      scsiTrapEventSeverity,
      scsiTrapEventSystem,
      scsiTrapEventSubsystem,
      scsiTrapEventClass,
      scsiTrapEventInstance,
      scsiTrapEventGenerationTime,
      scsiTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at scsi device, severity is unknown)."
    ::= 900

--------------------------------------------------------------------------------
  scsiTrapMonitor TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      scsiTrapEventID,
      scsiTrapEventType,
      scsiTrapEventSeverity,
      scsiTrapEventSystem,
      scsiTrapEventSubsystem,
      scsiTrapEventClass,
      scsiTrapEventInstance,
      scsiTrapEventGenerationTime,
      scsiTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at scsi device, severity is Monitor)."
    ::= 901

--------------------------------------------------------------------------------
  scsiTrapInformation TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      scsiTrapEventID,
      scsiTrapEventType,
      scsiTrapEventSeverity,
      scsiTrapEventSystem,
      scsiTrapEventSubsystem,
      scsiTrapEventClass,
      scsiTrapEventInstance,
      scsiTrapEventGenerationTime,
      scsiTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at scsi device, severity is Information)."
    ::= 902

--------------------------------------------------------------------------------
  scsiTrapOK TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      scsiTrapEventID,
      scsiTrapEventType,
      scsiTrapEventSeverity,
      scsiTrapEventSystem,
      scsiTrapEventSubsystem,
      scsiTrapEventClass,
      scsiTrapEventInstance,
      scsiTrapEventGenerationTime,
      scsiTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at scsi device, severity is OK)."
    ::= 903

--------------------------------------------------------------------------------
  scsiTrapNon-Critical TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      scsiTrapEventID,
      scsiTrapEventType,
      scsiTrapEventSeverity,
      scsiTrapEventSystem,
      scsiTrapEventSubsystem,
      scsiTrapEventClass,
      scsiTrapEventInstance,
      scsiTrapEventGenerationTime,
      scsiTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at scsi device, severity is Non-Critical)."
    ::= 904

--------------------------------------------------------------------------------
  scsiTrapCritical TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      scsiTrapEventID,
      scsiTrapEventType,
      scsiTrapEventSeverity,
      scsiTrapEventSystem,
      scsiTrapEventSubsystem,
      scsiTrapEventClass,
      scsiTrapEventInstance,
      scsiTrapEventGenerationTime,
      scsiTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at scsi device, severity is Critical)."
    ::= 905

--------------------------------------------------------------------------------
  scsiTrapNon-Recoverable TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      scsiTrapEventID,
      scsiTrapEventType,
      scsiTrapEventSeverity,
      scsiTrapEventSystem,
      scsiTrapEventSubsystem,
      scsiTrapEventClass,
      scsiTrapEventInstance,
      scsiTrapEventGenerationTime,
      scsiTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at scsi device, severity is Non-Recoverable)."
    ::= 906

--------------------------------------------------------------------------------
  diskArrayTrapUnknown TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      diskArrayTrapEventID,
      diskArrayTrapEventType,
      diskArrayTrapEventSeverity,
      diskArrayTrapEventSystem,
      diskArrayTrapEventSubsystem,
      diskArrayTrapEventClass,
      diskArrayTrapEventInstance,
      diskArrayTrapEventGenerationTime,
      diskArrayTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at disk array, severity is unknown)."
    ::= 1000

--------------------------------------------------------------------------------
  diskArrayTrapMonitor TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      diskArrayTrapEventID,
      diskArrayTrapEventType,
      diskArrayTrapEventSeverity,
      diskArrayTrapEventSystem,
      diskArrayTrapEventSubsystem,
      diskArrayTrapEventClass,
      diskArrayTrapEventInstance,
      diskArrayTrapEventGenerationTime,
      diskArrayTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at disk array, severity is Monitor)."
    ::= 1001

--------------------------------------------------------------------------------
  diskArrayTrapInformation TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      diskArrayTrapEventID,
      diskArrayTrapEventType,
      diskArrayTrapEventSeverity,
      diskArrayTrapEventSystem,
      diskArrayTrapEventSubsystem,
      diskArrayTrapEventClass,
      diskArrayTrapEventInstance,
      diskArrayTrapEventGenerationTime,
      diskArrayTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at disk array, severity is Information)."
    ::= 1002

--------------------------------------------------------------------------------
  diskArrayTrapOK TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      diskArrayTrapEventID,
      diskArrayTrapEventType,
      diskArrayTrapEventSeverity,
      diskArrayTrapEventSystem,
      diskArrayTrapEventSubsystem,
      diskArrayTrapEventClass,
      diskArrayTrapEventInstance,
      diskArrayTrapEventGenerationTime,
      diskArrayTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at disk array, severity is OK)."
    ::= 1003

--------------------------------------------------------------------------------
  diskArrayTrapNon-Critical TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      diskArrayTrapEventID,
      diskArrayTrapEventType,
      diskArrayTrapEventSeverity,
      diskArrayTrapEventSystem,
      diskArrayTrapEventSubsystem,
      diskArrayTrapEventClass,
      diskArrayTrapEventInstance,
      diskArrayTrapEventGenerationTime,
      diskArrayTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at disk array, severity is Non-Critical)."
    ::= 1004

--------------------------------------------------------------------------------
  diskArrayTrapCritical TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      diskArrayTrapEventID,
      diskArrayTrapEventType,
      diskArrayTrapEventSeverity,
      diskArrayTrapEventSystem,
      diskArrayTrapEventSubsystem,
      diskArrayTrapEventClass,
      diskArrayTrapEventInstance,
      diskArrayTrapEventGenerationTime,
      diskArrayTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at disk array, severity is Critical)."
    ::= 1005

--------------------------------------------------------------------------------
  diskArrayTrapNon-Recoverable TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      diskArrayTrapEventID,
      diskArrayTrapEventType,
      diskArrayTrapEventSeverity,
      diskArrayTrapEventSystem,
      diskArrayTrapEventSubsystem,
      diskArrayTrapEventClass,
      diskArrayTrapEventInstance,
      diskArrayTrapEventGenerationTime,
      diskArrayTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at disk array, severity is Non-Recoverable)."
    ::= 1006

--------------------------------------------------------------------------------
  biosPostTrapUnknown TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      biosPostTrapEventID,
      biosPostTrapEventType,
      biosPostTrapEventSeverity,
      biosPostTrapEventSystem,
      biosPostTrapEventSubsystem,
      biosPostTrapEventClass,
      biosPostTrapEventInstance,
      biosPostTrapEventGenerationTime,
      biosPostTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (bios post, severity is unknown)."
    ::= 1100

--------------------------------------------------------------------------------
  biosPostTrapMonitor TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      biosPostTrapEventID,
      biosPostTrapEventType,
      biosPostTrapEventSeverity,
      biosPostTrapEventSystem,
      biosPostTrapEventSubsystem,
      biosPostTrapEventClass,
      biosPostTrapEventInstance,
      biosPostTrapEventGenerationTime,
      biosPostTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (bios post, severity is Monitor)."
    ::= 1101

--------------------------------------------------------------------------------
  biosPostTrapInformation TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      biosPostTrapEventID,
      biosPostTrapEventType,
      biosPostTrapEventSeverity,
      biosPostTrapEventSystem,
      biosPostTrapEventSubsystem,
      biosPostTrapEventClass,
      biosPostTrapEventInstance,
      biosPostTrapEventGenerationTime,
      biosPostTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (bios post, severity is Information)."
    ::= 1102

--------------------------------------------------------------------------------
  biosPostTrapOK TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      biosPostTrapEventID,
      biosPostTrapEventType,
      biosPostTrapEventSeverity,
      biosPostTrapEventSystem,
      biosPostTrapEventSubsystem,
      biosPostTrapEventClass,
      biosPostTrapEventInstance,
      biosPostTrapEventGenerationTime,
      biosPostTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (bios post, severity is OK)."
    ::= 1103

--------------------------------------------------------------------------------
  biosPostTrapNon-Critical TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      biosPostTrapEventID,
      biosPostTrapEventType,
      biosPostTrapEventSeverity,
      biosPostTrapEventSystem,
      biosPostTrapEventSubsystem,
      biosPostTrapEventClass,
      biosPostTrapEventInstance,
      biosPostTrapEventGenerationTime,
      biosPostTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (bios post, severity is Non-Critical)."
    ::= 1104

--------------------------------------------------------------------------------
  biosPostTrapCritical TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      biosPostTrapEventID,
      biosPostTrapEventType,
      biosPostTrapEventSeverity,
      biosPostTrapEventSystem,
      biosPostTrapEventSubsystem,
      biosPostTrapEventClass,
      biosPostTrapEventInstance,
      biosPostTrapEventGenerationTime,
      biosPostTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (bios post, severity is Critical)."
    ::= 1105

--------------------------------------------------------------------------------
  biosPostTrapNon-Recoverable TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      biosPostTrapEventID,
      biosPostTrapEventType,
      biosPostTrapEventSeverity,
      biosPostTrapEventSystem,
      biosPostTrapEventSubsystem,
      biosPostTrapEventClass,
      biosPostTrapEventInstance,
      biosPostTrapEventGenerationTime,
      biosPostTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (bios post, severity is Non-Recoverable)."
    ::= 1106

--------------------------------------------------------------------------------
  clusterTrapUnknown TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      clusterTrapEventID,
      clusterTrapEventType,
      clusterTrapEventSeverity,
      clusterTrapEventSystem,
      clusterTrapEventSubsystem,
      clusterTrapEventClass,
      clusterTrapEventInstance,
      clusterTrapEventGenerationTime,
      clusterTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at cluster, severity is unknown)."
    ::= 1200

--------------------------------------------------------------------------------
  clusterTrapMonitor TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      clusterTrapEventID,
      clusterTrapEventType,
      clusterTrapEventSeverity,
      clusterTrapEventSystem,
      clusterTrapEventSubsystem,
      clusterTrapEventClass,
      clusterTrapEventInstance,
      clusterTrapEventGenerationTime,
      clusterTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at cluster, severity is Monitor)."
    ::= 1201

--------------------------------------------------------------------------------
  clusterTrapInformation TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      clusterTrapEventID,
      clusterTrapEventType,
      clusterTrapEventSeverity,
      clusterTrapEventSystem,
      clusterTrapEventSubsystem,
      clusterTrapEventClass,
      clusterTrapEventInstance,
      clusterTrapEventGenerationTime,
      clusterTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at cluster, severity is Information)."
    ::= 1202

--------------------------------------------------------------------------------
  clusterTrapOK TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      clusterTrapEventID,
      clusterTrapEventType,
      clusterTrapEventSeverity,
      clusterTrapEventSystem,
      clusterTrapEventSubsystem,
      clusterTrapEventClass,
      clusterTrapEventInstance,
      clusterTrapEventGenerationTime,
      clusterTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at cluster, severity is OK)."
    ::= 1203

--------------------------------------------------------------------------------
  clusterTrapNon-Critical TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      clusterTrapEventID,
      clusterTrapEventType,
      clusterTrapEventSeverity,
      clusterTrapEventSystem,
      clusterTrapEventSubsystem,
      clusterTrapEventClass,
      clusterTrapEventInstance,
      clusterTrapEventGenerationTime,
      clusterTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at cluster, severity is Non-Critical)."
    ::= 1204

--------------------------------------------------------------------------------
  clusterTrapCritical TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      clusterTrapEventID,
      clusterTrapEventType,
      clusterTrapEventSeverity,
      clusterTrapEventSystem,
      clusterTrapEventSubsystem,
      clusterTrapEventClass,
      clusterTrapEventInstance,
      clusterTrapEventGenerationTime,
      clusterTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at cluster, severity is Critical)."
    ::= 1205

--------------------------------------------------------------------------------
  clusterTrapNon-Recoverable TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      clusterTrapEventID,
      clusterTrapEventType,
      clusterTrapEventSeverity,
      clusterTrapEventSystem,
      clusterTrapEventSubsystem,
      clusterTrapEventClass,
      clusterTrapEventInstance,
      clusterTrapEventGenerationTime,
      clusterTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at cluster, severity is Non-Recoverable)."
    ::= 1206

--------------------------------------------------------------------------------
  networkTrapUnknown TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      networkTrapEventID,
      networkTrapEventType,
      networkTrapEventSeverity,
      networkTrapEventSystem,
      networkTrapEventSubsystem,
      networkTrapEventClass,
      networkTrapEventInstance,
      networkTrapEventGenerationTime,
      networkTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at network, severity is unknown)."
    ::= 1300

--------------------------------------------------------------------------------
  networkTrapMonitor TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      networkTrapEventID,
      networkTrapEventType,
      networkTrapEventSeverity,
      networkTrapEventSystem,
      networkTrapEventSubsystem,
      networkTrapEventClass,
      networkTrapEventInstance,
      networkTrapEventGenerationTime,
      networkTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at network, severity is Monitor)."
    ::= 1301

--------------------------------------------------------------------------------
  networkTrapInformation TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      networkTrapEventID,
      networkTrapEventType,
      networkTrapEventSeverity,
      networkTrapEventSystem,
      networkTrapEventSubsystem,
      networkTrapEventClass,
      networkTrapEventInstance,
      networkTrapEventGenerationTime,
      networkTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at network, severity is Information)."
    ::= 1302

--------------------------------------------------------------------------------
  networkTrapOK TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      networkTrapEventID,
      networkTrapEventType,
      networkTrapEventSeverity,
      networkTrapEventSystem,
      networkTrapEventSubsystem,
      networkTrapEventClass,
      networkTrapEventInstance,
      networkTrapEventGenerationTime,
      networkTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at network, severity is OK)."
    ::= 1303

--------------------------------------------------------------------------------
  networkTrapNon-Critical TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      networkTrapEventID,
      networkTrapEventType,
      networkTrapEventSeverity,
      networkTrapEventSystem,
      networkTrapEventSubsystem,
      networkTrapEventClass,
      networkTrapEventInstance,
      networkTrapEventGenerationTime,
      networkTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at network, severity is Non-Critical)."
    ::= 1304

--------------------------------------------------------------------------------
  networkTrapCritical TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      networkTrapEventID,
      networkTrapEventType,
      networkTrapEventSeverity,
      networkTrapEventSystem,
      networkTrapEventSubsystem,
      networkTrapEventClass,
      networkTrapEventInstance,
      networkTrapEventGenerationTime,
      networkTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at network, severity is Critical)."
    ::= 1305

--------------------------------------------------------------------------------
  networkTrapNon-Recoverable TRAP-TYPE
    ENTERPRISE   systemManager
    VARIABLES
    {
      networkTrapEventID,
      networkTrapEventType,
      networkTrapEventSeverity,
      networkTrapEventSystem,
      networkTrapEventSubsystem,
      networkTrapEventClass,
      networkTrapEventInstance,
      networkTrapEventGenerationTime,
      networkTrapEventMessage
    }
    DESCRIPTION
      "This trap signifies that System Manager recognized that the event has
       occurred (at network, severity is Non-Recoverable)."
    ::= 1306

--------------------------------------------------------------------------------

END

--------------------------------------------------------------------------------
