PDN-SLE-HEALTH-AND-STATUS-MIB DEFINITIONS ::= BEGIN -- Version : 1.0 DRAFT -- Enterprise Health and Status MIB -- Copyright (C) 1999 Paradyne Corporation. -- -- History -- 08/25/1999 -- Initial Version. -- 09/07/99 Wayne Jadoo -- changed pdn to dev -- 09/24/99 Wayne Jadoo -- Changed HEALTHANDSTATUS to HEATH-AND-STATUS -- Remove entries from oid path and imported enterprise -- Imported pdn-sle from PDNDCE-MIB -- Wayne Jadoo 10/5/99 -- used the SNMPv2-TC defines for objects -- Wayne Jadoo 10/7/99 -- Imported PDN-HEADER-HEADER mib -- Wayne Jadoo 10/8/99 -- Added selfTestFailure trap and removed it from sle_System.mib IMPORTS DisplayString FROM SNMPv2-TC OBJECT-TYPE FROM RFC-1212 entPhysicalIndex FROM ENTITY-MIB pdn-sle FROM PDN-HEADER-MIB TRAP-TYPE FROM RFC-1215 ; devHealthAndStatusMIBObjects OBJECT IDENTIFIER ::= { pdn-sle 5 } devHealthAndStatus OBJECT IDENTIFIER ::= { devHealthAndStatusMIBObjects 1 } -- groups for Paradyne health and Status MIB devHealthAndStatusTable OBJECT-TYPE SYNTAX SEQUENCE OF DevHealthAndStatusEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A table that contains information about an Entity's health." ::= { devHealthAndStatus 1 } devHealthAndStatusEntry OBJECT-TYPE SYNTAX DevHealthAndStatusEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of information for an entity's health." INDEX { entPhysicalIndex } ::= { devHealthAndStatusTable 1 } DevHealthAndStatusEntry ::= SEQUENCE { devSelfTestResults DisplayString } devSelfTestResults OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) ACCESS read-only STATUS mandatory DESCRIPTION "Self-test results. Self-test (or power-up test) results summarizes the test results of each CCA, where each CCA test result is separated by a semi-colon. Refer to device-specific user documentation for a complete description of the self test codes and messages." ::= { devHealthAndStatusEntry 1 } -- Traps for Device failure selfTestFailure TRAP-TYPE ENTERPRISE devHealthAndStatusMIBObjects VARIABLES { devSelfTestResults } DESCRIPTION "This trap signifies that the sending protocol's device has failed self test. The variable binding for this trap would be the selfTest devSelfTestResults object of the Health and Status MIB. The exact format of this display string will be well-documented in the Operational Specifications of the device." ::= 1 END