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
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
|
F3-POPM-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-COMPLIANCE, OBJECT-GROUP
FROM SNMPv2-CONF
MODULE-IDENTITY, OBJECT-TYPE, Integer32, Unsigned32, Counter64
FROM SNMPv2-SMI
DateAndTime, TruthValue, VariablePointer, TEXTUAL-CONVENTION
FROM SNMPv2-TC
neIndex, shelfIndex, slotIndex
FROM CM-ENTITY-MIB
cmEthernetAccPortEntry, cmEthernetNetPortEntry
FROM CM-FACILITY-MIB
cmEthernetAccPortStatsEntry, cmEthernetNetPortStatsEntry,
cmEthernetAccPortHistoryEntry, cmEthernetNetPortHistoryEntry
FROM CM-PERFORMANCE-MIB
fsp150cm
FROM ADVA-MIB
PerfCounter64
FROM CM-COMMON-MIB;
f3POPMMib MODULE-IDENTITY
LAST-UPDATED "201110100000Z"
ORGANIZATION "ADVA Optical Networking"
CONTACT-INFO
" Raghav Trivedi
ADVA Optical Networking, Inc.
Tel: +1 972 759-1239
E-mail: rtrivedi@advaoptical.com
Postal: 2301 N. Greenville Ave. #300
Richardson, TX USA 75082"
DESCRIPTION
"This module documents the Precision Optical Power
Monitoring features provided by the F3 product line
of products.
Copyright (C) ADVA Optical Networking."
REVISION "201110100000Z"
DESCRIPTION
"Notes from release 201110100000Z,
(1)Added following variables for clearing POPM alarms
f3EthernetAccPortPOPMonitorClearAction,
f3EthernetNetPortPOPMonitorClearAction
Notes from release 201109060000Z,
(1)Initial MIB version for release FSP150CM 3.4."
::= {fsp150cm 16}
--
-- OID definitions
--
f3POPMObjects OBJECT IDENTIFIER ::= {f3POPMMib 1}
f3POPMPerfObjects OBJECT IDENTIFIER ::= {f3POPMMib 2}
f3POPMConformance OBJECT IDENTIFIER ::= {f3POPMMib 3}
--
-- Textual Conventions
--
POPMGlitchRejectionLevel ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Provides ability to manage the glitch rejection level,
none -- no glitch rejection
low -- single glitch rejection
medium -- three glitch rejection
high -- five glitch rejection
."
SYNTAX INTEGER {
none (1),
low (2),
medium (3),
high (4)
}
POPMState ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Provides the enumerations for POPM State
not-applicable --not applicable state
inoperable --enabled, port is unassigned
not-available --not available state
calibrating --enabled, operational, computing
monitoring --enabled, operational, monitoring
paused --enabled, signal out-of-range,
signal out-of-variance
inhibited-R --enabled, LOS (revertive)
inhibited-NR --enabled, sampling error (non-revertive)
."
SYNTAX INTEGER {
not-applicable (1),
inoperable (2),
not-available (3),
calibrating (4),
monitoring (5),
paused (6),
inhibited-R (7),
inhibited-NR (8)
}
POPMClearAlarmsAction ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Provides ability to clear the alarms on POPR function."
SYNTAX INTEGER {
not-applicable(0),
clear (1)
}
--
-- Ethernet Access Port - Precision Optical Power Monitor
--
f3EthernetAccPortPOPMonitorTable OBJECT-TYPE
SYNTAX SEQUENCE OF F3EthernetAccPortPOPMonitorEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table provides ability to manage the
Precision Optical Power feature on
Ethernet Access Ports."
::= { f3POPMObjects 2 }
f3EthernetAccPortPOPMonitorEntry OBJECT-TYPE
SYNTAX F3EthernetAccPortPOPMonitorEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A conceptual row in the f3EthernetAccPortPOPMonitorTable."
AUGMENTS { cmEthernetAccPortEntry }
::= { f3EthernetAccPortPOPMonitorTable 1 }
F3EthernetAccPortPOPMonitorEntry ::= SEQUENCE {
f3EthernetAccPortPOPMonitorEnabled TruthValue,
f3EthernetAccPortPOPMonitorOperRangeHi Integer32,
f3EthernetAccPortPOPMonitorOperRangeLow Integer32,
f3EthernetAccPortPOPMonitorVariance Integer32,
f3EthernetAccPortPOPMonitorWindowSize Integer32,
f3EthernetAccPortPOPMonitorGlitchRejectionLevel POPMGlitchRejectionLevel,
f3EthernetAccPortPOPMonitorState POPMState,
f3EthernetAccPortPOPMonitorClearAction POPMClearAlarmsAction
}
f3EthernetAccPortPOPMonitorEnabled OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object enables/disables Precision Optical Power monitoring
on the Ethernet Access Port."
::= { f3EthernetAccPortPOPMonitorEntry 1 }
f3EthernetAccPortPOPMonitorOperRangeHi OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object provides the higher operating range, in 10ths of dbm,
for Precision Optical Power monitoring."
::= { f3EthernetAccPortPOPMonitorEntry 2 }
f3EthernetAccPortPOPMonitorOperRangeLow OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object provides the lower operating range, in 10ths of dbm, for
Precision Optical Power monitoring."
::= { f3EthernetAccPortPOPMonitorEntry 3 }
f3EthernetAccPortPOPMonitorVariance OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object provides the maximum absolute variance,
from average, in 10ths of dbm, for
Precision Optical Power monitoring."
::= { f3EthernetAccPortPOPMonitorEntry 4 }
f3EthernetAccPortPOPMonitorWindowSize OBJECT-TYPE
SYNTAX Integer32 (1..3600)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object provides the window size (time in seconds), for
Precision Optical Power monitoring."
::= { f3EthernetAccPortPOPMonitorEntry 5 }
f3EthernetAccPortPOPMonitorGlitchRejectionLevel OBJECT-TYPE
SYNTAX POPMGlitchRejectionLevel
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object provides the maximum number of
sequential variance violations constituting a
glitch."
::= { f3EthernetAccPortPOPMonitorEntry 6 }
f3EthernetAccPortPOPMonitorState OBJECT-TYPE
SYNTAX POPMState
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object provides the current state of the
Precision Optical Monitoring processing."
::= { f3EthernetAccPortPOPMonitorEntry 7 }
f3EthernetAccPortPOPMonitorClearAction OBJECT-TYPE
SYNTAX POPMClearAlarmsAction
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object provides the ability to clear outstanding
Precision Optical Monitoring alarms."
::= { f3EthernetAccPortPOPMonitorEntry 8 }
--
-- Ethernet Network Port - Precision Optical Power Monitor
--
f3EthernetNetPortPOPMonitorTable OBJECT-TYPE
SYNTAX SEQUENCE OF F3EthernetNetPortPOPMonitorEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table provides ability to manage the
Precision Optical Power feature on
Ethernet Network Ports."
::= { f3POPMObjects 1 }
f3EthernetNetPortPOPMonitorEntry OBJECT-TYPE
SYNTAX F3EthernetNetPortPOPMonitorEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A conceptual row in the f3EthernetNetPortPOPMonitorTable."
AUGMENTS { cmEthernetNetPortEntry }
::= { f3EthernetNetPortPOPMonitorTable 1 }
F3EthernetNetPortPOPMonitorEntry ::= SEQUENCE {
f3EthernetNetPortPOPMonitorEnabled TruthValue,
f3EthernetNetPortPOPMonitorOperRangeHi Integer32,
f3EthernetNetPortPOPMonitorOperRangeLow Integer32,
f3EthernetNetPortPOPMonitorVariance Integer32,
f3EthernetNetPortPOPMonitorWindowSize Integer32,
f3EthernetNetPortPOPMonitorGlitchRejectionLevel POPMGlitchRejectionLevel,
f3EthernetNetPortPOPMonitorState POPMState,
f3EthernetNetPortPOPMonitorClearAction POPMClearAlarmsAction
}
f3EthernetNetPortPOPMonitorEnabled OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object enables/disables Precision Optical Power monitoring
on the Ethernet Network Port."
::= { f3EthernetNetPortPOPMonitorEntry 1 }
f3EthernetNetPortPOPMonitorOperRangeHi OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object provides the higher operating range, in 10ths of dbm,
for Precision Optical Power monitoring."
::= { f3EthernetNetPortPOPMonitorEntry 2 }
f3EthernetNetPortPOPMonitorOperRangeLow OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object provides the lower operating range, in 10ths of dbm, for
Precision Optical Power monitoring."
::= { f3EthernetNetPortPOPMonitorEntry 3 }
f3EthernetNetPortPOPMonitorVariance OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object provides the maximum absolute variance,
from average, in 10ths of dbm, for
Precision Optical Power monitoring."
::= { f3EthernetNetPortPOPMonitorEntry 4 }
f3EthernetNetPortPOPMonitorWindowSize OBJECT-TYPE
SYNTAX Integer32 (1..3600)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object provides the window size (time in seconds), for
Precision Optical Power monitoring."
::= { f3EthernetNetPortPOPMonitorEntry 5 }
f3EthernetNetPortPOPMonitorGlitchRejectionLevel OBJECT-TYPE
SYNTAX POPMGlitchRejectionLevel
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object provides the maximum number of
sequential variance violations constituting a
glitch."
::= { f3EthernetNetPortPOPMonitorEntry 6 }
f3EthernetNetPortPOPMonitorState OBJECT-TYPE
SYNTAX POPMState
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object provides the current state of the
Precision Optical Monitoring processing."
::= { f3EthernetNetPortPOPMonitorEntry 7 }
f3EthernetNetPortPOPMonitorClearAction OBJECT-TYPE
SYNTAX POPMClearAlarmsAction
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object provides the ability to clear outstanding
Precision Optical Monitoring alarms."
::= { f3EthernetNetPortPOPMonitorEntry 8 }
--
-- Ethernet Access Port POPM Current Statistics Table
--
f3EthernetAccPortPOPMStatsTable OBJECT-TYPE
SYNTAX SEQUENCE OF F3EthernetAccPortPOPMStatsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A collection of Ethernet Access Port Precision Optical Power
related statistics.
These reflect the current data."
::= { f3POPMPerfObjects 1 }
f3EthernetAccPortPOPMStatsEntry OBJECT-TYPE
SYNTAX F3EthernetAccPortPOPMStatsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A conceptual row in the f3EthernetAccPortPOPMStatsTable.
Entries exist in this table for each Ethernet interface/port."
AUGMENTS { cmEthernetAccPortStatsEntry }
::= { f3EthernetAccPortPOPMStatsTable 1 }
F3EthernetAccPortPOPMStatsEntry ::= SEQUENCE {
f3EthernetAccPortPOPMStatsOPR Integer32,
f3EthernetAccPortPOPMStatsAOPR Integer32,
f3EthernetAccPortPOPMStatsOPRVar Integer32,
f3EthernetAccPortPOPMStatsOPRMaxVar Integer32,
f3EthernetAccPortPOPMStatsOPRGlitchRejects Unsigned32,
f3EthernetAccPortPOPMStatsOPRRTR Unsigned32,
f3EthernetAccPortPOPMStatsOPROOR Unsigned32,
f3EthernetAccPortPOPMStatsOPROOV Unsigned32
}
f3EthernetAccPortPOPMStatsOPR OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Precision Optical Power Receive (in dBm) for the physical layer.
This is applicable only if Precision Optical Power monitoring
is enabled."
::= { f3EthernetAccPortPOPMStatsEntry 1 }
f3EthernetAccPortPOPMStatsAOPR OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Average Precision Optical Power Receive (in dBm) for the physical
layer. This is applicable only if Precision Optical Power
monitoring is enabled."
::= { f3EthernetAccPortPOPMStatsEntry 2 }
f3EthernetAccPortPOPMStatsOPRVar OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Signed variance of Optical Power Receive, from average.
This is applicable only if Precision Optical Power monitoring
is enabled."
::= { f3EthernetAccPortPOPMStatsEntry 3 }
f3EthernetAccPortPOPMStatsOPRMaxVar OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Signed maximum variance of Optical Power Receive, from average.
This is applicable only if Precision Optical Power monitoring
is enabled."
::= { f3EthernetAccPortPOPMStatsEntry 4 }
f3EthernetAccPortPOPMStatsOPRGlitchRejects OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of glitch rejections. This is
applicable only if Precision Optical Layer monitoring is enabled."
::= { f3EthernetAccPortPOPMStatsEntry 5 }
f3EthernetAccPortPOPMStatsOPRRTR OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of times the POPM state machine reverts to the running
state from the inhibited R state. This is applicable only if
Precision Optical Layer monitoring is enabled."
::= { f3EthernetAccPortPOPMStatsEntry 6 }
f3EthernetAccPortPOPMStatsOPROOR OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of times the Precision Optical Power is out of range.
This is applicable only if Precision Optical Layer
monitoring is enabled."
::= { f3EthernetAccPortPOPMStatsEntry 7 }
f3EthernetAccPortPOPMStatsOPROOV OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of times the Precision Optical Power out of variance
occurrences. This is applicable only if Precision Optical Layer
monitoring is enabled."
::= { f3EthernetAccPortPOPMStatsEntry 8 }
--
-- Ethernet Access Port POPM Current Statistics Table
--
f3EthernetAccPortPOPMHistoryTable OBJECT-TYPE
SYNTAX SEQUENCE OF F3EthernetAccPortPOPMHistoryEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A collection of Ethernet Access Port Precision Optical Power
related statistics.
These reflect the current data."
::= { f3POPMPerfObjects 2 }
f3EthernetAccPortPOPMHistoryEntry OBJECT-TYPE
SYNTAX F3EthernetAccPortPOPMHistoryEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A conceptual row in the f3EthernetAccPortPOPMHistoryTable.
Entries exist in this table for each Ethernet interface/port."
AUGMENTS { cmEthernetAccPortHistoryEntry }
::= { f3EthernetAccPortPOPMHistoryTable 1 }
F3EthernetAccPortPOPMHistoryEntry ::= SEQUENCE {
f3EthernetAccPortPOPMHistoryOPR Integer32,
f3EthernetAccPortPOPMHistoryAOPR Integer32,
f3EthernetAccPortPOPMHistoryOPRVar Integer32,
f3EthernetAccPortPOPMHistoryOPRMaxVar Integer32,
f3EthernetAccPortPOPMHistoryOPRGlitchRejects Unsigned32,
f3EthernetAccPortPOPMHistoryOPRRTR Unsigned32,
f3EthernetAccPortPOPMHistoryOPROOR Unsigned32,
f3EthernetAccPortPOPMHistoryOPROOV Unsigned32
}
f3EthernetAccPortPOPMHistoryOPR OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Precision Optical Power Receive (in dBm) for the physical layer.
This is applicable only if Precision Optical Power monitoring
is enabled."
::= { f3EthernetAccPortPOPMHistoryEntry 1 }
f3EthernetAccPortPOPMHistoryAOPR OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Average Precision Optical Power Receive (in dBm) for the physical
layer. This is applicable only if Precision Optical Power
monitoring is enabled."
::= { f3EthernetAccPortPOPMHistoryEntry 2 }
f3EthernetAccPortPOPMHistoryOPRVar OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Signed variance of Optical Power Receive, from average.
This is applicable only if Precision Optical Power monitoring
is enabled."
::= { f3EthernetAccPortPOPMHistoryEntry 3 }
f3EthernetAccPortPOPMHistoryOPRMaxVar OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Signed maximum variance of Optical Power Receive, from average.
This is applicable only if Precision Optical Power monitoring
is enabled."
::= { f3EthernetAccPortPOPMHistoryEntry 4 }
f3EthernetAccPortPOPMHistoryOPRGlitchRejects OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of glitch rejections. This is
applicable only if Precision Optical Layer monitoring is enabled."
::= { f3EthernetAccPortPOPMHistoryEntry 5 }
f3EthernetAccPortPOPMHistoryOPRRTR OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of times the POPM state machine reverts to the running
state from the inhibited R state. This is applicable only if
Precision Optical Layer monitoring is enabled."
::= { f3EthernetAccPortPOPMHistoryEntry 6 }
f3EthernetAccPortPOPMHistoryOPROOR OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of times the Precision Optical Power is out of range.
This is applicable only if Precision Optical Layer
monitoring is enabled."
::= { f3EthernetAccPortPOPMHistoryEntry 7 }
f3EthernetAccPortPOPMHistoryOPROOV OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of times the Precision Optical Power out of variance
occurrences. This is applicable only if Precision Optical Layer
monitoring is enabled."
::= { f3EthernetAccPortPOPMHistoryEntry 8 }
--
-- Ethernet Network Port POPM Current Statistics Table
--
f3EthernetNetPortPOPMStatsTable OBJECT-TYPE
SYNTAX SEQUENCE OF F3EthernetNetPortPOPMStatsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A collection of Ethernet Network Port Precision Optical Power
related statistics.
These reflect the current data."
::= { f3POPMPerfObjects 3 }
f3EthernetNetPortPOPMStatsEntry OBJECT-TYPE
SYNTAX F3EthernetNetPortPOPMStatsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A conceptual row in the f3EthernetNetPortPOPMStatsTable.
Entries exist in this table for each Ethernet interface/port."
AUGMENTS { cmEthernetNetPortStatsEntry }
::= { f3EthernetNetPortPOPMStatsTable 1 }
F3EthernetNetPortPOPMStatsEntry ::= SEQUENCE {
f3EthernetNetPortPOPMStatsOPR Integer32,
f3EthernetNetPortPOPMStatsAOPR Integer32,
f3EthernetNetPortPOPMStatsOPRVar Integer32,
f3EthernetNetPortPOPMStatsOPRMaxVar Integer32,
f3EthernetNetPortPOPMStatsOPRGlitchRejects Unsigned32,
f3EthernetNetPortPOPMStatsOPRRTR Unsigned32,
f3EthernetNetPortPOPMStatsOPROOR Unsigned32,
f3EthernetNetPortPOPMStatsOPROOV Unsigned32
}
f3EthernetNetPortPOPMStatsOPR OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Precision Optical Power Receive (in dBm) for the physical layer.
This is applicable only if Precision Optical Power monitoring
is enabled."
::= { f3EthernetNetPortPOPMStatsEntry 1 }
f3EthernetNetPortPOPMStatsAOPR OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Average Precision Optical Power Receive (in dBm) for the physical
layer. This is applicable only if Precision Optical Power
monitoring is enabled."
::= { f3EthernetNetPortPOPMStatsEntry 2 }
f3EthernetNetPortPOPMStatsOPRVar OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Signed variance of Optical Power Receive, from average.
This is applicable only if Precision Optical Power monitoring
is enabled."
::= { f3EthernetNetPortPOPMStatsEntry 3 }
f3EthernetNetPortPOPMStatsOPRMaxVar OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Signed maximum variance of Optical Power Receive, from average.
This is applicable only if Precision Optical Power monitoring
is enabled."
::= { f3EthernetNetPortPOPMStatsEntry 4 }
f3EthernetNetPortPOPMStatsOPRGlitchRejects OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of glitch rejections. This is
applicable only if Precision Optical Layer monitoring is enabled."
::= { f3EthernetNetPortPOPMStatsEntry 5 }
f3EthernetNetPortPOPMStatsOPRRTR OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of times the POPM state machine reverts to the running
state from the inhibited R state. This is applicable only if
Precision Optical Layer monitoring is enabled."
::= { f3EthernetNetPortPOPMStatsEntry 6 }
f3EthernetNetPortPOPMStatsOPROOR OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of times the Precision Optical Power is out of range.
This is applicable only if Precision Optical Layer
monitoring is enabled."
::= { f3EthernetNetPortPOPMStatsEntry 7 }
f3EthernetNetPortPOPMStatsOPROOV OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of times the Precision Optical Power out of variance
occurrences. This is applicable only if Precision Optical Layer
monitoring is enabled."
::= { f3EthernetNetPortPOPMStatsEntry 8 }
--
-- Ethernet Network Port POPM Current History Table
--
f3EthernetNetPortPOPMHistoryTable OBJECT-TYPE
SYNTAX SEQUENCE OF F3EthernetNetPortPOPMHistoryEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A collection of Ethernet Network Port Precision Optical Power
related statistics.
These reflect the current data."
::= { f3POPMPerfObjects 4 }
f3EthernetNetPortPOPMHistoryEntry OBJECT-TYPE
SYNTAX F3EthernetNetPortPOPMHistoryEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A conceptual row in the f3EthernetNetPortPOPMHistoryTable.
Entries exist in this table for each Ethernet interface/port."
AUGMENTS { cmEthernetNetPortHistoryEntry }
::= { f3EthernetNetPortPOPMHistoryTable 1 }
F3EthernetNetPortPOPMHistoryEntry ::= SEQUENCE {
f3EthernetNetPortPOPMHistoryOPR Integer32,
f3EthernetNetPortPOPMHistoryAOPR Integer32,
f3EthernetNetPortPOPMHistoryOPRVar Integer32,
f3EthernetNetPortPOPMHistoryOPRMaxVar Integer32,
f3EthernetNetPortPOPMHistoryOPRGlitchRejects Unsigned32,
f3EthernetNetPortPOPMHistoryOPRRTR Unsigned32,
f3EthernetNetPortPOPMHistoryOPROOR Unsigned32,
f3EthernetNetPortPOPMHistoryOPROOV Unsigned32
}
f3EthernetNetPortPOPMHistoryOPR OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Precision Optical Power Receive (in dBm) for the physical layer.
This is applicable only if Precision Optical Power monitoring
is enabled."
::= { f3EthernetNetPortPOPMHistoryEntry 1 }
f3EthernetNetPortPOPMHistoryAOPR OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Average Precision Optical Power Receive (in dBm) for the physical
layer. This is applicable only if Precision Optical Power
monitoring is enabled."
::= { f3EthernetNetPortPOPMHistoryEntry 2 }
f3EthernetNetPortPOPMHistoryOPRVar OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Signed variance of Optical Power Receive, from average.
This is applicable only if Precision Optical Power monitoring
is enabled."
::= { f3EthernetNetPortPOPMHistoryEntry 3 }
f3EthernetNetPortPOPMHistoryOPRMaxVar OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Signed maximum variance of Optical Power Receive, from average.
This is applicable only if Precision Optical Power monitoring
is enabled."
::= { f3EthernetNetPortPOPMHistoryEntry 4 }
f3EthernetNetPortPOPMHistoryOPRGlitchRejects OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of glitch rejections. This is
applicable only if Precision Optical Layer monitoring is enabled."
::= { f3EthernetNetPortPOPMHistoryEntry 5 }
f3EthernetNetPortPOPMHistoryOPRRTR OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of times the POPM state machine reverts to the running
state from the inhibited R state. This is applicable only if
Precision Optical Layer monitoring is enabled."
::= { f3EthernetNetPortPOPMHistoryEntry 6 }
f3EthernetNetPortPOPMHistoryOPROOR OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of times the Precision Optical Power is out of range.
This is applicable only if Precision Optical Layer
monitoring is enabled."
::= { f3EthernetNetPortPOPMHistoryEntry 7 }
f3EthernetNetPortPOPMHistoryOPROOV OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of times the Precision Optical Power out of variance
occurrences. This is applicable only if Precision Optical Layer
monitoring is enabled."
::= { f3EthernetNetPortPOPMHistoryEntry 8 }
--
-- Conformance
--
f3POPMCompliances OBJECT IDENTIFIER ::= {f3POPMConformance 1}
f3POPMGroups OBJECT IDENTIFIER ::= {f3POPMConformance 2}
f3POPMCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"Describes the requirements for conformance to the POPM Object
group."
MODULE -- this module
MANDATORY-GROUPS {
f3POPMFacilityGroup, f3POPMStatsGroup
}
::= { f3POPMCompliances 1 }
f3POPMFacilityGroup OBJECT-GROUP
OBJECTS {
f3EthernetAccPortPOPMonitorEnabled,
f3EthernetAccPortPOPMonitorOperRangeHi,
f3EthernetAccPortPOPMonitorOperRangeLow,
f3EthernetAccPortPOPMonitorVariance,
f3EthernetAccPortPOPMonitorWindowSize,
f3EthernetAccPortPOPMonitorGlitchRejectionLevel,
f3EthernetAccPortPOPMonitorState,
f3EthernetAccPortPOPMonitorClearAction,
f3EthernetNetPortPOPMonitorEnabled,
f3EthernetNetPortPOPMonitorOperRangeHi,
f3EthernetNetPortPOPMonitorOperRangeLow,
f3EthernetNetPortPOPMonitorVariance,
f3EthernetNetPortPOPMonitorWindowSize,
f3EthernetNetPortPOPMonitorGlitchRejectionLevel,
f3EthernetNetPortPOPMonitorState,
f3EthernetNetPortPOPMonitorClearAction
}
STATUS current
DESCRIPTION
"A collection of objects used to manage the F3 POPM Functionality
."
::= { f3POPMGroups 1 }
f3POPMStatsGroup OBJECT-GROUP
OBJECTS {
f3EthernetAccPortPOPMStatsOPR, f3EthernetAccPortPOPMStatsAOPR,
f3EthernetAccPortPOPMStatsOPRVar, f3EthernetAccPortPOPMStatsOPRMaxVar,
f3EthernetAccPortPOPMStatsOPRGlitchRejects,
f3EthernetAccPortPOPMStatsOPRRTR,
f3EthernetAccPortPOPMStatsOPROOR, f3EthernetAccPortPOPMStatsOPROOV,
f3EthernetAccPortPOPMHistoryOPR, f3EthernetAccPortPOPMHistoryAOPR,
f3EthernetAccPortPOPMHistoryOPRVar, f3EthernetAccPortPOPMHistoryOPRMaxVar,
f3EthernetAccPortPOPMHistoryOPRGlitchRejects,
f3EthernetAccPortPOPMHistoryOPRRTR,
f3EthernetAccPortPOPMHistoryOPROOR, f3EthernetAccPortPOPMHistoryOPROOV,
f3EthernetNetPortPOPMStatsOPR, f3EthernetNetPortPOPMStatsAOPR,
f3EthernetNetPortPOPMStatsOPRVar, f3EthernetNetPortPOPMStatsOPRMaxVar,
f3EthernetNetPortPOPMStatsOPRGlitchRejects,
f3EthernetNetPortPOPMStatsOPRRTR,
f3EthernetNetPortPOPMStatsOPROOR, f3EthernetNetPortPOPMStatsOPROOV,
f3EthernetNetPortPOPMHistoryOPR, f3EthernetNetPortPOPMHistoryAOPR,
f3EthernetNetPortPOPMHistoryOPRVar, f3EthernetNetPortPOPMHistoryOPRMaxVar,
f3EthernetNetPortPOPMHistoryOPRGlitchRejects,
f3EthernetNetPortPOPMHistoryOPRRTR,
f3EthernetNetPortPOPMHistoryOPROOR, f3EthernetNetPortPOPMHistoryOPROOV
}
STATUS current
DESCRIPTION
"A collection of objects used to manage the F3 POPM Functionality
."
::= { f3POPMGroups 2 }
END
|