diff options
| author | David Leutgeb <david.leutgeb@mannundmouse.com> | 2023-12-05 12:25:34 +0100 |
|---|---|---|
| committer | David Leutgeb <david.leutgeb@mannundmouse.com> | 2023-12-05 12:25:34 +0100 |
| commit | 98a672123c7872f6b9b75a9a2b6bb3aea504de6a (patch) | |
| tree | 9b13bd7f563c3198047bd359195327cf28b3caf0 /MIBS/smartoptics/MSERIES-MIB | |
| download | mibs-98a672123c7872f6b9b75a9a2b6bb3aea504de6a.tar.gz mibs-98a672123c7872f6b9b75a9a2b6bb3aea504de6a.zip | |
Diffstat (limited to 'MIBS/smartoptics/MSERIES-MIB')
| -rw-r--r-- | MIBS/smartoptics/MSERIES-MIB | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/MIBS/smartoptics/MSERIES-MIB b/MIBS/smartoptics/MSERIES-MIB new file mode 100644 index 0000000..a066170 --- /dev/null +++ b/MIBS/smartoptics/MSERIES-MIB @@ -0,0 +1,52 @@ + -- SmartOptics Enterprise Specific MIB. +-- +-- Copyright (c) 2011, SmartOptics +-- All rights reserved +-- + +MSERIES-MIB DEFINITIONS ::= BEGIN + +IMPORTS + enterprises, MODULE-IDENTITY, OBJECT-IDENTITY + FROM SNMPv2-SMI; + +smartoptics MODULE-IDENTITY + LAST-UPDATED "201402121327Z" + ORGANIZATION "SmartOptics" + CONTACT-INFO "http://www.smartoptics.com" + DESCRIPTION + "This is the enterprise specific MIB for SmartOptics M-Series. + + The root of the OID sub-tree assigned to SmartOptics." + REVISION "201402121327Z" + DESCRIPTION + "The initial revision." + + ::= { enterprises 30826 } + + mseries OBJECT-IDENTITY + STATUS current + DESCRIPTION + "The M-Series product root." + ::= { smartoptics 1} + + + +-- MIB overview + +-- MSERIES-SYSTEM smartSystemMIB +-- tbd + +-- MSERIES-ALARM smartAlarmMIB +-- Active Alarm List and Log. + +-- MSERIES-TC smartTcMIB +-- Textual coneventions + +-- MSERIES-PORT smartPortMIB +-- Line and Client Port Description. + +-- MSERIES-ENVMON smartEnvMonMIB +-- Temperature sensor reading from the M-Series. + +END
\ No newline at end of file |