summaryrefslogtreecommitdiff
path: root/MIBS/eltexmes21xx/ELTEX-MES
blob: 08389799d08e71de50c561e8c7bc9693eb0f7dff (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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
--
-- Eltex MES Ethernet Switches  MIBs
--
-- Copyright (c) 2015, Eltex Ltd
-- All rights reserved.
--

ELTEX-MES DEFINITIONS ::= BEGIN

IMPORTS
    MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE
        FROM SNMPv2-SMI
    OBJECT-GROUP
        FROM SNMPv2-CONF
    eltexLtd, elHardware
        FROM ELTEX-SMI-ACTUAL;

eltMes MODULE-IDENTITY
    LAST-UPDATED "201511170000Z"
    ORGANIZATION "Eltex Co"
    CONTACT-INFO "eltex.nsk.ru"
    DESCRIPTION  "Mib for Eltex MES ethernet switches."
    REVISION "201511170000Z"
    DESCRIPTION
        "Initial revision."
    ::= { elHardware 23 }

    Percents ::= INTEGER (0..100)
    NetNumber ::=  OCTET STRING (SIZE(4))
    VlanPriority ::= INTEGER (0..7)

-- Some MIB compilers require that the following 7 lines which define the path
-- to Elt MIB are commented out:

-- mib            OBJECT IDENTIFIER ::= { mgmt 1  }
-- directory      OBJECT IDENTIFIER ::= { internet 1  }
-- experimental   OBJECT IDENTIFIER ::= { internet 3  }
-- private        OBJECT IDENTIFIER ::= { internet 4  }
-- enterprises    OBJECT IDENTIFIER ::= { private 1  }

--   Objects in this MIB are arranged into groups:
--01 eltMesMng             - Management/Action
--02 ...

-- At the end of the MIB there is a definition of all Eltex-specific traps.

eltMesNotifications OBJECT-IDENTITY
           STATUS      current
           DESCRIPTION " All the Eltex notifications will reside under this branch
                         as specified in
                         RFC2578 'Structure of Management Information Version 2 (SMIv2)' 8.5"
           ::= { eltMes 0 }

-- eltMesMng group contains Management Variables for Eltex devices

eltMesMng   OBJECT IDENTIFIER ::= { eltMes 1  }
-- see eltMng.mib

eltMesDevParams OBJECT IDENTIFIER ::= { eltMes  2}
-- see eltDevParams.mib

eltMesCopy   OBJECT IDENTIFIER ::= { eltMes 3  }
-- see eltCopy.mib

eltMesIpOspfMtu   OBJECT IDENTIFIER ::= { eltMes 4  }
-- see eltIpOspfMtu.mib

eltMesIpBfd   OBJECT IDENTIFIER ::= { eltMes 6  }
-- see eltIpBfd.mib

eltMesIpUnnumbered   OBJECT IDENTIFIER ::= { eltMes 7  }
-- see eltIpUnnumbered.mib

eltMesDhcp   OBJECT IDENTIFIER ::= { eltMes 8  }
-- see eltDhcp.mib

eltMesLinkAgg   OBJECT IDENTIFIER ::= { eltMes 9  }
-- see eltLinkAgg.mib

-- eltMesSyslog OBJECT IDENTIFIER ::= { eltMes 10  }
-- see eltSyslog.mib

--eltMesEnv OBJECT IDENTIFIER ::= { eltMes 11  }
-- see eltEnv.mib

eltMesQosTailDropMib   OBJECT IDENTIFIER ::= { eltMes 12  }
-- see eltQosTailDropMib.mib

--ph4.0 mib definitions
--eltMesL2TunnelConfig ::= { eltMes 13 }
-- see ELTEX-L2-TUNNEL-CONFIG-MIB.mib

--eltMesHardwareMib   OBJECT IDENTIFIER ::= { eltMes 14  }
-- see eltHardware.mib
--end

eltMesSsh OBJECT IDENTIFIER ::= { eltMes 15  }
-- see eltMesSsh.mib

eltMesTuning   OBJECT IDENTIFIER ::= { eltMes 29  }
-- see eltTuning.mib

eltMesSwInterfaces OBJECT IDENTIFIER ::= { eltMes 43  }
-- see eltInterfaces.mib

eltMesIpMulticast OBJECT IDENTIFIER ::= { eltMes 46 }
--see eltBrgMulticast.mib

eltMesPhdTransceiver OBJECT IDENTIFIER ::= { eltMes 53 }
--see ELTEX-PHYSICAL-DESCRIPTION-MIB.mib

eltMesMacMulticast OBJECT IDENTIFIER ::= { eltMes 55 }
--see eltBrgMulticast.mib

eltMesStormCtrl OBJECT IDENTIFIER ::= { eltMes 77 }
--see elteltStormCtrl.mib

eltMesAAA  OBJECT IDENTIFIER ::= { eltMes 79 }
--see eltAAA.mib

eltMesRadius  OBJECT IDENTIFIER ::= { eltMes 80 }
--see eltAAA.mib

eltMesQosCliMib OBJECT IDENTIFIER ::= { eltMes 88 }
--see eltQosclimib.mib

eltMesPhy OBJECT IDENTIFIER ::= { eltMes 90 }
-- see eltPhy.mib

eltMesIpSpec OBJECT IDENTIFIER ::= { eltMes 91 }
-- see eltip.mib

eltMesDot1x OBJECT IDENTIFIER ::= { eltMes 95 }
-- see eltdot1x.mib

eltMesBridgeSecurity OBJECT IDENTIFIER ::= { eltMes  112}
--see eltBridgeSecurity.mib

eltMesEndOfMibGroup   OBJECT IDENTIFIER ::= { eltMes 1000  }
-- see ELTEX-ENDOFMIB-MIB.MIB



END