LSIROOT-MIB DEFINITIONS ::= BEGIN IMPORTS Counter64, Integer32, MODULE-IDENTITY, OBJECT-IDENTITY, Unsigned32, enterprises FROM SNMPv2-SMI TEXTUAL-CONVENTION FROM SNMPv2-TC ; lsiRootMibModule MODULE-IDENTITY LAST-UPDATED "200901271300Z" -- Jan. 27, 2009 ORGANIZATION "Logical Solutions, Inc." CONTACT-INFO "support@thinklogical.com" DESCRIPTION "top level MIB for products from LSI" REVISION "200901271300Z" -- Jan. 27, 2009 DESCRIPTION "Added an Object Identity for the DCSVelocity" REVISION "200804151300Z" -- April 15, 2008 DESCRIPTION "Added ErrorCount type" REVISION "200803241409Z" -- March 24, 2008 DESCRIPTION "Added an ID OID for the StudioPro 32x32" ::= { lsiModules 1 } ErrorCount ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "Unsigned 32 bit value, used to hold error counts" SYNTAX Unsigned32 LongMessage ::= TEXTUAL-CONVENTION DISPLAY-HINT "1024a" STATUS current DESCRIPTION "Used to hold a longer string than DisplayString." SYNTAX OCTET STRING (SIZE(0..1024)) LsiTimeStamp ::= TEXTUAL-CONVENTION DISPLAY-HINT "30a" STATUS current DESCRIPTION "Holds a ASCII time stamp string of the form: Wed Jun 30 21:49:08 1993" SYNTAX OCTET STRING (SIZE(0..30)) PortNumber ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "Used to index ports" SYNTAX Unsigned32 (1..144) PortNumberZero ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "Same range as PortNumber, but allows for a zero value. A zero will mean this is inactive." SYNTAX Unsigned32 (0..144) PowerSwitch ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "Power Switch State: (1) is on, (2) is off" SYNTAX INTEGER { on(1), off(2) } Temperature ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "Temperature in degrees C" SYNTAX Integer32 (-100..100) lsiRoot OBJECT-IDENTITY STATUS current DESCRIPTION "The root of the OID sub-tree assigned to Logical Solutions, Inc." ::= { enterprises 17658 } lsiReg OBJECT-IDENTITY STATUS current DESCRIPTION "Sub-tree for registrations" ::= { lsiRoot 1 } lsiModules OBJECT-IDENTITY STATUS current DESCRIPTION "Sub-tree to register the values assigned to modules with the MODULE-IDENTITY construct." ::= { lsiReg 1 } lsiGeneric OBJECT-IDENTITY STATUS current DESCRIPTION "Sub-tree for common object and event definitions" ::= { lsiRoot 2 } lsiProducts OBJECT-IDENTITY STATUS current DESCRIPTION "Sub-tree for specific object and event definitions" ::= { lsiRoot 3 } lsiCaps OBJECT-IDENTITY STATUS current DESCRIPTION "Sub-tree for agent profiles" ::= { lsiRoot 4 } lsiReqs OBJECT-IDENTITY STATUS current DESCRIPTION "Sub-tree for management application requirements" ::= { lsiRoot 5 } lsiExpr OBJECT-IDENTITY STATUS current DESCRIPTION "Sub-tree for experimental definitions" ::= { lsiRoot 6 } lsiIDs OBJECT-IDENTITY STATUS current DESCRIPTION "used to set the ObjectID field" ::= { lsiRoot 7 } lsiSP16 OBJECT-IDENTITY STATUS current DESCRIPTION "StudioPro16" ::= { lsiIDs 1 } lsiSCS OBJECT-IDENTITY STATUS current DESCRIPTION "Secure Console Server" ::= { lsiIDs 2 } lsiDCSdata OBJECT-IDENTITY STATUS current DESCRIPTION "DCS KMASS/Data" ::= { lsiIDs 3 } lsiDCSvideo OBJECT-IDENTITY STATUS current DESCRIPTION "DCS Video" ::= { lsiIDs 4 } lsiQuickConnect OBJECT-IDENTITY STATUS current DESCRIPTION "QuickConnect" ::= { lsiIDs 5 } lsiBroadcast1 OBJECT-IDENTITY STATUS current DESCRIPTION "Broadcast One" ::= { lsiIDs 6 } lsiSP32 OBJECT-IDENTITY STATUS current DESCRIPTION "StudioPro32" ::= { lsiIDs 7 } lsiDCSvelocity OBJECT-IDENTITY STATUS current DESCRIPTION "DCSvelocity" ::= { lsiIDs 8 } END