Imported Upstream version 0.4.8
[platform/upstream/libsmi.git] / mibs / ietf / ETHER-WIS
1 ETHER-WIS DEFINITIONS ::= BEGIN
2
3 IMPORTS
4     MODULE-IDENTITY, OBJECT-TYPE,
5     Gauge32, transmission
6         FROM SNMPv2-SMI
7     ifIndex
8         FROM IF-MIB
9     MODULE-COMPLIANCE, OBJECT-GROUP
10         FROM SNMPv2-CONF
11     sonetMediumStuff2, sonetSectionStuff2,
12     sonetLineStuff2, sonetFarEndLineStuff2,
13     sonetPathStuff2, sonetFarEndPathStuff2,
14     sonetMediumType, sonetMediumLineCoding,
15     sonetMediumLineType, sonetMediumCircuitIdentifier,
16     sonetMediumLoopbackConfig, sonetSESthresholdSet,
17     sonetPathCurrentWidth
18         FROM SONET-MIB;
19
20 etherWisMIB MODULE-IDENTITY
21     LAST-UPDATED "200309190000Z"  -- September 19, 2003
22         ORGANIZATION "IETF Ethernet Interfaces and Hub MIB
23                      Working Group"
24         CONTACT-INFO
25            "WG charter:
26               http://www.ietf.org/html.charters/hubmib-charter.html
27
28             Mailing Lists:
29               General Discussion: hubmib@ietf.org
30               To Subscribe: hubmib-request@ietf.org
31               In Body: subscribe your_email_address
32
33              Chair: Dan Romascanu
34             Postal: Avaya Inc.
35                     Atidim Technology Park, Bldg. 3
36                     Tel Aviv 61131
37                     Israel
38                Tel: +972 3 645 8414
39             E-mail: dromasca@avaya.com
40
41             Editor: C. M. Heard
42             Postal: 600 Rainbow Dr. #141
43                     Mountain View, CA 94041-2542
44                     USA
45                Tel: +1 650-964-8391
46             E-mail: heard@pobox.com"
47
48
49
50     DESCRIPTION
51       "The objects in this MIB module are used in conjunction
52       with objects in the SONET-MIB and the MAU-MIB to manage
53       the Ethernet WAN Interface Sublayer (WIS).
54
55       The following reference is used throughout this MIB module:
56
57       [IEEE 802.3 Std] refers to:
58          IEEE Std 802.3, 2000 Edition: 'IEEE Standard for
59          Information technology - Telecommunications and
60          information exchange between systems - Local and
61          metropolitan area networks - Specific requirements -
62          Part 3: Carrier sense multiple access with collision
63          detection (CSMA/CD) access method and physical layer
64          specifications', as amended by IEEE Std 802.3ae-2002,
65          'IEEE Standard for Carrier Sense Multiple Access with
66          Collision Detection (CSMA/CD) Access Method and
67          Physical Layer Specifications - Media Access Control
68          (MAC) Parameters, Physical Layer and Management
69          Parameters for 10 Gb/s Operation', 30 August 2002.
70
71       Of particular interest are Clause 50, 'WAN Interface
72       Sublayer (WIS), type 10GBASE-W', Clause 30, '10Mb/s,
73       100Mb/s, 1000Mb/s, and 10Gb/s MAC Control, and Link
74       Aggregation Management', and Clause 45, 'Management
75       Data Input/Output (MDIO) Interface'.
76
77       Copyright (C) The Internet Society (2003).  This version
78       of this MIB module is part of RFC 3637;  see the RFC
79       itself for full legal notices."
80
81     REVISION    "200309190000Z"  -- September 19, 2003
82     DESCRIPTION "Initial version, published as RFC 3637."
83
84     ::= { transmission 134 }
85
86 -- The main sections of the module
87
88 etherWisObjects     OBJECT IDENTIFIER ::= { etherWisMIB 1 }
89
90 etherWisObjectsPath OBJECT IDENTIFIER ::= { etherWisMIB 2 }
91
92 etherWisConformance OBJECT IDENTIFIER ::= { etherWisMIB 3 }
93
94
95
96
97
98
99
100
101 -- groups in the Ethernet WIS MIB module
102
103 etherWisDevice      OBJECT IDENTIFIER ::= { etherWisObjects 1 }
104
105 etherWisSection     OBJECT IDENTIFIER ::= { etherWisObjects 2 }
106
107 etherWisPath        OBJECT IDENTIFIER ::= { etherWisObjectsPath 1 }
108
109 etherWisFarEndPath  OBJECT IDENTIFIER ::= { etherWisObjectsPath 2 }
110
111
112 -- The Device group
113
114 -- These objects provide WIS extensions to
115 -- the SONET-MIB Medium Group.
116
117 etherWisDeviceTable OBJECT-TYPE
118     SYNTAX  SEQUENCE OF EtherWisDeviceEntry
119     MAX-ACCESS  not-accessible
120     STATUS  current
121     DESCRIPTION
122        "The table for Ethernet WIS devices"
123      ::= { etherWisDevice 1 }
124
125 etherWisDeviceEntry OBJECT-TYPE
126     SYNTAX  EtherWisDeviceEntry
127     MAX-ACCESS  not-accessible
128     STATUS  current
129     DESCRIPTION
130        "An entry in the Ethernet WIS device table.  For each
131        instance of this object there MUST be a corresponding
132        instance of sonetMediumEntry."
133     INDEX  { ifIndex }
134      ::= { etherWisDeviceTable 1 }
135
136 EtherWisDeviceEntry ::=
137     SEQUENCE {
138         etherWisDeviceTxTestPatternMode     INTEGER,
139         etherWisDeviceRxTestPatternMode     INTEGER,
140         etherWisDeviceRxTestPatternErrors   Gauge32
141         }
142
143
144
145
146
147
148
149
150
151
152 etherWisDeviceTxTestPatternMode OBJECT-TYPE
153     SYNTAX  INTEGER {
154                 none(1),
155                 squareWave(2),
156                 prbs31(3),
157                 mixedFrequency(4)
158             }
159     MAX-ACCESS  read-write
160     STATUS  current
161     DESCRIPTION
162        "This variable controls the transmit test pattern mode.
163        The value none(1) puts the the WIS transmit path into
164        the normal operating mode.  The value squareWave(2) puts
165        the WIS transmit path into the square wave test pattern
166        mode described in [IEEE 802.3 Std.] subclause 50.3.8.1.
167        The value prbs31(3) puts the WIS transmit path into the
168        PRBS31 test pattern mode described in [IEEE 802.3 Std.]
169        subclause 50.3.8.2.  The value mixedFrequency(4) puts the
170        WIS transmit path into the mixed frequency test pattern
171        mode described in [IEEE 802.3 Std.] subclause 50.3.8.3.
172        Any attempt to set this object to a value other than
173        none(1) when the corresponding instance of ifAdminStatus
174        has the value up(1) MUST be rejected with the error
175        inconsistentValue, and any attempt to set the corresponding
176        instance of ifAdminStatus to the value up(1) when an
177        instance of this object has a value other than none(1)
178        MUST be rejected with the error inconsistentValue."
179     REFERENCE
180        "[IEEE 802.3 Std.], 50.3.8, WIS test pattern generator and
181        checker, 45.2.2.6, 10G WIS control 2 register (2.7), and
182        45.2.2.7.2, PRBS31 pattern testing ability (2.8.1)."
183      ::= { etherWisDeviceEntry 1 }
184
185 etherWisDeviceRxTestPatternMode OBJECT-TYPE
186     SYNTAX  INTEGER {
187                 none(1),
188                 prbs31(3),
189                 mixedFrequency(4)
190             }
191     MAX-ACCESS  read-write
192     STATUS  current
193
194
195
196
197
198
199
200
201
202
203     DESCRIPTION
204        "This variable controls the receive test pattern mode.
205        The value none(1) puts the the WIS receive path into the
206        normal operating mode.  The value prbs31(3) puts the WIS
207        receive path into the PRBS31 test pattern mode described
208        in [IEEE 802.3 Std.] subclause 50.3.8.2.  The value
209        mixedFrequency(4) puts the WIS receive path into the mixed
210        frequency test pattern mode described in [IEEE 802.3 Std.]
211        subclause 50.3.8.3.  Any attempt to set this object to a
212        value other than none(1) when the corresponding instance
213        of ifAdminStatus has the value up(1) MUST be rejected with
214        the error inconsistentValue, and any attempt to set the
215        corresponding instance of ifAdminStatus to the value up(1)
216        when an instance of this object has a value other than
217        none(1) MUST be rejected with the error inconsistentValue."
218     REFERENCE
219        "[IEEE 802.3 Std.], 50.3.8, WIS test pattern generator and
220        checker, 45.2.2.6, 10G WIS control 2 register (2.7), and
221        45.2.2.7.2, PRBS31 pattern testing ability (2.8.1)."
222      ::= { etherWisDeviceEntry 2 }
223
224 etherWisDeviceRxTestPatternErrors OBJECT-TYPE
225     SYNTAX  Gauge32 ( 0..65535 )
226     MAX-ACCESS  read-write
227     STATUS  current
228     DESCRIPTION
229        "This object counts the number of errors detected when the
230        WIS receive path is operating in the PRBS31 test pattern
231        mode.  It is reset to zero when the WIS receive path
232        initially enters that mode, and it increments each time
233        the PRBS pattern checker detects an error as described in
234        [IEEE 802.3 Std.] subclause 50.3.8.2 unless its value is
235        65535, in which case it remains unchanged.  This object is
236        writeable so that it may be reset upon explicit request
237        of a command generator application while the WIS receive
238        path continues to operate in PRBS31 test pattern mode."
239     REFERENCE
240        "[IEEE 802.3 Std.], 50.3.8, WIS test pattern generator and
241        checker, 45.2.2.7.2, PRBS31 pattern testing ability
242        (2.8.1), and 45.2.2.8, 10G WIS test pattern error counter
243        register (2.9)."
244      ::= { etherWisDeviceEntry 3 }
245
246
247
248
249
250
251
252
253
254 -- The Section group
255
256 -- These objects provide WIS extensions to
257 -- the SONET-MIB Section Group.
258
259 etherWisSectionCurrentTable OBJECT-TYPE
260     SYNTAX  SEQUENCE OF EtherWisSectionCurrentEntry
261     MAX-ACCESS  not-accessible
262     STATUS  current
263     DESCRIPTION
264        "The table for the current state of Ethernet WIS sections."
265      ::= { etherWisSection 1 }
266
267 etherWisSectionCurrentEntry OBJECT-TYPE
268     SYNTAX  EtherWisSectionCurrentEntry
269     MAX-ACCESS  not-accessible
270     STATUS  current
271     DESCRIPTION
272        "An entry in the etherWisSectionCurrentTable.  For each
273        instance of this object there MUST be a corresponding
274        instance of sonetSectionCurrentEntry."
275     INDEX  { ifIndex }
276      ::= { etherWisSectionCurrentTable 1 }
277
278 EtherWisSectionCurrentEntry ::=
279     SEQUENCE {
280         etherWisSectionCurrentJ0Transmitted OCTET STRING,
281         etherWisSectionCurrentJ0Received    OCTET STRING
282         }
283
284 etherWisSectionCurrentJ0Transmitted OBJECT-TYPE
285     SYNTAX  OCTET STRING (SIZE (16))
286     MAX-ACCESS  read-write
287     STATUS  current
288     DESCRIPTION
289        "This is the 16-octet section trace message that
290        is transmitted in the J0 byte.  The value SHOULD
291        be '89'h followed by fifteen octets of '00'h
292        (or some cyclic shift thereof) when the section
293        trace function is not used, and the implementation
294        SHOULD use that value (or a cyclic shift thereof)
295        as a default if no other value has been set."
296     REFERENCE
297        "[IEEE 802.3 Std.], 30.8.1.1.8, aJ0ValueTX."
298      ::= { etherWisSectionCurrentEntry 1 }
299
300
301
302
303
304
305 etherWisSectionCurrentJ0Received OBJECT-TYPE
306     SYNTAX  OCTET STRING (SIZE (16))
307     MAX-ACCESS  read-only
308     STATUS  current
309     DESCRIPTION
310        "This is the 16-octet section trace message that
311        was most recently received in the J0 byte."
312     REFERENCE
313        "[IEEE 802.3 Std.], 30.8.1.1.9, aJ0ValueRX."
314      ::= { etherWisSectionCurrentEntry 2 }
315
316
317 -- The Path group
318
319 -- These objects provide WIS extensions to
320 -- the SONET-MIB Path Group.
321
322 etherWisPathCurrentTable OBJECT-TYPE
323     SYNTAX  SEQUENCE OF EtherWisPathCurrentEntry
324     MAX-ACCESS  not-accessible
325     STATUS  current
326     DESCRIPTION
327        "The table for the current state of Ethernet WIS paths."
328      ::= { etherWisPath 1 }
329
330 etherWisPathCurrentEntry OBJECT-TYPE
331     SYNTAX  EtherWisPathCurrentEntry
332     MAX-ACCESS  not-accessible
333     STATUS  current
334     DESCRIPTION
335        "An entry in the etherWisPathCurrentTable.  For each
336        instance of this object there MUST be a corresponding
337        instance of sonetPathCurrentEntry."
338     INDEX  { ifIndex }
339      ::= { etherWisPathCurrentTable 1 }
340
341 EtherWisPathCurrentEntry ::=
342     SEQUENCE {
343         etherWisPathCurrentStatus           BITS,
344         etherWisPathCurrentJ1Transmitted    OCTET STRING,
345         etherWisPathCurrentJ1Received       OCTET STRING
346         }
347
348
349
350
351
352
353
354
355
356 etherWisPathCurrentStatus OBJECT-TYPE
357     SYNTAX  BITS {
358                 etherWisPathLOP(0),
359                 etherWisPathAIS(1),
360                 etherWisPathPLM(2),
361                 etherWisPathLCD(3)
362             }
363     MAX-ACCESS  read-only
364     STATUS  current
365     DESCRIPTION
366        "This variable indicates the current status of the
367        path payload with a bit map that can indicate multiple
368        defects at once.  The bit positions are assigned as
369        follows:
370
371        etherWisPathLOP(0)
372           This bit is set to indicate that an
373           LOP-P (Loss of Pointer - Path) defect
374           is being experienced.  Note:  when this
375           bit is set, sonetPathSTSLOP MUST be set
376           in the corresponding instance of
377           sonetPathCurrentStatus.
378
379        etherWisPathAIS(1)
380           This bit is set to indicate that an
381           AIS-P (Alarm Indication Signal - Path)
382           defect is being experienced.  Note:  when
383           this bit is set, sonetPathSTSAIS MUST be
384           set in the corresponding instance of
385           sonetPathCurrentStatus.
386
387        etherWisPathPLM(1)
388           This bit is set to indicate that a
389           PLM-P (Payload Label Mismatch - Path)
390           defect is being experienced.  Note:  when
391           this bit is set, sonetPathSignalLabelMismatch
392           MUST be set in the corresponding instance of
393           sonetPathCurrentStatus.
394
395
396
397
398
399
400
401
402
403
404
405
406
407        etherWisPathLCD(3)
408           This bit is set to indicate that an
409           LCD-P (Loss of Codegroup Delination - Path)
410           defect is being experienced.  Since this
411           defect is detected by the PCS and not by
412           the path layer itself, there is no
413           corresponding bit in sonetPathCurrentStatus."
414     REFERENCE
415        "[IEEE 802.3 Std.], 30.8.1.1.18, aPathStatus."
416      ::= { etherWisPathCurrentEntry 1 }
417
418 etherWisPathCurrentJ1Transmitted OBJECT-TYPE
419     SYNTAX  OCTET STRING (SIZE (16))
420     MAX-ACCESS  read-write
421     STATUS  current
422     DESCRIPTION
423        "This is the 16-octet path trace message that
424        is transmitted in the J1 byte.  The value SHOULD
425        be '89'h followed by fifteen octets of '00'h
426        (or some cyclic shift thereof) when the path
427        trace function is not used, and the implementation
428        SHOULD use that value (or a cyclic shift thereof)
429        as a default if no other value has been set."
430     REFERENCE
431        "[IEEE 802.3 Std.], 30.8.1.1.23, aJ1ValueTX."
432      ::= { etherWisPathCurrentEntry 2 }
433
434 etherWisPathCurrentJ1Received OBJECT-TYPE
435     SYNTAX  OCTET STRING (SIZE (16))
436     MAX-ACCESS  read-only
437     STATUS  current
438     DESCRIPTION
439        "This is the 16-octet path trace message that
440        was most recently received in the J1 byte."
441     REFERENCE
442        "[IEEE 802.3 Std.], 30.8.1.1.24, aJ1ValueRX."
443      ::= { etherWisPathCurrentEntry 3 }
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458 -- The Far End Path group
459
460 -- These objects provide WIS extensions to
461 -- the SONET-MIB Far End Path Group.
462
463 etherWisFarEndPathCurrentTable OBJECT-TYPE
464     SYNTAX  SEQUENCE OF EtherWisFarEndPathCurrentEntry
465     MAX-ACCESS  not-accessible
466     STATUS  current
467     DESCRIPTION
468        "The table for the current far-end state of Ethernet WIS
469        paths."
470      ::= { etherWisFarEndPath 1 }
471
472 etherWisFarEndPathCurrentEntry OBJECT-TYPE
473     SYNTAX  EtherWisFarEndPathCurrentEntry
474     MAX-ACCESS  not-accessible
475     STATUS  current
476     DESCRIPTION
477        "An entry in the etherWisFarEndPathCurrentTable.  For each
478        instance of this object there MUST be a corresponding
479        instance of sonetFarEndPathCurrentEntry."
480     INDEX  { ifIndex }
481      ::= { etherWisFarEndPathCurrentTable 1 }
482
483 EtherWisFarEndPathCurrentEntry ::=
484     SEQUENCE {
485         etherWisFarEndPathCurrentStatus     BITS
486         }
487
488 etherWisFarEndPathCurrentStatus OBJECT-TYPE
489     SYNTAX  BITS {
490                 etherWisFarEndPayloadDefect(0),
491                 etherWisFarEndServerDefect(1)
492             }
493     MAX-ACCESS  read-only
494     STATUS  current
495     DESCRIPTION
496        "This variable indicates the current status at the
497        far end of the path using a bit map that can indicate
498        multiple defects at once.  The bit positions are
499        assigned as follows:
500
501        etherWisFarEndPayloadDefect(0)
502           A far end payload defect (i.e., far end
503           PLM-P or LCD-P) is currently being signaled
504           in G1 bits 5-7.
505
506
507
508
509        etherWisFarEndServerDefect(1)
510           A far end server defect (i.e., far end
511           LOP-P or AIS-P) is currently being signaled
512           in G1 bits 5-7.  Note:  when this bit is set,
513           sonetPathSTSRDI MUST be set in the corresponding
514           instance of sonetPathCurrentStatus."
515     REFERENCE
516        "[IEEE 802.3 Std.], 30.8.1.1.25, aFarEndPathStatus."
517      ::= { etherWisFarEndPathCurrentEntry 1 }
518
519
520 --
521 --     Conformance Statements
522 --
523
524 etherWisGroups      OBJECT IDENTIFIER ::= { etherWisConformance 1 }
525
526 etherWisCompliances OBJECT IDENTIFIER ::= { etherWisConformance 2 }
527
528 --     Object Groups
529
530 etherWisDeviceGroupBasic OBJECT-GROUP
531     OBJECTS {
532         etherWisDeviceTxTestPatternMode,
533         etherWisDeviceRxTestPatternMode
534         }
535     STATUS  current
536     DESCRIPTION
537        "A collection of objects that support test
538        features required of all WIS devices."
539      ::= { etherWisGroups 1 }
540
541 etherWisDeviceGroupExtra OBJECT-GROUP
542     OBJECTS {
543         etherWisDeviceRxTestPatternErrors
544         }
545     STATUS  current
546     DESCRIPTION
547        "A collection of objects that support
548        optional WIS device test features."
549      ::= { etherWisGroups 2 }
550
551
552
553
554
555
556
557
558
559
560 etherWisSectionGroup OBJECT-GROUP
561     OBJECTS {
562         etherWisSectionCurrentJ0Transmitted,
563         etherWisSectionCurrentJ0Received
564         }
565     STATUS  current
566     DESCRIPTION
567        "A collection of objects that provide
568        required information about a WIS section."
569      ::= { etherWisGroups 3 }
570
571 etherWisPathGroup OBJECT-GROUP
572     OBJECTS {
573         etherWisPathCurrentStatus,
574         etherWisPathCurrentJ1Transmitted,
575         etherWisPathCurrentJ1Received
576         }
577     STATUS  current
578     DESCRIPTION
579        "A collection of objects that provide
580        required information about a WIS path."
581      ::= { etherWisGroups 4 }
582
583 etherWisFarEndPathGroup OBJECT-GROUP
584     OBJECTS {
585         etherWisFarEndPathCurrentStatus
586         }
587     STATUS  current
588     DESCRIPTION
589        "A collection of objects that provide required
590        information about the far end of a WIS path."
591      ::= { etherWisGroups 5 }
592
593 --     Compliance Statements
594
595 etherWisCompliance MODULE-COMPLIANCE
596     STATUS  current
597     DESCRIPTION
598        "The compliance statement for interfaces that include
599        the Ethernet WIS.  Compliance with the following
600        external compliance statements is prerequisite:
601
602        MIB Module             Compliance Statement
603        ----------             --------------------
604        IF-MIB                 ifCompliance3
605        IF-INVERTED-STACK-MIB  ifInvCompliance
606        EtherLike-MIB          dot3Compliance2
607        MAU-MIB                mauModIfCompl3"
608
609
610
611     MODULE  -- this module
612         MANDATORY-GROUPS {
613             etherWisDeviceGroupBasic,
614             etherWisSectionGroup,
615             etherWisPathGroup,
616             etherWisFarEndPathGroup
617             }
618
619         OBJECT       etherWisDeviceTxTestPatternMode
620         SYNTAX       INTEGER {
621             none(1),
622             squareWave(2),
623             mixedFrequency(4)
624             }
625         DESCRIPTION
626             "Support for values other than none(1),
627             squareWave(2), and mixedFrequency(4)
628             is not required."
629
630         OBJECT       etherWisDeviceRxTestPatternMode
631         SYNTAX       INTEGER {
632             none(1),
633             mixedFrequency(4)
634             }
635         DESCRIPTION
636             "Support for values other than none(1)
637             and mixedFrequency(4) is not required."
638
639         GROUP        etherWisDeviceGroupExtra
640         DESCRIPTION
641             "Implementation of this group, along with support for
642             the value prbs31(3) for etherWisDeviceTxTestPatternMode
643             and etherWisDeviceRxTestPatternMode, is necessary if the
644             optional PRBS31 test pattern mode is to be supported."
645
646         OBJECT       etherWisDeviceRxTestPatternErrors
647         WRITE-SYNTAX Gauge32 ( 0 )
648         DESCRIPTION
649             "An implementation is not required to
650             allow values other than zero to be
651             written to this object."
652
653
654
655
656
657
658
659
660
661
662     MODULE SONET-MIB
663         MANDATORY-GROUPS {
664             sonetMediumStuff2,
665             sonetSectionStuff2,
666             sonetLineStuff2,
667             sonetFarEndLineStuff2,
668             sonetPathStuff2,
669             sonetFarEndPathStuff2
670             }
671
672         OBJECT       sonetMediumType
673         SYNTAX       INTEGER {
674             sonet(1)
675             }
676         MIN-ACCESS   read-only
677         DESCRIPTION
678             "Write access is not required, nor is support
679             for any value other than sonet(1)."
680
681         OBJECT       sonetMediumLineCoding
682         SYNTAX       INTEGER {
683             sonetMediumNRZ(4)
684             }
685         MIN-ACCESS   read-only
686         DESCRIPTION
687             "Write access is not required, nor is support
688             for any value other than sonetMediumNRZ(4)."
689
690         OBJECT       sonetMediumLineType
691         MIN-ACCESS   read-only
692         DESCRIPTION
693             "Write access is not required."
694
695         OBJECT       sonetMediumCircuitIdentifier
696         MIN-ACCESS   read-only
697         DESCRIPTION
698             "Write access is not required."
699
700         OBJECT       sonetMediumLoopbackConfig
701         SYNTAX       BITS {
702             sonetNoLoop(0),
703             sonetFacilityLoop(1)
704             }
705         MIN-ACCESS   read-only
706         DESCRIPTION
707             "Write access is not required, nor is support for values
708             other than sonetNoLoop(0) and sonetFacilityLoop(1)."
709
710
711
712
713         OBJECT       sonetSESthresholdSet
714         MIN-ACCESS   read-only
715         DESCRIPTION
716             "Write access is not required, and only one
717             of the enumerated values need be supported."
718
719         OBJECT       sonetPathCurrentWidth
720         SYNTAX       INTEGER {
721             sts192cSTM64(6)
722             }
723         MIN-ACCESS   read-only
724         DESCRIPTION
725             "Write access is not required, nor is support
726             for any value other than sts192cSTM64(6)."
727
728      ::= { etherWisCompliances 1 }
729
730 END