Chassis MIB Proposal

{3COM/PDD/PeteW}@pdd.3mail.3com.com Tue, 04 January 1994 10:07 UTC

Received: from ietf.nri.reston.va.us by IETF.CNRI.Reston.VA.US id aa01688; 4 Jan 94 5:07 EST
Received: from CS.UTK.EDU by IETF.CNRI.Reston.VA.US id aa01684; 4 Jan 94 5:07 EST
Received: from localhost by CS.UTK.EDU with SMTP (8.6.4/2.8s-UTK) id EAA12422; Tue, 4 Jan 1994 04:50:58 -0500
X-Resent-To: chassismib@CS.UTK.EDU ; Tue, 4 Jan 1994 04:50:57 EST
Errors-to: owner-chassismib@CS.UTK.EDU
Received: from relay2.UU.NET by CS.UTK.EDU with SMTP (8.6.4/2.8s-UTK) id EAA12396; Tue, 4 Jan 1994 04:50:53 -0500
Sender: ietf-archive-request@IETF.CNRI.Reston.VA.US
From: {3COM/PDD/PeteW}@pdd.3mail.3com.com
MMDF-Warning: Parse error in original version of preceding line at IETF.CNRI.Reston.VA.US
Received: from cixgate.3com.com (via [192.156.136.10]) by relay2.UU.NET with SMTP (5.61/UUNET-internet-primary) id AA07963; Tue, 4 Jan 94 04:50:52 -0500
Received: from gw.3Com.COM by cixgate.3com.com (4.1/SMI-4.1/3com-cixgate-GCA-931027-01) id AA14352; Tue, 4 Jan 94 01:50:34 PST
Received: by gw.3Com.COM id AA18740 (5.65c/IDA-1.4.4 for chassismib@cs.utk.edu); Tue, 4 Jan 1994 01:50:50 -0800
Date: Tue, 04 Jan 1994 09:44:00 -0800
Subject: Chassis MIB Proposal
To: chassismib@cs.utk.edu
Message-Id: <940104.015205@3Mail.3Com.COM>
Msg-Date: 1994-01-04
Msg-Time: 09:41

FROM: Wilson, Peter

TO:  {chassismib@cs.utk.edu}:ugate:3com                       DATE:  01-04-94
                                                              TIME:  09:39
CC:
SUBJECT:  Chassis MIB Proposal
PRIORITY:
ATTACHMENTS:

------------------------------------------------------------------------------    STATUS  mandatory
    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 }
END