summaryrefslogtreecommitdiff
path: root/MIBS/cisco/CERENT-GENERIC-PM-MIB
blob: 30744c3467de2199dac7408ba9eb2da430bbf7e6 (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
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
-- **************************************************************
-- CERENT-GENERIC-PM-MIB module
--
-- October 2004, Srikar B S
-- This module contains the objects for Thresholds and performance
-- monitoring for Electrical and Optical Cards on the 
-- Cisco ONS devices

-- Copyright (c) 2004-2005 by Cisco Systems, Inc.
-- All rights reserved.
--
-- **************************************************************

-- This MIB complementes the CERENT-HC-RMON-MIB and contains the threshold
-- table and permforamance monitoring statistics tables for
-- Optical/Electrical modules

CERENT-GENERIC-PM-MIB DEFINITIONS ::= BEGIN

IMPORTS
    MODULE-IDENTITY,
    OBJECT-TYPE,
    Integer32,
    Counter64
                      FROM SNMPv2-SMI
    MODULE-COMPLIANCE,
    OBJECT-GROUP
                      FROM SNMPv2-CONF
    TruthValue        FROM SNMPv2-TC
    cerentModules,
    cerentGeneric,
    cerentRequirements
                      FROM CERENT-GLOBAL-REGISTRY
    CerentAlarmThresholdMonitorType,
    CerentMonitorType,
    CerentLocation,
    CerentPeriod
                      FROM CERENT-TC;

cerentGenericPmMIB MODULE-IDENTITY
    LAST-UPDATED "200410130000Z"
    ORGANIZATION "Cisco Systems, Inc."
    CONTACT-INFO
        "         support@Cisco.com

         Postal:  Cisco Systems
                  1450 N. McDowell Blvd.
                  Petaluma, CA  94954
                  USA

            Tel:  +1-877-323-7368"
    DESCRIPTION
        "This module defines
         objects for managing generic thresholds and
         performance monitoring information"

    REVISION "200410130000Z"
    DESCRIPTION
        "Inital version of the module"

    ::= { cerentModules 130 }

cerentGenericPmMIBObjects OBJECT IDENTIFIER
      ::= { cerentGeneric 90 }

--  All Cisco ONS 15454 Threshold definitions.

cerentGenericPmThresholdTable       OBJECT-TYPE
       SYNTAX SEQUENCE OF CerentGenericPmThresholdEntry
       MAX-ACCESS not-accessible
       STATUS current
       DESCRIPTION
              "This table contains one row per performance monitoring
               threshold."

       ::= { cerentGenericPmMIBObjects 10 }

cerentGenericPmThresholdEntry       OBJECT-TYPE
       SYNTAX CerentGenericPmThresholdEntry
       MAX-ACCESS not-accessible
       STATUS current
       DESCRIPTION
              "Row definition for cerentGenericPmThresholdTable"
       INDEX {
               cerentGenericPmThresholdIndex,
               cerentGenericPmThresholdMonitorType,
               cerentGenericPmThresholdLocation,
               cerentGenericPmThresholdPeriod
             }
       ::= { cerentGenericPmThresholdTable 1 }

CerentGenericPmThresholdEntry ::= SEQUENCE {
      cerentGenericPmThresholdIndex           Integer32,
      cerentGenericPmThresholdMonitorType     CerentMonitorType,
      cerentGenericPmThresholdLocation        CerentLocation,
      cerentGenericPmThresholdPeriod          CerentPeriod,
      cerentGenericPmThresholdValue           Integer32,
      cerentGenericPmThresholdOverFlowValue   Integer32,
      cerentGenericPmThresholdHCValue         Counter64
    }

cerentGenericPmThresholdIndex  OBJECT-TYPE
       SYNTAX  Integer32 (1..2147483647) -- Same as IfIndex from IF-MIB
       MAX-ACCESS not-accessible
       STATUS current
       DESCRIPTION
              "Identifies each entry in Threshold table.
               May not start with one and there will be some
               missing numbers."
       ::= { cerentGenericPmThresholdEntry 10 }

cerentGenericPmThresholdMonitorType  OBJECT-TYPE
       SYNTAX                  CerentMonitorType
       MAX-ACCESS not-accessible
       STATUS current
       DESCRIPTION
       "This object indicates the type of metric monitored."
       ::= { cerentGenericPmThresholdEntry 20 } 

cerentGenericPmThresholdLocation     OBJECT-TYPE
       SYNTAX                  CerentLocation
       MAX-ACCESS not-accessible
       STATUS current
       DESCRIPTION
       "This indicates if the threshold value represented by this row
        is for near or far end"
       ::= { cerentGenericPmThresholdEntry 30 }

cerentGenericPmThresholdPeriod       OBJECT-TYPE
       SYNTAX                  CerentPeriod
       MAX-ACCESS not-accessible
       STATUS current
       DESCRIPTION
       "The sampling interval period is indicated here"
       ::= { cerentGenericPmThresholdEntry 40 }

cerentGenericPmThresholdValue     OBJECT-TYPE
       SYNTAX                  Integer32
       MAX-ACCESS read-only
       STATUS current
       DESCRIPTION
       "The lower word value of the threshold that was 
        provisioned by the NMS"
       ::= { cerentGenericPmThresholdEntry 50 }

cerentGenericPmThresholdOverFlowValue     OBJECT-TYPE
       SYNTAX                  Integer32
       MAX-ACCESS read-only
       STATUS current
       DESCRIPTION
       "The higher word value of the threshold that was 
        provisioned by the NMS"
       ::= { cerentGenericPmThresholdEntry 60 }

cerentGenericPmThresholdHCValue     OBJECT-TYPE
       SYNTAX                  Counter64
       MAX-ACCESS read-only
       STATUS current
       DESCRIPTION
       "The value of this object will be the 64 bit threshold that was 
        provisioned by the NMS"
       ::= { cerentGenericPmThresholdEntry 70 }

cerentGenericPmStatsCurrentTable       OBJECT-TYPE
       SYNTAX SEQUENCE OF CerentGenericPmStatsCurrentEntry
       MAX-ACCESS not-accessible
       STATUS current
       DESCRIPTION
              "This table holds all the performance Monitoring
               statistics for current sampling period."

       ::= { cerentGenericPmMIBObjects 20 }

cerentGenericPmStatsCurrentEntry       OBJECT-TYPE
       SYNTAX CerentGenericPmStatsCurrentEntry
       MAX-ACCESS not-accessible
       STATUS current
       DESCRIPTION
              "Row definition for cerentGenericPmStatsCurrentTable"
       INDEX {
               cerentGenericPmStatsCurrentIndex,
               cerentGenericPmStatsCurrentType,
               cerentGenericPmStatsCurrentLocation,
               cerentGenericPmStatsCurrentPeriod
             }
       ::= { cerentGenericPmStatsCurrentTable 1 }

CerentGenericPmStatsCurrentEntry ::= SEQUENCE {
      cerentGenericPmStatsCurrentIndex           Integer32,
      cerentGenericPmStatsCurrentType            CerentMonitorType,
      cerentGenericPmStatsCurrentLocation        CerentLocation,
      cerentGenericPmStatsCurrentPeriod          CerentPeriod,
      cerentGenericPmStatsCurrentValue           Integer32,
      cerentGenericPmStatsCurrentOverFlowValue   Integer32,
      cerentGenericPmStatsCurrentHCValue         Counter64,
      cerentGenericPmStatsCurrentValidData       TruthValue,
      cerentGenericPmStatsCurrentValidIntervals  Integer32
    }

cerentGenericPmStatsCurrentIndex  OBJECT-TYPE
       SYNTAX  Integer32 (1..2147483647) -- Same as IfIndex from IF-MIB
       MAX-ACCESS not-accessible
       STATUS current
       DESCRIPTION
              "Identifies each entry in performance monitor table.
               May not start with one and there will be some
               missing numbers."
       ::= { cerentGenericPmStatsCurrentEntry 10 }

cerentGenericPmStatsCurrentType  OBJECT-TYPE
       SYNTAX                  CerentMonitorType
       MAX-ACCESS not-accessible
       STATUS current
       DESCRIPTION
       "This object indicates the type of metric monitored."
       ::= { cerentGenericPmStatsCurrentEntry 20 }

cerentGenericPmStatsCurrentLocation     OBJECT-TYPE
       SYNTAX                  CerentLocation
       MAX-ACCESS not-accessible
       STATUS current
       DESCRIPTION
       "This indicates if the threshold value represented by this row
        is for near or far end"
       ::= { cerentGenericPmStatsCurrentEntry 30 }

cerentGenericPmStatsCurrentPeriod       OBJECT-TYPE
       SYNTAX                  CerentPeriod
       MAX-ACCESS not-accessible
       STATUS current
       DESCRIPTION
       "The sampling interval period is indicated here"
       ::= { cerentGenericPmStatsCurrentEntry 40 }

cerentGenericPmStatsCurrentValue     OBJECT-TYPE
       SYNTAX                  Integer32
       MAX-ACCESS read-only
       STATUS current
       DESCRIPTION
       "The counter associated with this monitor type for this
        entity in the in the current interval of duration
        defined by cerentGenericPmStatsPeriod"
       ::= { cerentGenericPmStatsCurrentEntry 50 }

cerentGenericPmStatsCurrentOverFlowValue     OBJECT-TYPE
       SYNTAX                  Integer32
       MAX-ACCESS read-only
       STATUS current
       DESCRIPTION
       "The counter holds the higher ordered value associated with
        this monitor type for this
        entity in the in the current interval of duration
        defined by cerentGenericPmStatsPeriod"
       ::= { cerentGenericPmStatsCurrentEntry 60 }

cerentGenericPmStatsCurrentHCValue     OBJECT-TYPE
       SYNTAX                  Counter64
       MAX-ACCESS read-only
       STATUS current
       DESCRIPTION
       "The 64 bit counter associated with this monitor type for this
        entity in the in the current interval of duration
        defined by cerentGenericPmStatsCurrentPeriod"
       ::= { cerentGenericPmStatsCurrentEntry 70 }

cerentGenericPmStatsCurrentValidData  OBJECT-TYPE
       SYNTAX                  TruthValue
       MAX-ACCESS read-only
       STATUS current
       DESCRIPTION
       "This value indicates if the data for the current sampling period
        is valid"
       ::= { cerentGenericPmStatsCurrentEntry 80 }

cerentGenericPmStatsCurrentValidIntervals OBJECT-TYPE
    SYNTAX  Integer32 (1..96)
    MAX-ACCESS  read-only
    STATUS  current
    DESCRIPTION
       "This objects specifies the number of contiguous intervals
       for which the valid values are available for this performance
       monitoring type."
       
    ::= { cerentGenericPmStatsCurrentEntry 90 }


cerentGenericPmStatsIntervalTable       OBJECT-TYPE
       SYNTAX SEQUENCE OF CerentGenericPmStatsIntervalEntry
       MAX-ACCESS not-accessible
       STATUS current
       DESCRIPTION
              "This table holds all the performance Monitoring
               statistics for completed intervals"

       ::= { cerentGenericPmMIBObjects 30 }

cerentGenericPmStatsIntervalEntry       OBJECT-TYPE
       SYNTAX CerentGenericPmStatsIntervalEntry
       MAX-ACCESS not-accessible
       STATUS current
       DESCRIPTION
              "Row definition for cerentGenericPmStatsIntervalTable"
       INDEX {
               cerentGenericPmStatsIntervalIndex,
               cerentGenericPmStatsIntervalType,
               cerentGenericPmStatsIntervalLocation,
               cerentGenericPmStatsIntervalPeriod,
               cerentGenericPmStatsIntervalNumber
             }
       ::= { cerentGenericPmStatsIntervalTable 1 }

CerentGenericPmStatsIntervalEntry ::= SEQUENCE {
      cerentGenericPmStatsIntervalIndex           Integer32,
      cerentGenericPmStatsIntervalType            CerentMonitorType,
      cerentGenericPmStatsIntervalLocation        CerentLocation,
      cerentGenericPmStatsIntervalPeriod          CerentPeriod,
      cerentGenericPmStatsIntervalNumber          Integer32,
      cerentGenericPmStatsIntervalValue           Integer32,
      cerentGenericPmStatsIntervalOverFlowValue   Integer32,
      cerentGenericPmStatsIntervalHCValue         Counter64,
      cerentGenericPmStatsIntervalValidData       TruthValue
    }

cerentGenericPmStatsIntervalIndex  OBJECT-TYPE
       SYNTAX  Integer32 (1..2147483647) -- Same as IfIndex from IF-MIB
       MAX-ACCESS not-accessible
       STATUS current
       DESCRIPTION
              "Identifies each entry in performance monitor table.
               May not start with one and there will be some
               missing numbers."
       ::= { cerentGenericPmStatsIntervalEntry 10 }

cerentGenericPmStatsIntervalType  OBJECT-TYPE
       SYNTAX                  CerentMonitorType
       MAX-ACCESS not-accessible
       STATUS current
       DESCRIPTION
       "This object indicates the type of metric monitored."
       ::= { cerentGenericPmStatsIntervalEntry 20 }

cerentGenericPmStatsIntervalLocation     OBJECT-TYPE
       SYNTAX                  CerentLocation
       MAX-ACCESS not-accessible
       STATUS current
       DESCRIPTION
       "This indicates if the threshold value represented by this row
        is for near or far end"
       ::= { cerentGenericPmStatsIntervalEntry 30 }

cerentGenericPmStatsIntervalPeriod       OBJECT-TYPE
       SYNTAX                  CerentPeriod
       MAX-ACCESS not-accessible
       STATUS current
       DESCRIPTION
       "The sampling interval period is indicated here"
       ::= { cerentGenericPmStatsIntervalEntry 40 }

cerentGenericPmStatsIntervalNumber       OBJECT-TYPE
       SYNTAX                  Integer32 (1..96)
       MAX-ACCESS not-accessible
       STATUS current
       DESCRIPTION
       "A number between 1 and 96, which identifies the interval
        for which the statistics is available.
        The interval identified by 1 is the most recently completed interval
        and the interval identified by N is the interval immediately
        preceding the one identified by N-1."
       ::= { cerentGenericPmStatsIntervalEntry 50 }

cerentGenericPmStatsIntervalValue     OBJECT-TYPE
       SYNTAX                  Integer32
       MAX-ACCESS read-only
       STATUS current
       DESCRIPTION
       "The counter associated with this monitor type for this
        entity in the in a particular interval of duration
        defined by cerentGenericPmStatsIntervalPeriod"
       ::= { cerentGenericPmStatsIntervalEntry 60 }

cerentGenericPmStatsIntervalOverFlowValue     OBJECT-TYPE
       SYNTAX                  Integer32
       MAX-ACCESS read-only
       STATUS current
       DESCRIPTION
       "The higher order 32 bit value of the counter associated with this
        monitor type for this
        entity in the in a particular interval of duration
        defined by cerentGenericPmStatsIntervalNumber"
       ::= { cerentGenericPmStatsIntervalEntry 70 }

cerentGenericPmStatsIntervalHCValue     OBJECT-TYPE
       SYNTAX                  Counter64
       MAX-ACCESS read-only
       STATUS current
       DESCRIPTION
       "The 64-bit counter associated with this monitor type for this
        entity in the in a particular interval of duration
        defined by cerentGenericPmStatsIntervalPeriod"
       ::= { cerentGenericPmStatsIntervalEntry 80 }

cerentGenericPmStatsIntervalValidData  OBJECT-TYPE
       SYNTAX                  TruthValue
       MAX-ACCESS read-only
       STATUS current
       DESCRIPTION
       "This value indicates if the data for this interval is valid"
       ::= { cerentGenericPmStatsIntervalEntry 90 }

--  All Cisco ONS 15454 AlarmThreshold Definitions

cerentGenericPmAlarmThresholdTable       OBJECT-TYPE
       SYNTAX SEQUENCE OF CerentGenericPmAlarmThresholdEntry
       MAX-ACCESS not-accessible
       STATUS current
       DESCRIPTION
              "This table contains one row per performance monitoring
               AlarmThreshold."

       ::= { cerentGenericPmMIBObjects 40 }

CerentGenericPmAlarmThresholdEntry ::= SEQUENCE {
      cerentGenericPmAlarmThresholdIndex           Integer32,
      cerentGenericPmAlarmThresholdMonitorType     CerentAlarmThresholdMonitorType,
      cerentGenericPmAlarmThresholdValue           Integer32,
      cerentGenericPmAlarmThresholdOverFlowValue   Integer32,
      cerentGenericPmAlarmThresholdHCValue         Counter64
    }

cerentGenericPmAlarmThresholdEntry       OBJECT-TYPE
       SYNTAX CerentGenericPmAlarmThresholdEntry
       MAX-ACCESS not-accessible
       STATUS current
       DESCRIPTION
              "Row definition for cerentGenericPmAlarmThresoldTable"
       INDEX {
               cerentGenericPmAlarmThresholdIndex,
               cerentGenericPmAlarmThresholdMonitorType
             }
       ::= { cerentGenericPmAlarmThresholdTable 1 }

cerentGenericPmAlarmThresholdIndex  OBJECT-TYPE
       SYNTAX  Integer32 (1..2147483647) -- Same as IfIndex from IF-MIB
       MAX-ACCESS not-accessible
       STATUS current
       DESCRIPTION
              "Identifies each entry in AlarmThreshold table.
               May not start with one and there will be some
               missing numbers."
       ::= { cerentGenericPmAlarmThresholdEntry 10 }

cerentGenericPmAlarmThresholdMonitorType  OBJECT-TYPE
       SYNTAX                  CerentAlarmThresholdMonitorType
       MAX-ACCESS not-accessible
       STATUS current
       DESCRIPTION
       "This object indicates the type of metric monitored."
       ::= { cerentGenericPmAlarmThresholdEntry 20 }

cerentGenericPmAlarmThresholdValue     OBJECT-TYPE
       SYNTAX                  Integer32
       MAX-ACCESS read-only
       STATUS current
       DESCRIPTION
       "The lower word value of the AlarmThreshold that was
        provisioned by the NMS"
       ::= { cerentGenericPmAlarmThresholdEntry 30 }

cerentGenericPmAlarmThresholdOverFlowValue     OBJECT-TYPE
       SYNTAX                  Integer32
       MAX-ACCESS read-only
       STATUS current
       DESCRIPTION
       "The higher word value of the AlarmThreshold that was
        provisioned by the NMS"
       ::= { cerentGenericPmAlarmThresholdEntry 40 }

cerentGenericPmAlarmThresholdHCValue     OBJECT-TYPE
       SYNTAX                  Counter64
       MAX-ACCESS read-only
       STATUS current
       DESCRIPTION
       "The value of this object will be the 64 bit AlarmThreshold that was
        provisioned by the NMS"
       ::= { cerentGenericPmAlarmThresholdEntry 50 }

cerentGenericPmMIBConformance OBJECT IDENTIFIER
      ::= { cerentRequirements 80 }
cerentGenericPmMIBCompliances OBJECT IDENTIFIER
      ::= { cerentGenericPmMIBConformance 1}
cerentGenericPmMIBGroups OBJECT IDENTIFIER
      ::= { cerentGenericPmMIBConformance 2}

cerentGenericPmMIBCompliance MODULE-COMPLIANCE
    STATUS  current
    DESCRIPTION
        "Describes the requirements for conformance to the
        High Capacity Media Independent Group."
    MODULE  -- this module
    MANDATORY-GROUPS { cerentGenericPmThresholdGroup,
                       cerentGenericPmStatsCurrentGroup,
                       cerentGenericPmStatsIntervalGroup }
    ::= { cerentGenericPmMIBCompliances 1 }
       
-- This group covers for threshold display and TCA trap

cerentGenericPmThresholdGroup OBJECT-GROUP
        OBJECTS {
          cerentGenericPmThresholdValue,
          cerentGenericPmThresholdOverFlowValue,
          cerentGenericPmThresholdHCValue
        }
        STATUS current
        DESCRIPTION
          "The objects for storing all the current alarm thresholds "
        ::= { cerentGenericPmMIBGroups 10 }

-- This group covers Performance Monitoring in current interval

cerentGenericPmStatsCurrentGroup OBJECT-GROUP
        OBJECTS {
            cerentGenericPmStatsCurrentValue,
            cerentGenericPmStatsCurrentOverFlowValue,
            cerentGenericPmStatsCurrentHCValue,
            cerentGenericPmStatsCurrentValidData,
            cerentGenericPmStatsCurrentValidIntervals
        }
        STATUS current
        DESCRIPTION
          "The objects for storing all the performance montitoring statistics"
        ::= { cerentGenericPmMIBGroups 20 }

-- This group covers Performance Monitoring in current interval

cerentGenericPmStatsIntervalGroup OBJECT-GROUP
        OBJECTS {
            cerentGenericPmStatsIntervalValue,
            cerentGenericPmStatsIntervalOverFlowValue,
            cerentGenericPmStatsIntervalHCValue,
            cerentGenericPmStatsIntervalValidData
        }
        STATUS current
        DESCRIPTION
          "The objects for storing all the performance montitoring statistics"
        ::= { cerentGenericPmMIBGroups 30 }

--This group covers for Alarm displays and traps

cerentGenericPmAlarmThresholdGroup OBJECT-GROUP
        OBJECTS {
          cerentGenericPmAlarmThresholdValue,
          cerentGenericPmAlarmThresholdOverFlowValue,
          cerentGenericPmAlarmThresholdHCValue
        }
        STATUS current
        DESCRIPTION
          "The objects for storing all the current alarm thresholds "
        ::= { cerentGenericPmMIBGroups 40 }

END