summaryrefslogtreecommitdiff
path: root/MIBS/ericsson/PT-SFP-MIB
blob: 8c4cb8a35f8ea8cffa93995f93a8a594bc51a31d (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
PT-SFP-MIB DEFINITIONS::=BEGIN
  IMPORTS 
    MODULE-IDENTITY,OBJECT-TYPE,Integer32
      FROM SNMPv2-SMI
      pt FROM PT-MIB
      MODULE-COMPLIANCE,
      OBJECT-GROUP FROM SNMPv2-CONF
    entPhysicalEntry FROM ENTITY-MIB
  TEXTUAL-CONVENTION FROM SNMPv2-TC;
  
      ptSFP MODULE-IDENTITY
        LAST-UPDATED "201605221030Z"
        ORGANIZATION "Ericsson"
        CONTACT-INFO
            "Anders Ekvall
             Postal: Ericsson AB,
             E-Mail: anders.ekvall@ericsson.com"

        DESCRIPTION
            "This is the MIB of PT SFP specifics. Most entries are read from the SFP itself according to SFF-8472"
            
        REVISION      "201605221030Z"
        DESCRIPTION
            "The initial version of this MIB module."

        ::= { pt 6 }
        
        ptSFPConformance OBJECT IDENTIFIER ::= { ptSFP 2 }
  
--
-- The textual conventions we define and use in this MIB.
--
 
PortInterfaceTC ::= TEXTUAL-CONVENTION
    STATUS     current
    DESCRIPTION
           "An integer which indicates the type of PORT_INTERFACE. "
    SYNTAX     INTEGER {
		eNONE                 (1),
		eUNKNOWN              (2),
		e100BASELX10          (5),
		e100BASEFX            (7),
		e1000BASET            (8),
		e1000BASEZX           (10),
		e1000BASELX10         (11),
		eS11                  (12),
		eS11E                 (13),
		eL11                  (14),
		eL12                  (15),
		eS41                  (16),
		eL41                  (17),
		eL42                  (18),
		eL42CWDM32DB          (19),
		eS161                 (20),
		eL161                 (21),
		eL162                 (22),
		eL162CWDM32DB         (23),
		eL12CWDM28DB          (24),
		e1000BASESX           (25),
		e1000BASECWDM32DB     (26),
		e1000BASECWDM28DB     (27),
		eL12CWDM32DB          (29),
		e10GBASELRLW          (30),
		e10GBASEEREW          (31),
		e10GBASEZpRZpW        (32),
		eL42CWDM28DB          (33),
		eL162CWDM28DB         (34),
		eMULTIRATECWDM28DB    (35),
		eMULTIRATECWDM32DB    (36),
		eMULTIRATES11S41      (37),
		e100BASEBX10U         (38),
		e100BASEBX10D         (39),
		e1000BASEBX10U        (40),
		e1000BASEBX10D        (41),
		e10GBASESX            (42),
		e10GBASELH            (43),
		eSTM1SFWD             (44),
		eSTM1SFWU             (45),
		eSTM4SFWD             (46),
		eSTM4SFWU             (47),
    e1000BASELX           (48),
    e10GBASESRSW          (49),
    e1000BASETFIXED       (50),
    e1000BASEBX20U        (51),
    e1000BASEBX20D        (52),
    e10GBASEDWDM          (53),
    eDWDMSFPHP            (54),
    eUNRECOGNIZEDSFP      (55)
    }
 
   InstallStateTC ::= TEXTUAL-CONVENTION
    STATUS     current
    DESCRIPTION
           "An integer which indicates the type of INSTALL_STATE."
    SYNTAX     INTEGER {
    
		eEMPTY(1),
		eNOTINSTALLED(2),
		eINSTALLEDANDNOTPROVISIONED(3),
		eINSTALLEDANDPROVISIONED(4),
		eUNAVAILABLE(5),
		eUNKNOWN (6)
	}
	
  WaveLengthTC ::= TEXTUAL-CONVENTION
    STATUS     current
    DESCRIPTION
           "An integer which indicates the type of WAVELENGTH. d is for the decimal."
    SYNTAX     INTEGER {
		eNA             (1),
		eUNKNOWN        (2),
		e1471           (3),
		e1491           (4),
		e1511           (5),
		e1531           (6),
		e1551           (7),
		e1571           (8),
		e1591           (9),
		e1611           (10),
		eNOTPROVISIONED (11),
		e1311           (12),
    e1560d6         (13),
    e1559d8         (14),
    e1559d0         (15),
    e1558d2         (16),
    e1557d4         (17),
    e1556d6         (18),
    e1555d8         (19),
    e1554d9         (20),
    e1554d1         (21),
    e1553d3         (22),
    e1552d5         (23),
    e1551d7         (24),
    e1550d9         (25),
    e1550d1         (26),
    e1549d3         (27),
    e1548d5         (28),
    e1547d7         (29),
    e1546d9         (30),
    e1546d1         (31),
    e1545d3         (32),
    e1544d5         (33),
    e1543d7         (34),
    e1542d9         (35),
    e1542d1         (36),
    e1541d4         (37),
    e1540d6         (38),
    e1539d8         (39),
    e1539d0         (40),
    e1538d2         (41),
    e1537d4         (42),
    e1536d6         (43),
    e1535d8         (44),
    e1535d0         (45),
    e1534d3         (46),
    e1533d5         (47),
    e1532d7         (48),
    e1531d9         (49),
    e1531d1         (50),
    e1530d3         (51),
    e1529d6         (52),
    e850            (53)
}

  ConnectorTypeTC ::= TEXTUAL-CONVENTION
    STATUS     current
    DESCRIPTION
           "An integer which indicates the type of CONNECTOR_TYPE according SFF-8024."
    SYNTAX     INTEGER {
		eUNKNOWNORUNSPECIFIED         (1),
		eSC                           (2),
		eFIBERCHANNELSTYLE1COPPER     (3),
		eFIBERCHANNELSTYLE2COPPER     (4),
		eBNCTNC                       (5),
		eFIBERCHANNELCOAXIALHEADERS   (6),
		eFIBERJACK                    (7),
		eLC                           (8),
		eMTRT                         (9),
		eMU                           (10),
		eSG                           (11),
		eOPTICALPIGTAIL               (12),
		eRESERVED                     (13),
		eHSSDCII                      (14),
		eCOPPERPIGTAIL                (15),
		eVENDORSPECIFIC               (16)
	}
	
---
---The SFP Group definition
---
---
---The definition of sfpTable
---   
  ptSFPTable  OBJECT-TYPE
    SYNTAX SEQUENCE OF PtSFPEntry
    MAX-ACCESS  not-accessible
    STATUS current
    DESCRIPTION
            "An table of SFP Table entries."
        ::= { ptSFP 1 }
        
  ptSFPEntry OBJECT-TYPE
        SYNTAX      PtSFPEntry
        MAX-ACCESS  not-accessible
        STATUS      current
        DESCRIPTION
                  "An entry of PT SFP application."
        AUGMENTS   { entPhysicalEntry }
        ::= { ptSFPTable 1 }
 
  PtSFPEntry ::=
        SEQUENCE {
              installedSFP                    PortInterfaceTC,
              installState                    InstallStateTC, 
              vendorName                      OCTET STRING,
              vendorOui                       Integer32,
              vendorPn                        OCTET STRING,
              vendorRev                       OCTET STRING,
              vendorSn                        OCTET STRING,
              saleableEntityCode              OCTET STRING,
              connectorType                   ConnectorTypeTC,
              installedWavelength             WaveLengthTC,
              levelRx                         Integer32,
              rxPower                         OCTET STRING,
              txPower                         OCTET STRING,
              brNominal                       Integer32,
              length9m1km                     Integer32,
              length9m100m                    Integer32,
              length50m10m                    Integer32,
              length62m10m                    Integer32,
              lengthCopper1m                  Integer32,
              temperature                     OCTET STRING,
              vcc                             OCTET STRING,
              biasCurrent                     OCTET STRING
                    }
 
  installedSFP OBJECT-TYPE
        SYNTAX      PortInterfaceTC
        MAX-ACCESS  read-only
        STATUS      current
        DESCRIPTION
            "Type of the inserted module, see textual convention"
        ::= { ptSFPEntry 1 }

  installState OBJECT-TYPE
        SYNTAX      InstallStateTC
        MAX-ACCESS  read-only
        STATUS      current
        DESCRIPTION
            "Status of the inserted module, see textual convention"
        ::= { ptSFPEntry 2 } 

  vendorName OBJECT-TYPE
         SYNTAX      OCTET STRING (SIZE (0..40))
         MAX-ACCESS  read-only
         STATUS      current
         DESCRIPTION
            "SFP vendor name as reported by the SFP"
           ::= { ptSFPEntry 3 }
             
  vendorOui OBJECT-TYPE
         SYNTAX      Integer32
         MAX-ACCESS  read-only
         STATUS      current
         DESCRIPTION
            "SFP vendor IEEE company ID as reported by the SFP"
           ::= { ptSFPEntry 4 }
               
  vendorPn OBJECT-TYPE
         SYNTAX      OCTET STRING (SIZE (0..40))
         MAX-ACCESS  read-only
         STATUS      current
         DESCRIPTION
            "Part number provided by SFP vendor (ASCII) as reported by the SFP"
           ::= { ptSFPEntry 5 }
             
  vendorRev OBJECT-TYPE
         SYNTAX      OCTET STRING (SIZE (0..40))
         MAX-ACCESS  read-only
         STATUS      current
         DESCRIPTION
            "Revision level for part number provided by vendor (ASCII) as reported by the SFP"
           ::= { ptSFPEntry 6 }
           
  vendorSn OBJECT-TYPE
         SYNTAX      OCTET STRING (SIZE (0..8))
         MAX-ACCESS  read-only
         STATUS      current
         DESCRIPTION
            "Serial number provided by vendor (ASCII) as reported by the SFP"
           ::= { ptSFPEntry 7 }
           
  saleableEntityCode OBJECT-TYPE
         SYNTAX      OCTET STRING (SIZE (0..8))
         MAX-ACCESS  read-only
         STATUS      current
         DESCRIPTION
            "Propriety product name as reported by the SFP's Vendor Specific EEPROM"
           ::= { ptSFPEntry 8 }  
           
  connectorType OBJECT-TYPE
         SYNTAX      ConnectorTypeTC
         MAX-ACCESS  read-only
         STATUS      current
         DESCRIPTION
            "An integer which indicates the type of CONNECTOR_TYPE according SFF-8024. See also textual convention"
           ::= { ptSFPEntry 9 }  
                   
  installedWavelength OBJECT-TYPE
         SYNTAX      WaveLengthTC
         MAX-ACCESS  read-only
         STATUS      current
        DESCRIPTION
            "An integer that in case of an optical SFP, is the laser wavelength in nm. See also textual convention."
           ::= { ptSFPEntry 10 }  
           
  levelRx OBJECT-TYPE
         SYNTAX      Integer32
         MAX-ACCESS  read-only
         STATUS      current
        DESCRIPTION
            "The input level in dBm (optical interfaces only). The value is an offset. The value 100 represents 0 dBm. The value 50 represents no signal."
           ::= { ptSFPEntry 11 }
           
  rxPower OBJECT-TYPE
         SYNTAX      OCTET STRING (SIZE (0..64))
         MAX-ACCESS  read-only
         STATUS      current
             DESCRIPTION
            "The received light power, in dBm."
            ::= { ptSFPEntry 12 }       

  txPower OBJECT-TYPE
             SYNTAX      OCTET STRING (SIZE (0..64))
         MAX-ACCESS  read-only
         STATUS      current
             DESCRIPTION
            "The transmit light power, in dBm."
            ::= { ptSFPEntry 13 }   
           
  brNominal OBJECT-TYPE
         SYNTAX      Integer32
         MAX-ACCESS  read-only
         STATUS      current
         DESCRIPTION
            "The nominal bit rate, in units of 100 Mbps."
           ::= { ptSFPEntry 14 }
             
  length9m1km OBJECT-TYPE
         SYNTAX      Integer32
         MAX-ACCESS  read-only
         STATUS      current
         DESCRIPTION
            "Link length supported for 9/125 um single fiber, units of 1 km"
           ::= { ptSFPEntry 15 }   
  length9m100m OBJECT-TYPE
         SYNTAX      Integer32
         MAX-ACCESS  read-only
         STATUS      current
         DESCRIPTION
            "Link length supported for 9/125 um single fiber, units of 100 m"
           ::= { ptSFPEntry 16 }
             
  length50m10m OBJECT-TYPE
         SYNTAX      Integer32
         MAX-ACCESS  read-only
         STATUS      current
         DESCRIPTION
            "Link length supported for 50/125 um OM2 fiber, units of 10 m"
           ::= { ptSFPEntry 17 }  
           
  length62m10m OBJECT-TYPE
         SYNTAX      Integer32
         MAX-ACCESS  read-only
         STATUS      current
         DESCRIPTION
            "Link length supported for 62.5/125 um OM1 fiber, units of 10 m "
           ::= { ptSFPEntry 18 }
             
  lengthCopper1m OBJECT-TYPE
         SYNTAX      Integer32
         MAX-ACCESS  read-only
         STATUS      current
         DESCRIPTION
            "Link length supported for copper or direct attach cable, units of m "
           ::= { ptSFPEntry 19 }     
   
  temperature OBJECT-TYPE
         SYNTAX      OCTET STRING (SIZE (0..64))
         MAX-ACCESS  read-only
         STATUS      current
             DESCRIPTION
            "The SFP module temperature, in degree Celsius"
            ::= { ptSFPEntry 20 }

  vcc OBJECT-TYPE
         SYNTAX      OCTET STRING (SIZE (0..64))
         MAX-ACCESS  read-only
         STATUS      current
             DESCRIPTION
            "The supply voltage of the interface module, in V."
            ::= { ptSFPEntry 21 }

  biasCurrent OBJECT-TYPE
         SYNTAX      OCTET STRING (SIZE (0..64))
         MAX-ACCESS  read-only
         STATUS      current
             DESCRIPTION
            "The bias current of the interface module, in mA."
            ::= { ptSFPEntry 22 }

--
-- Conformance
--

    ptSFPCompliances OBJECT IDENTIFIER ::= { ptSFPConformance 1 }
    ptSFPGroups      OBJECT IDENTIFIER ::= { ptSFPConformance 2 }

    ptSFPFullCompliance MODULE-COMPLIANCE
        STATUS current
        DESCRIPTION
            "The compliance statement for SNMP entities which implement everything."
        MODULE -- This Module
        MANDATORY-GROUPS { ptSFPCompleteGroup}
        ::= { ptSFPCompliances 1 }

    ptSFPCompleteGroup OBJECT-GROUP
        OBJECTS
        {
              installedSFP,
              installState,
              installedWavelength,
              levelRx,
              vendorName,
              vendorOui,
              vendorPn,
              vendorRev,
              connectorType,
              brNominal,
              length9m1km,
              length9m100m,
              length50m10m,
              length62m10m,
              lengthCopper1m,
              saleableEntityCode,
              vendorSn, 
              rxPower,
              txPower,
              temperature,
              vcc,
              biasCurrent
        }
        STATUS current
        DESCRIPTION
            "A collection of all current objects in this MIB module."
        ::= { ptSFPGroups 1 }

END