BSD 4_3_Net_2 release
[unix-history] / usr / src / contrib / isode / snmp / ds3.my
CommitLineData
9e8e5516
C
1-- ds3.my - DS3-interface objects
2
3-- $Header: /f/osi/snmp/RCS/ds3.my,v 7.1 91/02/22 09:43:07 mrose Interim $
4--
5--
6-- $Log: ds3.my,v $
7-- Revision 7.1 91/02/22 09:43:07 mrose
8-- Interim 6.8
9--
10-- Revision 7.0 91/01/11 13:06:32 mrose
11-- *** empty log message ***
12--
13-- Revision 7.1 91/01/11 13:02:23 mrose
14-- update
15--
16-- Revision 7.0 90/09/27 10:46:07 mrose
17-- *** empty log message ***
18--
19
20--
21-- NOTICE
22--
23-- Acquisition, use, and distribution of this module and related
24-- materials are subject to the restrictions of a license agreement.
25-- Consult the Preface in the User's Manual for the full terms of
26-- this agreement.
27--
28--
29
30
31
32
33 RFCxxxx-MIB DEFINITIONS ::= BEGIN
34
35 IMPORTS
36 experimental, Counter
37 FROM RFC1155-SMI
38 DisplayString
39 FROM RFC1158-MIB
40 OBJECT-TYPE
41 FROM RFC-oooo;
42
43 -- This MIB module uses the extended OBJECT-TYPE macro as
44 -- defined in [13].
45
46
47 -- this is the MIB module for the DS3 objects
48
49 ds3 OBJECT IDENTIFIER ::= { experimental 15 }
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 -- the DS3 Configuration group
84
85 -- Although the objects in this group are read-only, at the
86 -- agent's discretion they may be made read-write so that the
87 -- management station, when appropriately authorized, may
88 -- change the behavior of the CSU, e.g., to place the device
89 -- into a loopback state.
90
91 -- Implementation of this group is mandatory for all systems
92 -- that attach to a DS3 Interface.
93
94 ds3ConfigTable OBJECT-TYPE
95 SYNTAX SEQUENCE OF DS3ConfigEntry
96 ACCESS not-accessible
97 STATUS mandatory
98 DESCRIPTION
99 "The DS3 Configuration table."
100 ::= { ds3 1 }
101
102 ds3ConfigEntry OBJECT-TYPE
103 SYNTAX DS3ConfigEntry
104 ACCESS not-accessible
105 STATUS mandatory
106 DESCRIPTION
107 "An entry in the DS3 Configuration table."
108 INDEX { ds3CSUIndex }
109 ::= { ds3ConfigTable 1 }
110
111 DS3ConfigEntry ::=
112 SEQUENCE {
113 ds3CSUIndex
114 INTEGER,
115 ds3Index
116 INTEGER,
117 ds3TimeElapsed
118 INTEGER (1..900),
119 ds3ValidIntervals
120 INTEGER (0..96),
121 ds3LineType
122 INTEGER,
123 ds3ZeroCoding
124 INTEGER,
125 ds3Loopback
126 INTEGER,
127 ds3SendCode
128
129
130
131
132
133
134
135 INTEGER,
136 ds3YellowAlarm
137 INTEGER,
138 ds3RedAlarm
139 INTEGER,
140 ds3CircuitIdentifier
141 DisplayString (SIZE (0..255))
142 }
143
144 ds3CSUIndex OBJECT-TYPE
145 SYNTAX INTEGER
146 ACCESS read-only
147 STATUS mandatory
148 DESCRIPTION
149 "The index value which uniquely identifies the
150 CSU to which this entry is applicable."
151 ::= { ds3ConfigEntry 1 }
152
153 ds3Index OBJECT-TYPE
154 SYNTAX INTEGER
155 ACCESS read-only
156 STATUS mandatory
157 DESCRIPTION
158 "An index value that uniquely identifies a DS3
159 Interface. The interface identified by a
160 particular value of this index is the same
161 interface as identified by the same value an
162 ifIndex object instance."
163 ::= { ds3ConfigEntry 2 }
164
165 ds3TimeElapsed OBJECT-TYPE
166 SYNTAX INTEGER (1..900)
167 ACCESS read-only
168 STATUS mandatory
169 DESCRIPTION
170 "The number of seconds, including partial
171 seconds, that have elapsed since the beginning of
172 the current error-measurement period."
173 ::= { ds3ConfigEntry 3 }
174
175 ds3ValidIntervals OBJECT-TYPE
176 SYNTAX INTEGER (0..96)
177 ACCESS read-only
178 STATUS mandatory
179 DESCRIPTION
180
181
182
183
184
185
186
187 "The number of previous intervals for which valid
188 data was collected. The value will be 96 unless
189 the CSU device was brought online within the last
190 24 hours, in which case the value will be the
191 number of complete 15 minute intervals the CSU has
192 been online."
193 ::= { ds3ConfigEntry 4 }
194
195 ds3LineType OBJECT-TYPE
196 SYNTAX INTEGER {
197 other(1),
198 ds3M23(2),
199 ds3SYNTRAN(3),
200 ds3CbitParity(4),
201 ds3ClearChannel(5)
202 }
203 ACCESS read-only
204 STATUS mandatory
205 DESCRIPTION
206 "This variable indicates the variety of DS3 C-bit
207 application implementing this circuit. The type
208 of circuit affects the interpretation of the usage
209 and error statistics. The rate of all of them is
210 44.736 Mbps.
211
212 The values, in sequence, describe:
213 TITLE: SPECIFICATION:
214 ds3M23 ANSI T1.107-1988 [10]
215 ds3SYNTRAN ANSI T1.107-1988 [10]
216 ds3C-bitParity ANSI T1.107a-1989 [10a]
217 ds3ClearChannel ANSI T1.102-1987 [9]
218 "
219 ::= { ds3ConfigEntry 5 }
220
221 ds3ZeroCoding OBJECT-TYPE
222 SYNTAX INTEGER {
223 ds3other(1),
224 ds3B3ZS(2)
225 }
226 ACCESS read-only
227 STATUS mandatory
228 DESCRIPTION
229 "This variable describes the variety of Zero Code
230 Suppression used on the link, which in turn
231 affects a number of its characteristics.
232
233
234
235
236
237
238
239 ds3B3ZS refers to the use of specified patterns of
240 normal bits and bipolar violations which are used
241 to replace sequences of zero bits of a specified
242 length."
243 ::= { ds3ConfigEntry 6 }
244
245 ds3Loopback OBJECT-TYPE
246 SYNTAX INTEGER {
247 ds3NoLoop(1),
248 ds3LocalLoopbackLocalSide(2),
249 ds3LocalLoopbackRemoteSide(3),
250 ds3RemoteLoopbackLocalSide(4),
251 ds3RemoteLoopbackRemoteSide(5)
252 }
253 ACCESS read-only
254 STATUS mandatory
255 DESCRIPTION
256 "This variable represents the loopback state of
257 the CSU. Devices supporting read/write access
258 should return badValue in response to a requested
259 loopback state that the CSU does not support. The
260 values mean:
261
262 ds3NoLoop
263 Not in the loopback state. A device that is
264 not capable of performing a loopback on
265 either interface shall always return this as
266 it's value.
267
268 ds3LocalLoopbackLocalSide
269 Signal received from the local side of the
270 device is looped back at the local connector
271 (eg, without involving the CSU).
272
273 ds3LocalLoopbackRemoteSide
274 Signal received from the local side of the
275 device is looped back at the remote connector
276 (eg, through the CSU).
277
278 ds3RemoteLoopbackLocalSide
279 Signal received from the remote side of the
280 device is looped back at the local connector
281 (eg, through the CSU).
282
283 ds3RemoteLoopbackRemoteSide
284
285
286
287
288
289
290
291 Signal received from the remote side of the
292 device is looped back at the remote connector
293 (eg, without involving the CSU).
294
295 Note that M23 and ClearChannel interfaces do not
296 support the Loopback managed object."
297 ::= { ds3ConfigEntry 7 }
298
299 ds3SendCode OBJECT-TYPE
300 SYNTAX INTEGER {
301 ds3SendTestMessage(1),
302 ds3SendNoCode(2),
303 ds3SendSetCode(3),
304 ds3SendLoopbackCode(4),
305 ds3SendResetCode(5)
306 }
307 ACCESS read-only
308 STATUS mandatory
309 DESCRIPTION
310 "This variable indicates what type of code is
311 being sent across the DS1 circuit by the CSU. The
312 values mean:
313
314 ds3SendNoCode
315 sending looped or normal data
316
317 ds3SendSetCode
318 sending a loopback request
319
320 ds3SendLoopbackCode
321 sending the code to choose a specific
322 loopback
323
324 ds3SendResetCode
325 sending a loopback termination request
326
327 ds3SendTestMessage
328 sending a Test pattern as defined in
329 T1.107a-1989 [10a].
330 "
331 ::= { ds3ConfigEntry 8 }
332
333 ds3YellowAlarm OBJECT-TYPE
334 SYNTAX INTEGER {
335 ds3YellowAlarm(1),
336
337
338
339
340
341
342
343 ds3NoYellowAlarm(2)
344 }
345 ACCESS read-only
346 STATUS mandatory
347 DESCRIPTION
348 "This variable indicates if a Yellow
349 Alarm condition exists."
350 ::= { ds3ConfigEntry 9 }
351
352 ds3RedAlarm OBJECT-TYPE
353 SYNTAX INTEGER {
354 ds3RedAlarm(1),
355 ds3NoRedAlarm(2)
356 }
357 ACCESS read-only
358 STATUS mandatory
359 DESCRIPTION
360 "This variable indicates if a Red Alarm
361 condition exists."
362 ::= { ds3ConfigEntry 10 }
363
364 ds3CircuitIdentifier OBJECT-TYPE
365 SYNTAX DisplayString (SIZE (0..255))
366 ACCESS read-only
367 STATUS mandatory
368 DESCRIPTION
369 "This variable contains the transmission
370 vendor's circuit identifier, for the
371 purpose of facilitating troubleshooting."
372 ::= { ds3ConfigEntry 11 }
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395 -- the DS3 Interval group
396
397 -- Implementation of this group is mandatory for all systems
398 -- that attach to a DS3 interface.
399
400 -- The DS3 Interval Table contains various statistics
401 -- collected by each CSU over the previous 24 hours of
402 -- operation. The past 24 hours are broken into 96 completed
403 -- 15 minute intervals.
404
405 ds3IntervalTable OBJECT-TYPE
406 SYNTAX SEQUENCE OF DS3IntervalEntry
407 ACCESS not-accessible
408 STATUS mandatory
409 DESCRIPTION
410 "The DS3 Interval table."
411 ::= { ds3 2 }
412
413 ds3IntervalEntry OBJECT-TYPE
414 SYNTAX DS3IntervalEntry
415 ACCESS not-accessible
416 STATUS mandatory
417 DESCRIPTION
418 "An entry in the DS3 Interval table."
419 INDEX { ds3IntervalIndex, ds3IntervalNumber }
420 ::= { ds3IntervalTable 1 }
421
422 DS3IntervalEntry ::=
423 SEQUENCE {
424 ds3IntervalIndex
425 INTEGER,
426 ds3IntervalNumber
427 INTEGER (1..96),
428 ds3IntervalESs
429 Counter,
430 ds3IntervalSESs
431 Counter,
432 ds3IntervalSEFSs
433 Counter,
434 ds3IntervalUASs
435 Counter,
436 ds3IntervalCSSs
437 Counter,
438 ds3IntervalBPVs
439 Counter,
440
441
442
443
444
445
446
447 ds3IntervalCVs
448 Counter
449 }
450
451 ds3IntervalIndex OBJECT-TYPE
452 SYNTAX INTEGER
453 ACCESS read-only
454 STATUS mandatory
455 DESCRIPTION
456 "The index value which uniquely identifies the
457 CSU to which this entry is applicable. The
458 interface identified by a particular value of
459 this index is the same interface as identified
460 by the same value an DS3CSUIndex object
461 instance."
462 ::= { ds3IntervalEntry 1 }
463
464 ds3IntervalNumber OBJECT-TYPE
465 SYNTAX INTEGER (1..96)
466 ACCESS read-only
467 STATUS mandatory
468 DESCRIPTION
469 "A number between 1 and 96, where 1 is the most
470 recently completed 15 minute interval and 96 is
471 the least recently completed 15 minutes
472 interval (assuming that all 96 intervals are
473 valid)."
474 ::= { ds3IntervalEntry 2 }
475
476 ds3IntervalESs OBJECT-TYPE
477 SYNTAX Counter
478 ACCESS read-only
479 STATUS mandatory
480 DESCRIPTION
481 "The counter associated with the number of
482 Errored Seconds, as defined by [12], encountered
483 by a DS3 CSU in one of the previous 96,
484 individual 15 minute, intervals."
485 ::= { ds3IntervalEntry 3 }
486
487 ds3IntervalSESs OBJECT-TYPE
488 SYNTAX Counter
489 ACCESS read-only
490 STATUS mandatory
491 DESCRIPTION
492
493
494
495
496
497
498
499 "The counter associated with the number of
500 Severely Errored Seconds, as defined by [12],
501 encountered by a DS3 CSU in one of the previous
502 96, individual 15 minute, intervals."
503 ::= { ds3IntervalEntry 4 }
504
505 ds3IntervalSEFSs OBJECT-TYPE
506 SYNTAX Counter
507 ACCESS read-only
508 STATUS mandatory
509 DESCRIPTION
510 "The counter associated with the number of
511 Severely Errored Framing Seconds, as defined by
512 [12], encountered by a DS3 CSU in one of the
513 previous 96, individual 15 minute, intervals."
514 ::= { ds3IntervalEntry 5 }
515
516 ds3IntervalUASs OBJECT-TYPE
517 SYNTAX Counter
518 ACCESS read-only
519 STATUS mandatory
520 DESCRIPTION
521 "The counter associated with the number of
522 Unavailable Seconds, as defined by [12],
523 encountered by a DS3 CSU in one of the previous
524 96, individual 15 minute, intervals."
525 ::= { ds3IntervalEntry 6 }
526
527 ds3IntervalCSSs OBJECT-TYPE
528 SYNTAX Counter
529 ACCESS read-only
530 STATUS mandatory
531 DESCRIPTION
532 "The counter associated with the number of
533 Controlled Slip Seconds, as defined by [12],
534 encountered by a DS3 CSU in one of the previous
535 96, individual 15 minute, intervals.
536
537 Note that SYNTRAN interfaces are the only
538 interfaces that support the Controlled Slip
539 Seconds managed object. Accordingly, agents
540 configured with non-SYNTRAN interfaces may treat
541 this object as having an ACCESS clause value of
542 not-accessible."
543 ::= { ds3IntervalEntry 7}
544
545
546
547
548
549
550
551 ds3IntervalBPVs OBJECT-TYPE
552 SYNTAX Counter
553 ACCESS read-only
554 STATUS mandatory
555 DESCRIPTION
556 "The counter associated with the number of Bipolar
557 Violations, as defined by [12], encountered by a
558 DS3 CSU in one of the previous 96, individual 15
559 minute, intervals."
560 ::= { ds3IntervalEntry 8 }
561
562 ds3IntervalCVs OBJECT-TYPE
563 SYNTAX Counter
564 ACCESS read-only
565 STATUS mandatory
566 DESCRIPTION
567 "The counter associated with the number of Coding
568 Violations, as defined by [12], encountered by a
569 DS3 CSU in one of the previous 96, individual 15
570 minute, intervals."
571 ::= { ds3IntervalEntry 9 }
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 -- the DS3 Current group
604
605 -- Implementation of this group is mandatory for all systems
606 -- that attach to a DS3 Interface.
607
608 -- The DS3 current table contains various statistics being
609 -- collected for the current 15 minute interval.
610
611 ds3CurrentTable OBJECT-TYPE
612 SYNTAX SEQUENCE OF DS3CurrentEntry
613 ACCESS not-accessible
614 STATUS mandatory
615 DESCRIPTION
616 "The DS3 Current table."
617 ::= { ds3 3 }
618
619 ds3CurrentEntry OBJECT-TYPE
620 SYNTAX DS3CurrentEntry
621 ACCESS not-accessible
622 STATUS mandatory
623 DESCRIPTION
624 "An entry in the DS3 Current table."
625 INDEX { ds3CurrentIndex }
626 ::= { ds3CurrentTable 1 }
627
628 DS3CurrentEntry ::=
629 SEQUENCE {
630 ds3CurrentIndex
631 INTEGER,
632 ds3CurrentESs
633 Counter,
634 ds3CurrentSESs
635 Counter,
636 ds3CurrentSEFSs
637 Counter,
638 ds3CurrentUASs
639 Counter,
640 ds3CurrentCSSs
641 Counter,
642 ds3CurrentBPVs
643 Counter,
644 ds3CurrentCVs
645 Counter
646 }
647
648
649
650
651
652
653
654
655 ds3CurrentIndex OBJECT-TYPE
656 SYNTAX INTEGER
657 ACCESS read-only
658 STATUS mandatory
659 DESCRIPTION
660 "The index value which uniquely identifies the CSU
661 to which this entry is applicable. The interface
662 identified by a particular value of this index is
663 the same interface as identified by the same value
664 an DS3CSUIndex object instance."
665 ::= { ds3CurrentEntry 1 }
666
667 ds3CurrentESs OBJECT-TYPE
668 SYNTAX Counter
669 ACCESS read-only
670 STATUS mandatory
671 DESCRIPTION
672 "The counter associated with the number of Errored
673 Seconds, as defined by [12], encountered by a DS3
674 CSU in the current 15 minute interval."
675 ::= { ds3CurrentEntry 2 }
676
677 ds3CurrentSESs OBJECT-TYPE
678 SYNTAX Counter
679 ACCESS read-only
680 STATUS mandatory
681 DESCRIPTION
682 "The counter associated with the number of
683 Severely Errored Seconds, as defined by [12],
684 encountered by a DS3 CSU in the current 15 minute
685 interval."
686 ::= { ds3CurrentEntry 3 }
687
688 ds3CurrentSEFSs OBJECT-TYPE
689 SYNTAX Counter
690 ACCESS read-only
691 STATUS mandatory
692 DESCRIPTION
693 "The counter associated with the number of
694 Severely Errored Framing Seconds, as defined by
695 [12], encountered by a DS3 CSU in the current 15
696 minute interval."
697 ::= { ds3CurrentEntry 4 }
698
699 ds3CurrentUASs OBJECT-TYPE
700
701
702
703
704
705
706
707 SYNTAX Counter
708 ACCESS read-only
709 STATUS mandatory
710 DESCRIPTION
711 "The counter associated with the number of
712 Unavailable Seconds, as defined by [12],
713 encountered by a DS3 CSU in the current 15 minute
714 interval."
715 ::= { ds3CurrentEntry 5 }
716
717 ds3CurrentCSSs OBJECT-TYPE
718 SYNTAX Counter
719 ACCESS read-only
720 STATUS mandatory
721 DESCRIPTION
722 "The counter associated with the number of
723 Controlled Slip Seconds, as defined by [12],
724 encountered by a DS3 CSU in the current 15 minute
725 interval.
726
727 Note that SYNTRAN interfaces are the only
728 interfaces that support the Controlled Slip
729 Seconds managed object. Accordingly, agents
730 configured with non-SYNTRAN interfaces may treat
731 this object as having an ACCESS clause value of
732 not-accessible."
733 ::= { ds3CurrentEntry 6 }
734
735 ds3CurrentBPVs OBJECT-TYPE
736 SYNTAX Counter
737 ACCESS read-only
738 STATUS mandatory
739 DESCRIPTION
740 "The counter associated with the number of Bipolar
741 Violations, as defined by [12], encountered by a
742 DS3 CSU in the current 15 minute interval."
743 ::= { ds3CurrentEntry 7}
744
745 ds3CurrentCVs OBJECT-TYPE
746 SYNTAX Counter
747 ACCESS read-only
748 STATUS mandatory
749 DESCRIPTION
750 "The counter associated with the number of Coding
751 Violations, as defined by [12], encountered by a
752
753
754
755
756
757
758
759 DS3 CSU in the current 15 minute interval."
760 ::= { ds3CurrentEntry 8 }
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 -- the DS3 Total group
812
813 -- Implementation of this group is mandatory for all systems
814 -- that attach to a DS3.
815
816 -- The DS3 Total Table contains the cumulative sum of the
817 -- various statistics for the 24 hour interval preceding the
818 -- first valid interval in the DS3CurrentTable.
819
820 ds3TotalTable OBJECT-TYPE
821 SYNTAX SEQUENCE OF DS3TotalEntry
822 ACCESS not-accessible
823 STATUS mandatory
824 DESCRIPTION
825 "The DS3 Total table. 24 hour interval."
826 ::= { ds3 4 }
827
828 ds3TotalEntry OBJECT-TYPE
829 SYNTAX DS3TotalEntry
830 ACCESS not-accessible
831 STATUS mandatory
832 DESCRIPTION
833 "An entry in the DS3 Total table."
834 INDEX { ds3TotalIndex }
835 ::= { ds3TotalTable 1 }
836
837 DS3TotalEntry ::=
838 SEQUENCE {
839 ds3TotalIndex
840 INTEGER,
841 ds3TotalESs
842 Counter,
843 ds3TotalSESs
844 Counter,
845 ds3TotalSEFSs
846 Counter,
847 ds3TotalUASs
848 Counter,
849 ds3TotalCSSs
850 Counter,
851 ds3TotalBPVs
852 Counter,
853 ds3TotalCVs
854 Counter
855 }
856
857
858
859
860
861
862
863 ds3TotalIndex OBJECT-TYPE
864 SYNTAX INTEGER
865 ACCESS read-only
866 STATUS mandatory
867 DESCRIPTION
868 "The index value which uniquely identifies the CSU
869 to which this entry is applicable. The interface
870 identified by a particular value of this index is
871 the same interface as identified by the same value
872 an DS3CSUIndex object instance."
873 ::= { ds3TotalEntry 1 }
874
875 ds3TotalESs OBJECT-TYPE
876 SYNTAX Counter
877 ACCESS read-only
878 STATUS mandatory
879 DESCRIPTION
880 "The counter associated with the number of Errored
881 Seconds, as defined by [12], encountered by a DS3
882 CSU in the previous 24 hour interval."
883 ::= { ds3TotalEntry 2 }
884
885 ds3TotalSESs OBJECT-TYPE
886 SYNTAX Counter
887 ACCESS read-only
888 STATUS mandatory
889 DESCRIPTION
890 "The counter associated with the number of
891 Severely Errored Seconds, as defined by [12],
892 encountered by a DS3 CSU in the previous 24 hour
893 interval."
894 ::= { ds3TotalEntry 3 }
895
896 ds3TotalSEFSs OBJECT-TYPE
897 SYNTAX Counter
898 ACCESS read-only
899 STATUS mandatory
900 DESCRIPTION
901 "The counter associated with the number of
902 Severely Errored Framing Seconds, as defined by
903 [12], encountered by a DS3 CSU in the previous 24
904 hour interval."
905 ::= { ds3TotalEntry 4 }
906
907
908
909
910
911
912
913
914
915 ds3TotalUASs OBJECT-TYPE
916 SYNTAX Counter
917 ACCESS read-only
918 STATUS mandatory
919 DESCRIPTION
920 "The counter associated with the number of
921 Unavailable Seconds, as defined by [12],
922 encountered by a DS3 CSU in the previous 24 hour
923 interval."
924 ::= { ds3TotalEntry 5 }
925
926 ds3TotalCSSs OBJECT-TYPE
927 SYNTAX Counter
928 ACCESS read-only
929 STATUS mandatory
930 DESCRIPTION
931 "The counter associated with the number of
932 Controlled Slip Seconds, as defined by [12],
933 encountered by a DS3 CSU in the previous 24 hour
934 interval.
935
936 Note that SYNTRAN interfaces are the only
937 interfaces that support the Controlled Slip
938 Seconds managed object. Accordingly, agents
939 configured with non-SYNTRAN interfaces may treat
940 this object as having an ACCESS clause value of
941 not-accessible."
942 ::= { ds3TotalEntry 6 }
943
944 ds3TotalBPVs OBJECT-TYPE
945 SYNTAX Counter
946 ACCESS read-only
947 STATUS mandatory
948 DESCRIPTION
949 "The counter associated with the number of Bipolar
950 Violations, as defined by [12], encountered by a
951 DS3 CSU in the previous 24 hour interval."
952 ::= { ds3TotalEntry 7 }
953
954 ds3TotalCVs OBJECT-TYPE
955 SYNTAX Counter
956 ACCESS read-only
957 STATUS mandatory
958 DESCRIPTION
959 "The counter associated with the number of Coding
960
961
962
963
964
965
966
967 Violations, as defined by [12], encountered by a
968 DS3 CSU in the previous 24 hour interval."
969 ::= { ds3TotalEntry 8 }
970
971
972
973 END