summaryrefslogtreecommitdiff
path: root/MIBS/eltexmes21xx/ELTEX-SMI-ACTUAL
blob: 6055e389b3da0063c2e8f99c3f5b50a489666f62 (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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
--
-- Eltex Enterprise Specific MIB: Structure of Management Information
--
-- Copyright (c) 2007-2011, Eltex Co
--
-- The contents of this document are subject to change without notice.
--

ELTEX-SMI-ACTUAL DEFINITIONS ::= BEGIN

IMPORTS
        enterprises,
        MODULE-IDENTITY,
        OBJECT-IDENTITY,
        OBJECT-TYPE,
        NOTIFICATION-TYPE,
        Integer32,
	IpAddress,
	Counter64
                FROM SNMPv2-SMI
        DisplayString,
        TimeStamp
                FROM SNMPv2-TC
        OBJECT-GROUP,
        NOTIFICATION-GROUP
                FROM SNMPv2-CONF;

eltexLtd MODULE-IDENTITY
        LAST-UPDATED "201205290000Z"
        ORGANIZATION "Eltex Enterprise, Ltd."
        CONTACT-INFO
                "www.eltex.nsk.ru"
        DESCRIPTION
                "The Structure of Management Information for Eltex Networks."
        REVISION     "201205290000Z"
		DESCRIPTION  "Severity level: 4. http://snmp.cs.utwente.nl/ietf/mibs/validate/"
        ::= { enterprises 35265 }

--
-- Eltex MIB tree structure
--

elHardware OBJECT-IDENTITY
        STATUS  current
        DESCRIPTION
                "The root of eltex hardware OIDs."
        ::= { eltexLtd 1 }

elSoftware OBJECT-IDENTITY
        STATUS  current
        DESCRIPTION
                "The root of eltex software OIDs."
        ::= { eltexLtd 2 }




eltrapGroup OBJECT-IDENTITY
        STATUS  current
        DESCRIPTION
                "The root of eltex traps objects."
        ::= { eltexLtd 3 }

--
-- eltexOMS "The MIB for eltex devices, that support OMS" { eltexLtd 4 } defined in ELTEX-OMS
--
-- eltexFile "The MIB for file operations" { eltexLtd 5 } defined in ELTEX-FILE-MANAGER-MIB
--


END