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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
|
-- ----------------------------------------------------------------------------
--
-- SIAE MICROELETTRONICA s.p.a.
--
-- Via Michelangelo Buonarroti, 21
-- 20093 - Cologno Monzese
-- Milano
-- ITALY
--
-- ----------------------------------------------------------------------------
-- ----------------------------------------------------------------------------
SIAE-IFEXT-MIB
DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE,
Integer32
FROM SNMPv2-SMI
DisplayString, RowStatus
FROM SNMPv2-TC
InterfaceIndex
FROM IF-MIB
siaeMib
FROM SIAE-TREE-MIB
AlarmStatus, AlarmSeverityCode
FROM SIAE-ALARM-MIB;
ifext MODULE-IDENTITY
LAST-UPDATED "201604180000Z"
ORGANIZATION "SIAE MICROELETTRONICA spa"
CONTACT-INFO
"SIAE MICROELETTONICA s.p.a.
Via Michelangelo Buonarroti, 21
20093 - Cologno Monzese
Milano - ITALY
Phone : +39-02-27325-1
E-mail: tbd@siaemic.com
"
DESCRIPTION
"SIAE's Interface Extension MIB.
"
REVISION "201604180000Z"
DESCRIPTION
"Added ifextCapability10gBps to ifextCapabilities.
"
REVISION "201507210000Z"
DESCRIPTION
"Added ifextCapabilityMabSensor and ifextCapabilityEncrypt to
ifextCapabilities.
"
REVISION "201412020000Z"
DESCRIPTION
"Added ifextCapability2g5Bps to ifextCapabilities.
"
REVISION "201409260000Z"
DESCRIPTION
"Changed MAX-ACCESS of ifextMediumSelection from read-write to
read-only
Changed MAX-ACCESS of ifextAlarmReportEnable from read-write
to read-create
"
REVISION "201406050000Z"
DESCRIPTION
"Added unused(0) to ifextPortUsage enumeration.
"
REVISION "201402210000Z"
DESCRIPTION
"Improved description of ifextMibVersion
Removed Autonegotiation alarm
"
REVISION "201310280000Z"
DESCRIPTION
"Initial version 01.00.00
"
::= { siaeMib 73 }
----------------------------------------------------------------------------------
-- ifex GROUP
----------------------------------------------------------------------------------
--
-- This group is used to extend IF MIB with proprietary info
--
----------------------------------------------------------------------------------
------ Beginning --------------------------------------------------------------
ifextMibVersion OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Numerical version of this module.
The string version of this MIB have the following format:
XX.YY.ZZ
so, for example, the value 1 should be interpreted as 00.00.01
and the value 10001 should be interpreted as 01.00.01."
DEFVAL {1}
::= {ifext 1}
------- Begin of ifextTable
--
ifextTable OBJECT-TYPE
SYNTAX SEQUENCE OF InterfaceExtensionEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Table with SIAE's Interface extension records."
::= {ifext 2}
ifextTableEntry OBJECT-TYPE
SYNTAX InterfaceExtensionEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"SIAE's Interface extension record."
INDEX {ifextIfIndex}
::= {ifextTable 1}
InterfaceExtensionEntry ::=
SEQUENCE {
ifextIfIndex InterfaceIndex,
ifextLabel DisplayString,
ifextAdminStatus INTEGER,
ifextPortUsage INTEGER,
ifextMediumType INTEGER,
ifextMediumSelection INTEGER,
ifextAlarmReportEnable INTEGER,
ifextSfpId Integer32,
ifextCapabilities BITS,
ifextLosAlarm AlarmStatus,
ifextRowStatus RowStatus
}
ifextIfIndex OBJECT-TYPE
SYNTAX InterfaceIndex
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A unique value, greater than zero, for each
interface. This object is identical to the ifIndex
of the standard MIB-2 ifTable."
::= {ifextTableEntry 1}
ifextLabel OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..31))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A textual string containing information about the
interface."
::= {ifextTableEntry 2}
ifextAdminStatus OBJECT-TYPE
SYNTAX INTEGER {
up(1), -- ready to pass packets
down(2),
testing(3), -- in some test mode
loopback(4) -- loopback mode
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The desired state of the interface. This object
can be set only when the ifMainRowStatus of the
interface is active. This object has the semantics
of the ifAdminStatus of the standard ifTable.
The testing(3) state indicates that no operational
packets can be passed - this state is not currently
supported.
When a managed system initializes, all
interfaces start with ifMainAdminStatus in the
down(2) state, it's a default state also. As a result
of either explicit management action or per
configuration information retained by the managed
system, ifMainAdminStatus is then changed to
the up (1) state (or remains in the
down(2) state).
This object reflects the value of ifMainAdminStatus"
DEFVAL { down }
::= {ifextTableEntry 3}
ifextPortUsage OBJECT-TYPE
SYNTAX INTEGER {
unused(0),
lan(1),
radio(2),
mgmt(3),
stack(4),
aux(5),
pwe3(6)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Port usage in the system. lan(1) and radio(2) are traffic ports,
mgmt(3) are ports dedicated to management traffic, stack(4) ports
are port to interconnect switch to stack, aux(5) ports are ports
dedicated to other purpose, pwe3(6) ports are dedicated to pseudowire."
::= {ifextTableEntry 4}
ifextMediumType OBJECT-TYPE
SYNTAX INTEGER {
copper(1),
fiber(2),
combo(3),
other(4)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Physical medium of this interface. Medium type 'combo'
can be set as copper or as fiber by ifextMediumSelection."
::= {ifextTableEntry 5}
ifextMediumSelection OBJECT-TYPE
SYNTAX INTEGER {
none(0),
copper(1),
fiber(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Selection of physical medium of this interface. Only 'combo'
interfaces can be set as copper or as fiber."
DEFVAL { none }
::= {ifextTableEntry 6}
ifextAlarmReportEnable OBJECT-TYPE
SYNTAX INTEGER {
disable(1),
enable(2)
}
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"On interfaces with ifextPortUsage set to mgmg, this object enables
or disables collection and report of the alarms."
DEFVAL { enable }
::= {ifextTableEntry 7}
ifextSfpId OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object specifies a row in sfpTable. This object is 0 if
there isn't any SFP connectied to this interface."
::= {ifextTableEntry 8}
ifextCapabilities OBJECT-TYPE
SYNTAX BITS {
ifextCapabilityLoop(0), -- Line Loop is supported
ifextCapability2g5Bps(1), -- speed 2.5 Gbps is supported
ifextCapabilityMabSensor(2), -- MAB sensor is supported
ifextCapabilityEncrypt(3), -- Radio encryption is supported
ifextCapability10gBps(4) -- speed 10 Gbps is supported
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This indicates which capability is supported from this interface."
::= {ifextTableEntry 9}
ifextLosAlarm OBJECT-TYPE
SYNTAX AlarmStatus
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Interface Loss of Signal alarm"
::= {ifextTableEntry 10}
ifextRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Status of this row of ifextTable"
::= {ifextTableEntry 11}
--
------- End of ifextTable
------- Begin of ifextMaintTable
--
ifextMaintTable OBJECT-TYPE
SYNTAX SEQUENCE OF InterfaceExtensionMaintEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Table with object used to maintain Interfaces described in
ifextTable"
::= {ifext 3}
ifextMaintTableEntry OBJECT-TYPE
SYNTAX InterfaceExtensionMaintEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"SIAE's Interface extension maintenance record."
INDEX {ifextIfIndex}
::= {ifextMaintTable 1}
InterfaceExtensionMaintEntry ::=
SEQUENCE {
ifextLineLoop INTEGER
}
ifextLineLoop OBJECT-TYPE
SYNTAX INTEGER {
disable (1),
enable (2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object is set from admin status of an interface
to enable/disable line loop."
::= {ifextMaintTableEntry 1}
--
------- End of ifextMaintTable
ifextLosAlarmSeverityCode OBJECT-TYPE
SYNTAX AlarmSeverityCode
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Defines the severity associated to the ifextLosAlarm
and enables/disables the trap generation on status change event."
DEFVAL {majorTrapEnable}
::= {ifext 5}
END
|