summaryrefslogtreecommitdiff
path: root/MIBS/mrv/NBS-SIGLANE-MIB
blob: 9f098548c744646fddab1b56b81a953f064105c3 (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
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
NBS-SIGLANE-MIB DEFINITIONS ::= BEGIN

IMPORTS
    OBJECT-TYPE,
    MODULE-IDENTITY, OBJECT-IDENTITY, Counter64
        FROM SNMPv2-SMI

    InterfaceIndex
        FROM IF-MIB

    DisplayString
        FROM SNMPv2-TC

    NbsCmmcChannelBand
        FROM NBS-CMMCENUM-MIB

    nbs, NbsTcMHz, NbsTcMilliDb, NbsTcMicroAmp, NbsTcTemperature
        FROM NBS-MIB;

nbsSigLaneMib  MODULE-IDENTITY
    LAST-UPDATED "201710180000Z"  -- Oct 18, 2017
    ORGANIZATION  "NBS"
    CONTACT-INFO
       "For technical support, please contact your service channel"

    DESCRIPTION
       "Signaling Lane mib - objects for the management of multi-lane
        ports such as QSFP, CXP, and CFP."
    ::= { nbs 236 }

-- *******************************************************************
-- NBS-SIGLANE-MIB local defines
-- *******************************************************************


nbsSigLanePortGrp  OBJECT-IDENTITY
    STATUS    current
    DESCRIPTION
      "Ports which aggregate multiple signaling lanes"
    ::= { nbsSigLaneMib 10 }

nbsSigLaneLaneGrp  OBJECT-IDENTITY
    STATUS    current
    DESCRIPTION
      "Individual signaling lanes within a port"
    ::= { nbsSigLaneMib 20 }


nbsSigLaneTraps  OBJECT-IDENTITY
    STATUS      current
    DESCRIPTION "OBJECT-TYPE macros to be used in SNMP NOTIFICATION macros"
    ::= { nbsSigLaneMib 100 }

nbsSigLaneTraps0  OBJECT-IDENTITY
    STATUS      current
    DESCRIPTION "NOTIFICATION-TYPE macros"
    ::= { nbsSigLaneTraps 0 }


-- *******************************************************************
--
-- the nbsSigLanePortGrp
--
-- *******************************************************************


-- ******************************************************************
--
-- Objects for the Port Signaling Lane group
--
-- ********************************************************************

nbsSigLanePortTable OBJECT-TYPE
    SYNTAX      SEQUENCE OF NbsSigLanePortEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION
       "A table that describes signaling lanes for a QSFP[+] or CFP port."
    ::= { nbsSigLanePortGrp 1 }

nbsSigLanePortEntry      OBJECT-TYPE
    SYNTAX      NbsSigLanePortEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION
       "Contains a description of a particular port signaling lane."
    INDEX { nbsSigLanePortIfIndex }
    ::= { nbsSigLanePortTable 1 }

NbsSigLanePortEntry::= SEQUENCE {
    nbsSigLanePortIfIndex         InterfaceIndex,
    nbsSigLanePortFacility        INTEGER,
    nbsSigLanePortLanes           INTEGER
--  nbsSigLanePortTherm           NbsTcTemperature   use nbsCmmcPortTemperature
}

nbsSigLanePortIfIndex OBJECT-TYPE
    SYNTAX      InterfaceIndex
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
       "The index to the MIB-II Interface table entry which represents this
        port.  This value should be 0 if there is no corresponding MIB-II
        interface entry."
    ::= { nbsSigLanePortEntry 1 }

nbsSigLanePortFacility OBJECT-TYPE
    SYNTAX      INTEGER {
        other   (1),
        fiber   (2),
        lambda  (3)
    }
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
       "fiber(2) indicates that lane signaling is conducted on separate
        fibers.

        lambda(3) indicates that lane signaling is conducted on different
        wavelengths on a single SMF fiber."
    ::= { nbsSigLanePortEntry 10 }

nbsSigLanePortLanes OBJECT-TYPE
    SYNTAX      INTEGER
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
       "The number of signaling lanes in this port"
    ::= { nbsSigLanePortEntry 20 }




-- *******************************************************************
--
-- the nbsSigLaneLaneGrp
--
-- *******************************************************************

nbsSigLaneLaneTable OBJECT-TYPE
    SYNTAX      SEQUENCE OF NbsSigLaneLaneEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION
       "A table that describes (fiber/lambda) network signaling lanes for a
        multi-lane port."
    ::= { nbsSigLaneLaneGrp 1 }

nbsSigLaneLaneEntry      OBJECT-TYPE
    SYNTAX      NbsSigLaneLaneEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION
       "Contains a description of a particular (fiber/lambda) signaling lane."
    INDEX { nbsSigLaneLaneIfIndex, nbsSigLaneLaneIndex }
    ::= { nbsSigLaneLaneTable 1 }


NbsSigLaneLaneEntry ::= SEQUENCE {
    nbsSigLaneLaneIfIndex         InterfaceIndex,
    nbsSigLaneLaneIndex           INTEGER,
    nbsSigLaneLaneFrequency       NbsTcMHz,
    nbsSigLaneLaneWavelengthX     DisplayString,
    nbsSigLaneLaneChannelBand     NbsCmmcChannelBand,
    nbsSigLaneLaneChannelNumber   INTEGER,
    nbsSigLaneLaneTxDisable       INTEGER,
    nbsSigLaneLaneFaultsCaps      OCTET STRING,
    nbsSigLaneLaneFaultsOper      OCTET STRING,

    nbsSigLaneLaneTxPowerLevel    INTEGER,
    nbsSigLaneLaneTxPower         NbsTcMilliDb,
    nbsSigLaneLaneTxPowerAdmin    NbsTcMilliDb,
    nbsSigLaneLaneRxPowerLevel    INTEGER,
    nbsSigLaneLaneRxPower         NbsTcMilliDb,
    nbsSigLaneLaneBiasAmpsLevel   INTEGER,
    nbsSigLaneLaneBiasAmps        NbsTcMicroAmp,
    nbsSigLaneLaneLaserTempLevel  INTEGER,
    nbsSigLaneLaneLaserTemp       NbsTcTemperature,

    nbsSigLaneLaneEthTxAllOctets  Counter64,
    nbsSigLaneLaneEthTxAllFrames  Counter64,

    nbsSigLaneLaneEthRxAllOctets  Counter64,
    nbsSigLaneLaneEthRxAllFrames  Counter64
}

nbsSigLaneLaneIfIndex OBJECT-TYPE
    SYNTAX      InterfaceIndex
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
       "The index to the MIB-II Interface table entry which contains this
        (fiber/lambda) lane."
    ::= { nbsSigLaneLaneEntry 1 }

nbsSigLaneLaneIndex OBJECT-TYPE
    SYNTAX      INTEGER
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
       "Ordinal index for the signaling lane in a port:
            1..4  for QSFP[+] 4 x 10G
            1..4  for CFP 4 x 25G
            1..4  for CFP 4 x 28G
            1..10 for CFP 10 x 10G"
    ::= { nbsSigLaneLaneEntry 2 }

nbsSigLaneLaneFrequency   OBJECT-TYPE
    SYNTAX      NbsTcMHz
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
       "The nominal frequency, in MHz."
    ::= { nbsSigLaneLaneEntry 10 }

nbsSigLaneLaneWavelengthX   OBJECT-TYPE
    SYNTAX      DisplayString(SIZE(4..8))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
       "The nominal wavelength (nanometers) is an ASCII string
        to be human-readable. CWDM wavelengths use 4 digits.
        DWDM wavelengths use seven digits and a decimal point.

        Not supported value: 'N/A'"
    ::= { nbsSigLaneLaneEntry 11 }

nbsSigLaneLaneChannelBand OBJECT-TYPE
        SYNTAX      NbsCmmcChannelBand
        MAX-ACCESS  read-only
        STATUS      current
        DESCRIPTION
          "The ITU grid labels DWDM channels with a letter 'band' and a
           numeric channel.  Within this mib, the band is indicated by
           this object, and the channel number is shown in the object
           nbsOsaChannelNumber.

           Frequencies of at least 180100 GHz but less than 190100 GHz
           are considered the L spectrum, and frequencies of at least
           190100 but less than 200100 GHz are considered the C spectrum.

           Frequencies evenly divisible by 100 GHz are designated with
           a 'C' or 'L' prepended to the channel number.  Frequencies
           that are offset by 50 GHz are designated 'H' within the C
           spectrum, and 'Q' within the L spectrum."
        ::= { nbsSigLaneLaneEntry 12 }

nbsSigLaneLaneChannelNumber OBJECT-TYPE
        SYNTAX      INTEGER
        MAX-ACCESS  read-only
        STATUS      current
        DESCRIPTION
          "The channel number can be derived by extracting the two middle
           digits from the six digit frequency in GHz."
        ::= { nbsSigLaneLaneEntry 13 }

nbsSigLaneLaneTxDisable  OBJECT-TYPE
    SYNTAX      INTEGER {
        notSupported (1),
        no           (2),
        yes          (3)
    }
    MAX-ACCESS  read-write
    STATUS      current
    DESCRIPTION
       "This object controls the lane's transmitter:

        notSupported(1), returned if transmitter not configurable, i.e. always
          enabled;

        no(2), to enable the transmitter;

        yes(3), to disable the transmitter"
    ::= { nbsSigLaneLaneEntry 14 }

nbsSigLaneLaneFaultsCaps OBJECT-TYPE
    SYNTAX      OCTET STRING(SIZE(0..2))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
       "This object specifies the supported nbsSigLaneLaneFaultsOper bit(s).

        A zero length OCTET STRING indicates this information is not provided."
    ::= { nbsSigLaneLaneEntry 15 }

nbsSigLaneLaneFaultsOper OBJECT-TYPE
    SYNTAX      OCTET STRING(SIZE(0..2))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
       "This object provides operational lane fault conditions:

        The first octet provides Tx information:

            Bit 0: Tx LOS if set

            Bit 1: Tx Fault if set

            Bit 2: Tx LOL if set

            Bit 3: Tx Adaptive EQ Fault if set

        The second octet provides Rx information:

            Bit 0: Rx LOS if set

            Bit 2: Rx LOL if set

        OCTET STRING bitmasks count the leftmost bit (MSB) as 0.

        A zero length OCTET STRING indicates this information is not provided."
    ::= { nbsSigLaneLaneEntry 16 }

nbsSigLaneLaneTxPowerLevel  OBJECT-TYPE
    SYNTAX      INTEGER {
        notSupported (1),
        lowAlarm     (2),
        lowWarning   (3),
        ok           (4),
        highWarning  (5),
        highAlarm    (6)
    }
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
       "This object indicates the status of this lane's
        measured received power, reported in nbsSigLaneLaneTxPower:

        notSupported(1), if (nbsSigLaneLaneTxPower = 0x80000000);

        lowAlarm(2),
          if nbsSigLaneLaneTxPower < nbsSigLanePortTxPowerVendorMin;

        lowWarning(3),
          if nbsSigLaneLaneTxPower > nbsSigLanePortTxPowerVendorMin
          and nbsSigLaneLaneTxPower < nbsSigLanePortTxPowerUserMin;

        ok(4), if nbsSigLaneLaneTxPower is within thresholds;

        highWarning(5),
          if nbsSigLaneLaneTxPower < nbsSigLanePortTxPowerVendorMax
          and nbsSigLaneLaneTxPower > nbsSigLanePortTxPowerUserMax;

        highAlarm(6),
          if nbsSigLaneLaneTxPower > nbsSigLanePortTxPowerVendorMax"
    DEFVAL { ok }
    ::= { nbsSigLaneLaneEntry 20 }

nbsSigLaneLaneTxPower OBJECT-TYPE
    SYNTAX      NbsTcMilliDb
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
       "The output power (in milli dBm) of this lane.

        Not supported value: 0x80000000"
    DEFVAL { -2147483648 }
    ::= { nbsSigLaneLaneEntry 21 }

nbsSigLaneLaneTxPowerAdmin OBJECT-TYPE
    SYNTAX      NbsTcMilliDb
    MAX-ACCESS  read-write
    STATUS      current
    DESCRIPTION
       "The desired output power (in milli dBm) for this lane; the value
        should be within the supported bounds of the given pluggable.
        For a CFP/CFP2 supporting configurable Tx power, this is applied
        in the corresponding MSA B41x register.

        Not supported value: 0x80000000"
    DEFVAL { -2147483648 }
    ::= { nbsSigLaneLaneEntry 22 }

nbsSigLaneLaneRxPowerLevel  OBJECT-TYPE
    SYNTAX      INTEGER {
        notSupported (1),
        lowAlarm     (2),
        lowWarning   (3),
        ok           (4),
        highWarning  (5),
        highAlarm    (6)
    }
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
       "This object indicates the status of this lane's
        measured received power, reported in nbsSigLaneLaneRxPower:

        notSupported(1), if (nbsSigLaneLaneRxPower = 0x80000000);

        lowAlarm(2),
          if nbsSigLaneLaneRxPower < nbsSigLanePortRxPowerVendorMin;

        lowWarning(3),
          if nbsSigLaneLaneRxPower > nbsSigLanePortRxPowerVendorMin
          and nbsSigLaneLaneRxPower < nbsSigLanePortRxPowerUserMin;

        ok(4), if nbsSigLaneLaneRxPower is within thresholds;

        highWarning(5),
          if nbsSigLaneLaneRxPower < nbsSigLanePortRxPowerVendorMax
          and nbsSigLaneLaneRxPower > nbsSigLanePortRxPowerUserMax;

        highAlarm(6),
          if nbsSigLaneLaneRxPower > nbsSigLanePortRxPowerVendorMax"
    DEFVAL { ok }
    ::= { nbsSigLaneLaneEntry 30 }

nbsSigLaneLaneRxPower OBJECT-TYPE
    SYNTAX      NbsTcMilliDb
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
       "The received optical power (in milli dBm) of this lane.

        Not supported value: 0x80000000"
    DEFVAL { -2147483648 }
    ::= { nbsSigLaneLaneEntry 31 }

nbsSigLaneLaneBiasAmpsLevel  OBJECT-TYPE
    SYNTAX      INTEGER {
        notSupported (1),
        lowAlarm     (2),
        lowWarning   (3),
        ok           (4),
        highWarning  (5),
        highAlarm    (6)
    }
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
       "This object indicates the status of laser bias current,
        as reported in nbsSigLaneLaneBiasAmps:

        notSupported(1), if (nbsSigLaneLaneBiasAmps = -1);

        lowAlarm(2), if below nbsSigLanePortBiasAmpsVendorMin;

        ok(4), if within the recommended operating range;

        highAlarm(6), if above nbsSigLanePortBiasAmpsVendorMax."
    DEFVAL { ok }
    ::= { nbsSigLaneLaneEntry 40 }

nbsSigLaneLaneBiasAmps OBJECT-TYPE
    SYNTAX      NbsTcMicroAmp
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
       "The bias current (in microAmps) of this lane.

        Not supported value: -1"
    DEFVAL { -1 }
    ::= { nbsSigLaneLaneEntry 41 }

nbsSigLaneLaneLaserTempLevel  OBJECT-TYPE
    SYNTAX      INTEGER {
        notSupported (1),
        lowAlarm     (2),
        lowWarning   (3),
        ok           (4),
        highWarning  (5),
        highAlarm    (6)
    }
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
       "This object indicates the status of laser temperature,
        as reported in nbsSigLaneLaneLaserTemp:

        notSupported(1), if (nbsSigLaneLaneLaserTemp = 0x80000000);

        lowAlarm(2), if below nbsSigLanePortLaserTempVendorMin;

        ok(4), if within the recommended operating range;

        highAlarm(6), if above nbsSigLanePortLaserTempVendorMax."
    DEFVAL { ok }
    ::= { nbsSigLaneLaneEntry 50 }

nbsSigLaneLaneLaserTemp OBJECT-TYPE
    SYNTAX      NbsTcTemperature
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
       "The temperature (in degrees Celsius) of this lane.

        Not supported value: 0x80000000"
    DEFVAL { -2147483648 }
    ::= { nbsSigLaneLaneEntry 51 }

nbsSigLaneLaneEthTxAllOctets OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
       "The count of bytes in all Ethernet frames transmitted.

        Not supported value: 0xFFFFFFFFFFFFFFFF"
    ::= { nbsSigLaneLaneEntry 60 }

nbsSigLaneLaneEthTxAllFrames OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
       "The count of all Ethernet frames transmitted.

        Not supported value: 0xFFFFFFFFFFFFFFFF"
    ::= { nbsSigLaneLaneEntry 61 }

nbsSigLaneLaneEthRxAllOctets OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
       "The count of bytes in all Ethernet frames received.

        Not supported value: 0xFFFFFFFFFFFFFFFF"
    ::= { nbsSigLaneLaneEntry 70 }

nbsSigLaneLaneEthRxAllFrames OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
       "The count of all Ethernet frames received.

        Not supported value: 0xFFFFFFFFFFFFFFFF"
    ::= { nbsSigLaneLaneEntry 71 }


END