From Silly Elephant, 6 Years ago, written in Plain Text.
Embed
  1. -- SmartOptics Enterprise Specific MIB.
  2. --
  3. -- Copyright (c) 2011, SmartOptics
  4. -- All rights reserved
  5. --
  6.  
  7. MSERIES-MIB DEFINITIONS ::= BEGIN
  8.  
  9. IMPORTS
  10.     enterprises, MODULE-IDENTITY, OBJECT-IDENTITY
  11.         FROM SNMPv2-SMI;
  12.  
  13. smartoptics     MODULE-IDENTITY
  14.                 LAST-UPDATED    "201402121327Z"
  15.                 ORGANIZATION    "SmartOptics"
  16.                 CONTACT-INFO    "http://www.smartoptics.com"
  17.                 DESCRIPTION
  18.                                 "This is the enterprise specific MIB for SmartOptics M-Series.
  19.  
  20.                                  The root of the OID sub-tree assigned to SmartOptics."
  21.                 REVISION        "201402121327Z"
  22.                 DESCRIPTION
  23.                                 "The initial revision."
  24.  
  25.                 ::=  { enterprises  30826 }
  26.  
  27.         mseries   OBJECT-IDENTITY
  28.                   STATUS      current
  29.                   DESCRIPTION
  30.                       "The M-Series product root."
  31.                 ::=  { smartoptics  1}
  32.  
  33.  
  34.  
  35. -- MIB overview
  36.  
  37. -- MSERIES-SYSTEM           smartSystemMIB
  38. --                          tbd
  39.  
  40. -- MSERIES-ALARM            smartAlarmMIB
  41. --                          Active Alarm List and Log.
  42.  
  43. -- MSERIES-TC               smartTcMIB
  44. --                          Textual coneventions
  45.  
  46. -- MSERIES-PORT             smartPortMIB
  47. --                          Line and Client Port Description.
  48.  
  49. -- MSERIES-ENVMON           smartEnvMonMIB
  50. --                          Temperature sensor reading from the M-Series.
  51.  
  52. END