-- -- SPECTRALOGIC-GENERIC-TYPES-MIB.mib -- -- Copyright Spectra Logic Corporation, 2005. All Rights Reserved. -- --------------------------------------------------------------------- SPECTRALOGIC-GENERIC-TYPES-MIB DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY, Unsigned32 FROM SNMPv2-SMI TEXTUAL-CONVENTION, DisplayString FROM SNMPv2-TC slModules, slGeneric FROM SPECTRALOGIC-GLOBAL-REG; slGenericTypesMibModule MODULE-IDENTITY LAST-UPDATED "200506210000Z" -- June 21, 2005 ORGANIZATION "Spectra Logic" CONTACT-INFO "email: support@spectralogic.com phone: (800) 227-4637" DESCRIPTION "The Spectra Logic company-wide objects and events mib module" REVISION "200506210000Z" -- June 21, 2005 DESCRIPTION "Rev 1.0 April 14, 2005 by Trip Segars Initial version of company-wide objects and events mib module." ::= { slModules 3 } -- -- textual conventions -- SLBoolean ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "A truth value" SYNTAX Unsigned32 { true(1), false(2) } SLComponentStatus ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "The current status value of a component ok(1) component is fully functional failure(2) component is impaired or missing" SYNTAX Unsigned32 { ok(1), failure(2) } SLTimeStampString ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "A string representing a time stamp in the format YYYY-MM-DD hh:mm:ss where YYYY four digit year MM two digit month, zero padded if necessary DD two digit day, zero padded if necessary hh two digit, 24 hr clock hour, zero padded if necessary mm two digit minute, zero padded if necessary ss two digit second, zero padded if necessary For example, 2005-05-13 23:01:30 would represent 11:01:30 pm on May 13, 2005" SYNTAX DisplayString(SIZE(19)) END