summaryrefslogtreecommitdiff
path: root/MIBS/bktel/BKTEL-HFC862-HMSNE-MIB
blob: eda348e13dd82b6be706c8b77f9765f0a1458db0 (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
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
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
-- ******************************************************************************************
-- *
-- * Description:   Implements definitions for a HMS based network element
-- *
-- * Copyright 2014 by BKtel communications GmbH
-- *
-- * V.1.0  04.10.2006  M. Heldmann - created this "bkhmsne.mib" file based on BKtel systems "ahmsne.mib" file
-- *                                - marked all parameters that are not used by NMS implementation of BKtel communications GmbH
-- *                                - removed the 'ne' OID definition here and added 'ne' to IMPORTS
-- *                                  because the 'ne' is defined in root mib too
-- * V.1.1  12.05.2014  M. Heldmann - marked all obsolete parameters as 'obsolete' - they may be no more supported by future NEC types and NEC software versions
-- *                                - expanded neModulTable by full inventory information
-- *                                - a couple of renamings
-- *                                - changed name neModulType to neModuleModelName with SYNTAX DisplayString
-- ******************************************************************************************


    BKTEL-HFC862-HMSNE-MIB DEFINITIONS ::= BEGIN

    IMPORTS
        OBJECT-TYPE
            FROM RFC-1212
        TRAP-TYPE
            FROM RFC-1215
        ne, DisplayString, TruthValue, NESlotValue, PerceivedSeverityValue
            FROM BKTEL-HFC862-BASE-MIB
    ;


    neCommon OBJECT IDENTIFIER ::= { ne 1 }

    neType OBJECT-TYPE
        SYNTAX DisplayString
        ACCESS read-only
        STATUS mandatory
        DESCRIPTION
            "Type of NE"
    ::= { neCommon 1 }

    neDescription OBJECT-TYPE
        SYNTAX DisplayString
        ACCESS read-only
        STATUS mandatory
        DESCRIPTION
            "The description of the NE."
    ::= { neCommon 2 }

    neLocationStreet OBJECT-TYPE
        SYNTAX DisplayString
        ACCESS read-write
        STATUS mandatory
        DESCRIPTION
            "Location Street of Network Element.
             Writable size depends on net element controller, default 32"
    ::= { neCommon 3 }

    neLocationCity OBJECT-TYPE
        SYNTAX DisplayString
        ACCESS read-write
        STATUS mandatory
        DESCRIPTION
            "Location City of Network Element.
             Writable size depends on net element controller, default 32"
    ::= { neCommon 4 }

    neObsolete_UsingAPS OBJECT-TYPE
        SYNTAX TruthValue
        ACCESS read-only
        STATUS obsolete
        DESCRIPTION
            "This parameter is obsolete."
    ::= { neCommon 5 }

    neObsolete_APSMode OBJECT-TYPE
        SYNTAX INTEGER
        ACCESS read-write
        STATUS obsolete
        DESCRIPTION
            "This parameter is obsolete."
    ::= { neCommon 6 }

    -- #####+1 Space reserved

    neObsolete_CommonSubrackWidth OBJECT-TYPE
        SYNTAX INTEGER
        ACCESS read-only
        STATUS obsolete
        DESCRIPTION
            "This parameter is obsolete.
             (The width of the Subracks)"
    ::= { neCommon 8 }

    neObsolete_CommonSubrackNumber OBJECT-TYPE
        SYNTAX INTEGER
        ACCESS read-only
        STATUS obsolete
        DESCRIPTION
            "This parameter is obsolete.
             (The number of Subracks)"
    ::= { neCommon 9 }

    neObsolete_NumberModul OBJECT-TYPE
        SYNTAX INTEGER (1..61)
        ACCESS read-only
        STATUS obsolete
        DESCRIPTION
            "This parameter is obsolete.
             (Current number of entries in the Modul table)"
    ::= { neCommon 10 }

    neObsolete_UsingRevertiveMode OBJECT-TYPE
        SYNTAX TruthValue
        ACCESS read-only
        STATUS obsolete
        DESCRIPTION
            "This parameter is obsolete."
    ::= { neCommon 11 }

    neObsolete_RevertiveMode OBJECT-TYPE
        SYNTAX INTEGER (0..300)
        ACCESS read-write
        STATUS obsolete
        DESCRIPTION
            "This parameter is obsolete."
    ::= { neCommon 12 }

    neObsolete_InitPhase OBJECT-TYPE
        SYNTAX INTEGER
        ACCESS read-only
        STATUS obsolete
        DESCRIPTION
            "This parameter is obsolete."
    ::= { neCommon 13 }

    neObsolete_PredecessorRedundantPath OBJECT-TYPE
        SYNTAX IpAddress
        ACCESS read-write
        STATUS obsolete
        DESCRIPTION
            "This parameter is obsolete."
    ::= { neCommon 14 }

    neObsolete_PredecessorNominalPath OBJECT-TYPE
        SYNTAX IpAddress
        ACCESS read-write
        STATUS obsolete
        DESCRIPTION
            "This parameter is obsolete."
    ::= { neCommon 15 }

    neModuleTable OBJECT-TYPE
        SYNTAX SEQUENCE OF NeModuleEntry
        ACCESS not-accessible
        STATUS mandatory
        DESCRIPTION
            "Table containing information about each Module."
    ::= { neCommon 16 }

    neModuleEntry OBJECT-TYPE
        SYNTAX NeModuleEntry
        ACCESS not-accessible
        STATUS mandatory
        DESCRIPTION
            "List of information about each Module."
        INDEX { neModuleNESlot }
    ::= { neModuleTable 1 }

    NeModuleEntry ::= SEQUENCE
    {
        neModuleNESlot                  NESlotValue,
        neModuleSubrack                 INTEGER,
        neModuleModelName               DisplayString,
        neModuleMibLink                 OBJECT IDENTIFIER,
        neModuleSubrackSlot             INTEGER,
        neModuleSlotUnitsUsed           INTEGER,
        neModuleSlotRackDetection       INTEGER,
        neModuleHousingType             INTEGER,
        neModuleFirmwareVersion         DisplayString,
        neModuleHardwareVersion         DisplayString,
        neModuleDateOfProduction        DisplayString,
        neModuleSerialNumber            DisplayString,
        neModuleArticleNumber           DisplayString,
        neModuleCustomerCode            DisplayString,
        neModuleAliasName               DisplayString,
        neModuleUserdata                DisplayString,
        neModuleReset                   TruthValue,
        neModuleLedBlink                TruthValue
    }

    neModuleNESlot OBJECT-TYPE      -- former neNESlot
        SYNTAX NESlotValue
        ACCESS read-only
        STATUS mandatory
        DESCRIPTION
            "Slot number 
             IMPORTANT NOTE:
                this is a not a physical slot within a module rack, 
                but an assigned slot ID that uniquely identifies each module
                including non subrack based modules as 19 inch modules"
    ::= { neModuleEntry 1 }

    neModuleSubrack OBJECT-TYPE     -- former neSubrack
        SYNTAX INTEGER
        ACCESS read-only
        STATUS mandatory
        DESCRIPTION
            "Subrack number in which the module is equiped (1 .. N).
             A value of 0 means: No subrack number"
    ::= { neModuleEntry 2 }

    neModuleModelName OBJECT-TYPE   -- former neModulType
        SYNTAX DisplayString
        ACCESS read-only
        STATUS mandatory
        DESCRIPTION "Module model name"
    ::= { neModuleEntry 3 }

    neModuleMibLink OBJECT-TYPE     -- former neModulMibLink
        SYNTAX OBJECT IDENTIFIER
        ACCESS read-only
        STATUS mandatory
        DESCRIPTION "Defines the link to the OID of the equiped module"
    ::= { neModuleEntry 4 }

    -- Expansions, 12.05.2014

    neModuleSubrackSlot OBJECT-TYPE
        SYNTAX INTEGER
        ACCESS read-only
        STATUS mandatory
        DESCRIPTION
            "Slot number within subrack in which the module is equiped (1 .. N).
             A value of 0 means: No slot number"
    ::= { neModuleEntry 5 }

    neModuleSlotUnitsUsed OBJECT-TYPE
        SYNTAX INTEGER
        ACCESS read-only
        STATUS mandatory
        DESCRIPTION
            "For modules of type 'housing19inch(4)' this parameter specfifies the number of 19 inch height units used. 
             For all other module types the number of slots within subrack which the module occupies."
    ::= { neModuleEntry 6 }

    neModuleSlotRackDetection OBJECT-TYPE
        SYNTAX INTEGER
        {
            notSupported(1),
            supported(2),
            detectionError(3)
        }
        ACCESS read-only
        STATUS mandatory
        DESCRIPTION "Reports the state of modules slot and rack hardware detection."
    ::= { neModuleEntry 7 }

    neModuleHousingType OBJECT-TYPE
        SYNTAX INTEGER
        {
            housingUnknownOrDefault(1),
            housingBk(2),
            housing2G6(3),
            housing19inch(4)
        }
        ACCESS read-only
        STATUS mandatory
        DESCRIPTION
            "Module housing type"
    ::= { neModuleEntry 8 }

    neModuleFirmwareVersion OBJECT-TYPE
        SYNTAX  DisplayString
        ACCESS  read-only
        STATUS  mandatory
        DESCRIPTION "Module firmware version"
    ::= { neModuleEntry 9 }

    neModuleHardwareVersion OBJECT-TYPE
        SYNTAX  DisplayString
        ACCESS  read-only
        STATUS  mandatory
        DESCRIPTION "Module hardware version"
    ::= { neModuleEntry 10 }

    neModuleDateOfProduction OBJECT-TYPE
        SYNTAX  DisplayString
        ACCESS  read-only
        STATUS  mandatory
        DESCRIPTION "Module date of production, possible formats:
            - empty string -> no data defined
            - YYYY         -> only the year of production is defined
            - YYYY-MM-DD   -> full date of production is defined"
    ::= { neModuleEntry 11 }

    neModuleSerialNumber OBJECT-TYPE
        SYNTAX  DisplayString
        ACCESS  read-only
        STATUS  mandatory
        DESCRIPTION "Module serial number"
    ::= { neModuleEntry 12 }

    neModuleArticleNumber OBJECT-TYPE
        SYNTAX  DisplayString
        ACCESS  read-only
        STATUS  mandatory
        DESCRIPTION "Module article number"
    ::= { neModuleEntry 13 }

    neModuleCustomerCode OBJECT-TYPE
        SYNTAX  DisplayString
        ACCESS  read-only
        STATUS  mandatory
        DESCRIPTION "Customer specific article code"
    ::= { neModuleEntry 14 }

    neModuleAliasName OBJECT-TYPE
        SYNTAX  DisplayString
        ACCESS  read-write
        STATUS  mandatory
        DESCRIPTION "Module alias name"
    ::= { neModuleEntry 15 }

    neModuleUserdata OBJECT-TYPE
        SYNTAX  DisplayString
        ACCESS  read-write
        STATUS  mandatory
        DESCRIPTION "Module user data"
    ::= { neModuleEntry 16 }

    neModuleReset OBJECT-TYPE
        SYNTAX TruthValue
        ACCESS read-write
        STATUS mandatory
        DESCRIPTION "Resets the module if this parameter is written to true(1)."
    ::= { neModuleEntry 17 }

    neModuleLedBlink OBJECT-TYPE
        SYNTAX TruthValue
        ACCESS read-write
        STATUS mandatory
        DESCRIPTION   "Writing this variable to true(1) lets the device's
        modul LED blink green for 10 seconds.
        Writing this variable to false(2) stops blinking at once.
        This variable always returns false(2) on read requests"
    ::= { neModuleEntry 18 }

    neStates OBJECT IDENTIFIER ::= { ne 2 }

    neStatesObsolete_TrapDisable OBJECT-TYPE
        SYNTAX PerceivedSeverityValue
        ACCESS read-only
        STATUS obsolete
        DESCRIPTION
            "This parameter is obsolete."
    ::= { neStates 1 }

    neStatesObsolete_TerminalConnected OBJECT-TYPE
        SYNTAX PerceivedSeverityValue
        ACCESS read-only
        STATUS obsolete
        DESCRIPTION
            "This parameter is obsolete."
    ::= { neStates 2 }

    -- #####+1 Space reserved

    neStatesObsolete_Isolated OBJECT-TYPE
        SYNTAX PerceivedSeverityValue
        ACCESS read-only
        STATUS obsolete
        DESCRIPTION
            "This parameter is obsolete."
    ::= { neStates 4 }

    neStatesObsolete_ResetModullist OBJECT-TYPE
        SYNTAX PerceivedSeverityValue
        ACCESS read-only
        STATUS obsolete
        DESCRIPTION
            "This parameter is obsolete."
    ::= { neStates 5 }

    neStatesObsolete_Redundant OBJECT-TYPE
        SYNTAX PerceivedSeverityValue
        ACCESS read-only
        STATUS obsolete
        DESCRIPTION
            "This parameter is obsolete."
    ::= { neStates 6 }

    neStatesObsolete_ActivateRedundantPath OBJECT-TYPE
        SYNTAX PerceivedSeverityValue
        ACCESS read-only
        STATUS obsolete
        DESCRIPTION
            "This parameter is obsolete."
    ::= { neStates 7 }

    neStatesObsolete_AutoOff OBJECT-TYPE
        SYNTAX PerceivedSeverityValue
        ACCESS read-only
        STATUS obsolete
        DESCRIPTION
            "This parameter is obsolete."
    ::= { neStates 8 }

    neConfig OBJECT IDENTIFIER ::= { ne 3 }

    neConfigObsolete_NEtype OBJECT-TYPE
        SYNTAX INTEGER
        ACCESS read-write
        STATUS obsolete
        DESCRIPTION
            "This parameter is obsolete."
    ::= { neConfig 1 }

    neConfigObsolete_IPaddress OBJECT-TYPE
        SYNTAX IpAddress
        ACCESS read-write
        STATUS obsolete
        DESCRIPTION
            "This parameter is obsolete."
    ::= { neConfig 2 }


    neConfigObsolete_Alarmdelay OBJECT-TYPE
        SYNTAX INTEGER (3..60)
        ACCESS read-write
        STATUS obsolete
        DESCRIPTION
            "This parameter is obsolete."
    ::= { neConfig 3 }


    neConfigDeprecated_MinTrapInterval OBJECT-TYPE
        SYNTAX INTEGER (0..10)
        ACCESS read-write
        STATUS optional
        DESCRIPTION
            "This parameter is deprecated.
             (The minimum waiting time between two traps.
              Only used for HMS070 over RS232 interface)"
    ::= { neConfig 4 }

    neConfigDeprecated_MaxTrapLifetime OBJECT-TYPE
        SYNTAX INTEGER (30..300)
        ACCESS read-write
        STATUS optional
        DESCRIPTION
            "This parameter is deprecated.
             (The maximum lifetime of a trap.
              Only used for HMS070 over RS232 interface)"
    ::= { neConfig 5 }



    neControl OBJECT IDENTIFIER ::= { ne 4 }

    neControlTrapDisable OBJECT-TYPE
        SYNTAX TruthValue
        ACCESS read-write
        STATUS mandatory
        DESCRIPTION
            "All traps and notifications for the whole NE are disabled: true(1) or enabled: false(2)"
    ::= { neControl 1 }

    neControlResetModullist OBJECT-TYPE
        SYNTAX TruthValue
        ACCESS read-write
        STATUS mandatory
        DESCRIPTION
            "This command removes all disconnected (not responding) modules from the module list."
    ::= { neControl 2 }

    neControlObsolete_SetDefaultAPS OBJECT-TYPE
        SYNTAX TruthValue
        ACCESS read-write
        STATUS obsolete
        DESCRIPTION
            "This parameter is obsolete."
    ::= { neControl 3 }




    -- This trap is obsolete and no more supported by new (2014) NECxE 
    neSynchronizeEvent TRAP-TYPE
    ENTERPRISE ne
    DESCRIPTION "The SNMP trap that is generated when data on LMT must get actualized."
    ::= 1


    END