Suggested power supply and environment M

{3COM/PDD/PeteW}@pdd.3mail.3com.com Thu, 03 June 1993 11:28 UTC

Received: from ietf.nri.reston.va.us by IETF.CNRI.Reston.VA.US id aa01993; 3 Jun 93 7:28 EDT
Received: from CS.UTK.EDU by IETF.CNRI.Reston.VA.US id aa01989; 3 Jun 93 7:28 EDT
Received: from localhost by CS.UTK.EDU with SMTP (5.61+IDA+UTK-930125/2.8s-UTK) id AA22518; Thu, 3 Jun 93 06:57:59 -0400
X-Resent-To: chassismib@CS.UTK.EDU ; Thu, 3 Jun 1993 06:57:58 EDT
Errors-To: owner-chassismib@CS.UTK.EDU
Received: from gatekeeper.3Com.COM by CS.UTK.EDU with SMTP (5.61+IDA+UTK-930125/2.8s-UTK) id AA22510; Thu, 3 Jun 93 06:57:56 -0400
Received: from gw.3Com.COM by gatekeeper.3Com.COM with SMTP id AA24810 (5.65c/IDA-1.4.4-910725 for <chassismib@cs.utk.edu>); Thu, 3 Jun 1993 03:57:54 -0700
Received: by gw.3Com.COM id AA25277 (5.65c/IDA-1.4.4 for chassismib@cs.utk.edu); Thu, 3 Jun 1993 03:57:53 -0700
Date: Thu, 03 Jun 1993 11:55:00 -0700
Sender: ietf-archive-request@IETF.CNRI.Reston.VA.US
From: {3COM/PDD/PeteW}@pdd.3mail.3com.com
Subject: Suggested power supply and environment M
To: chassismib@cs.utk.edu
Message-Id: <930603.040334@3Mail.3Com.COM>
Msg-Date: 1993-06-03
Msg-Time: 11:52

Microsoft Mail v3.0 IPM.Microsoft Mail.Note
From: Wilson, Peter
To:  Chassis MIB
Subject:  Suggested power supply and environment MIB tables.
Date: 1993-06-03 11:47
Priority: 
Message ID: 3A4E3E28
Conversation ID: 3A4E3E28

------------------------------------------------------------------------------        DESCRIPTION
        "A sensor resource exists on a particular module.
         This variable identifies the type part of the module on
         which this sensor resides."
        ::= { chasEnvironEntry 1 }

    chasEnvironLocationIndex  OBJECT-TYPE
        SYNTAX  INTEGER
        ACCESS  read-only
        STATUS  mandatory
        DESCRIPTION
        "A sensor exists on a particular module. A module
         is identified by its location type and location instance.
         This variable identifies the instance part of the module
         identification on which this sensor resides."
        ::= { chasEnvironEntry 2 }

    chasEnvironResource  OBJECT-TYPE
        SYNTAX  INTEGER
        ACCESS  read-only
        STATUS  mandatory
        DESCRIPTION
                "A unique index for the resource on this
                particular physical module."
        ::= { chasEnvironEntry 3 }

    chasEnvironStatus OBJECT-TYPE
            SYNTAX INTEGER {
                unknown(1),
                bad(2),
                warning(3),
                good(4) }
            ACCESS read-only
            STATUS mandatory
            DESCRIPTION
                    "Actual status indicated by the sensor.  It is
                    an implementation specific matter whether the
                    agent keeps entries with status unknown(1) in
                    the table.  If unknown(1), counters are
                    meaningless."
           ::= { chasEnvironEntry 4 }

    chasEnvironWarnings OBJECT-TYPE
           SYNTAX Counter
           ACCESS read-only
           STATUS mandatory
           DESCRIPTION
                   "The number of times chasEnvironStatus has gone
                   to warning(3)."
          ::= { chasEnvironEntry 5 }

      chasEnvironFailures OBJECT-TYPE
          SYNTAX Counter
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
                  "The number of times chasEnvironStatus has gone
                  to bad(2)."
         ::= { chasEnvironEntry 6 }