Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as Plain Text by kszatan ( 16 years ago )
--
-- dcstorag.mib
-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0  Build 88
-- Tuesday, August 04, 2009 at 18:41:21
--

-- Copyright (c) 2002 Dell
-- Module Name: dcstorag.mib
-- Abstract:
--  Defines the Dell OpenManage Storage Management SNMP interface.
-- Authors:
-- 
-- Revision History:
-- KEMR (10/23/02) 0.1 - Original draft 
-- 
-- IMPORTANT NOTE
-- MG-SOFT MibBuilder will be used as the tool to change this MIB.  Because of the way the MG-SOFT MIB tools work, a copy
-- of the intermediate file with the extension .bui will be kept in SourceSafe along with the ASCII .mib version.  When 
-- any changes are made to the MIB they will have to be made to the .bui file using MibBuilder and then exported to the
-- .mib file.  If you open the .mib version of the MIB in  MibBuilder, the compiler is run in on the fly and ALL comments 
-- will be removed.  This is a "feature" of the tool and is beyond our control.

 StorageManagement-MIB DEFINITIONS ::= BEGIN
 
  IMPORTS
   OBJECT-TYPE   
    FROM RFC-1212   
   TRAP-TYPE   
    FROM RFC-1215   
   enterprises   
    FROM RFC1155-SMI   
   DisplayString   
    FROM RFC1213-MIB;
 
 
--
-- Type definitions
--
 
  DellStatus ::= INTEGER
   {
   other(1),
   unknown(2),
   ok(3),
   nonCritical(4),
   critical(5),
   nonRecoverable(6)
   }

 
--
-- Node definitions
--
 
  -- 1.3.6.1.4.1.674
  dell OBJECT IDENTIFIER ::= { enterprises 674 }

  
  -- 1.3.6.1.4.1.674.10893
  storage OBJECT IDENTIFIER ::= { dell 10893 }

  
  -- 1.3.6.1.4.1.674.10893.1
  software OBJECT IDENTIFIER ::= { storage 1 }

  
-- The Storage Management MIB (Management Information Base) Group 
-- defines the properties that identify information about the Storage 
-- Management software product and the current status of the system it manages.
  -- 1.3.6.1.4.1.674.10893.1.20
  storageManagement OBJECT IDENTIFIER ::= { software 20 }

  
  -- 1.3.6.1.4.1.674.10893.1.20.1
  softwareVersion OBJECT-TYPE
   SYNTAX DisplayString (SIZE (1..32))
   ACCESS read-only
   STATUS mandatory
   DESCRIPTION
    "Version number of the storage management component of the systems management software."
   ::= { storageManagement 1 }

 

Revise this Paste

Your Name: Code Language: