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
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
|
-- *********************************************************************
-- **
-- ** BATM Advanced Communications.
-- **
-- *********************************************************************
-- ** Filename: PRVT-LMM-MIB.mib
-- ** Project: T-Metro Switches.
-- ** Purpose: Private MIB
-- *********************************************************************
-- (c) Copyright, 2009, BATM Advanced Communications. All rights reserved.
-- WARNING:
--
-- BY UTILIZING THIS FILE, YOU AGREE TO THE FOLLOWING:
--
-- This file is the property of BATM Advanced Communications and contains
-- proprietary and confidential information. This file is made
-- available to authorized BATM customers on the express
-- condition that neither it, nor any of the information contained
-- therein, shall be disclosed to third parties or be used for any
-- purpose other than to replace, modify or upgrade firmware and/or
-- software components of BATM manufactured equipment within the
-- authorized customer's network, and that such transfer be
-- completed in accordance with the instructions provided by
-- BATM. Any other use is strictly prohibited.
--
-- EXCEPT AS RESTRICTED BY LAW, OR AS PROVIDED IN BATM'S LIMITED
-- WARRANTY, THE SOFTWARE PROGRAMS CONTAINED IN THIS FILE ARE
-- PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
-- OR IMPLIED, INCLUDING BUT NOT LIMITED TO, ANY IMPLIED WARRANTIES
-- OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
--
-- IN NO EVENT SHALL BATM BE LIABLE FOR ANY DAMAGES WHATSOEVER
-- INCLUDING WITHOUT LIMITATION, DAMAGES FOR LOSS OF BUSINESS
-- PROFITS, BUSINESS INTERRUPTION, LOSS OF BUSINESS INFORMATION OR
-- OTHER CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE, OR INABILITY
-- TO USE, THE SOFTWARE CONTAINED IN THIS FILE.
--
-- ----------------------------------------------------------------------------
PRVT-LMM-MIB DEFINITIONS ::= BEGIN
IMPORTS
ifIndex
FROM IF-MIB
switch
FROM PRVT-SWITCH-MIB
Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-TYPE
FROM SNMPv2-SMI
TruthValue
FROM SNMPv2-TC;
prvtLmmMIB MODULE-IDENTITY
LAST-UPDATED "201110110000Z"
ORGANIZATION
"BATM Advanced Communication"
CONTACT-INFO
"BATM/Telco Systems Support team
Email:
For North America: techsupport@telco.com
For North Europe: support@batm.de, info@batm.de
For the rest of the world: techsupport@telco.com"
DESCRIPTION
"Initial version. This MIB will configure laser monitoring"
REVISION "201110110000Z"
DESCRIPTION
"Initial release"
::= { switch 172 }
prvtLmmNotifications OBJECT IDENTIFIER
::= { prvtLmmMIB 0 }
prvtLmmObjects OBJECT IDENTIFIER
::= { prvtLmmMIB 1 }
prvtLmmShutdown OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Enable/disable laser monitoring"
::= { prvtLmmObjects 1 }
prvtLmmDebug OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Enable/Disable laser monitoring"
::= { prvtLmmObjects 2 }
prvtLmmPeriod OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Specify the monitoring interval (sec)."
::= { prvtLmmObjects 3 }
prvtLmmTrap OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Enable/Disable sending SNMP traps when thresholds are crossed"
::= { prvtLmmObjects 4 }
prvtLmmLog OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Enable/Disable alert notification logging when thresholds are crossed"
::= { prvtLmmObjects 5 }
prvtLmmLed OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Enable/Disable LED-alert notifications when thresholds are crossed"
::= { prvtLmmObjects 6 }
prvtLmmTemperatureHighThreshold OBJECT-TYPE
SYNTAX Integer32 (-128..128)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Specify the low threshold value for global temperature (-128 up to 128).
prvtLmmTemperatureHighThreshold must be higher than prvtLmmTemperatureLowThreshold"
::= { prvtLmmObjects 7 }
prvtLmmTemperatureLowThreshold OBJECT-TYPE
SYNTAX Integer32 (-128..128)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Specify the low threshold value for global temperature (-128 up to 128).
prvtLmmTemperatureHighThreshold must be higher than prvtLmmTemperatureLowThreshold"
::= { prvtLmmObjects 8 }
prvtLmmRxPowerLowThreshold OBJECT-TYPE
SYNTAX Integer32 (-40..8)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Specify the low threshold value for global RX-power (-40 up to 8)
prvtLmmRxPowerHighThreshold must be higher than prvtLmmRxPowerLowThreshold"
::= { prvtLmmObjects 9 }
prvtLmmRxPowerHighThreshold OBJECT-TYPE
SYNTAX Integer32 (-40..8)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Specify the high threshold value for global RX-power (-40 up to 8)
prvtLmmRxPowerHighThreshold must be higher than prvtLmmRxPowerLowThreshold"
::= { prvtLmmObjects 10 }
prvtLmmTxPowerLowThreshold OBJECT-TYPE
SYNTAX Integer32 (-40..8)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Specify the low threshold value for global RX-power (-40 up to 8)
prvtLmmTxPowerHighThreshold must be higher than prvtLmmTxPowerLowThreshold"
::= { prvtLmmObjects 11 }
prvtLmmTxPowerHighThreshold OBJECT-TYPE
SYNTAX Integer32 (-40..8)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Specify the high threshold value for global RX-power (-40 up to 8)
prvtLmmTxPowerHighThreshold must be higher than prvtLmmTxPowerLowThreshold"
::= { prvtLmmObjects 12 }
prvtLmmInterfaceTable OBJECT-TYPE
SYNTAX SEQUENCE OF PrvtLmmInterfaceEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Lmm configuration per ethernet port"
::= { prvtLmmObjects 13 }
prvtLmmInterfaceEntry OBJECT-TYPE
SYNTAX PrvtLmmInterfaceEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The Stack table entry"
INDEX { ifIndex }
::= { prvtLmmInterfaceTable 1 }
PrvtLmmInterfaceEntry ::= SEQUENCE {
prvtLmmInterfaceShutdown TruthValue,
prvtLmmInterfaceTempLowThreshold Integer32,
prvtLmmInterfaceTempHighThreshold Integer32,
prvtLmmInterfaceTempValue Integer32,
prvtLmmInterfaceTempThresholdLo Integer32,
prvtLmmInterfaceTempThresholdHi Integer32,
prvtLmmInterfaceTempTestState TruthValue,
prvtLmmInterfaceRxPowerLowThreshold Integer32,
prvtLmmInterfaceRxPowerHighThreshold Integer32,
prvtLmmInterfaceRxPowerValue Integer32,
prvtLmmInterfaceRxPowerThresholdRxLo Integer32,
prvtLmmInterfaceRxPowerThresholdRxHi Integer32,
prvtLmmInterfaceRxPowerTestState TruthValue,
prvtLmmInterfaceTxPowerLowThreshold Integer32,
prvtLmmInterfaceTxPowerHighThreshold Integer32,
prvtLmmInterfaceTxPowerValue Integer32,
prvtLmmInterfaceTxPowerThresholdTxLo Integer32,
prvtLmmInterfaceTxPowerThresholdTxHi Integer32,
prvtLmmInterfaceTxPowerTestState TruthValue,
prvtLmmInterfaceOperStatus TruthValue
}
prvtLmmInterfaceShutdown OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Enable/Disable laser monitoring on port"
::= { prvtLmmInterfaceEntry 1 }
prvtLmmInterfaceTempLowThreshold OBJECT-TYPE
SYNTAX Integer32 (-128..128)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Specify the low threshold value for port temperature"
::= { prvtLmmInterfaceEntry 2 }
prvtLmmInterfaceTempHighThreshold OBJECT-TYPE
SYNTAX Integer32 (-128..128)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Specify the high threshold value for port temperature.
Value of prvtLmmInterfaceTempHighThreshold must be greater than
prvtLmmInterfaceTempLowThreshold"
::= { prvtLmmInterfaceEntry 3 }
prvtLmmInterfaceTempValue OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Display laser Temperature current value"
::= { prvtLmmInterfaceEntry 4 }
prvtLmmInterfaceTempThresholdLo OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The thresholds read from hardware or set by user"
::= { prvtLmmInterfaceEntry 5 }
prvtLmmInterfaceTempThresholdHi OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The thresholds read from hardware or set by user"
::= { prvtLmmInterfaceEntry 6 }
prvtLmmInterfaceTempTestState OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The state test"
::= { prvtLmmInterfaceEntry 7 }
prvtLmmInterfaceRxPowerLowThreshold OBJECT-TYPE
SYNTAX Integer32 (-40..8)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Specify the low threshold value for port RX-power."
::= { prvtLmmInterfaceEntry 8 }
prvtLmmInterfaceRxPowerHighThreshold OBJECT-TYPE
SYNTAX Integer32 (-40..8)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Specify the high threshold value for port RX-power.
Value of prvtLmmInterfaceRxPowerHighThreshold must be greater than
prvtLmmInterfaceRxPowerLowThreshold"
::= { prvtLmmInterfaceEntry 9 }
prvtLmmInterfaceRxPowerValue OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Display laser Rx Power current value"
::= { prvtLmmInterfaceEntry 10 }
prvtLmmInterfaceRxPowerThresholdRxLo OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The thresholds read from hardware or set by user"
::= { prvtLmmInterfaceEntry 11 }
prvtLmmInterfaceRxPowerThresholdRxHi OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The thresholds read from hardware or set by user"
::= { prvtLmmInterfaceEntry 12 }
prvtLmmInterfaceRxPowerTestState OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The state test"
::= { prvtLmmInterfaceEntry 13 }
prvtLmmInterfaceTxPowerLowThreshold OBJECT-TYPE
SYNTAX Integer32 (-40..8)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Specify the low threshold value for port TX-power"
::= { prvtLmmInterfaceEntry 14 }
prvtLmmInterfaceTxPowerHighThreshold OBJECT-TYPE
SYNTAX Integer32 (-40..8)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Specify the high threshold value for port TX-power
Value of prvtLmmInterfaceTxPowerHighThreshold must be greater than
prvtLmmInterfaceTxPowerLowThreshold"
::= { prvtLmmInterfaceEntry 15 }
prvtLmmInterfaceTxPowerValue OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Display laser Tx Power current value"
::= { prvtLmmInterfaceEntry 16 }
prvtLmmInterfaceTxPowerThresholdTxLo OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The thresholds read from hardware or set by user"
::= { prvtLmmInterfaceEntry 17 }
prvtLmmInterfaceTxPowerThresholdTxHi OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The thresholds read from hardware or set by user"
::= { prvtLmmInterfaceEntry 18 }
prvtLmmInterfaceTxPowerTestState OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The state test"
::= { prvtLmmInterfaceEntry 19 }
prvtLmmInterfaceOperStatus OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Operational status"
::= { prvtLmmInterfaceEntry 20 }
prvtLmmTemperatureThresholdCrossed NOTIFICATION-TYPE
OBJECTS { prvtLmmInterfaceTempValue,
prvtLmmInterfaceTempThresholdHi,
prvtLmmInterfaceTempThresholdLo }
STATUS current
DESCRIPTION
"The prvtLmmTemperatureThresholdCrossed shall be generated
when prvtLmmInterfaceTempValue rises above prvtLmmInterfaceTempThresholdHi
or falls below prvtLmmInterfaceTempThresholdLo. Also the
notification shall be generated when prvtLmmInterfaceTempValue
returns to the normal range between prvtLmmInterfaceTempThresholdHi
and prvtLmmInterfaceTempThresholdLo."
::= { prvtLmmNotifications 1 }
prvtLmmTxPowerThresholdCrossed NOTIFICATION-TYPE
OBJECTS { prvtLmmInterfaceTxPowerValue,
prvtLmmInterfaceTxPowerThresholdTxHi,
prvtLmmInterfaceTxPowerThresholdTxLo }
STATUS current
DESCRIPTION
"The prvtLmmTxPowerThresholdCrossed shall be generated
when prvtLmmInterfaceTxPowerValue rises above prvtLmmInterfaceTxPowerThresholdTxHi
or falls below prvtLmmInterfaceTxPowerThresholdTxLo. Also the
notification shall be generated when prvtLmmInterfaceTxPowerValue
returns to the normal range between prvtLmmInterfaceTxPowerThresholdTxHi
and prvtLmmInterfaceTxPowerThresholdTxLo."
::= { prvtLmmNotifications 2 }
prvtLmmRxPowerThresholdCrossed NOTIFICATION-TYPE
OBJECTS { prvtLmmInterfaceRxPowerValue,
prvtLmmInterfaceRxPowerThresholdRxHi,
prvtLmmInterfaceRxPowerThresholdRxLo }
STATUS current
DESCRIPTION
"The prvtLmmRxPowerThresholdCrossed shall be generated
when prvtLmmInterfaceRxPowerValue rises above prvtLmmInterfaceRxPowerThresholdRxHi
or falls below prvtLmmInterfaceRxPowerThresholdRxLo. Also the
notification shall be generated when prvtLmmInterfaceRxPowerValue
returns to the normal range between prvtLmmInterfaceRxPowerThresholdRxHi
and prvtLmmInterfaceRxPowerThresholdRxLo."
::= { prvtLmmNotifications 3 }
END -- end of module PRVT-LMM-MIB.
|