blob: a0661705dee9278282f5f54ea640a7d59a398587 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
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
|