home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1997 December / Internet_Info_CD-ROM_Walnut_Creek_December_1997.iso / drafts / draft_ietf_a_c / draft-ietf-atommib-sonetng-02.txt < prev    next >
Text File  |  1997-07-07  |  157KB  |  5,219 lines

  1.  
  2.  
  3.           Internet Draft        SONET/SDH Objects        August 26, 1996
  4.  
  5.  
  6.                           Definitions of Managed Objects
  7.                          for the SONET/SDH Interface Type
  8.  
  9.                                  August 26, 1996
  10.  
  11.  
  12.                               AToM MIB Working Group
  13.  
  14.                                     Kaj Tesink
  15.                            Bell Communications Research
  16.                              331 Newman Springs Road
  17.                                Red Bank, NJ  07701
  18.  
  19.                                kaj@cc.bellcore.com
  20.  
  21.                         <draft-ietf-atommib-sonetng-02.txt>
  22.  
  23.  
  24.           1.  Status of this Memo
  25.  
  26.           This document is an Internet Draft.  Internet Drafts are
  27.           working documents of the Internet Engineering Task Force
  28.           (IETF), its Areas, and its Working Groups. Note that other
  29.           groups may also distribute working documents as Internet
  30.           Drafts.
  31.  
  32.           Internet Drafts are draft documents valid for a maximum of six
  33.           months. Internet Drafts may be updated, replaced, or obsoleted
  34.           by other documents at any time.  It is not appropriate to use
  35.           Internet Drafts as reference material or to cite them other
  36.           than as a "working draft" or "work in progress."
  37.  
  38.           Please check the I-D abstract listing contained in each
  39.           Internet Draft directory to learn the current status of this
  40.           or any other Internet Draft.
  41.  
  42.           Distribution of this document is unlimited.
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.           Expires 2/26/97                                       [Page 1]
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.           Internet Draft        SONET/SDH Objects        August 26, 1996
  64.  
  65.  
  66.           2.  Abstract
  67.  
  68.           This memo defines an experimental portion of the Management
  69.           Information Base (MIB) for use with network management
  70.           protocols in TCP/IP-based internets.  In particular, it
  71.           defines objects for managing Synchronous Optical
  72.           Network/Synchronous Digital Hierarchy (SONET/SDH) objects.
  73.           This document is a companion document with Definitions of
  74.           Managed Objects for the DS1/E1 and DS3/E3 Interface Types,
  75.           RFC1406 [14] and RFC1407 [13].
  76.  
  77.           This memo specifies a MIB module in a manner that is both
  78.           compliant to the SNMPv2 SMI, and semantically identical to the
  79.           peer SNMPv1 definitions.
  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.           Expires 2/26/97                                       [Page 2]
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.           Internet Draft        SONET/SDH Objects        August 26, 1996
  124.  
  125.  
  126.           3.  The SNMP Network Management Framework
  127.  
  128.           The SNMP Network Management Framework presently consists of
  129.           three major components.  They are:
  130.  
  131.           0    RFC 1902 which defines the SMI, the mechanisms used for
  132.                describing and naming objects for the purpose of
  133.                management.
  134.  
  135.           0    RFC 1213 defines MIB-II, the core set of managed objects
  136.                for the Internet suite of protocols.
  137.  
  138.           0    RFC 1157 and RFC 1905 which define two versions of the
  139.                protocol used for network access to managed objects.
  140.  
  141.           The Framework permits new objects to be defined for the
  142.           purpose of experimentation and evaluation.
  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.           Expires 2/26/97                                       [Page 3]
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.           Internet Draft        SONET/SDH Objects        August 26, 1996
  184.  
  185.  
  186.           4.  Objects
  187.  
  188.           Managed objects are accessed via a virtual information store,
  189.           termed the Management Information Base or MIB.  Objects in the
  190.           MIB are defined using the subset of Abstract Syntax Notation
  191.           One (ASN.1) [7] defined in the SMI.  In particular, each
  192.           object has a name, a syntax, and an encoding.  The name is an
  193.           object identifier, an administratively assigned name, which
  194.           specifies an object type.  The object type together with an
  195.           object instance serves to uniquely identify a specific
  196.           instantiation of the object.  For human convenience, we often
  197.           use a textual string, termed the OBJECT DESCRIPTOR, to also
  198.           refer to the object type.
  199.  
  200.           The syntax of an object type defines the abstract data
  201.           structure corresponding to that object type.  The ASN.1
  202.           language is used for this purpose.  However, the SMI RFC 1902
  203.           purposely restricts the ASN.1 constructs which may be used.
  204.           These restrictions are explicitly made for simplicity.
  205.  
  206.           The encoding of an object type is simply how that object type
  207.           is represented using the object type's syntax.  Implicitly
  208.           tied to the notion of an object type's syntax and encoding is
  209.           how the object type is represented when being transmitted on
  210.           the network.  The SMI specifies the use of the basic encoding
  211.           rules of ASN.1 [8], subject to the additional requirements
  212.           imposed by the SNMP.
  213.  
  214.           4.1.  Format of Definitions
  215.  
  216.           Section 6 contains contains the specification of all object
  217.           types contained in this MIB module.  The object types are
  218.           defined using the conventions defined in the SMI, as amended
  219.           by the extensions specified in the SNMPv2 SMI.
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.           Expires 2/26/97                                       [Page 4]
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.           Internet Draft        SONET/SDH Objects        August 26, 1996
  244.  
  245.  
  246.           5.  Overview
  247.  
  248.           These objects are used when the particular media being used to
  249.           realize an interface is a SONET/SDH interface.  At present,
  250.           this applies to these values of the ifType variable in the
  251.           Internet-standard MIB:
  252.  
  253.                sonet (39), sonetPath (50), sonetVT (51)
  254.  
  255.           The definitions contained herein are based on the SONET/SDH
  256.           specifications in ANSI T1.105 and T1.106-1988 [9, 9a, 10] and
  257.           CCITT G.707, 708, 709, and G.783 [15-18].
  258.  
  259.           5.1.  Use of the ifTable
  260.  
  261.           This section specifies how the MIB II interfaces group, as
  262.           defined in [12], is used for SONET/SDH interfaces.  The
  263.           SONET/SDH layers support several multiplexing possibilities.
  264.  
  265.           For example in SONET, an Synchronous Transport Signal 3 (STS-
  266.           3) has 3 SONET Paths, and a STS-3c has 1 SONET Path. Another
  267.           example could be a STS-12 having 4 SONET STS-3c Paths.
  268.           Similarly, a SONET Synchronous Payload Envelope (SPE) can
  269.           carry many Virtual Tributaries (VTs), for example, one SONET
  270.           SPE can carry 28 VT1.5s.  It is important to note that an SPE
  271.           and a VT in SONET is collectively referred to as a Virtual
  272.           Container (VC) in SDH.  Also, an STS is called Synchronous
  273.           Transport Module (STM) in SDH.
  274.  
  275.           Not all SONET/SDH equipment terminate all SONET/SDH layers.
  276.           For example, an SONET/SDH STE regenerator terminates SONET/SDH
  277.           Sections only, and is transparent for all layers above that.
  278.           SONET/SDH Add-Drop multiplexers and Digital Cross Connect
  279.           Systems terminate SONET/SDH Lines. SONET/SDH Terminal
  280.           Multiplexers may also terminate SONET/SDH Paths and VTs/VCs.
  281.  
  282.           MIB II [6], as extended by [12], accommodates these cases by
  283.           appropriate use of the MIB II system group, and the interfaces
  284.           group. The system group can name and describe the type of
  285.           managed resource. The interfaces group defines which SONET/SDH
  286.           layers apply, how these layers are configured and multiplexed.
  287.           This is achieved by proper representation of SONET/SDH Layers
  288.           by ifEntries as defined in [12], as follows:
  289.  
  290.  
  291.  
  292.  
  293.  
  294.  
  295.  
  296.           Expires 2/26/97                                       [Page 5]
  297.  
  298.  
  299.  
  300.  
  301.  
  302.  
  303.           Internet Draft        SONET/SDH Objects        August 26, 1996
  304.  
  305.  
  306.                         _____________________________
  307.                        |             |          |    |  >
  308.                        |             |          |    |  |
  309.                        |    VT 1     |..........|VT K|   > K ifEntries
  310.                        |             |          |    |  |
  311.                        |_____________|__________|____|  >
  312.                        |               |      |      |  >
  313.                        |               |      |      |  |
  314.                        |    Path 1     |......|Path L|   > L ifEntries
  315.                        |               |      |      |  |
  316.                        |_______________|______|______|  >
  317.                        |                             |  >
  318.                        |                             |  |
  319.                        |    Line                     |  |
  320.                        |                             |  |
  321.                        |_____________________________|  |
  322.                        |                             |  |
  323.                        |                             |  |
  324.                        |    Section Layer            |   > 1 ifEntry
  325.                        |                             |  |
  326.                        |_____________________________|  |
  327.                        |                             |  |
  328.                        |                             |  |
  329.                        |    Physical Medium Layer    |  |
  330.                        |                             |  |
  331.                        |_____________________________|  >
  332.  
  333.                        Use of ifTable for a SONET/SDH port
  334.  
  335.           The exact configuration and multiplexing of the layers is
  336.           maintained in the ifStackTable [12].
  337.  
  338.           5.2.  Use of ifTable for SONET/SDH Medium/Section/Line Layer
  339.  
  340.           Only the ifGeneralInformationGroup needs to be supported.
  341.  
  342.           ifTable Object    Use for combined SONET/SDH
  343.                             Medium/Section/Line Layer
  344.           ======================================================================
  345.            ifIndex           Interface index.
  346.  
  347.            ifDescr           SONET/SDH Medium/Section/Line
  348.  
  349.            ifType            sonet(39)
  350.  
  351.  
  352.  
  353.  
  354.  
  355.  
  356.           Expires 2/26/97                                       [Page 6]
  357.  
  358.  
  359.  
  360.  
  361.  
  362.  
  363.           Internet Draft        SONET/SDH Objects        August 26, 1996
  364.  
  365.  
  366.            ifSpeed           Speed of line rate for SONET/SDH,
  367.                              (e.g., 155520000 bps).
  368.  
  369.            ifPhysAddress     The value of the Circuit Identifier.
  370.                              If no Circuit Identifier has been assigned
  371.                              this object should have an octet string with
  372.                              zero length.
  373.  
  374.            ifAdminStatus     Supports read-only access.
  375.                              The desired administrative status of the interface.
  376.  
  377.            ifOperStatus      The value testing(3) is not used.
  378.                              This object assumes the value down(2),
  379.                              if the objects sonetSectionCurrentStatus
  380.                              and sonetLineCurrentStatus have
  381.                              any other value than sonetSectionNoDefect(1)
  382.                              and sonetLineNoDefect(1), respectively.
  383.  
  384.            ifLastChange      sysUpTime at the last change in ifOperStatus.
  385.  
  386.            ifName            Textual name of the interface or an OCTET STRING
  387.                              of zero length.
  388.  
  389.            ifLinkUpDownTrapEnable   Set to enabled(1).
  390.                                     Supports read-only access.
  391.  
  392.            ifHighSpeed       Speed of line in Mega-bits per second
  393.                              (e.g., 155 Mbps)
  394.  
  395.            ifConnectorPresent Set to true(1).
  396.  
  397.            ifAlias            The (non-volatile) alias name for this interface
  398.                               as assigned by the network manager.
  399.  
  400.           5.3.  Use of ifTable for SONET/SDH Paths
  401.  
  402.           Only the ifGeneralInformationGroup needs to be supported.
  403.  
  404.           ifTable Object    Use for SONET/SDH Paths
  405.           =========================================
  406.            ifIndex           Interface index.
  407.  
  408.            ifDescr           SONET/SDH Path
  409.  
  410.            ifType            sonetPath(50)
  411.  
  412.  
  413.  
  414.  
  415.  
  416.           Expires 2/26/97                                       [Page 7]
  417.  
  418.  
  419.  
  420.  
  421.  
  422.  
  423.           Internet Draft        SONET/SDH Objects        August 26, 1996
  424.  
  425.  
  426.            ifSpeed           set to speed of SONET/SDH path
  427.                              (e.g., an STS-1 path has a
  428.                              rate of 50112000 bps.)
  429.  
  430.            ifPhysAddress     Circuit Identifier or OCTET STRING of zero length.
  431.  
  432.            ifAdminStatus     Supports read-only access.
  433.                              The desired administrative status of the interface.
  434.  
  435.            ifOperStatus      This object assumes the value down(2),
  436.                              if the object sonetPathCurrentStatus has
  437.                              any other value than sonetPathNoDefect(1).
  438.  
  439.            ifLastChange      sysUpTime at the last change in ifOperStatus.
  440.  
  441.            ifName            Textual name of the interface or an OCTET STRING
  442.                              of zero length.
  443.  
  444.            ifLinkUpDownTrapEnable   Default value is disabled(2).
  445.                                     Just read-only access may be supported.
  446.  
  447.            ifHighSpeed       Set to rate of SONET/SDH path
  448.                              in Mega-bits per second.
  449.  
  450.            ifConnectorPresent Set to false(2).
  451.  
  452.            ifAlias            The (non-volatile) alias name for this interface
  453.                               as assigned by the network manager.
  454.  
  455.  
  456.           5.4.  Use of ifTable for SONET/SDH VTs/VCs
  457.  
  458.           Only the ifGeneralInformationGroup needs to be supported.
  459.  
  460.           ifTable Object    Use for SONET/SDH VTs/VCs
  461.           ===========================================
  462.            ifIndex           Interface index.
  463.  
  464.            ifDescr           SONET/SDH VT/VC
  465.  
  466.            ifType            sonetVT(51)
  467.  
  468.            ifSpeed           Set to speed of VT/VC
  469.                              (e.g., a VT1.5 has a rate of
  470.                              1728000 bps.)
  471.  
  472.  
  473.  
  474.  
  475.  
  476.           Expires 2/26/97                                       [Page 8]
  477.  
  478.  
  479.  
  480.  
  481.  
  482.  
  483.           Internet Draft        SONET/SDH Objects        August 26, 1996
  484.  
  485.  
  486.            ifPhysAddress     Circuit Identifier or OCTET STRING of zero length.
  487.  
  488.            ifAdminStatus     Supports read-only access.
  489.                              The desired administrative status of the interface.
  490.  
  491.            ifOperStatus      This object assumes the value down(2),
  492.                              if the object sonetVTCurrentStatus has
  493.                              any other value than sonetVTNoDefect(1).
  494.  
  495.            ifLastChange      sysUpTime at the last change in ifOperStatus.
  496.  
  497.            ifName            Textual name of the interface or an OCTET STRING
  498.                              of zero length.
  499.  
  500.            ifLinkUpDownTrapEnable   Default value is disabled(2).
  501.                                     Just read-only access may be supported.
  502.  
  503.            ifHighSpeed       Set to rate of VT in Mega-bits per second.
  504.  
  505.            ifConnectorPresent Set to false(2).
  506.  
  507.            ifAlias            The (non-volatile) alias name for this interface
  508.                               as assigned by the network manager.
  509.  
  510.  
  511.           5.5.  SONET/SDH Terminology
  512.  
  513.           The terminology used in this document to describe error
  514.           conditions on a SONET circuit as monitored by a SONET system
  515.           are from the T1.231 [20].  The terminology used in this
  516.           document to describe error conditions on a SDH circuit as
  517.           monitored by a SDH system are from the CCITT G.783 [18].  Only
  518.           the SONET Performance Monitoring terminology is defined in
  519.           this document.  The definitions for SDH Performance Monitoring
  520.           terms are similar but not identical, and they can be found in
  521.           [18].  If the definition in this document does not match the
  522.           definition in the T1.231 document, the implementer should
  523.           follow the definition described in this document.  In some
  524.           cases other or additional references are used as compared with
  525.           the ones cited above. This will be indicated in the text.
  526.  
  527.           Section Loss Of Frame Failure (Out of Frame Event, Severely
  528.                Errored Frame Defect)
  529.                An Out of Frame (OOF) event (or Severely Errored Frame
  530.                defect) is the occurrence of four contiguous errored
  531.  
  532.  
  533.  
  534.  
  535.  
  536.           Expires 2/26/97                                       [Page 9]
  537.  
  538.  
  539.  
  540.  
  541.  
  542.  
  543.           Internet Draft        SONET/SDH Objects        August 26, 1996
  544.  
  545.  
  546.                frame alignment words.  A frame alignment work occupies
  547.                the A1 and A2 bytes of an STS frame, and is defined in
  548.                T1.105.  The SEF defect is terminated when two contiguous
  549.                error-free frame words are detected.  Any implementation
  550.                of the frame recovery circuitry which achieves
  551.                realignment following an OOF within the 250 microsecond
  552.                (two frames) interval implied by this definition is
  553.                acceptable.
  554.  
  555.                An Loss of Frame (LOF) defect is declared when an OOF/SEF
  556.                defect persists for a period of 3 milliseconds.  The LOF
  557.                defect is terminated when the incoming signal remains
  558.                continuously in-frame for a period of 1 ms to 3 ms.
  559.  
  560.                An LOF failure is declared when the LOF defect persists
  561.                for a period of 2.5 +/- 0.5 seconds, except when an LOS
  562.                defect or failure is present.  The LOF failure is cleared
  563.                when the LOS failure is declared, or when the LOF defect
  564.                is absent for 10 +/- 0.5 seconds.
  565.  
  566.           Loss of Signal
  567.                The Loss of Signal (LOS) defect is declared when no
  568.                transitions are detected on the incoming signal (before
  569.                descrambling).  The LOS defect is detected  upon
  570.                observing 2.3 to 100 microseconds of no transitions.  The
  571.                LOS defect is cleared after a 125 microsecond interval
  572.                (one frame) during which no LOS defect is detected.
  573.  
  574.                The LOS failure is declared when the LOS defect persists
  575.                for a period of 2.5 +/- 0.5 seconds, or if LOS defect is
  576.                present when the criteria for LOF failure declaration
  577.                have been met.  The LOS failure is cleared when the LOS
  578.                defect is absent for a period of 10 +/- 0.5 seconds.
  579.                Declaration of LOS failure clears any existing LOF
  580.                failure.  Clearing the LOS failure allows immediate
  581.                declaration of the LOF failure if conditions warrant.
  582.  
  583.           STS-Path Loss of Pointer
  584.                An Loss of Pointer (LOP) defect is declared when either a
  585.                valid pointer is not detected in eight consecutive
  586.                frames, or when eight consecutive frames are detected
  587.                with the New Data Flag (NDF) set to "1001" without a
  588.                valid concatenation indicator (see ANSI T1.105).  A LOP
  589.                defect is terminated when either a valid pointer with a
  590.                normal NDF set to "0110", or a valid concatenation
  591.  
  592.  
  593.  
  594.  
  595.  
  596.           Expires 2/26/97                                      [Page 10]
  597.  
  598.  
  599.  
  600.  
  601.  
  602.  
  603.           Internet Draft        SONET/SDH Objects        August 26, 1996
  604.  
  605.  
  606.                indicator is detected for three contiguous frames.
  607.                Incoming STS-Path AIS shall not result in the declaration
  608.                of a LOP defect.
  609.  
  610.                A STS-Path LOP failure is declared when the STS-Path LOP
  611.                defect persists for a period of 2.5 +/- 0.5 seconds.  A
  612.                STS-Path LOP failure is cleared when the STS-Path LOP
  613.                defect is absent for 10 +/- 0.5 seconds.
  614.  
  615.           VT Loss of Pointer
  616.                A VT LOP defect is declared when either a valid pointer
  617.                is not detected in eight consecutive VT superframes, or
  618.                when eight consecutive VT superframes are detected with
  619.                the NDF set to "1001" without a valid concatenation
  620.                indicator.  A VT LOP defect is terminated when either a
  621.                valid pointer with a normal NDF set to "0110", or a valid
  622.                concatenation indicator is detected for three contiguous
  623.                VT superframes.  Incoming VT-Path AIS shall not result in
  624.                declaring a VT LOP defect.
  625.  
  626.                A VT LOP failure is declared when the VT LOP defect
  627.                persists for 2.5 +/- 0.5 seconds.  A VT LOP failure is
  628.                cleared when the VT LOP defect is absent for 10 +/- 0.5
  629.                seconds.
  630.  
  631.           Line Alarm Indication Signal
  632.                A Line Alarm Indication Signal (L-AIS) is defined in ANSI
  633.                T1.105.  The following criteria are specific to the L-AIS
  634.                defect:
  635.  
  636.                --  Line AIS defect is detected as a "111" pattern in
  637.                bits 6, 7, and 8 of the K2 byte in five consecutive
  638.                frames.
  639.  
  640.                --  Line AIS defect is terminated when bits 6, 7, and 8
  641.                of the K2 byte do not contain the code "111" for five
  642.                consecutive frames.
  643.  
  644.                A Line AIS failure is declared when the Line AIS defect
  645.                persists for a period of 20.5 +/- 0.5 seconds.  A Line
  646.                AIS failure is cleared when the Line AIS defect is absent
  647.                for 10 +/- 0.5 seconds.
  648.  
  649.           STS-Path Alarm Indication Signal
  650.                The STS-Path Alarm Indication Signal (AIS) is defined in
  651.  
  652.  
  653.  
  654.  
  655.  
  656.           Expires 2/26/97                                      [Page 11]
  657.  
  658.  
  659.  
  660.  
  661.  
  662.  
  663.           Internet Draft        SONET/SDH Objects        August 26, 1996
  664.  
  665.  
  666.                ANSI T1.105 as all ones in bytes H1, H2, and H3 as well
  667.                as all ones in the entire STS SPE.  The following
  668.                criteria are specific to the STS-Path AIS defect:
  669.  
  670.                -- STS-Path AIS defect is detected as all ones in bytes
  671.                H1 and H2 in three contiguous frames.
  672.  
  673.                -- The STS-Path AIS defect is terminated when a valid STS
  674.                Pointer is detected with the NDF set to "1001" (inverted)
  675.                for one frame, or  "0110" (normal) for three contiguous
  676.                frames.
  677.  
  678.                A STS-Path AIS failure is declared when the STS-Path AIS
  679.                defect persists for 2.5 +/- 0.5 seconds.  A STS-Path AIS
  680.                failure is cleared when the STS-Path AIS defect is absent
  681.                for 10 +/- 0.5 seconds.
  682.  
  683.           VT-Path Alarm Indication Signal
  684.                The VT-Path Alarm Indication Signal (AIS) is only
  685.                applicable for VTs in the floating mode of operation.
  686.                VT-Path AIS is used to alert the downstream VT Path
  687.                Terminating Entity (PTE) of an upstream failure.  Upon
  688.                detection of a failure, Line AIS, or STS-Path AIS, an STS
  689.                PTE will generate downstream VT-Path AIS if the STS
  690.                Synchronous Payload Envelope (SPE) is carrying floating
  691.                VTs.  VT-Path AIS is specified in ANSI T1.105 as all ones
  692.                in bytes V1, V2, V3, and V4, as well as all ones in the
  693.                entire VT SPE.  The following criteria are specific to
  694.                VT-Path AIS defect:
  695.  
  696.                --  VT-Path AIS defect is detected by a VT PTE as all
  697.                ones in bytes V1 and V2 in three contiguous VT
  698.                superframes.
  699.  
  700.                --  VT-Path AIS defect is terminated when valid VT
  701.                pointer with a valid VT size is detected with the NDF set
  702.                to "1001" (inverted) for one VT superframe, or "0110"
  703.                (normal) for three contiguous VT superframes are
  704.                detected.
  705.  
  706.                A VT-Path AIS failure is declared when the VT-Path AIS
  707.                defect persists for 2.5 +/- 0.5 seconds.  A VT-Path AIS
  708.                failure is cleared when the VT-Path AIS defect is absent
  709.                for 10 +/- 0.5 seconds.
  710.  
  711.  
  712.  
  713.  
  714.  
  715.  
  716.           Expires 2/26/97                                      [Page 12]
  717.  
  718.  
  719.  
  720.  
  721.  
  722.  
  723.           Internet Draft        SONET/SDH Objects        August 26, 1996
  724.  
  725.  
  726.           Line Remote Defect Indication
  727.                Line Remote Defect Indication (RDI) (aka Line FERF)
  728.                signal is the occurrence of a "110" pattern in bit
  729.                positions 6, 7, and 8 of the K2 byte in STS-1 #1 of the
  730.                STS-N signal.  Line RDI is defined in ANSI T1.105.  The
  731.                following criteria are specific to Line RDI defect:
  732.  
  733.                --  Line RDI defect is a "110" code in bits 6, 7, and 8
  734.                of the K2 byte of in STS-1 #1 in five consecutive frames.
  735.  
  736.                --  Line RDI defect is terminated when any code other
  737.                than "110" is detected in bits 6, 7, and 8 of the K2 byte
  738.                in five consecutive frames.
  739.  
  740.                A Line Remote Failure Indication (RFI) failure is
  741.                declared when the incoming Line RDI defects lasts for 2.5
  742.                +/- 0.5 seconds.  The Line RFI failure is cleared when no
  743.                Line RDI defects are detected for 10 +/- 0.5 seconds.
  744.  
  745.           STS-Path Remote Defect Indication
  746.                STS-Path RDI (aka STS-Path FERF) signal shall be
  747.                generated within 100 milliseconds by the STS PTE upon
  748.                detection of an AIS or LOP defect.  Transmission of the
  749.                STS-Path RDI signal shall cease within 100 milliseconds
  750.                when the STS PTE no longer detects STS-Path AIS or STS-
  751.                Path LOP defect.  The STS-Path RDI  shall accurately
  752.                report the presence or absence of STS-Path AIS or STS-
  753.                Path LOP defects.  STS-Path RDI defect is defined in ANSI
  754.                T1.105.  The following requirements are specific to the
  755.                STS-Path RDI defect:
  756.  
  757.                --  STS-Path RDI is detected by all STS PTEs.  STS-Path
  758.                RDI is detected by the upstream STS PTE as a "1" in bit
  759.                five of the Path Status byte (G1) for five contiguous
  760.                frames.
  761.  
  762.                --  Removal of STS-Path Remote Defect Indication is
  763.                detected by a "0" in bit 5 of the G1 byte in five
  764.                contiguous frames.
  765.  
  766.                A STS-Path Remote Failure Indication (RFI) failure is
  767.                declared when the incoming STS-Path RDI defects lasts for
  768.                2.5 +/- 0.5 seconds.  The STS-Path RFI failure is cleared
  769.                when no STS-Path RDI defects are detected for 10 +/- 0.5
  770.                seconds.
  771.  
  772.  
  773.  
  774.  
  775.  
  776.           Expires 2/26/97                                      [Page 13]
  777.  
  778.  
  779.  
  780.  
  781.  
  782.  
  783.           Internet Draft        SONET/SDH Objects        August 26, 1996
  784.  
  785.  
  786.           VT-Path Remote Defect Indication
  787.                VT Path RDI (aka VT Path FERF) signal shall be generated
  788.                within 100 milliseconds by the VT PTE upon detection of a
  789.                VT-Path AIS or LOP defect.  Transmission of the VT-Path
  790.                RDI signal shall cease within 100 milliseconds when the
  791.                VT PTE no longer detects VT-Path AIS or VT-Path LOP
  792.                defect.  The VT-Path RDI  shall accurately report the
  793.                presence or absence of VT-Path AIS or VT-Path LOP
  794.                defects.  VT-Path RDI defect is defined in ANSI T1.105.
  795.                The following requirements are specific to VT-Path RDI
  796.                defect:
  797.  
  798.                --  VT-Path RDI defect is the occurrence of a "1" in bit
  799.                4 of the VT-Path Overhead byte (V5) in five contiguous
  800.                frames.
  801.  
  802.                --  VT-Path RDI defect is terminated when a "0" is
  803.                detected in bit 4 of the VT-Path Overhead byte (V5) for
  804.                five contiguous frames.
  805.  
  806.                A VT-Path Remote Failure Indication (RFI) (derived)
  807.                failure is declared when the incoming VT-Path RDI defects
  808.                lasts for 2.5 +/- 0.5 seconds.  The VT-Path RFI failure
  809.                is cleared when no VT-Path RDI defects are detected for
  810.                10 +/- 0.5 seconds.
  811.  
  812.           VT-Path Remote Failure Indication
  813.                The VT-Path RFI signal is only required for the case of
  814.                byte synch mapped DS1s where the DS1 frame bit is not
  815.                mapped.  The VT-Path RFI is specified in ANSI T1.105,
  816.                where it is currently called VT path yellow.  When
  817.                provided, the VT-Path RFI signal is used to indicate the
  818.                occurrence of far-end failures.  When the VT-Path RFI is
  819.                not provided, far-end failures are derived from local
  820.                timing of the VT-Path RDI defect.  The VT-Path RFI
  821.                failure is declared within 5 ms of detecting the incoming
  822.                VT-Path RFI Signal.  The VT-Path Remote Failure
  823.                Indication (RFI) failure is cleared within 50 ms of
  824.                detecting the removal of the incoming VT-Path RFI signal.
  825.  
  826.           Coding Violation
  827.                Coding Violations (CV) are Bit Interleaved Parity (BIP)
  828.                errors that are detected in the incoming signal.  CV
  829.                counters are incremented for each BIP error detected.
  830.                That is, each BIP-8 can detect up to eight errors per
  831.  
  832.  
  833.  
  834.  
  835.  
  836.           Expires 2/26/97                                      [Page 14]
  837.  
  838.  
  839.  
  840.  
  841.  
  842.  
  843.           Internet Draft        SONET/SDH Objects        August 26, 1996
  844.  
  845.  
  846.                STS-N frame, with each error incrementing the CV counter.
  847.                Section CVs shall be collected using the BIP-8 in the B1
  848.                byte located in the Section Overhead of STS-1 #1.  Line
  849.                CVs shall be collected using the BIP-8s in B2 bytes
  850.                located in the Line Overhead of each STS-1 (since all CVs
  851.                on an STS-N line are counted together, this is equivalent
  852.                to counting each error in the BIP-8*N contained in the B2
  853.                bytes of the STS-N Line Overhead).  Thus, on an STS-N
  854.                signal, up to 8 x N CVs may occur in each frame.  Path
  855.                CVs shall be collected using the BIP-8 in the B3 byte of
  856.                the STS-Path Overhead of the STS SPE.  VT CVs shall be
  857.                collected using the BIP-2 in the V5 overhead byte of the
  858.                floating VT.
  859.  
  860.           Errored Seconds
  861.                At each layer, an Errored Second (ES) is a second with
  862.                one or more Coding Violations at that layer OR one or
  863.                more incoming defects (e.g., SEF, LOS, AIS, LOP) at that
  864.                layer has occurred.
  865.  
  866.           Severely Errored Seconds
  867.                According to [11, 20, 21, 23] at each layer, an Severely
  868.                Errored Second (SES) is a second with x or more CVs at
  869.                that layer, or a second during which at least one or more
  870.                incoming defects at that layer has occurred.  The values
  871.                of x  in RFC1595[19] were based on [11] and [21] (see
  872.                Appendix B). These values have subsequently been relaxed
  873.                in [20, 23]. In addition, according to G.826 [22] SESs
  874.                are measured as a percentage of errored blocks.
  875.  
  876.                To deal with these sets of definitions this memo defines
  877.                an object sonetSESThresholdSet that determines the
  878.                correct interpretation of SES. For backward
  879.                compatibility, if this object is not implemented the
  880.                interpretation of Appendix B shall apply.  Otherwise, a
  881.                more recent interpretation is suggested.  An agent is not
  882.                required to support all sets of definitions.
  883.  
  884.                Note that if a manager changes the value of this object
  885.                all SES statistics collected prior to this change shall
  886.                be invalidated.
  887.  
  888.           Severely Errored Framing Seconds
  889.                A Severely Errored Framing Second (SEFS) is a seconds
  890.                with containing one or more SEF events.  This counter is
  891.  
  892.  
  893.  
  894.  
  895.  
  896.           Expires 2/26/97                                      [Page 15]
  897.  
  898.  
  899.  
  900.  
  901.  
  902.  
  903.           Internet Draft        SONET/SDH Objects        August 26, 1996
  904.  
  905.  
  906.                only counted at the Section Layer.
  907.  
  908.           Unavailable Seconds
  909.                At the Line, Path, and VT layers, an unavailable second
  910.                is calculated by counting the number of seconds that the
  911.                interface is unavailable.  At each layer, the SONET/SDH
  912.                interface is said to be unavailable at the onset of 10
  913.                contiguous SESs.  The 10 SESs are included in unavailable
  914.                time.  Once unavailable, the SONET/SDH interface becomes
  915.                available at the onset of 10 contiguous seconds with no
  916.                SESs.  The 10 seconds with no SESs are excluded from
  917.                unavailable time.  With respect to the SONET/SDH error
  918.                counts at each layer, all counters at that layer are
  919.                incremented while the SONET/SDH interface is deemed
  920.                available at that layer.  While the interface is deemed
  921.                unavailable at that layer, the only count that is
  922.                incremented is UASs at that layer.
  923.  
  924.                Note that this definition implies that the agent cannot
  925.                determine until after a ten second interval has passed
  926.                whether a given one-second interval belongs to available
  927.                or unavailable time.  If the agent chooses to update the
  928.                various performance statistics in real time then it must
  929.                be prepared to retroactively reduce the ES, SES, and SEFS
  930.                counts by 10 and increase the UAS count by 10 when it
  931.                determines that available time has been entered.  It must
  932.                also be prepared to reduce the CV count by the number of
  933.                violations counted since the onset of unavailable time.
  934.                The agent must be similarly prepared to retroactively
  935.                decrease the UAS count by 10 and increase the ES and CV
  936.                counts as necessary upon entering available time.  A
  937.                special case exists when the 10 second period leading to
  938.                available or unavailable time crosses a 900 second
  939.                statistics window boundary, as the foregoing description
  940.                implies that the CV, ES, SES, SEFS, and UAS counts the
  941.                PREVIOUS interval must be adjusted.  In this case
  942.                successive GETs of the affected sonetPathIntervalSES and
  943.                sonetPathIntervalUAS objects (and the analogous Line and
  944.                VT objects also) objects will return differing values if
  945.                the first GET occurs during the first few seconds of the
  946.                window.
  947.  
  948.                According to ANSI T1.231 unavailable time begins at the
  949.                _onset_ of 10 contiguous severely errored seconds -- that
  950.                is, unavailable time starts with the _first_ of the 10
  951.  
  952.  
  953.  
  954.  
  955.  
  956.           Expires 2/26/97                                      [Page 16]
  957.  
  958.  
  959.  
  960.  
  961.  
  962.  
  963.           Internet Draft        SONET/SDH Objects        August 26, 1996
  964.  
  965.  
  966.                contiguous SESs.  Also, while an interface is deemed
  967.                unavailable all counters for that interface are frozen
  968.                except for the UAS count.  It follows that an
  969.                implementation which strictly complies with this standard
  970.                must _not_ increment any counters other than the UAS
  971.                count -- even temporarily -- as a result of anything that
  972.                happens during those 10 seconds.  Since changes in the
  973.                signal state lag the data to which they apply by 10
  974.                seconds, an ANSI-compliant implementation must pass the
  975.                one-second statistics through a 10-second delay line
  976.                prior to updating any counters.  That can be done by
  977.                performing the following steps at the end of each one
  978.                second interval.
  979.  
  980.           i)   Read near/far end CV counter and alarm status flags from
  981.                the hardware.
  982.  
  983.           ii)  Accumulate the CV counts for the preceding second and
  984.                compare them to the ES and SES threshold for the layer in
  985.                question.  Update the signal state and shift the one-
  986.                second CV counts and ES/SES flags into the 10-element
  987.                delay line.  Note that far-end one-second statistics are
  988.                to be flagged as "absent" during any second in which
  989.                there is an incoming defect at the layer in question or
  990.                at any lower layer.
  991.  
  992.           iii) Update the current interval statistics using the signal
  993.                state from the _previous_ update cycle and the one-second
  994.                CV counts and ES/SES flags shifted out of the 10-element
  995.                delay line.
  996.  
  997.                This approach is further described in Appendix A. An
  998.                agent may choose to use this approach in lieu of
  999.                retroactive adjustments to the counters.
  1000.  
  1001.                In any case, a linkDown trap shall be sent only after the
  1002.                agent has determined for certain that the unavailable
  1003.                state has been entered, but the time on the trap will be
  1004.                that of the first UAS (i.e., 10 seconds earlier).  A
  1005.                linkUp trap shall be handled similarly.
  1006.  
  1007.           Unequipped
  1008.                If a Path or VT connection is not provisioned (idle) the
  1009.                SONET equipment will signal this state by transmitting
  1010.                the Path or VT Signal Label as follows:
  1011.  
  1012.  
  1013.  
  1014.  
  1015.  
  1016.           Expires 2/26/97                                      [Page 17]
  1017.  
  1018.  
  1019.  
  1020.  
  1021.  
  1022.  
  1023.           Internet Draft        SONET/SDH Objects        August 26, 1996
  1024.  
  1025.  
  1026.                - byte C2 of the STS Path Overhead equal to 0 for an
  1027.                unequipped Path,
  1028.                - byte V5 of the VT Path Overhead equal to 0 for an
  1029.                unequipped VT.
  1030.  
  1031.           Signal Label Mismatch
  1032.                A Path or VT connection is not correctly provisioned if a
  1033.                received Path or VT Signal Label mismatch occurs.  A
  1034.                received Signal Label is considered mismatched if it does
  1035.                not equal either the locally provisioned value or the
  1036.                value 'equipped non-specific' (1 hex). Note that any
  1037.                received non-zero Signal Label is considered a locally
  1038.                provisioned value of 'equipped non-specific'.  Only in-
  1039.                service, provisioned Path Terminating equipment can
  1040.                detect mismatched Signal labels. It is considered
  1041.                provisioned if it has been configured for a mapping and
  1042.                has been assigned signals to and from which the mapping
  1043.                takes place.  While a Path is unequipped or has
  1044.                mismatched signal labels ES/SES counts continue, but
  1045.                these conditions do not themselves contribute to ES/SES.
  1046.  
  1047.           Circuit Identifier
  1048.                This is a character string specified by the circuit
  1049.                vendor, and is useful when communicating with the vendor
  1050.                during the troubleshooting process.
  1051.  
  1052.  
  1053.  
  1054.  
  1055.  
  1056.  
  1057.  
  1058.  
  1059.  
  1060.  
  1061.  
  1062.  
  1063.  
  1064.  
  1065.  
  1066.  
  1067.  
  1068.  
  1069.  
  1070.  
  1071.  
  1072.  
  1073.  
  1074.  
  1075.  
  1076.           Expires 2/26/97                                      [Page 18]
  1077.  
  1078.  
  1079.  
  1080.  
  1081.  
  1082.  
  1083.           Internet Draft        SONET/SDH Objects        August 26, 1996
  1084.  
  1085.  
  1086.           6.  Object Definitions
  1087.  
  1088.           SONET-MIB DEFINITIONS ::= BEGIN
  1089.  
  1090.  
  1091.           IMPORTS
  1092.               MODULE-IDENTITY, OBJECT-TYPE,
  1093.               Integer32
  1094.                     FROM SNMPv2-SMI
  1095.               DisplayString, TruthValue
  1096.                     FROM SNMPv2-TC
  1097.               MODULE-COMPLIANCE, OBJECT-GROUP
  1098.                     FROM SNMPv2-CONF
  1099.               ifIndex, transmission
  1100.                     FROM RFC1213-MIB
  1101.               PerfCurrentCount, PerfIntervalCount
  1102.                     FROM PerfHist-TC-MIB;
  1103.  
  1104.           --  This is the MIB module for the SONET/SDH Interface objects.
  1105.  
  1106.  
  1107.           sonetMIB MODULE-IDENTITY
  1108.               LAST-UPDATED "9608260000Z"
  1109.               ORGANIZATION "IETF AToM MIB Working Group"
  1110.               CONTACT-INFO
  1111.                 "Kaj Tesink
  1112.                  Bell Communications Research
  1113.                  Tel: (908) 758-5254
  1114.                  Fax: (908) 758-4196
  1115.                  E-mail: kaj@cc.bellcore.com."
  1116.               DESCRIPTION
  1117.                    "The MIB module to describe
  1118.                    SONET/SDH interfaces objects."
  1119.               ::= { transmission 39 }
  1120.  
  1121.  
  1122.           --  This is the MIB module for the SONET/SDH objects
  1123.  
  1124.           sonetObjects      OBJECT IDENTIFIER ::= { sonetMIB 1 }
  1125.  
  1126.           sonetObjectsPath  OBJECT IDENTIFIER ::= { sonetMIB 2 }
  1127.  
  1128.           sonetObjectsVT    OBJECT IDENTIFIER ::= { sonetMIB 3 }
  1129.  
  1130.  
  1131.  
  1132.  
  1133.  
  1134.  
  1135.  
  1136.           Expires 2/26/97                                      [Page 19]
  1137.  
  1138.  
  1139.  
  1140.  
  1141.  
  1142.  
  1143.           Internet Draft        SONET/SDH Objects        August 26, 1996
  1144.  
  1145.  
  1146.           -- groups in the SONET/SDH MIB module
  1147.  
  1148.           sonetMedium        OBJECT IDENTIFIER ::= { sonetObjects 1 }
  1149.  
  1150.           sonetSection       OBJECT IDENTIFIER ::= { sonetObjects 2 }
  1151.  
  1152.           sonetLine          OBJECT IDENTIFIER ::= { sonetObjects 3 }
  1153.  
  1154.           sonetFarEndLine    OBJECT IDENTIFIER ::= { sonetObjects 4 }
  1155.  
  1156.           sonetPath          OBJECT IDENTIFIER ::= { sonetObjectsPath 1 }
  1157.  
  1158.           sonetFarEndPath    OBJECT IDENTIFIER ::= { sonetObjectsPath 2 }
  1159.  
  1160.           sonetVT            OBJECT IDENTIFIER ::= { sonetObjectsVT 1 }
  1161.  
  1162.           sonetFarEndVT      OBJECT IDENTIFIER ::= { sonetObjectsVT 2 }
  1163.  
  1164.  
  1165.  
  1166.  
  1167.  
  1168.  
  1169.  
  1170.  
  1171.  
  1172.  
  1173.  
  1174.  
  1175.  
  1176.  
  1177.  
  1178.  
  1179.  
  1180.  
  1181.  
  1182.  
  1183.  
  1184.  
  1185.  
  1186.  
  1187.  
  1188.  
  1189.  
  1190.  
  1191.  
  1192.  
  1193.  
  1194.  
  1195.  
  1196.           Expires 2/26/97                                      [Page 20]
  1197.  
  1198.  
  1199.  
  1200.  
  1201.  
  1202.  
  1203.           Internet Draft        SONET/SDH Objects        August 26, 1996
  1204.  
  1205.  
  1206.           -- the SONET/SDH Medium group
  1207.  
  1208.           -- SONET/SDH interfaces for some applications may be electrical
  1209.           -- interfaces and not optical interfaces.  This group handles
  1210.           -- the configuration information for both optical SONET/SDH
  1211.           -- interfaces
  1212.           -- and electrical SONET/SDH interfaces.
  1213.  
  1214.           sonetMediumTable OBJECT-TYPE
  1215.               SYNTAX  SEQUENCE OF SonetMediumEntry
  1216.               MAX-ACCESS  not-accessible
  1217.               STATUS  current
  1218.               DESCRIPTION
  1219.                  "The SONET/SDH Medium table."
  1220.                ::= { sonetMedium 1 }
  1221.  
  1222.           sonetMediumEntry OBJECT-TYPE
  1223.               SYNTAX  SonetMediumEntry
  1224.               MAX-ACCESS  not-accessible
  1225.               STATUS  current
  1226.               DESCRIPTION
  1227.                  "An entry in the SONET/SDH Medium table."
  1228.               INDEX   { ifIndex }
  1229.                ::= { sonetMediumTable 1 }
  1230.  
  1231.           SonetMediumEntry ::=
  1232.               SEQUENCE {
  1233.                    sonetMediumType               INTEGER,
  1234.                    sonetMediumTimeElapsed        Integer32,
  1235.                    sonetMediumValidIntervals     Integer32,
  1236.                    sonetMediumLineCoding         INTEGER,
  1237.                    sonetMediumLineType           INTEGER,
  1238.                    sonetMediumCircuitIdentifier  DisplayString,
  1239.                    sonetMediumInvalidIntervals   Integer32,
  1240.                    sonetMediumLoopbackConfig     BITS
  1241.               }
  1242.  
  1243.  
  1244.           sonetMediumType OBJECT-TYPE
  1245.               SYNTAX  INTEGER  {
  1246.                          sonet(1),
  1247.                          sdh(2)
  1248.                       }
  1249.               MAX-ACCESS  read-only
  1250.               STATUS  current
  1251.  
  1252.  
  1253.  
  1254.  
  1255.  
  1256.           Expires 2/26/97                                      [Page 21]
  1257.  
  1258.  
  1259.  
  1260.  
  1261.  
  1262.  
  1263.           Internet Draft        SONET/SDH Objects        August 26, 1996
  1264.  
  1265.  
  1266.               DESCRIPTION
  1267.                  "This variable identifies whether a SONET
  1268.                  or a SDH signal is used across this interface."
  1269.               ::= { sonetMediumEntry 1 }
  1270.  
  1271.           sonetMediumTimeElapsed OBJECT-TYPE
  1272.               SYNTAX  Integer32 (1..900)
  1273.               MAX-ACCESS  read-only
  1274.               STATUS  current
  1275.               DESCRIPTION
  1276.                  "The number of seconds, including partial
  1277.                  seconds, that have elapsed since the beginning of
  1278.                  the current error-measurement period."
  1279.               ::= { sonetMediumEntry 2 }
  1280.  
  1281.           sonetMediumValidIntervals OBJECT-TYPE
  1282.               SYNTAX  Integer32 (0..96)
  1283.               MAX-ACCESS  read-only
  1284.               STATUS  current
  1285.               DESCRIPTION
  1286.                  "The number of previous intervals for which valid
  1287.                  data has been stored.  A SONET interface must be
  1288.                  capable of supporting at least n intervals.
  1289.                  The minimum value of n is 4.
  1290.                  The default of n is 32.
  1291.                  The maximum value of n is 96.
  1292.                  The value of this object will be n unless
  1293.                  the device was brought online within the last
  1294.                  (nx15) minutes, in which case the value will be the
  1295.                  number of complete 15 minute intervals the device has
  1296.                  been online. In the case where the agent
  1297.                  is a proxy, it is possible that some intervals
  1298.                  are unavailable.  In this case, this
  1299.                  interval is the maximum interval number for
  1300.                  which valid data is available."
  1301.               ::= { sonetMediumEntry 3 }
  1302.  
  1303.           sonetMediumLineCoding OBJECT-TYPE
  1304.               SYNTAX  INTEGER {
  1305.                           sonetMediumOther(1),
  1306.                           sonetMediumB3ZS(2),
  1307.                           sonetMediumCMI(3),
  1308.                           sonetMediumNRZ(4),
  1309.                           sonetMediumRZ(5)
  1310.                       }
  1311.  
  1312.  
  1313.  
  1314.  
  1315.  
  1316.           Expires 2/26/97                                      [Page 22]
  1317.  
  1318.  
  1319.  
  1320.  
  1321.  
  1322.  
  1323.           Internet Draft        SONET/SDH Objects        August 26, 1996
  1324.  
  1325.  
  1326.               MAX-ACCESS  read-only
  1327.               STATUS  current
  1328.               DESCRIPTION
  1329.                  "This variable describes the line coding for
  1330.                  this interface. The B3ZS and CMI are used for
  1331.                  electrical SONET/SDH signals (STS-1 and STS-3).
  1332.                  The Non-Return to Zero (NRZ) and the Return
  1333.                  to Zero are used for optical SONET/SDH signals."
  1334.               ::= { sonetMediumEntry 4 }
  1335.  
  1336.           sonetMediumLineType OBJECT-TYPE
  1337.               SYNTAX  INTEGER {
  1338.                           sonetOther(1),
  1339.                           sonetShortSingleMode(2),
  1340.                           sonetLongSingleMode(3),
  1341.                           sonetMultiMode(4),
  1342.                           sonetCoax(5),
  1343.                           sonetUTP(6)
  1344.                       }
  1345.               MAX-ACCESS  read-only
  1346.               STATUS  current
  1347.               DESCRIPTION
  1348.                  "This variable describes the line type for
  1349.                  this interface. The line types are
  1350.                  Short and Long Range
  1351.                  Single Mode fiber or Multi-Mode fiber interfaces,
  1352.                  and coax and UTP for electrical interfaces.  The
  1353.                  value sonetOther should be used when the Line Type is
  1354.                  not one of the listed values."
  1355.               ::= { sonetMediumEntry 5 }
  1356.  
  1357.           sonetMediumCircuitIdentifier OBJECT-TYPE
  1358.               SYNTAX  DisplayString (SIZE (0..255))
  1359.               MAX-ACCESS  read-write
  1360.               STATUS  current
  1361.               DESCRIPTION
  1362.                  "This variable contains the transmission
  1363.                  vendor's circuit identifier, for the
  1364.                  purpose of facilitating troubleshooting.
  1365.                  Note that the circuit identifier, if available,
  1366.                  is also represented by ifPhysAddress."
  1367.               ::= { sonetMediumEntry 6 }
  1368.  
  1369.           sonetMediumInvalidIntervals OBJECT-TYPE
  1370.               SYNTAX  Integer32 (0..96)
  1371.  
  1372.  
  1373.  
  1374.  
  1375.  
  1376.           Expires 2/26/97                                      [Page 23]
  1377.  
  1378.  
  1379.  
  1380.  
  1381.  
  1382.  
  1383.           Internet Draft        SONET/SDH Objects        August 26, 1996
  1384.  
  1385.  
  1386.               MAX-ACCESS  read-only
  1387.               STATUS  current
  1388.               DESCRIPTION
  1389.                  "The number of intervals for which no valid
  1390.                   data is available. This includes intervals
  1391.                   of which valid data has been lost, e.g., due
  1392.                   to restart of the agent."
  1393.               ::= { sonetMediumEntry 7 }
  1394.  
  1395.           sonetMediumLoopbackConfig OBJECT-TYPE
  1396.               SYNTAX      BITS {
  1397.                             sonetNoLoop(0),
  1398.                             sonetFacilityLoop(1),
  1399.                             sonetTerminalLoop(2),
  1400.                             sonetOtherLoop(3) }
  1401.               MAX-ACCESS  read-write
  1402.               STATUS      current
  1403.               DESCRIPTION
  1404.                  "The current loopback state of the SONET/SDH interface.  The
  1405.                   values mean:
  1406.  
  1407.                     sonetNoLoop
  1408.                        Not in the loopback state. A device that is not
  1409.                        capable of performing a loopback on this interface
  1410.                        shall always return this value.
  1411.  
  1412.                     sonetFacilityLoop
  1413.                        The received signal at this interface is looped back
  1414.                        out through the corresponding transmitter in the return
  1415.                        direction.
  1416.  
  1417.                     sonetTerminalLoop
  1418.                        The signal that is about to be transmitted is connected
  1419.                        to the associated incoming receiver.
  1420.  
  1421.                     sonetOtherLoop
  1422.                        Loopbacks that are not defined here."
  1423.  
  1424.               ::= { sonetMediumEntry 8 }
  1425.  
  1426.           sonetSESthresholdSet    OBJECT-TYPE
  1427.               SYNTAX   INTEGER {
  1428.                          other(1),
  1429.                          bellcore1991(2),
  1430.                          ansi1993(3),
  1431.  
  1432.  
  1433.  
  1434.  
  1435.  
  1436.           Expires 2/26/97                                      [Page 24]
  1437.  
  1438.  
  1439.  
  1440.  
  1441.  
  1442.  
  1443.           Internet Draft        SONET/SDH Objects        August 26, 1996
  1444.  
  1445.  
  1446.                          itu1995(4)
  1447.                                 }
  1448.               MAX-ACCESS      read-write
  1449.               STATUS          current
  1450.               DESCRIPTION
  1451.                 "An enumerated integer indicating which
  1452.                  recognized set of SES thresholds that
  1453.                  the agent uses for determining severely
  1454.                  errored seconds and unavailable time.
  1455.  
  1456.                  other(1)
  1457.                    None of the following.
  1458.  
  1459.                  bellcore1991(2)
  1460.                    Bellcore TR-NWT-000253, 1991 [21], or
  1461.                    ANSI T1M1.3/93-005R2, 1993 [11].
  1462.                    See also Appendix B.
  1463.  
  1464.                  ansi1993(3)
  1465.                    ANSI T1.231, 1993 [20], or
  1466.                    Bellcore GR-253-CORE, Issue 2, 1995 [23]
  1467.  
  1468.                  itu1995(4)
  1469.                    ITU Recommendation G.826, 1995 [22].
  1470.  
  1471.                  If a manager changes the value of this
  1472.                  object then the SES statistics collected
  1473.                  prior to this change must be invalidated."
  1474.                ::= { sonetMedium 2 }
  1475.  
  1476.  
  1477.  
  1478.  
  1479.  
  1480.  
  1481.  
  1482.  
  1483.  
  1484.  
  1485.  
  1486.  
  1487.  
  1488.  
  1489.  
  1490.  
  1491.  
  1492.  
  1493.  
  1494.  
  1495.  
  1496.           Expires 2/26/97                                      [Page 25]
  1497.  
  1498.  
  1499.  
  1500.  
  1501.  
  1502.  
  1503.           Internet Draft        SONET/SDH Objects        August 26, 1996
  1504.  
  1505.  
  1506.           -- the SONET/SDH Section group
  1507.  
  1508.           -- this group consists of 2 tables:
  1509.           -- - the SONET/SDH Section Current Table
  1510.           -- - the SONET/SDH Section Interval Table
  1511.  
  1512.  
  1513.  
  1514.           -- the SONET/SDH Section Current Table
  1515.  
  1516.           -- The SONET/SDH Section
  1517.           -- current table contains various statistics
  1518.           -- being collected for the current 15 minute interval.
  1519.  
  1520.           sonetSectionCurrentTable OBJECT-TYPE
  1521.               SYNTAX  SEQUENCE OF SonetSectionCurrentEntry
  1522.               MAX-ACCESS  not-accessible
  1523.               STATUS  current
  1524.               DESCRIPTION
  1525.                  "The SONET/SDH Section Current table."
  1526.                ::= { sonetSection 1 }
  1527.  
  1528.           sonetSectionCurrentEntry OBJECT-TYPE
  1529.               SYNTAX  SonetSectionCurrentEntry
  1530.               MAX-ACCESS  not-accessible
  1531.               STATUS  current
  1532.               DESCRIPTION
  1533.                  "An entry in the SONET/SDH Section Current table."
  1534.               INDEX   { ifIndex }
  1535.                ::= { sonetSectionCurrentTable 1 }
  1536.  
  1537.           SonetSectionCurrentEntry ::=
  1538.               SEQUENCE {
  1539.                   sonetSectionCurrentStatus   Integer32,
  1540.                   sonetSectionCurrentESs      PerfCurrentCount,
  1541.                   sonetSectionCurrentSESs     PerfCurrentCount,
  1542.                   sonetSectionCurrentSEFSs    PerfCurrentCount,
  1543.                   sonetSectionCurrentCVs      PerfCurrentCount
  1544.               }
  1545.  
  1546.  
  1547.           sonetSectionCurrentStatus OBJECT-TYPE
  1548.               SYNTAX  Integer32 (1..6)
  1549.               MAX-ACCESS  read-only
  1550.               STATUS  current
  1551.  
  1552.  
  1553.  
  1554.  
  1555.  
  1556.           Expires 2/26/97                                      [Page 26]
  1557.  
  1558.  
  1559.  
  1560.  
  1561.  
  1562.  
  1563.           Internet Draft        SONET/SDH Objects        August 26, 1996
  1564.  
  1565.  
  1566.               DESCRIPTION
  1567.                  "This variable indicates the
  1568.                  status of the interface.
  1569.                  The sonetSectionCurrentStatus
  1570.                  is a bit map represented
  1571.                  as a sum, therefore,
  1572.                  it can represent multiple defects
  1573.                  simultaneously.
  1574.                  The sonetSectionNoDefect should be
  1575.                  set if and only if
  1576.                  no other flag is set.
  1577.  
  1578.                  The various bit positions are:
  1579.                        1   sonetSectionNoDefect
  1580.                        2   sonetSectionLOS
  1581.                        4   sonetSectionLOF"
  1582.                ::= { sonetSectionCurrentEntry 1 }
  1583.  
  1584.           sonetSectionCurrentESs OBJECT-TYPE
  1585.               SYNTAX  PerfCurrentCount
  1586.               MAX-ACCESS  read-only
  1587.               STATUS  current
  1588.               DESCRIPTION
  1589.                  "The counter associated with the number of Errored
  1590.                  Seconds encountered by a SONET/SDH
  1591.                  Section in the current 15 minute interval."
  1592.                ::= { sonetSectionCurrentEntry 2 }
  1593.  
  1594.           sonetSectionCurrentSESs OBJECT-TYPE
  1595.               SYNTAX  PerfCurrentCount
  1596.               MAX-ACCESS  read-only
  1597.               STATUS  current
  1598.               DESCRIPTION
  1599.                  "The counter associated with the number of
  1600.                  Severely Errored Seconds
  1601.                  encountered by a SONET/SDH Section in the current 15
  1602.                  minute interval."
  1603.                ::= { sonetSectionCurrentEntry 3 }
  1604.  
  1605.           sonetSectionCurrentSEFSs OBJECT-TYPE
  1606.               SYNTAX  PerfCurrentCount
  1607.               MAX-ACCESS  read-only
  1608.               STATUS  current
  1609.               DESCRIPTION
  1610.                  "The counter associated with the number of
  1611.  
  1612.  
  1613.  
  1614.  
  1615.  
  1616.           Expires 2/26/97                                      [Page 27]
  1617.  
  1618.  
  1619.  
  1620.  
  1621.  
  1622.  
  1623.           Internet Draft        SONET/SDH Objects        August 26, 1996
  1624.  
  1625.  
  1626.                  Severely Errored Framing Seconds
  1627.                  encountered by a SONET/SDH Section in the current
  1628.                  15 minute interval."
  1629.               ::= { sonetSectionCurrentEntry 4 }
  1630.  
  1631.           sonetSectionCurrentCVs OBJECT-TYPE
  1632.               SYNTAX  PerfCurrentCount
  1633.               MAX-ACCESS  read-only
  1634.               STATUS  current
  1635.               DESCRIPTION
  1636.                  "The counter associated with the number of Coding
  1637.                  Violations encountered by a
  1638.                  SONET/SDH Section in the current 15 minute interval."
  1639.                ::= { sonetSectionCurrentEntry 5 }
  1640.  
  1641.  
  1642.  
  1643.  
  1644.  
  1645.  
  1646.  
  1647.  
  1648.  
  1649.  
  1650.  
  1651.  
  1652.  
  1653.  
  1654.  
  1655.  
  1656.  
  1657.  
  1658.  
  1659.  
  1660.  
  1661.  
  1662.  
  1663.  
  1664.  
  1665.  
  1666.  
  1667.  
  1668.  
  1669.  
  1670.  
  1671.  
  1672.  
  1673.  
  1674.  
  1675.  
  1676.           Expires 2/26/97                                      [Page 28]
  1677.  
  1678.  
  1679.  
  1680.  
  1681.  
  1682.  
  1683.           Internet Draft        SONET/SDH Objects        August 26, 1996
  1684.  
  1685.  
  1686.           -- the SONET/SDH Section Interval Table
  1687.  
  1688.           -- The SONET/SDH Section Interval Table
  1689.           -- contains various statistics
  1690.           -- collected by each system over a maximum
  1691.           -- of the previous 24 hours of
  1692.           -- operation.  The past 24 hours may be broken into 96
  1693.           -- completed 15 minute intervals.
  1694.           -- A system is required to store at
  1695.           -- least 4 completed 15 minute interval.
  1696.           -- The default value is 32 intervals.
  1697.  
  1698.           sonetSectionIntervalTable OBJECT-TYPE
  1699.               SYNTAX  SEQUENCE OF SonetSectionIntervalEntry
  1700.               MAX-ACCESS  not-accessible
  1701.               STATUS  current
  1702.               DESCRIPTION
  1703.                  "The SONET/SDH Section Interval table."
  1704.                ::= { sonetSection 2 }
  1705.  
  1706.           sonetSectionIntervalEntry OBJECT-TYPE
  1707.               SYNTAX  SonetSectionIntervalEntry
  1708.               MAX-ACCESS  not-accessible
  1709.               STATUS  current
  1710.               DESCRIPTION
  1711.                  "An entry in the SONET/SDH Section Interval table."
  1712.               INDEX   { ifIndex,
  1713.                         sonetSectionIntervalNumber }
  1714.                ::= { sonetSectionIntervalTable 1 }
  1715.  
  1716.           SonetSectionIntervalEntry ::=
  1717.               SEQUENCE {
  1718.                    sonetSectionIntervalNumber  Integer32,
  1719.                    sonetSectionIntervalESs     PerfIntervalCount,
  1720.                    sonetSectionIntervalSESs    PerfIntervalCount,
  1721.                    sonetSectionIntervalSEFSs   PerfIntervalCount,
  1722.                    sonetSectionIntervalCVs     PerfIntervalCount,
  1723.                    sonetSectionIntervalValidData  TruthValue
  1724.               }
  1725.  
  1726.  
  1727.           sonetSectionIntervalNumber OBJECT-TYPE
  1728.               SYNTAX  Integer32 (1..96)
  1729.               MAX-ACCESS  not-accessible
  1730.               STATUS  current
  1731.  
  1732.  
  1733.  
  1734.  
  1735.  
  1736.           Expires 2/26/97                                      [Page 29]
  1737.  
  1738.  
  1739.  
  1740.  
  1741.  
  1742.  
  1743.           Internet Draft        SONET/SDH Objects        August 26, 1996
  1744.  
  1745.  
  1746.               DESCRIPTION
  1747.                 "A number between 1 and 96, which identifies the
  1748.                 interval for which the set of statistics is available.
  1749.                 The interval identified by 1 is the most recently
  1750.                 completed 15 minute interval,
  1751.                 and the interval identified
  1752.                 by N is the interval immediately preceding the
  1753.                 one identified
  1754.                 by N-1."
  1755.                ::= { sonetSectionIntervalEntry 1 }
  1756.  
  1757.           sonetSectionIntervalESs OBJECT-TYPE
  1758.               SYNTAX  PerfIntervalCount
  1759.               MAX-ACCESS  read-only
  1760.               STATUS  current
  1761.               DESCRIPTION
  1762.                  "The counter associated with the number of
  1763.                  Errored Seconds encountered
  1764.                  by a SONET/SDH Section in a
  1765.                  particular 15-minute interval
  1766.                  in the past 24 hours."
  1767.                ::= { sonetSectionIntervalEntry 2 }
  1768.  
  1769.           sonetSectionIntervalSESs OBJECT-TYPE
  1770.               SYNTAX  PerfIntervalCount
  1771.               MAX-ACCESS  read-only
  1772.               STATUS  current
  1773.               DESCRIPTION
  1774.                  "The counter associated with the number of
  1775.                  Severely Errored Seconds
  1776.                  encountered by a SONET/SDH Section in a
  1777.                  particular 15-minute interval
  1778.                  in the past 24 hours."
  1779.               ::= { sonetSectionIntervalEntry 3 }
  1780.  
  1781.           sonetSectionIntervalSEFSs OBJECT-TYPE
  1782.               SYNTAX  PerfIntervalCount
  1783.               MAX-ACCESS  read-only
  1784.               STATUS  current
  1785.               DESCRIPTION
  1786.                  "The counter associated with the number of
  1787.                  Severely Errored Framing Seconds
  1788.                  encountered by a SONET/SDH Section in a
  1789.                  particular 15-minute interval
  1790.                  in the past 24 hours."
  1791.  
  1792.  
  1793.  
  1794.  
  1795.  
  1796.           Expires 2/26/97                                      [Page 30]
  1797.  
  1798.  
  1799.  
  1800.  
  1801.  
  1802.  
  1803.           Internet Draft        SONET/SDH Objects        August 26, 1996
  1804.  
  1805.  
  1806.               ::= { sonetSectionIntervalEntry 4 }
  1807.  
  1808.           sonetSectionIntervalCVs OBJECT-TYPE
  1809.               SYNTAX  PerfIntervalCount
  1810.               MAX-ACCESS  read-only
  1811.               STATUS  current
  1812.               DESCRIPTION
  1813.                  "The counter associated with the number of Coding
  1814.                  Violations encountered by a
  1815.                  SONET/SDH Section in a particular 15-minute interval
  1816.                  in the past 24 hours."
  1817.               ::= { sonetSectionIntervalEntry 5 }
  1818.  
  1819.           sonetSectionIntervalValidData OBJECT-TYPE
  1820.               SYNTAX  TruthValue
  1821.               MAX-ACCESS  read-only
  1822.               STATUS  current
  1823.               DESCRIPTION
  1824.                  "This variable indicates if there is valid data for
  1825.                   this interval."
  1826.               ::= { sonetSectionIntervalEntry 6 }
  1827.  
  1828.  
  1829.  
  1830.  
  1831.  
  1832.  
  1833.  
  1834.  
  1835.  
  1836.  
  1837.  
  1838.  
  1839.  
  1840.  
  1841.  
  1842.  
  1843.  
  1844.  
  1845.  
  1846.  
  1847.  
  1848.  
  1849.  
  1850.  
  1851.  
  1852.  
  1853.  
  1854.  
  1855.  
  1856.           Expires 2/26/97                                      [Page 31]
  1857.  
  1858.  
  1859.  
  1860.  
  1861.  
  1862.  
  1863.           Internet Draft        SONET/SDH Objects        August 26, 1996
  1864.  
  1865.  
  1866.           -- the SONET/SDH Line group
  1867.  
  1868.           -- this group consists of 2 tables:
  1869.           -- - the SONET/SDH Line Current Table
  1870.           -- - the SONET/SDH Line Interval Table
  1871.  
  1872.  
  1873.           -- the SONET/SDH Line Current Table
  1874.  
  1875.           -- The SONET/SDH Line
  1876.           -- current table contains various statistics
  1877.           -- being collected for the current 15 minute interval.
  1878.  
  1879.           sonetLineCurrentTable OBJECT-TYPE
  1880.               SYNTAX  SEQUENCE OF SonetLineCurrentEntry
  1881.               MAX-ACCESS  not-accessible
  1882.               STATUS  current
  1883.               DESCRIPTION
  1884.                 "The SONET/SDH Line Current table."
  1885.               ::= { sonetLine 1 }
  1886.  
  1887.           sonetLineCurrentEntry OBJECT-TYPE
  1888.               SYNTAX  SonetLineCurrentEntry
  1889.               MAX-ACCESS  not-accessible
  1890.               STATUS  current
  1891.               DESCRIPTION
  1892.                 "An entry in the SONET/SDH Line Current table."
  1893.               INDEX   { ifIndex }
  1894.               ::= { sonetLineCurrentTable 1 }
  1895.  
  1896.           SonetLineCurrentEntry ::=
  1897.               SEQUENCE {
  1898.                    sonetLineCurrentStatus    Integer32,
  1899.                    sonetLineCurrentESs       PerfCurrentCount,
  1900.                    sonetLineCurrentSESs      PerfCurrentCount,
  1901.                    sonetLineCurrentCVs       PerfCurrentCount,
  1902.                    sonetLineCurrentUASs      PerfCurrentCount
  1903.                }
  1904.  
  1905.  
  1906.           sonetLineCurrentStatus OBJECT-TYPE
  1907.               SYNTAX  Integer32 (1..6)
  1908.               MAX-ACCESS  read-only
  1909.               STATUS  current
  1910.               DESCRIPTION
  1911.  
  1912.  
  1913.  
  1914.  
  1915.  
  1916.           Expires 2/26/97                                      [Page 32]
  1917.  
  1918.  
  1919.  
  1920.  
  1921.  
  1922.  
  1923.           Internet Draft        SONET/SDH Objects        August 26, 1996
  1924.  
  1925.  
  1926.                  "This variable indicates the
  1927.                  status of the interface.
  1928.                  The sonetLineCurrentStatus
  1929.                  is a bit map represented
  1930.                  as a sum, therefore,
  1931.                  it can represent multiple defects
  1932.                  simultaneously.
  1933.                  The sonetLineNoDefect should be
  1934.                  set if and only if
  1935.                  no other flag is set.
  1936.  
  1937.                  The various bit positions are:
  1938.                   1   sonetLineNoDefect
  1939.                   2   sonetLineAIS
  1940.                   4   sonetLineRDI"
  1941.                ::= { sonetLineCurrentEntry 1 }
  1942.  
  1943.           sonetLineCurrentESs OBJECT-TYPE
  1944.               SYNTAX  PerfCurrentCount
  1945.               MAX-ACCESS  read-only
  1946.               STATUS  current
  1947.               DESCRIPTION
  1948.                "The counter associated with the number of Errored
  1949.                Seconds encountered by a SONET/SDH
  1950.                Line in the current 15 minute interval."
  1951.               ::= { sonetLineCurrentEntry 2 }
  1952.  
  1953.           sonetLineCurrentSESs OBJECT-TYPE
  1954.               SYNTAX  PerfCurrentCount
  1955.               MAX-ACCESS  read-only
  1956.               STATUS  current
  1957.               DESCRIPTION
  1958.                "The counter associated with the number of
  1959.                Severely Errored Seconds
  1960.                encountered by a SONET/SDH Line in the current 15
  1961.                minute
  1962.                interval."
  1963.               ::= { sonetLineCurrentEntry 3 }
  1964.  
  1965.           sonetLineCurrentCVs OBJECT-TYPE
  1966.               SYNTAX  PerfCurrentCount
  1967.               MAX-ACCESS  read-only
  1968.               STATUS  current
  1969.               DESCRIPTION
  1970.                "The counter associated with the number of Coding
  1971.  
  1972.  
  1973.  
  1974.  
  1975.  
  1976.           Expires 2/26/97                                      [Page 33]
  1977.  
  1978.  
  1979.  
  1980.  
  1981.  
  1982.  
  1983.           Internet Draft        SONET/SDH Objects        August 26, 1996
  1984.  
  1985.  
  1986.                Violations encountered by a
  1987.                SONET/SDH Line in the current 15 minute interval."
  1988.               ::= { sonetLineCurrentEntry 4 }
  1989.  
  1990.           sonetLineCurrentUASs OBJECT-TYPE
  1991.               SYNTAX  PerfCurrentCount
  1992.               MAX-ACCESS  read-only
  1993.               STATUS  current
  1994.               DESCRIPTION
  1995.                "The counter associated with the number of
  1996.                Unavailable Seconds
  1997.                encountered by a SONET/SDH Line in the current 15
  1998.                minute
  1999.                interval."
  2000.               ::= { sonetLineCurrentEntry 5 }
  2001.  
  2002.  
  2003.  
  2004.  
  2005.  
  2006.  
  2007.  
  2008.  
  2009.  
  2010.  
  2011.  
  2012.  
  2013.  
  2014.  
  2015.  
  2016.  
  2017.  
  2018.  
  2019.  
  2020.  
  2021.  
  2022.  
  2023.  
  2024.  
  2025.  
  2026.  
  2027.  
  2028.  
  2029.  
  2030.  
  2031.  
  2032.  
  2033.  
  2034.  
  2035.  
  2036.           Expires 2/26/97                                      [Page 34]
  2037.  
  2038.  
  2039.  
  2040.  
  2041.  
  2042.  
  2043.           Internet Draft        SONET/SDH Objects        August 26, 1996
  2044.  
  2045.  
  2046.           -- the SONET/SDH Line Interval Table
  2047.  
  2048.           -- The SONET/SDH Line Interval Table
  2049.           -- contains various statistics
  2050.           -- collected by each system over a maximum
  2051.           -- of the previous 24 hours of
  2052.           -- operation.  The past 24 hours may be broken into 96
  2053.           -- completed 15 minute intervals.
  2054.           -- A system is required to store at
  2055.           -- least 4 completed 15 minute interval.
  2056.           -- The default value is 32 intervals.
  2057.  
  2058.           sonetLineIntervalTable OBJECT-TYPE
  2059.               SYNTAX  SEQUENCE OF SonetLineIntervalEntry
  2060.               MAX-ACCESS  not-accessible
  2061.               STATUS  current
  2062.               DESCRIPTION
  2063.                  "The SONET/SDH Line Interval table."
  2064.                ::= { sonetLine 2 }
  2065.  
  2066.           sonetLineIntervalEntry OBJECT-TYPE
  2067.               SYNTAX  SonetLineIntervalEntry
  2068.               MAX-ACCESS  not-accessible
  2069.               STATUS  current
  2070.               DESCRIPTION
  2071.                  "An entry in the SONET/SDH Line Interval table."
  2072.              INDEX   { ifIndex,
  2073.                        sonetLineIntervalNumber }
  2074.              ::= { sonetLineIntervalTable 1 }
  2075.  
  2076.           SonetLineIntervalEntry ::=
  2077.               SEQUENCE {
  2078.                   sonetLineIntervalNumber    Integer32,
  2079.                   sonetLineIntervalESs       PerfIntervalCount,
  2080.                   sonetLineIntervalSESs      PerfIntervalCount,
  2081.                   sonetLineIntervalCVs       PerfIntervalCount,
  2082.                   sonetLineIntervalUASs      PerfIntervalCount,
  2083.                   sonetLineIntervalValidData TruthValue
  2084.               }
  2085.  
  2086.  
  2087.           sonetLineIntervalNumber OBJECT-TYPE
  2088.               SYNTAX  Integer32 (1..96)
  2089.               MAX-ACCESS  not-accessible
  2090.               STATUS  current
  2091.  
  2092.  
  2093.  
  2094.  
  2095.  
  2096.           Expires 2/26/97                                      [Page 35]
  2097.  
  2098.  
  2099.  
  2100.  
  2101.  
  2102.  
  2103.           Internet Draft        SONET/SDH Objects        August 26, 1996
  2104.  
  2105.  
  2106.               DESCRIPTION
  2107.                   "A number between 1 and 96, which identifies the
  2108.                   interval for which the set of statistics is available.
  2109.                   The interval identified by 1 is the most recently
  2110.                   completed 15 minute interval,
  2111.                   and the interval identified
  2112.                   by N is the interval immediately preceding the
  2113.                   one identified
  2114.                   by N-1."
  2115.                ::= { sonetLineIntervalEntry 1 }
  2116.  
  2117.           sonetLineIntervalESs OBJECT-TYPE
  2118.               SYNTAX  PerfIntervalCount
  2119.               MAX-ACCESS  read-only
  2120.               STATUS  current
  2121.               DESCRIPTION
  2122.                  "The counter associated with the number of
  2123.                  Errored Seconds encountered
  2124.                  by a SONET/SDH Line in a
  2125.                  particular 15-minute interval
  2126.                  in the past 24 hours."
  2127.                ::= { sonetLineIntervalEntry 2 }
  2128.  
  2129.           sonetLineIntervalSESs OBJECT-TYPE
  2130.               SYNTAX  PerfIntervalCount
  2131.               MAX-ACCESS  read-only
  2132.               STATUS  current
  2133.               DESCRIPTION
  2134.                  "The counter associated with the number of
  2135.                  Severely Errored Seconds
  2136.                  encountered by a SONET/SDH Line in a
  2137.                  particular 15-minute interval
  2138.                  in the past 24 hours."
  2139.                 ::= { sonetLineIntervalEntry 3 }
  2140.  
  2141.           sonetLineIntervalCVs OBJECT-TYPE
  2142.               SYNTAX  PerfIntervalCount
  2143.               MAX-ACCESS  read-only
  2144.               STATUS  current
  2145.               DESCRIPTION
  2146.                 "The counter associated with the number of Coding
  2147.                 Violations encountered by a
  2148.                 SONET/SDH Line in a
  2149.                 particular 15-minute interval
  2150.                 in the past 24 hours."
  2151.  
  2152.  
  2153.  
  2154.  
  2155.  
  2156.           Expires 2/26/97                                      [Page 36]
  2157.  
  2158.  
  2159.  
  2160.  
  2161.  
  2162.  
  2163.           Internet Draft        SONET/SDH Objects        August 26, 1996
  2164.  
  2165.  
  2166.               ::= { sonetLineIntervalEntry 4 }
  2167.  
  2168.           sonetLineIntervalUASs OBJECT-TYPE
  2169.               SYNTAX  PerfIntervalCount
  2170.               MAX-ACCESS  read-only
  2171.               STATUS  current
  2172.               DESCRIPTION
  2173.                 "The counter associated with the
  2174.                 number of Unavailable Seconds
  2175.                 encountered by a SONET/SDH Line in
  2176.                 a particular 15-minute interval
  2177.                 in the past 24 hours."
  2178.               ::= { sonetLineIntervalEntry 5 }
  2179.  
  2180.           sonetLineIntervalValidData OBJECT-TYPE
  2181.               SYNTAX  TruthValue
  2182.               MAX-ACCESS  read-only
  2183.               STATUS  current
  2184.               DESCRIPTION
  2185.                  "This variable indicates if there is valid data for
  2186.                   this interval."
  2187.               ::= { sonetLineIntervalEntry 6 }
  2188.  
  2189.  
  2190.  
  2191.  
  2192.  
  2193.  
  2194.  
  2195.  
  2196.  
  2197.  
  2198.  
  2199.  
  2200.  
  2201.  
  2202.  
  2203.  
  2204.  
  2205.  
  2206.  
  2207.  
  2208.  
  2209.  
  2210.  
  2211.  
  2212.  
  2213.  
  2214.  
  2215.  
  2216.           Expires 2/26/97                                      [Page 37]
  2217.  
  2218.  
  2219.  
  2220.  
  2221.  
  2222.  
  2223.           Internet Draft        SONET/SDH Objects        August 26, 1996
  2224.  
  2225.  
  2226.           -- The SONET/SDH Far End Line group.
  2227.           -- This group may only be implemented by SONET/SDH (LTEs)
  2228.           -- systems that provide for a far end block error (FEBE)
  2229.           -- information at the SONET/SDH Line Layer.
  2230.  
  2231.           -- This group consists of two tables:
  2232.           --    SONET/SDH Far End Line Current Table
  2233.           --    SONET/SDH Far End Line Interval Table
  2234.  
  2235.  
  2236.  
  2237.           -- The SONET/SDH Far End Line Current Table
  2238.  
  2239.           -- The SONET/SDH Far End Line Current table contains
  2240.           -- various statistics being
  2241.           -- collected for the current 15 minute interval.
  2242.           -- The statistics are collected from the far end
  2243.           -- block error code (FEBE)
  2244.           -- within the third Z2 byte of the Line Overhead
  2245.           -- in Broadband ISDN applications.
  2246.           -- The definitions are the same as described for
  2247.           -- the near-end information.
  2248.  
  2249.           sonetFarEndLineCurrentTable OBJECT-TYPE
  2250.               SYNTAX  SEQUENCE OF SonetFarEndLineCurrentEntry
  2251.               MAX-ACCESS  not-accessible
  2252.               STATUS  current
  2253.               DESCRIPTION
  2254.                 "The SONET/SDH Far End Line Current table."
  2255.               ::= { sonetFarEndLine 1 }
  2256.  
  2257.           sonetFarEndLineCurrentEntry OBJECT-TYPE
  2258.               SYNTAX  SonetFarEndLineCurrentEntry
  2259.               MAX-ACCESS  not-accessible
  2260.               STATUS  current
  2261.               DESCRIPTION
  2262.                 "An entry in the SONET/SDH Far End Line Current table."
  2263.               INDEX   { ifIndex }
  2264.               ::= { sonetFarEndLineCurrentTable 1 }
  2265.  
  2266.           SonetFarEndLineCurrentEntry ::=
  2267.               SEQUENCE {
  2268.                   sonetFarEndLineCurrentESs       PerfCurrentCount,
  2269.                   sonetFarEndLineCurrentSESs      PerfCurrentCount,
  2270.                   sonetFarEndLineCurrentCVs       PerfCurrentCount,
  2271.  
  2272.  
  2273.  
  2274.  
  2275.  
  2276.           Expires 2/26/97                                      [Page 38]
  2277.  
  2278.  
  2279.  
  2280.  
  2281.  
  2282.  
  2283.           Internet Draft        SONET/SDH Objects        August 26, 1996
  2284.  
  2285.  
  2286.                   sonetFarEndLineCurrentUASs      PerfCurrentCount
  2287.                  }
  2288.  
  2289.           sonetFarEndLineCurrentESs OBJECT-TYPE
  2290.              SYNTAX  PerfCurrentCount
  2291.              MAX-ACCESS  read-only
  2292.              STATUS  current
  2293.              DESCRIPTION
  2294.                  "The counter associated with the number of Far
  2295.                  End Errored Seconds encountered by a SONET/SDH
  2296.                  interface in the current 15 minute interval."
  2297.              ::= { sonetFarEndLineCurrentEntry 1 }
  2298.  
  2299.           sonetFarEndLineCurrentSESs OBJECT-TYPE
  2300.              SYNTAX  PerfCurrentCount
  2301.              MAX-ACCESS  read-only
  2302.              STATUS  current
  2303.              DESCRIPTION
  2304.                  "The counter associated with the number of
  2305.                  Far End Severely Errored Seconds
  2306.                  encountered by a SONET/SDH Medium/Section/Line
  2307.                  interface in the current 15 minute
  2308.                  interval."
  2309.              ::= { sonetFarEndLineCurrentEntry 2 }
  2310.  
  2311.           sonetFarEndLineCurrentCVs OBJECT-TYPE
  2312.              SYNTAX  PerfCurrentCount
  2313.              MAX-ACCESS  read-only
  2314.              STATUS  current
  2315.              DESCRIPTION
  2316.                  "The counter associated with the number of
  2317.                  Far End Coding Violations reported via
  2318.                  the far end block error count
  2319.                  encountered by a
  2320.                  SONET/SDH Medium/Section/Line
  2321.                  interface in the current 15 minute interval."
  2322.              ::= { sonetFarEndLineCurrentEntry 3 }
  2323.  
  2324.           sonetFarEndLineCurrentUASs OBJECT-TYPE
  2325.              SYNTAX  PerfCurrentCount
  2326.              MAX-ACCESS  read-only
  2327.              STATUS  current
  2328.              DESCRIPTION
  2329.                  "The counter associated with the number of
  2330.                  Far End Unavailable Seconds
  2331.  
  2332.  
  2333.  
  2334.  
  2335.  
  2336.           Expires 2/26/97                                      [Page 39]
  2337.  
  2338.  
  2339.  
  2340.  
  2341.  
  2342.  
  2343.           Internet Draft        SONET/SDH Objects        August 26, 1996
  2344.  
  2345.  
  2346.                  encountered by a
  2347.                  SONET/SDH Medium/Section/Line
  2348.                  interface in the current 15 minute interval."
  2349.              ::= { sonetFarEndLineCurrentEntry 4 }
  2350.  
  2351.  
  2352.  
  2353.  
  2354.  
  2355.  
  2356.  
  2357.  
  2358.  
  2359.  
  2360.  
  2361.  
  2362.  
  2363.  
  2364.  
  2365.  
  2366.  
  2367.  
  2368.  
  2369.  
  2370.  
  2371.  
  2372.  
  2373.  
  2374.  
  2375.  
  2376.  
  2377.  
  2378.  
  2379.  
  2380.  
  2381.  
  2382.  
  2383.  
  2384.  
  2385.  
  2386.  
  2387.  
  2388.  
  2389.  
  2390.  
  2391.  
  2392.  
  2393.  
  2394.  
  2395.  
  2396.           Expires 2/26/97                                      [Page 40]
  2397.  
  2398.  
  2399.  
  2400.  
  2401.  
  2402.  
  2403.           Internet Draft        SONET/SDH Objects        August 26, 1996
  2404.  
  2405.  
  2406.           -- The SONET/SDH Far End Line Interval Table
  2407.  
  2408.           -- The SONET/SDH Far End Line Interval Table
  2409.           -- contains various statistics
  2410.           -- collected by each system over a maximum
  2411.           -- of the previous 24 hours of
  2412.           -- operation.  The past 24 hours may be broken into 96
  2413.           -- completed 15 minute intervals.
  2414.           -- A system is required to store at
  2415.           -- least 4 completed 15 minute interval.
  2416.           -- The default value is 32 intervals.
  2417.  
  2418.           sonetFarEndLineIntervalTable OBJECT-TYPE
  2419.              SYNTAX  SEQUENCE OF SonetFarEndLineIntervalEntry
  2420.              MAX-ACCESS  not-accessible
  2421.              STATUS  current
  2422.              DESCRIPTION
  2423.                 "The SONET/SDH Far End Line Interval table."
  2424.              ::= { sonetFarEndLine 2 }
  2425.  
  2426.           sonetFarEndLineIntervalEntry OBJECT-TYPE
  2427.              SYNTAX  SonetFarEndLineIntervalEntry
  2428.              MAX-ACCESS  not-accessible
  2429.              STATUS  current
  2430.              DESCRIPTION
  2431.                "An entry in the SONET/SDH Far
  2432.                End Line Interval table."
  2433.              INDEX   { ifIndex,
  2434.                        sonetFarEndLineIntervalNumber }
  2435.              ::= { sonetFarEndLineIntervalTable 1 }
  2436.  
  2437.           SonetFarEndLineIntervalEntry ::=
  2438.               SEQUENCE {
  2439.                    sonetFarEndLineIntervalNumber    Integer32,
  2440.                    sonetFarEndLineIntervalESs       PerfIntervalCount,
  2441.                    sonetFarEndLineIntervalSESs      PerfIntervalCount,
  2442.                    sonetFarEndLineIntervalCVs       PerfIntervalCount,
  2443.                    sonetFarEndLineIntervalUASs      PerfIntervalCount,
  2444.                    sonetFarEndLineIntervalValidData TruthValue
  2445.               }
  2446.  
  2447.  
  2448.           sonetFarEndLineIntervalNumber OBJECT-TYPE
  2449.              SYNTAX  Integer32 (1..96)
  2450.              MAX-ACCESS  not-accessible
  2451.  
  2452.  
  2453.  
  2454.  
  2455.  
  2456.           Expires 2/26/97                                      [Page 41]
  2457.  
  2458.  
  2459.  
  2460.  
  2461.  
  2462.  
  2463.           Internet Draft        SONET/SDH Objects        August 26, 1996
  2464.  
  2465.  
  2466.              STATUS  current
  2467.              DESCRIPTION
  2468.                    "A number between 1 and 96, which identifies the
  2469.                    interval for which the set of statistics is available.
  2470.                    The interval identified by 1 is the most recently
  2471.                    completed 15 minute interval,
  2472.                    and the interval identified
  2473.                    by N is the interval immediately preceding the
  2474.                    one identified
  2475.                    by N-1."
  2476.              ::= { sonetFarEndLineIntervalEntry 1 }
  2477.  
  2478.           sonetFarEndLineIntervalESs OBJECT-TYPE
  2479.              SYNTAX  PerfIntervalCount
  2480.              MAX-ACCESS  read-only
  2481.              STATUS  current
  2482.              DESCRIPTION
  2483.                   "The counter associated with the number of
  2484.                   Far End Errored Seconds encountered
  2485.                   by a SONET/SDH Line
  2486.                   interface in a particular 15-minute interval
  2487.                   in the past 24 hours."
  2488.             ::= { sonetFarEndLineIntervalEntry 2 }
  2489.  
  2490.           sonetFarEndLineIntervalSESs OBJECT-TYPE
  2491.              SYNTAX  PerfIntervalCount
  2492.              MAX-ACCESS  read-only
  2493.              STATUS  current
  2494.              DESCRIPTION
  2495.                   "The counter associated with the number of
  2496.                   Far End Severely Errored Seconds
  2497.                   encountered by a SONET/SDH Line
  2498.                   interface in a particular 15-minute interval
  2499.                   in the past 24 hours."
  2500.             ::= { sonetFarEndLineIntervalEntry 3 }
  2501.  
  2502.           sonetFarEndLineIntervalCVs OBJECT-TYPE
  2503.               SYNTAX  PerfIntervalCount
  2504.               MAX-ACCESS  read-only
  2505.               STATUS  current
  2506.               DESCRIPTION
  2507.                    "The counter associated with the number of
  2508.                    Far End Coding Violations reported via
  2509.                    the far end block error count
  2510.                    encountered by a
  2511.  
  2512.  
  2513.  
  2514.  
  2515.  
  2516.           Expires 2/26/97                                      [Page 42]
  2517.  
  2518.  
  2519.  
  2520.  
  2521.  
  2522.  
  2523.           Internet Draft        SONET/SDH Objects        August 26, 1996
  2524.  
  2525.  
  2526.                    SONET/SDH Line
  2527.                    interface in a particular 15-minute interval
  2528.                    in the past 24 hours."
  2529.               ::= { sonetFarEndLineIntervalEntry 4 }
  2530.  
  2531.           sonetFarEndLineIntervalUASs OBJECT-TYPE
  2532.              SYNTAX  PerfIntervalCount
  2533.              MAX-ACCESS  read-only
  2534.              STATUS  current
  2535.              DESCRIPTION
  2536.                  "The counter associated with the number of
  2537.                  Far End Unavailable Seconds
  2538.                  encountered by a
  2539.                  SONET/SDH Line
  2540.                  interface in a particular 15-minute interval
  2541.                  in the past 24 hours."
  2542.              ::= { sonetFarEndLineIntervalEntry 5 }
  2543.  
  2544.           sonetFarEndLineIntervalValidData OBJECT-TYPE
  2545.               SYNTAX  TruthValue
  2546.               MAX-ACCESS  read-only
  2547.               STATUS  current
  2548.               DESCRIPTION
  2549.                  "This variable indicates if there is valid data for
  2550.                   this interval."
  2551.               ::= { sonetFarEndLineIntervalEntry 6 }
  2552.  
  2553.  
  2554.  
  2555.  
  2556.  
  2557.  
  2558.  
  2559.  
  2560.  
  2561.  
  2562.  
  2563.  
  2564.  
  2565.  
  2566.  
  2567.  
  2568.  
  2569.  
  2570.  
  2571.  
  2572.  
  2573.  
  2574.  
  2575.  
  2576.           Expires 2/26/97                                      [Page 43]
  2577.  
  2578.  
  2579.  
  2580.  
  2581.  
  2582.  
  2583.           Internet Draft        SONET/SDH Objects        August 26, 1996
  2584.  
  2585.  
  2586.           -- the SONET/SDH Path group
  2587.  
  2588.           -- this group consists of 2 tables:
  2589.           -- - the SONET/SDH Path Current Table
  2590.           -- - the SONET/SDH Path Interval Table
  2591.  
  2592.  
  2593.           -- the SONET/SDH Path Current Table
  2594.  
  2595.           -- The SONET/SDH Path
  2596.           -- current table contains various statistics
  2597.           -- being collected for the current 15 minute interval.
  2598.  
  2599.           sonetPathCurrentTable OBJECT-TYPE
  2600.               SYNTAX  SEQUENCE OF SonetPathCurrentEntry
  2601.               MAX-ACCESS  not-accessible
  2602.               STATUS  current
  2603.               DESCRIPTION
  2604.                "The SONET/SDH Path Current table."
  2605.           ::= { sonetPath 1 }
  2606.  
  2607.           sonetPathCurrentEntry OBJECT-TYPE
  2608.               SYNTAX  SonetPathCurrentEntry
  2609.               MAX-ACCESS  not-accessible
  2610.               STATUS  current
  2611.               DESCRIPTION
  2612.                "An entry in the SONET/SDH Path Current table."
  2613.               INDEX   { ifIndex }
  2614.           ::= { sonetPathCurrentTable 1 }
  2615.  
  2616.           SonetPathCurrentEntry ::=
  2617.               SEQUENCE {
  2618.                   sonetPathCurrentWidth      INTEGER,
  2619.                   sonetPathCurrentStatus     Integer32,
  2620.                   sonetPathCurrentESs        PerfCurrentCount,
  2621.                   sonetPathCurrentSESs       PerfCurrentCount,
  2622.                   sonetPathCurrentCVs        PerfCurrentCount,
  2623.                   sonetPathCurrentUASs       PerfCurrentCount
  2624.               }
  2625.  
  2626.  
  2627.           sonetPathCurrentWidth OBJECT-TYPE
  2628.               SYNTAX  INTEGER  {
  2629.                       sts1(1),
  2630.                       sts3cSTM1(2),
  2631.  
  2632.  
  2633.  
  2634.  
  2635.  
  2636.           Expires 2/26/97                                      [Page 44]
  2637.  
  2638.  
  2639.  
  2640.  
  2641.  
  2642.  
  2643.           Internet Draft        SONET/SDH Objects        August 26, 1996
  2644.  
  2645.  
  2646.                       sts12cSTM4(3),
  2647.                       sts24c(4),
  2648.                       sts48cSTM16(5)
  2649.                }
  2650.               MAX-ACCESS  read-write
  2651.               STATUS  current
  2652.               DESCRIPTION
  2653.                "A value that indicates the type of the SONET/SDH
  2654.                Path.  For SONET, the assigned types are
  2655.                the STS-Nc SPEs, where N = 1, 3, 12, 24, and 48.
  2656.                STS-1 is equal to 51.84 Mbps.  For SDH, the assigned
  2657.                types are the STM-Nc VCs, where N = 1, 4, and 16."
  2658.           ::= { sonetPathCurrentEntry 1 }
  2659.  
  2660.           sonetPathCurrentStatus OBJECT-TYPE
  2661.               SYNTAX  Integer32 (1..62)
  2662.               MAX-ACCESS  read-only
  2663.               STATUS  current
  2664.               DESCRIPTION
  2665.                 "This variable indicates the
  2666.                 status of the interface.
  2667.                 The sonetPathCurrentStatus
  2668.                 is a bit map represented
  2669.                 as a sum, therefore,
  2670.                 it can represent multiple defects
  2671.                 simultaneously.
  2672.                 The sonetPathNoDefect should be
  2673.                 set if and only if
  2674.                 no other flag is set.
  2675.  
  2676.                 The various bit positions are:
  2677.                    1   sonetPathNoDefect
  2678.                    2   sonetPathSTSLOP
  2679.                    4   sonetPathSTSAIS
  2680.                    8   sonetPathSTSRDI
  2681.                   16   sonetPathUnequipped
  2682.                   32   sonetPathSignalLabelMismatch"
  2683.           ::= { sonetPathCurrentEntry 2 }
  2684.  
  2685.           sonetPathCurrentESs OBJECT-TYPE
  2686.               SYNTAX  PerfCurrentCount
  2687.               MAX-ACCESS  read-only
  2688.               STATUS  current
  2689.               DESCRIPTION
  2690.                "The counter associated with the number of Errored
  2691.  
  2692.  
  2693.  
  2694.  
  2695.  
  2696.           Expires 2/26/97                                      [Page 45]
  2697.  
  2698.  
  2699.  
  2700.  
  2701.  
  2702.  
  2703.           Internet Draft        SONET/SDH Objects        August 26, 1996
  2704.  
  2705.  
  2706.                Seconds encountered by a SONET/SDH
  2707.                Path in the current 15 minute interval."
  2708.           ::= { sonetPathCurrentEntry 3 }
  2709.  
  2710.           sonetPathCurrentSESs OBJECT-TYPE
  2711.               SYNTAX  PerfCurrentCount
  2712.               MAX-ACCESS  read-only
  2713.               STATUS  current
  2714.               DESCRIPTION
  2715.                "The counter associated with the number of
  2716.                Severely Errored Seconds
  2717.                encountered by a SONET/SDH Path in the current 15
  2718.                minute
  2719.                interval."
  2720.           ::= { sonetPathCurrentEntry 4 }
  2721.  
  2722.           sonetPathCurrentCVs OBJECT-TYPE
  2723.               SYNTAX  PerfCurrentCount
  2724.               MAX-ACCESS  read-only
  2725.               STATUS  current
  2726.               DESCRIPTION
  2727.                "The counter associated with the number of Coding
  2728.                Violations encountered by a
  2729.                SONET/SDH Path in the current 15 minute interval."
  2730.           ::= { sonetPathCurrentEntry 5 }
  2731.  
  2732.           sonetPathCurrentUASs OBJECT-TYPE
  2733.               SYNTAX  PerfCurrentCount
  2734.               MAX-ACCESS  read-only
  2735.               STATUS  current
  2736.               DESCRIPTION
  2737.                "The counter associated with the number of
  2738.                Unavailable Seconds
  2739.                encountered by a Path in the current
  2740.                15 minute interval."
  2741.           ::= { sonetPathCurrentEntry 6 }
  2742.  
  2743.  
  2744.  
  2745.  
  2746.  
  2747.  
  2748.  
  2749.  
  2750.  
  2751.  
  2752.  
  2753.  
  2754.  
  2755.  
  2756.           Expires 2/26/97                                      [Page 46]
  2757.  
  2758.  
  2759.  
  2760.  
  2761.  
  2762.  
  2763.           Internet Draft        SONET/SDH Objects        August 26, 1996
  2764.  
  2765.  
  2766.           -- the SONET/SDH Path Interval Table
  2767.  
  2768.           -- The SONET/SDH Path Interval Table
  2769.           -- contains various statistics
  2770.           -- collected by each system over a maximum
  2771.           -- of the previous 24 hours of
  2772.           -- operation.  The past 24 hours may be broken into 96
  2773.           -- completed 15 minute intervals.
  2774.           -- A system is required to store at
  2775.           -- least 4 completed 15 minute interval.
  2776.           -- The default value is 32 intervals.
  2777.  
  2778.           sonetPathIntervalTable OBJECT-TYPE
  2779.               SYNTAX  SEQUENCE OF SonetPathIntervalEntry
  2780.               MAX-ACCESS  not-accessible
  2781.               STATUS  current
  2782.               DESCRIPTION
  2783.                "The SONET/SDH Path Interval table."
  2784.           ::= { sonetPath 2 }
  2785.  
  2786.           sonetPathIntervalEntry OBJECT-TYPE
  2787.               SYNTAX  SonetPathIntervalEntry
  2788.               MAX-ACCESS  not-accessible
  2789.               STATUS  current
  2790.               DESCRIPTION
  2791.                "An entry in the SONET/SDH Path Interval table."
  2792.               INDEX   { ifIndex,
  2793.                         sonetPathIntervalNumber }
  2794.           ::= { sonetPathIntervalTable 1 }
  2795.  
  2796.  
  2797.           SonetPathIntervalEntry ::=
  2798.               SEQUENCE {
  2799.                    sonetPathIntervalNumber     Integer32,
  2800.                    sonetPathIntervalESs        PerfIntervalCount,
  2801.                    sonetPathIntervalSESs       PerfIntervalCount,
  2802.                    sonetPathIntervalCVs        PerfIntervalCount,
  2803.                    sonetPathIntervalUASs       PerfIntervalCount,
  2804.                    sonetPathIntervalValidData  TruthValue
  2805.               }
  2806.  
  2807.  
  2808.           sonetPathIntervalNumber OBJECT-TYPE
  2809.               SYNTAX  Integer32 (1..96)
  2810.               MAX-ACCESS  not-accessible
  2811.  
  2812.  
  2813.  
  2814.  
  2815.  
  2816.           Expires 2/26/97                                      [Page 47]
  2817.  
  2818.  
  2819.  
  2820.  
  2821.  
  2822.  
  2823.           Internet Draft        SONET/SDH Objects        August 26, 1996
  2824.  
  2825.  
  2826.               STATUS  current
  2827.               DESCRIPTION
  2828.                  "A number between 1 and 96, which identifies the
  2829.                  interval for which the set of statistics is available.
  2830.                  The interval identified by 1 is the most recently
  2831.                  completed 15 minute interval,
  2832.                  and the interval identified
  2833.                  by N is the interval immediately preceding the
  2834.                  one identified
  2835.                  by N-1."
  2836.           ::= { sonetPathIntervalEntry 1 }
  2837.  
  2838.           sonetPathIntervalESs OBJECT-TYPE
  2839.               SYNTAX  PerfIntervalCount
  2840.               MAX-ACCESS  read-only
  2841.               STATUS  current
  2842.               DESCRIPTION
  2843.                "The counter associated with the number of
  2844.                Errored Seconds encountered
  2845.                by a SONET/SDH Path in a
  2846.                particular 15-minute interval
  2847.                in the past 24 hours."
  2848.           ::= { sonetPathIntervalEntry 2 }
  2849.  
  2850.           sonetPathIntervalSESs OBJECT-TYPE
  2851.               SYNTAX  PerfIntervalCount
  2852.               MAX-ACCESS  read-only
  2853.               STATUS  current
  2854.               DESCRIPTION
  2855.                "The counter associated with the number of
  2856.                Severely Errored Seconds
  2857.                encountered by a SONET/SDH Path in
  2858.                a particular 15-minute interval
  2859.                in the past 24 hours."
  2860.           ::= { sonetPathIntervalEntry 3 }
  2861.  
  2862.           sonetPathIntervalCVs OBJECT-TYPE
  2863.               SYNTAX  PerfIntervalCount
  2864.               MAX-ACCESS  read-only
  2865.               STATUS  current
  2866.               DESCRIPTION
  2867.                "The counter associated with the number of Coding
  2868.                Violations encountered by a
  2869.                SONET/SDH Path in a particular 15-minute interval
  2870.                in the past 24 hours."
  2871.  
  2872.  
  2873.  
  2874.  
  2875.  
  2876.           Expires 2/26/97                                      [Page 48]
  2877.  
  2878.  
  2879.  
  2880.  
  2881.  
  2882.  
  2883.           Internet Draft        SONET/SDH Objects        August 26, 1996
  2884.  
  2885.  
  2886.           ::= { sonetPathIntervalEntry 4 }
  2887.  
  2888.           sonetPathIntervalUASs OBJECT-TYPE
  2889.               SYNTAX  PerfIntervalCount
  2890.               MAX-ACCESS  read-only
  2891.               STATUS  current
  2892.               DESCRIPTION
  2893.                "The counter associated with the number of
  2894.                Unavailable Seconds
  2895.                encountered by a Path in a
  2896.                particular 15-minute interval
  2897.                in the past 24 hours."
  2898.           ::= { sonetPathIntervalEntry 5 }
  2899.  
  2900.           sonetPathIntervalValidData OBJECT-TYPE
  2901.               SYNTAX  TruthValue
  2902.               MAX-ACCESS  read-only
  2903.               STATUS  current
  2904.               DESCRIPTION
  2905.                  "This variable indicates if there is valid data for
  2906.                   this interval."
  2907.               ::= { sonetPathIntervalEntry 6 }
  2908.  
  2909.  
  2910.  
  2911.  
  2912.  
  2913.  
  2914.  
  2915.  
  2916.  
  2917.  
  2918.  
  2919.  
  2920.  
  2921.  
  2922.  
  2923.  
  2924.  
  2925.  
  2926.  
  2927.  
  2928.  
  2929.  
  2930.  
  2931.  
  2932.  
  2933.  
  2934.  
  2935.  
  2936.           Expires 2/26/97                                      [Page 49]
  2937.  
  2938.  
  2939.  
  2940.  
  2941.  
  2942.  
  2943.           Internet Draft        SONET/SDH Objects        August 26, 1996
  2944.  
  2945.  
  2946.           -- The SONET/SDH Far End Path group
  2947.  
  2948.           -- This group consists of two tables:
  2949.           --  - SONET/SDH Far End Path Current Table
  2950.           --  - SONET/SDH Far End Path Interval Table
  2951.  
  2952.           -- The SONET/SDH Far End Path Current Table
  2953.  
  2954.           -- The SONET/SDH Far End Path Current table
  2955.           -- contains various statistics
  2956.           -- being collected for the current 15 minute interval.
  2957.           -- The statistics are collected from
  2958.           -- the far end block error code
  2959.           -- (FEBE) within the G1 byte of the Path Overhead.
  2960.           -- The definitions are the same as described for
  2961.           -- the near-end information.
  2962.  
  2963.           sonetFarEndPathCurrentTable OBJECT-TYPE
  2964.               SYNTAX  SEQUENCE OF SonetFarEndPathCurrentEntry
  2965.               MAX-ACCESS  not-accessible
  2966.               STATUS  current
  2967.               DESCRIPTION
  2968.                    "The SONET/SDH Far End Path Current table."
  2969.               ::= { sonetFarEndPath 1 }
  2970.  
  2971.           sonetFarEndPathCurrentEntry OBJECT-TYPE
  2972.               SYNTAX  SonetFarEndPathCurrentEntry
  2973.               MAX-ACCESS  not-accessible
  2974.               STATUS  current
  2975.               DESCRIPTION
  2976.                    "An entry in the SONET/SDH Far End Path Current table."
  2977.               INDEX   { ifIndex }
  2978.               ::= { sonetFarEndPathCurrentTable 1 }
  2979.  
  2980.           SonetFarEndPathCurrentEntry ::=
  2981.               SEQUENCE {
  2982.                   sonetFarEndPathCurrentESs       PerfCurrentCount,
  2983.                   sonetFarEndPathCurrentSESs      PerfCurrentCount,
  2984.                   sonetFarEndPathCurrentCVs       PerfCurrentCount,
  2985.                   sonetFarEndPathCurrentUASs      PerfCurrentCount
  2986.               }
  2987.  
  2988.  
  2989.           sonetFarEndPathCurrentESs OBJECT-TYPE
  2990.               SYNTAX  PerfCurrentCount
  2991.  
  2992.  
  2993.  
  2994.  
  2995.  
  2996.           Expires 2/26/97                                      [Page 50]
  2997.  
  2998.  
  2999.  
  3000.  
  3001.  
  3002.  
  3003.           Internet Draft        SONET/SDH Objects        August 26, 1996
  3004.  
  3005.  
  3006.               MAX-ACCESS  read-only
  3007.               STATUS  current
  3008.               DESCRIPTION
  3009.                    "The counter associated with the number of Far
  3010.                    End Errored Seconds encountered by a SONET/SDH
  3011.                    interface in the current 15 minute interval."
  3012.               ::= { sonetFarEndPathCurrentEntry 1 }
  3013.  
  3014.           sonetFarEndPathCurrentSESs OBJECT-TYPE
  3015.               SYNTAX  PerfCurrentCount
  3016.               MAX-ACCESS  read-only
  3017.               STATUS  current
  3018.               DESCRIPTION
  3019.                    "The counter associated with the number of
  3020.                    Far End Severely Errored Seconds
  3021.                    encountered by a SONET/SDH Path
  3022.                    interface in the current 15 minute
  3023.                    interval."
  3024.               ::= { sonetFarEndPathCurrentEntry 2 }
  3025.  
  3026.           sonetFarEndPathCurrentCVs OBJECT-TYPE
  3027.               SYNTAX  PerfCurrentCount
  3028.               MAX-ACCESS  read-only
  3029.               STATUS  current
  3030.               DESCRIPTION
  3031.                    "The counter associated with the number of
  3032.                    Far End Coding Violations reported via
  3033.                    the far end block error count
  3034.                    encountered by a
  3035.                    SONET/SDH Path interface in
  3036.                    the current 15 minute interval."
  3037.               ::= { sonetFarEndPathCurrentEntry 3 }
  3038.  
  3039.           sonetFarEndPathCurrentUASs OBJECT-TYPE
  3040.              SYNTAX  PerfCurrentCount
  3041.              MAX-ACCESS  read-only
  3042.              STATUS  current
  3043.              DESCRIPTION
  3044.                  "The counter associated with the number of
  3045.                  Far End Unavailable Seconds
  3046.                  encountered by a
  3047.                  SONET/SDH Path interface in
  3048.                  the current 15 minute interval."
  3049.              ::= { sonetFarEndPathCurrentEntry 4 }
  3050.  
  3051.  
  3052.  
  3053.  
  3054.  
  3055.  
  3056.           Expires 2/26/97                                      [Page 51]
  3057.  
  3058.  
  3059.  
  3060.  
  3061.  
  3062.  
  3063.           Internet Draft        SONET/SDH Objects        August 26, 1996
  3064.  
  3065.  
  3066.           -- The SONET/SDH Far End Path Interval Table
  3067.  
  3068.           -- The SONET/SDH Far End Path Interval Table
  3069.           -- contains various statistics
  3070.           -- collected by each system over a maximum
  3071.           -- of the previous 24 hours of
  3072.           -- operation.  The past 24 hours may be broken into 96
  3073.           -- completed 15 minute intervals.
  3074.           -- A system is required to store at
  3075.           -- least 4 completed 15 minute interval.
  3076.           -- The default value is 32 intervals.
  3077.  
  3078.           sonetFarEndPathIntervalTable OBJECT-TYPE
  3079.               SYNTAX  SEQUENCE OF SonetFarEndPathIntervalEntry
  3080.               MAX-ACCESS  not-accessible
  3081.               STATUS  current
  3082.               DESCRIPTION
  3083.                   "The SONET/SDH Far End Path Interval table."
  3084.               ::= { sonetFarEndPath 2 }
  3085.  
  3086.           sonetFarEndPathIntervalEntry OBJECT-TYPE
  3087.               SYNTAX  SonetFarEndPathIntervalEntry
  3088.               MAX-ACCESS  not-accessible
  3089.               STATUS  current
  3090.               DESCRIPTION
  3091.                  "An entry in the SONET/SDH Far
  3092.                  End Path Interval table."
  3093.               INDEX   { ifIndex,
  3094.                         sonetFarEndPathIntervalNumber }
  3095.               ::= { sonetFarEndPathIntervalTable 1 }
  3096.  
  3097.           SonetFarEndPathIntervalEntry ::=
  3098.               SEQUENCE {
  3099.                    sonetFarEndPathIntervalNumber     Integer32,
  3100.                    sonetFarEndPathIntervalESs        PerfIntervalCount,
  3101.                    sonetFarEndPathIntervalSESs       PerfIntervalCount,
  3102.                    sonetFarEndPathIntervalCVs        PerfIntervalCount,
  3103.                    sonetFarEndPathIntervalUASs       PerfIntervalCount,
  3104.                    sonetFarEndPathIntervalValidData  TruthValue
  3105.               }
  3106.  
  3107.           sonetFarEndPathIntervalNumber OBJECT-TYPE
  3108.              SYNTAX  Integer32 (1..96)
  3109.              MAX-ACCESS  not-accessible
  3110.              STATUS  current
  3111.  
  3112.  
  3113.  
  3114.  
  3115.  
  3116.           Expires 2/26/97                                      [Page 52]
  3117.  
  3118.  
  3119.  
  3120.  
  3121.  
  3122.  
  3123.           Internet Draft        SONET/SDH Objects        August 26, 1996
  3124.  
  3125.  
  3126.              DESCRIPTION
  3127.                   "A number between 1 and 96, which identifies the
  3128.                   interval for which the set of statistics is available.
  3129.                   The interval identified by 1 is the most recently
  3130.                   completed 15 minute interval,
  3131.                   and the interval identified
  3132.                   by N is the interval immediately preceding the
  3133.                   one identified
  3134.                   by N-1."
  3135.              ::= { sonetFarEndPathIntervalEntry 1 }
  3136.  
  3137.           sonetFarEndPathIntervalESs OBJECT-TYPE
  3138.              SYNTAX  PerfIntervalCount
  3139.              MAX-ACCESS  read-only
  3140.              STATUS  current
  3141.              DESCRIPTION
  3142.                   "The counter associated with the number of
  3143.                   Far End Errored Seconds encountered
  3144.                   by a SONET/SDH Path interface in a
  3145.                   particular 15-minute interval
  3146.                   in the past 24 hours."
  3147.              ::= { sonetFarEndPathIntervalEntry 2 }
  3148.  
  3149.           sonetFarEndPathIntervalSESs OBJECT-TYPE
  3150.              SYNTAX  PerfIntervalCount
  3151.              MAX-ACCESS  read-only
  3152.              STATUS  current
  3153.              DESCRIPTION
  3154.                   "The counter associated with the number of
  3155.                   Far End Severely Errored Seconds
  3156.                   encountered by a SONET/SDH Path interface
  3157.                   in a particular 15-minute interval
  3158.                   in the past 24 hours."
  3159.              ::= { sonetFarEndPathIntervalEntry 3 }
  3160.  
  3161.           sonetFarEndPathIntervalCVs OBJECT-TYPE
  3162.               SYNTAX  PerfIntervalCount
  3163.               MAX-ACCESS  read-only
  3164.               STATUS  current
  3165.               DESCRIPTION
  3166.                    "The counter associated with the number of
  3167.                    Far End Coding Violations reported via
  3168.                    the far end block error count
  3169.                    encountered by a
  3170.                    SONET/SDH Path interface
  3171.  
  3172.  
  3173.  
  3174.  
  3175.  
  3176.           Expires 2/26/97                                      [Page 53]
  3177.  
  3178.  
  3179.  
  3180.  
  3181.  
  3182.  
  3183.           Internet Draft        SONET/SDH Objects        August 26, 1996
  3184.  
  3185.  
  3186.                    in a particular 15-minute interval
  3187.                    in the past 24 hours."
  3188.               ::= { sonetFarEndPathIntervalEntry 4 }
  3189.  
  3190.           sonetFarEndPathIntervalUASs OBJECT-TYPE
  3191.              SYNTAX  PerfIntervalCount
  3192.              MAX-ACCESS  read-only
  3193.              STATUS  current
  3194.              DESCRIPTION
  3195.                  "The counter associated with the number of
  3196.                  Far End Unavailable Seconds
  3197.                  encountered by a
  3198.                  SONET/SDH Path interface in
  3199.                  a particular 15-minute interval
  3200.                  in the past 24 hours."
  3201.              ::= { sonetFarEndPathIntervalEntry 5 }
  3202.  
  3203.           sonetFarEndPathIntervalValidData OBJECT-TYPE
  3204.               SYNTAX  TruthValue
  3205.               MAX-ACCESS  read-only
  3206.               STATUS  current
  3207.               DESCRIPTION
  3208.                  "This variable indicates if there is valid data for
  3209.                   this interval."
  3210.               ::= { sonetFarEndPathIntervalEntry 6 }
  3211.  
  3212.  
  3213.  
  3214.  
  3215.  
  3216.  
  3217.  
  3218.  
  3219.  
  3220.  
  3221.  
  3222.  
  3223.  
  3224.  
  3225.  
  3226.  
  3227.  
  3228.  
  3229.  
  3230.  
  3231.  
  3232.  
  3233.  
  3234.  
  3235.  
  3236.           Expires 2/26/97                                      [Page 54]
  3237.  
  3238.  
  3239.  
  3240.  
  3241.  
  3242.  
  3243.           Internet Draft        SONET/SDH Objects        August 26, 1996
  3244.  
  3245.  
  3246.           -- the SONET/SDH Virtual Tributary group
  3247.  
  3248.           -- this group consists of 2 tables:
  3249.           -- - the SONET/SDH VT Current Table
  3250.           -- - the SONET/SDH VT Interval Table
  3251.  
  3252.           -- For SDH signals, virtual tributaries are
  3253.           -- called VCs instead of VTs
  3254.  
  3255.           -- A VT1.5 = VC11
  3256.           -- A VT2 = VC12
  3257.           -- A VT3 = none
  3258.           -- A VT6 = VC3
  3259.  
  3260.  
  3261.           -- the SONET/SDH VT Current Table
  3262.  
  3263.           -- The SONET/SDH VT current table
  3264.           -- contains various statistics
  3265.           -- being collected for the
  3266.           -- current 15 minute interval.
  3267.  
  3268.           sonetVTCurrentTable OBJECT-TYPE
  3269.               SYNTAX  SEQUENCE OF SonetVTCurrentEntry
  3270.               MAX-ACCESS  not-accessible
  3271.               STATUS  current
  3272.               DESCRIPTION
  3273.                "The SONET/SDH VT Current table."
  3274.           ::= { sonetVT 1 }
  3275.  
  3276.           sonetVTCurrentEntry OBJECT-TYPE
  3277.               SYNTAX  SonetVTCurrentEntry
  3278.               MAX-ACCESS  not-accessible
  3279.               STATUS  current
  3280.               DESCRIPTION
  3281.                "An entry in the SONET/SDH VT Current table."
  3282.               INDEX   { ifIndex }
  3283.           ::= { sonetVTCurrentTable 1 }
  3284.  
  3285.           SonetVTCurrentEntry ::=
  3286.               SEQUENCE {
  3287.                   sonetVTCurrentWidth      INTEGER,
  3288.                   sonetVTCurrentStatus     Integer32,
  3289.                   sonetVTCurrentESs        PerfCurrentCount,
  3290.                   sonetVTCurrentSESs       PerfCurrentCount,
  3291.  
  3292.  
  3293.  
  3294.  
  3295.  
  3296.           Expires 2/26/97                                      [Page 55]
  3297.  
  3298.  
  3299.  
  3300.  
  3301.  
  3302.  
  3303.           Internet Draft        SONET/SDH Objects        August 26, 1996
  3304.  
  3305.  
  3306.                   sonetVTCurrentCVs        PerfCurrentCount,
  3307.                   sonetVTCurrentUASs       PerfCurrentCount
  3308.               }
  3309.  
  3310.           sonetVTCurrentWidth OBJECT-TYPE
  3311.               SYNTAX  INTEGER {
  3312.                       vtWidth15VC11(1),
  3313.                       vtWidth2VC12(2),
  3314.                       vtWidth3(3),
  3315.                       vtWidth6VC2(4),
  3316.                       vtWidth6c(5)
  3317.                    }
  3318.               MAX-ACCESS  read-write
  3319.               STATUS  current
  3320.               DESCRIPTION
  3321.               "A value that indicates the type of the SONET
  3322.                VT and SDH VC.  Assigned widths are
  3323.                VT1.5/VC11, VT2/VC12, VT3, VT6/VC2, and VT6c."
  3324.           ::= { sonetVTCurrentEntry 1 }
  3325.  
  3326.           sonetVTCurrentStatus OBJECT-TYPE
  3327.               SYNTAX  Integer32 (1..126)
  3328.               MAX-ACCESS  read-only
  3329.               STATUS  current
  3330.               DESCRIPTION
  3331.                 "This variable indicates the
  3332.                 status of the interface.
  3333.                 The sonetVTCurrentStatus
  3334.                 is a bit map represented
  3335.                 as a sum, therefore,
  3336.                 it can represent multiple defects
  3337.                 and failures
  3338.                 simultaneously.
  3339.                 The sonetVTNoDefect should be
  3340.                 set if and only if
  3341.                 no other flag is set.
  3342.  
  3343.                 The various bit positions are:
  3344.                    1   sonetVTNoDefect
  3345.                    2   sonetVTLOP
  3346.                    4   sonetVTPathAIS
  3347.                    8   sonetVTPathRDI
  3348.                   16   sonetVTPathRFI
  3349.                   32   sonetVTUnequipped
  3350.                   64   sonetVTSignalLabelMismatch"
  3351.  
  3352.  
  3353.  
  3354.  
  3355.  
  3356.           Expires 2/26/97                                      [Page 56]
  3357.  
  3358.  
  3359.  
  3360.  
  3361.  
  3362.  
  3363.           Internet Draft        SONET/SDH Objects        August 26, 1996
  3364.  
  3365.  
  3366.           ::= { sonetVTCurrentEntry 2 }
  3367.  
  3368.           sonetVTCurrentESs OBJECT-TYPE
  3369.               SYNTAX  PerfCurrentCount
  3370.               MAX-ACCESS  read-only
  3371.               STATUS  current
  3372.               DESCRIPTION
  3373.                "The counter associated with the number of Errored
  3374.                Seconds encountered by a SONET/SDH
  3375.                VT in the current 15 minute interval."
  3376.           ::= { sonetVTCurrentEntry 3 }
  3377.  
  3378.           sonetVTCurrentSESs OBJECT-TYPE
  3379.               SYNTAX  PerfCurrentCount
  3380.               MAX-ACCESS  read-only
  3381.               STATUS  current
  3382.               DESCRIPTION
  3383.                "The counter associated with the number of
  3384.                Severely Errored Seconds
  3385.                encountered by a SONET/SDH VT in the current 15 minute
  3386.                interval."
  3387.           ::= { sonetVTCurrentEntry 4 }
  3388.  
  3389.           sonetVTCurrentCVs OBJECT-TYPE
  3390.               SYNTAX  PerfCurrentCount
  3391.               MAX-ACCESS  read-only
  3392.               STATUS  current
  3393.               DESCRIPTION
  3394.                "The counter associated with the number of Coding
  3395.                Violations encountered by a
  3396.                SONET/SDH VT in the current 15 minute interval."
  3397.           ::= { sonetVTCurrentEntry 5 }
  3398.  
  3399.           sonetVTCurrentUASs OBJECT-TYPE
  3400.               SYNTAX  PerfCurrentCount
  3401.               MAX-ACCESS  read-only
  3402.               STATUS  current
  3403.               DESCRIPTION
  3404.                "The counter associated with the number of
  3405.                Unavailable Seconds
  3406.                encountered by a VT in the current
  3407.                15 minute interval."
  3408.           ::= { sonetVTCurrentEntry 6 }
  3409.  
  3410.  
  3411.  
  3412.  
  3413.  
  3414.  
  3415.  
  3416.           Expires 2/26/97                                      [Page 57]
  3417.  
  3418.  
  3419.  
  3420.  
  3421.  
  3422.  
  3423.           Internet Draft        SONET/SDH Objects        August 26, 1996
  3424.  
  3425.  
  3426.           -- the SONET/SDH VT Interval Table
  3427.  
  3428.           -- The SONET/SDH VT Interval Table
  3429.           -- contains various statistics
  3430.           -- collected by each system over a maximum
  3431.           -- of the previous 24 hours of
  3432.           -- operation.  The past 24 hours may be broken into 96
  3433.           -- completed 15 minute intervals.
  3434.           -- A system is required to store at
  3435.           -- least 4 completed 15 minute interval.
  3436.           -- The default value is 32 intervals.
  3437.  
  3438.           sonetVTIntervalTable OBJECT-TYPE
  3439.               SYNTAX  SEQUENCE OF SonetVTIntervalEntry
  3440.               MAX-ACCESS  not-accessible
  3441.               STATUS  current
  3442.               DESCRIPTION
  3443.                "The SONET/SDH VT Interval table."
  3444.           ::= { sonetVT 2 }
  3445.  
  3446.           sonetVTIntervalEntry OBJECT-TYPE
  3447.               SYNTAX  SonetVTIntervalEntry
  3448.               MAX-ACCESS  not-accessible
  3449.               STATUS  current
  3450.               DESCRIPTION
  3451.                "An entry in the SONET/SDH VT Interval table."
  3452.               INDEX   { ifIndex,
  3453.                         sonetVTIntervalNumber }
  3454.           ::= { sonetVTIntervalTable 1 }
  3455.  
  3456.           SonetVTIntervalEntry ::=
  3457.               SEQUENCE {
  3458.                   sonetVTIntervalNumber     Integer32,
  3459.                   sonetVTIntervalESs        PerfIntervalCount,
  3460.                   sonetVTIntervalSESs       PerfIntervalCount,
  3461.                   sonetVTIntervalCVs        PerfIntervalCount,
  3462.                   sonetVTIntervalUASs       PerfIntervalCount,
  3463.                   sonetVTIntervalValidData  TruthValue
  3464.               }
  3465.  
  3466.           sonetVTIntervalNumber OBJECT-TYPE
  3467.               SYNTAX  Integer32 (1..96)
  3468.               MAX-ACCESS  not-accessible
  3469.               STATUS  current
  3470.               DESCRIPTION
  3471.  
  3472.  
  3473.  
  3474.  
  3475.  
  3476.           Expires 2/26/97                                      [Page 58]
  3477.  
  3478.  
  3479.  
  3480.  
  3481.  
  3482.  
  3483.           Internet Draft        SONET/SDH Objects        August 26, 1996
  3484.  
  3485.  
  3486.                 "A number between 1 and 96, which identifies the
  3487.                 interval for which the set of statistics is available.
  3488.                 The interval identified by 1 is the most recently
  3489.                 completed 15 minute interval,
  3490.                 and the interval identified
  3491.                 by N is the interval immediately preceding the
  3492.                 one identified
  3493.                 by N-1."
  3494.           ::= { sonetVTIntervalEntry 1 }
  3495.  
  3496.           sonetVTIntervalESs OBJECT-TYPE
  3497.               SYNTAX  PerfIntervalCount
  3498.               MAX-ACCESS  read-only
  3499.               STATUS  current
  3500.               DESCRIPTION
  3501.                "The counter associated with the number of
  3502.                Errored Seconds encountered
  3503.                by a SONET/SDH VT in a particular 15-minute interval
  3504.                in the past 24 hours."
  3505.           ::= { sonetVTIntervalEntry 2 }
  3506.  
  3507.           sonetVTIntervalSESs OBJECT-TYPE
  3508.               SYNTAX  PerfIntervalCount
  3509.               MAX-ACCESS  read-only
  3510.               STATUS  current
  3511.               DESCRIPTION
  3512.                "The counter associated with the number of
  3513.                Severely Errored Seconds
  3514.                encountered by a SONET/SDH VT
  3515.                in a particular 15-minute interval
  3516.                in the past 24 hours."
  3517.           ::= { sonetVTIntervalEntry 3 }
  3518.  
  3519.           sonetVTIntervalCVs OBJECT-TYPE
  3520.               SYNTAX  PerfIntervalCount
  3521.               MAX-ACCESS  read-only
  3522.               STATUS  current
  3523.               DESCRIPTION
  3524.                "The counter associated with the number of Coding
  3525.                Violations encountered by a
  3526.                SONET/SDH VT in a particular 15-minute interval
  3527.                in the past 24 hours."
  3528.           ::= { sonetVTIntervalEntry 4 }
  3529.  
  3530.           sonetVTIntervalUASs OBJECT-TYPE
  3531.  
  3532.  
  3533.  
  3534.  
  3535.  
  3536.           Expires 2/26/97                                      [Page 59]
  3537.  
  3538.  
  3539.  
  3540.  
  3541.  
  3542.  
  3543.           Internet Draft        SONET/SDH Objects        August 26, 1996
  3544.  
  3545.  
  3546.               SYNTAX  PerfIntervalCount
  3547.               MAX-ACCESS  read-only
  3548.               STATUS  current
  3549.               DESCRIPTION
  3550.                "The counter associated with the number of
  3551.                Unavailable Seconds
  3552.                encountered by a VT in a particular 15-minute interval
  3553.                in the past 24 hours."
  3554.           ::= { sonetVTIntervalEntry 5 }
  3555.  
  3556.           sonetVTIntervalValidData OBJECT-TYPE
  3557.               SYNTAX  TruthValue
  3558.               MAX-ACCESS  read-only
  3559.               STATUS  current
  3560.               DESCRIPTION
  3561.                  "This variable indicates if there is valid data for
  3562.                   this interval."
  3563.               ::= { sonetVTIntervalEntry 6 }
  3564.  
  3565.  
  3566.  
  3567.  
  3568.  
  3569.  
  3570.  
  3571.  
  3572.  
  3573.  
  3574.  
  3575.  
  3576.  
  3577.  
  3578.  
  3579.  
  3580.  
  3581.  
  3582.  
  3583.  
  3584.  
  3585.  
  3586.  
  3587.  
  3588.  
  3589.  
  3590.  
  3591.  
  3592.  
  3593.  
  3594.  
  3595.  
  3596.           Expires 2/26/97                                      [Page 60]
  3597.  
  3598.  
  3599.  
  3600.  
  3601.  
  3602.  
  3603.           Internet Draft        SONET/SDH Objects        August 26, 1996
  3604.  
  3605.  
  3606.           -- The SONET/SDH Far End VT group
  3607.  
  3608.           -- This group consists of two tables:
  3609.           --    SONET/SDH Far End VT Current Table
  3610.           --    SONET/SDH Far End VT Interval Table
  3611.  
  3612.  
  3613.           -- The SONET/SDH Far End VT Current
  3614.  
  3615.           -- The SONET/SDH Far End VT Current table
  3616.           -- contains various statistics
  3617.           -- being collected for the current 15 minute interval.
  3618.           -- The statistics are collected from
  3619.           -- the far end block error code
  3620.           -- (FEBE) within the G1 byte of the VT Overhead.
  3621.           -- The definitions are the same as described for
  3622.           -- the near-end information.
  3623.  
  3624.           sonetFarEndVTCurrentTable OBJECT-TYPE
  3625.               SYNTAX  SEQUENCE OF SonetFarEndVTCurrentEntry
  3626.               MAX-ACCESS  not-accessible
  3627.               STATUS  current
  3628.               DESCRIPTION
  3629.                   "The SONET/SDH Far End VT Current table."
  3630.               ::= { sonetFarEndVT 1 }
  3631.  
  3632.           sonetFarEndVTCurrentEntry OBJECT-TYPE
  3633.               SYNTAX  SonetFarEndVTCurrentEntry
  3634.               MAX-ACCESS  not-accessible
  3635.               STATUS  current
  3636.               DESCRIPTION
  3637.                   "An entry in the SONET/SDH Far End VT Current table."
  3638.               INDEX   { ifIndex }
  3639.               ::= { sonetFarEndVTCurrentTable 1 }
  3640.  
  3641.           SonetFarEndVTCurrentEntry ::=
  3642.               SEQUENCE {
  3643.                   sonetFarEndVTCurrentESs       PerfCurrentCount,
  3644.                   sonetFarEndVTCurrentSESs      PerfCurrentCount,
  3645.                   sonetFarEndVTCurrentCVs       PerfCurrentCount,
  3646.                   sonetFarEndVTCurrentUASs      PerfCurrentCount
  3647.               }
  3648.  
  3649.  
  3650.           sonetFarEndVTCurrentESs OBJECT-TYPE
  3651.  
  3652.  
  3653.  
  3654.  
  3655.  
  3656.           Expires 2/26/97                                      [Page 61]
  3657.  
  3658.  
  3659.  
  3660.  
  3661.  
  3662.  
  3663.           Internet Draft        SONET/SDH Objects        August 26, 1996
  3664.  
  3665.  
  3666.               SYNTAX  PerfCurrentCount
  3667.               MAX-ACCESS  read-only
  3668.               STATUS  current
  3669.               DESCRIPTION
  3670.                   "The counter associated with the number of Far
  3671.                   End Errored Seconds encountered by a SONET/SDH
  3672.                   interface in the current 15 minute interval."
  3673.           ::= { sonetFarEndVTCurrentEntry 1 }
  3674.  
  3675.           sonetFarEndVTCurrentSESs OBJECT-TYPE
  3676.               SYNTAX  PerfCurrentCount
  3677.               MAX-ACCESS  read-only
  3678.               STATUS  current
  3679.               DESCRIPTION
  3680.                   "The counter associated with the number of
  3681.                   Far End Severely Errored Seconds
  3682.                   encountered by a SONET/SDH VT interface
  3683.                   in the current 15 minute
  3684.                   interval."
  3685.               ::= { sonetFarEndVTCurrentEntry 2 }
  3686.  
  3687.           sonetFarEndVTCurrentCVs OBJECT-TYPE
  3688.               SYNTAX  PerfCurrentCount
  3689.               MAX-ACCESS  read-only
  3690.               STATUS  current
  3691.               DESCRIPTION
  3692.                   "The counter associated with the number of
  3693.                   Far End Coding Violations reported via
  3694.                   the far end block error count
  3695.                   encountered by a
  3696.                   SONET/SDH VT interface
  3697.                   in the current 15 minute interval."
  3698.               ::= { sonetFarEndVTCurrentEntry 3 }
  3699.  
  3700.           sonetFarEndVTCurrentUASs OBJECT-TYPE
  3701.              SYNTAX  PerfCurrentCount
  3702.              MAX-ACCESS  read-only
  3703.              STATUS  current
  3704.              DESCRIPTION
  3705.                 "The counter associated with the number of
  3706.                 Far End Unavailable Seconds
  3707.                 encountered by a
  3708.                 SONET/SDH VT interface
  3709.                 in the current 15 minute interval."
  3710.              ::= { sonetFarEndVTCurrentEntry 4 }
  3711.  
  3712.  
  3713.  
  3714.  
  3715.  
  3716.           Expires 2/26/97                                      [Page 62]
  3717.  
  3718.  
  3719.  
  3720.  
  3721.  
  3722.  
  3723.           Internet Draft        SONET/SDH Objects        August 26, 1996
  3724.  
  3725.  
  3726.           -- The SONET/SDH Far End VT Interval Table
  3727.  
  3728.           -- The SONET/SDH Far End VT Interval Table
  3729.           -- contains various statistics
  3730.           -- collected by each system over a maximum
  3731.           -- of the previous 24 hours of
  3732.           -- operation.  The past 24 hours may be broken into 96
  3733.           -- completed 15 minute intervals.
  3734.           -- A system is required to store at
  3735.           -- least 4 completed 15 minute interval.
  3736.           -- The default value is 32 intervals.
  3737.  
  3738.           sonetFarEndVTIntervalTable OBJECT-TYPE
  3739.               SYNTAX  SEQUENCE OF SonetFarEndVTIntervalEntry
  3740.               MAX-ACCESS  not-accessible
  3741.               STATUS  current
  3742.               DESCRIPTION
  3743.                  "The SONET/SDH Far End VT Interval table."
  3744.               ::= { sonetFarEndVT 2 }
  3745.  
  3746.           sonetFarEndVTIntervalEntry OBJECT-TYPE
  3747.               SYNTAX  SonetFarEndVTIntervalEntry
  3748.               MAX-ACCESS  not-accessible
  3749.               STATUS  current
  3750.               DESCRIPTION
  3751.                 "An entry in the SONET/SDH Far
  3752.                 End VT Interval table."
  3753.               INDEX   { ifIndex,
  3754.                         sonetFarEndVTIntervalNumber }
  3755.               ::= { sonetFarEndVTIntervalTable 1 }
  3756.  
  3757.           SonetFarEndVTIntervalEntry ::=
  3758.              SEQUENCE {
  3759.                    sonetFarEndVTIntervalNumber     Integer32,
  3760.                    sonetFarEndVTIntervalESs        PerfIntervalCount,
  3761.                    sonetFarEndVTIntervalSESs       PerfIntervalCount,
  3762.                    sonetFarEndVTIntervalCVs        PerfIntervalCount,
  3763.                    sonetFarEndVTIntervalUASs       PerfIntervalCount,
  3764.                    sonetFarEndVTIntervalValidData  TruthValue
  3765.               }
  3766.  
  3767.           sonetFarEndVTIntervalNumber OBJECT-TYPE
  3768.               SYNTAX  Integer32 (1..96)
  3769.               MAX-ACCESS  not-accessible
  3770.               STATUS  current
  3771.  
  3772.  
  3773.  
  3774.  
  3775.  
  3776.           Expires 2/26/97                                      [Page 63]
  3777.  
  3778.  
  3779.  
  3780.  
  3781.  
  3782.  
  3783.           Internet Draft        SONET/SDH Objects        August 26, 1996
  3784.  
  3785.  
  3786.               DESCRIPTION
  3787.                  "A number between 1 and 96, which identifies the
  3788.                  interval for which the set of statistics is available.
  3789.                  The interval identified by 1 is the most recently
  3790.                  completed 15 minute interval,
  3791.                  and the interval identified
  3792.                  by N is the interval immediately preceding the
  3793.                  one identified
  3794.                  by N-1."
  3795.               ::= { sonetFarEndVTIntervalEntry 1 }
  3796.  
  3797.           sonetFarEndVTIntervalESs OBJECT-TYPE
  3798.               SYNTAX  PerfIntervalCount
  3799.               MAX-ACCESS  read-only
  3800.               STATUS  current
  3801.               DESCRIPTION
  3802.                     "The counter associated with the number of
  3803.                     Far End Errored Seconds encountered
  3804.                     by a SONET/SDH VT interface
  3805.                     in a particular 15-minute interval
  3806.                     in the past 24 hours."
  3807.              ::= { sonetFarEndVTIntervalEntry 2 }
  3808.  
  3809.           sonetFarEndVTIntervalSESs OBJECT-TYPE
  3810.               SYNTAX  PerfIntervalCount
  3811.               MAX-ACCESS  read-only
  3812.               STATUS  current
  3813.               DESCRIPTION
  3814.                     "The counter associated with the number of
  3815.                     Far End Severely Errored Seconds
  3816.                     encountered by a SONET/SDH VT interface
  3817.                     in a particular 15-minute interval
  3818.                     in the past 24 hours."
  3819.               ::= { sonetFarEndVTIntervalEntry 3 }
  3820.  
  3821.           sonetFarEndVTIntervalCVs OBJECT-TYPE
  3822.               SYNTAX  PerfIntervalCount
  3823.               MAX-ACCESS  read-only
  3824.               STATUS  current
  3825.               DESCRIPTION
  3826.                    "The counter associated with the number of
  3827.                    Far End Coding Violations reported via
  3828.                    the far end block error count
  3829.                    encountered by a
  3830.                    SONET/SDH VT interface in a
  3831.  
  3832.  
  3833.  
  3834.  
  3835.  
  3836.           Expires 2/26/97                                      [Page 64]
  3837.  
  3838.  
  3839.  
  3840.  
  3841.  
  3842.  
  3843.           Internet Draft        SONET/SDH Objects        August 26, 1996
  3844.  
  3845.  
  3846.                    particular 15-minute interval
  3847.                    in the past 24 hours."
  3848.               ::= { sonetFarEndVTIntervalEntry 4 }
  3849.  
  3850.           sonetFarEndVTIntervalUASs OBJECT-TYPE
  3851.              SYNTAX  PerfIntervalCount
  3852.              MAX-ACCESS  read-only
  3853.              STATUS  current
  3854.              DESCRIPTION
  3855.                  "The counter associated with the number of
  3856.                  Far End Unavailable Seconds
  3857.                  encountered by a
  3858.                  SONET/SDH VT interface in a
  3859.                  particular 15-minute interval
  3860.                  in the past 24 hours."
  3861.              ::= { sonetFarEndVTIntervalEntry 5 }
  3862.  
  3863.           sonetFarEndVTIntervalValidData OBJECT-TYPE
  3864.               SYNTAX  TruthValue
  3865.               MAX-ACCESS  read-only
  3866.               STATUS  current
  3867.               DESCRIPTION
  3868.                  "This variable indicates if there is valid data for
  3869.                   this interval."
  3870.               ::= { sonetFarEndVTIntervalEntry 6 }
  3871.  
  3872.  
  3873.  
  3874.  
  3875.  
  3876.  
  3877.  
  3878.  
  3879.  
  3880.  
  3881.  
  3882.  
  3883.  
  3884.  
  3885.  
  3886.  
  3887.  
  3888.  
  3889.  
  3890.  
  3891.  
  3892.  
  3893.  
  3894.  
  3895.  
  3896.           Expires 2/26/97                                      [Page 65]
  3897.  
  3898.  
  3899.  
  3900.  
  3901.  
  3902.  
  3903.           Internet Draft        SONET/SDH Objects        August 26, 1996
  3904.  
  3905.  
  3906.           -- conformance information
  3907.  
  3908.           sonetConformance OBJECT IDENTIFIER ::= { sonetMIB 4 }
  3909.  
  3910.           sonetGroups      OBJECT IDENTIFIER ::= { sonetConformance 1 }
  3911.           sonetCompliances OBJECT IDENTIFIER ::= { sonetConformance 2 }
  3912.  
  3913.           -- deprecated compliance statement
  3914.  
  3915.           sonetCompliance MODULE-COMPLIANCE
  3916.               STATUS  deprecated
  3917.               DESCRIPTION
  3918.                       "The compliance statement for SONET/SDH interfaces."
  3919.  
  3920.               MODULE  -- this module
  3921.                   MANDATORY-GROUPS { sonetMediumStuff, sonetSectionStuff }
  3922.  
  3923.                   GROUP       sonetLineStuff
  3924.                   DESCRIPTION
  3925.                       "Implementation of this group is mandatory for all
  3926.                        SONET/SDH systems that terminate SONET/SDH Lines,
  3927.                        Paths or Virtual Tributaries."
  3928.  
  3929.                   GROUP       sonetFarEndLineStuff
  3930.                   DESCRIPTION
  3931.                       "Implementation of this group is optional for all
  3932.                        SONET/SDH systems that terminate SONET/SDH Lines,
  3933.                        Paths or Virtual Tributaries, and that
  3934.                        provide for a far end block error (FEBE)
  3935.                        information at the SONET/SDH Line Layer."
  3936.  
  3937.                   GROUP       sonetPathStuff
  3938.                   DESCRIPTION
  3939.                       "Implementation of this group is mandatory for all
  3940.                        SONET/SDH systems that terminate SONET/SDH
  3941.                        Paths or Virtual
  3942.                        Tributaries."
  3943.  
  3944.                   OBJECT      sonetPathCurrentWidth
  3945.                   MIN-ACCESS  read-only
  3946.                   DESCRIPTION
  3947.                       "Write access is not required."
  3948.  
  3949.                   GROUP       sonetFarEndPathStuff
  3950.                   DESCRIPTION
  3951.  
  3952.  
  3953.  
  3954.  
  3955.  
  3956.           Expires 2/26/97                                      [Page 66]
  3957.  
  3958.  
  3959.  
  3960.  
  3961.  
  3962.  
  3963.           Internet Draft        SONET/SDH Objects        August 26, 1996
  3964.  
  3965.  
  3966.                       "Implementation of this group is optional for all
  3967.                        SONET/SDH systems that terminate SONET/SDH
  3968.                        Paths or Virtual
  3969.                        Tributaries, and that process
  3970.                        Far End information."
  3971.  
  3972.                   GROUP       sonetVTStuff
  3973.                   DESCRIPTION
  3974.                       "Implementation of this group is mandatory for all
  3975.                        SONET/SDH systems that terminate SONET/SDH Virtual
  3976.                        Tributaries."
  3977.  
  3978.                   OBJECT      sonetVTCurrentWidth
  3979.                   MIN-ACCESS  read-only
  3980.                   DESCRIPTION
  3981.                       "Write access is not required."
  3982.  
  3983.                   GROUP       sonetFarEndVTStuff
  3984.                   DESCRIPTION
  3985.                       "Implementation of this group is optional for all
  3986.                        SONET/SDH systems that terminate the SONET/SDH
  3987.                        floating Virtual
  3988.                        Tributaries, and that process Far End information."
  3989.  
  3990.               ::= { sonetCompliances 1 }
  3991.  
  3992.  
  3993.           -- current compliance statements
  3994.  
  3995.           sonetCompliance2 MODULE-COMPLIANCE
  3996.               STATUS  current
  3997.               DESCRIPTION
  3998.                       "The compliance statement for SONET/SDH interfaces."
  3999.  
  4000.               MODULE  -- this module
  4001.                   MANDATORY-GROUPS { sonetMediumStuff2, sonetSectionStuff2 }
  4002.  
  4003.                   OBJECT      sonetMediumCircuitIdentifier
  4004.                   MIN-ACCESS  read-only
  4005.                   DESCRIPTION
  4006.                       "Write access is not required."
  4007.  
  4008.                   OBJECT      sonetMediumLoopbackConfig
  4009.                   MIN-ACCESS  read-only
  4010.                   DESCRIPTION
  4011.  
  4012.  
  4013.  
  4014.  
  4015.  
  4016.           Expires 2/26/97                                      [Page 67]
  4017.  
  4018.  
  4019.  
  4020.  
  4021.  
  4022.  
  4023.           Internet Draft        SONET/SDH Objects        August 26, 1996
  4024.  
  4025.  
  4026.                       "Write access is not required."
  4027.  
  4028.                   OBJECT      sonetSESthresholdSet
  4029.                   MIN-ACCESS      read-only
  4030.                   DESCRIPTION
  4031.                     "Write access is not required, and only one
  4032.                     of the enumerated values need be supported."
  4033.  
  4034.                   GROUP       sonetLineStuff2
  4035.                   DESCRIPTION
  4036.                       "Implementation of this group is mandatory for all
  4037.                        SONET/SDH systems that terminate SONET/SDH Lines,
  4038.                        Paths or Virtual Tributaries."
  4039.  
  4040.                   GROUP       sonetFarEndLineStuff2
  4041.                   DESCRIPTION
  4042.                       "Implementation of this group is optional for all
  4043.                        SONET/SDH systems that terminate SONET/SDH Lines,
  4044.                        Paths or Virtual Tributaries, and that
  4045.                        provide for a far end block error (FEBE)
  4046.                        information at the SONET/SDH Line Layer."
  4047.  
  4048.                   GROUP       sonetPathStuff2
  4049.                   DESCRIPTION
  4050.                       "Implementation of this group is mandatory for all
  4051.                        SONET/SDH systems that terminate SONET/SDH
  4052.                        Paths or Virtual
  4053.                        Tributaries."
  4054.  
  4055.                   OBJECT      sonetPathCurrentWidth
  4056.                   MIN-ACCESS  read-only
  4057.                   DESCRIPTION
  4058.                       "Write access is not required."
  4059.  
  4060.                   GROUP       sonetFarEndPathStuff2
  4061.                   DESCRIPTION
  4062.                       "Implementation of this group is optional for all
  4063.                        SONET/SDH systems that terminate SONET/SDH
  4064.                        Paths or Virtual
  4065.                        Tributaries, and that process
  4066.                        Far End information."
  4067.  
  4068.                   GROUP       sonetVTStuff2
  4069.                   DESCRIPTION
  4070.                       "Implementation of this group is mandatory for all
  4071.  
  4072.  
  4073.  
  4074.  
  4075.  
  4076.           Expires 2/26/97                                      [Page 68]
  4077.  
  4078.  
  4079.  
  4080.  
  4081.  
  4082.  
  4083.           Internet Draft        SONET/SDH Objects        August 26, 1996
  4084.  
  4085.  
  4086.                        SONET/SDH systems that terminate SONET/SDH Virtual
  4087.                        Tributaries."
  4088.  
  4089.                   OBJECT      sonetVTCurrentWidth
  4090.                   MIN-ACCESS  read-only
  4091.                   DESCRIPTION
  4092.                       "Write access is not required."
  4093.  
  4094.                   GROUP       sonetFarEndVTStuff2
  4095.                   DESCRIPTION
  4096.                       "Implementation of this group is optional for all
  4097.                        SONET/SDH systems that terminate the SONET/SDH
  4098.                        floating Virtual
  4099.                        Tributaries, and that process Far End information."
  4100.  
  4101.               ::= { sonetCompliances 2 }
  4102.  
  4103.           -- units of conformance
  4104.  
  4105.           -- deprecated groups
  4106.  
  4107.           sonetMediumStuff    OBJECT-GROUP
  4108.               OBJECTS { sonetMediumType,
  4109.                         sonetMediumTimeElapsed,
  4110.                         sonetMediumValidIntervals,
  4111.                         sonetMediumLineCoding,
  4112.                         sonetMediumLineType,
  4113.                         sonetMediumCircuitIdentifier }
  4114.               STATUS  deprecated
  4115.               DESCRIPTION
  4116.                       "A collection of objects providing configuration
  4117.                       information applicable to all SONET/SDH interfaces."
  4118.               ::= { sonetGroups 1 }
  4119.  
  4120.           sonetSectionStuff    OBJECT-GROUP
  4121.               OBJECTS { sonetSectionCurrentStatus,
  4122.                         sonetSectionCurrentESs,
  4123.                         sonetSectionCurrentSESs,
  4124.                         sonetSectionCurrentSEFSs,
  4125.                         sonetSectionCurrentCVs,
  4126.                         sonetSectionIntervalESs,
  4127.                         sonetSectionIntervalSESs,
  4128.                         sonetSectionIntervalSEFSs,
  4129.                         sonetSectionIntervalCVs
  4130.            }
  4131.  
  4132.  
  4133.  
  4134.  
  4135.  
  4136.           Expires 2/26/97                                      [Page 69]
  4137.  
  4138.  
  4139.  
  4140.  
  4141.  
  4142.  
  4143.           Internet Draft        SONET/SDH Objects        August 26, 1996
  4144.  
  4145.  
  4146.               STATUS  deprecated
  4147.               DESCRIPTION
  4148.                       "A collection of objects providing information
  4149.                       specific to SONET/SDH Section interfaces."
  4150.               ::= { sonetGroups 2 }
  4151.  
  4152.           sonetLineStuff    OBJECT-GROUP
  4153.               OBJECTS { sonetLineCurrentStatus,
  4154.                         sonetLineCurrentESs,
  4155.                         sonetLineCurrentSESs,
  4156.                         sonetLineCurrentCVs,
  4157.                         sonetLineCurrentUASs,
  4158.                         sonetLineIntervalESs,
  4159.                         sonetLineIntervalSESs,
  4160.                         sonetLineIntervalCVs,
  4161.                         sonetLineIntervalUASs }
  4162.               STATUS  deprecated
  4163.               DESCRIPTION
  4164.                       "A collection of objects providing information
  4165.                       specific to SONET/SDH Line interfaces."
  4166.               ::= { sonetGroups 3 }
  4167.  
  4168.           sonetFarEndLineStuff    OBJECT-GROUP
  4169.               OBJECTS { sonetFarEndLineCurrentESs,
  4170.                         sonetFarEndLineCurrentSESs,
  4171.                         sonetFarEndLineCurrentCVs,
  4172.                         sonetFarEndLineCurrentUASs,
  4173.                         sonetFarEndLineIntervalESs,
  4174.                         sonetFarEndLineIntervalSESs,
  4175.                         sonetFarEndLineIntervalCVs,
  4176.                         sonetFarEndLineIntervalUASs }
  4177.               STATUS  deprecated
  4178.               DESCRIPTION
  4179.                       "A collection of objects providing information
  4180.                       specific to SONET/SDH Line interfaces,
  4181.                       and maintaining Line Far End information."
  4182.               ::= { sonetGroups 4 }
  4183.  
  4184.           sonetPathStuff    OBJECT-GROUP
  4185.               OBJECTS { sonetPathCurrentWidth,
  4186.                         sonetPathCurrentStatus,
  4187.                         sonetPathCurrentESs,
  4188.                         sonetPathCurrentSESs,
  4189.                         sonetPathCurrentCVs,
  4190.                         sonetPathCurrentUASs,
  4191.  
  4192.  
  4193.  
  4194.  
  4195.  
  4196.           Expires 2/26/97                                      [Page 70]
  4197.  
  4198.  
  4199.  
  4200.  
  4201.  
  4202.  
  4203.           Internet Draft        SONET/SDH Objects        August 26, 1996
  4204.  
  4205.  
  4206.                         sonetPathIntervalESs,
  4207.                         sonetPathIntervalSESs,
  4208.                         sonetPathIntervalCVs,
  4209.                         sonetPathIntervalUASs }
  4210.               STATUS  deprecated
  4211.               DESCRIPTION
  4212.                       "A collection of objects providing information
  4213.                       specific to SONET/SDH Path interfaces."
  4214.               ::= { sonetGroups 5 }
  4215.  
  4216.           sonetFarEndPathStuff    OBJECT-GROUP
  4217.               OBJECTS { sonetFarEndPathCurrentESs,
  4218.                         sonetFarEndPathCurrentSESs,
  4219.                         sonetFarEndPathCurrentCVs,
  4220.                         sonetFarEndPathCurrentUASs,
  4221.                         sonetFarEndPathIntervalESs,
  4222.                         sonetFarEndPathIntervalSESs,
  4223.                         sonetFarEndPathIntervalCVs,
  4224.                         sonetFarEndPathIntervalUASs }
  4225.               STATUS  deprecated
  4226.               DESCRIPTION
  4227.                       "A collection of objects providing information
  4228.                       specific to SONET/SDH Path interfaces,
  4229.                       and maintaining Path Far End information."
  4230.               ::= { sonetGroups 6 }
  4231.  
  4232.           sonetVTStuff    OBJECT-GROUP
  4233.               OBJECTS { sonetVTCurrentWidth,
  4234.                         sonetVTCurrentStatus,
  4235.                         sonetVTCurrentESs,
  4236.                         sonetVTCurrentSESs,
  4237.                         sonetVTCurrentCVs,
  4238.                         sonetVTCurrentUASs,
  4239.                         sonetVTIntervalESs,
  4240.                         sonetVTIntervalSESs,
  4241.                         sonetVTIntervalCVs,
  4242.                         sonetVTIntervalUASs }
  4243.               STATUS  deprecated
  4244.               DESCRIPTION
  4245.                       "A collection of objects providing information
  4246.                       specific to SONET/SDH VT interfaces."
  4247.               ::= { sonetGroups 7 }
  4248.  
  4249.           sonetFarEndVTStuff    OBJECT-GROUP
  4250.               OBJECTS { sonetFarEndVTCurrentESs,
  4251.  
  4252.  
  4253.  
  4254.  
  4255.  
  4256.           Expires 2/26/97                                      [Page 71]
  4257.  
  4258.  
  4259.  
  4260.  
  4261.  
  4262.  
  4263.           Internet Draft        SONET/SDH Objects        August 26, 1996
  4264.  
  4265.  
  4266.                         sonetFarEndVTCurrentSESs,
  4267.                         sonetFarEndVTCurrentCVs,
  4268.                         sonetFarEndVTCurrentUASs,
  4269.                         sonetFarEndVTIntervalESs,
  4270.                         sonetFarEndVTIntervalSESs,
  4271.                         sonetFarEndVTIntervalCVs,
  4272.                         sonetFarEndVTIntervalUASs }
  4273.               STATUS  deprecated
  4274.               DESCRIPTION
  4275.                       "A collection of objects providing information
  4276.                       specific to SONET/SDH VT interfaces,
  4277.                       and maintaining VT Far End information."
  4278.               ::= { sonetGroups 8 }
  4279.  
  4280.  
  4281.           -- current groups
  4282.  
  4283.           sonetMediumStuff2    OBJECT-GROUP
  4284.               OBJECTS { sonetMediumType,
  4285.                         sonetMediumTimeElapsed,
  4286.                         sonetMediumValidIntervals,
  4287.                         sonetMediumLineCoding,
  4288.                         sonetMediumLineType,
  4289.                         sonetMediumCircuitIdentifier,
  4290.                         sonetMediumInvalidIntervals,
  4291.                         sonetMediumLoopbackConfig,
  4292.                         sonetSESthresholdSet }
  4293.               STATUS  current
  4294.               DESCRIPTION
  4295.                       "A collection of objects providing configuration
  4296.                       information applicable to all SONET/SDH interfaces."
  4297.               ::= { sonetGroups 9 }
  4298.  
  4299.           sonetSectionStuff2    OBJECT-GROUP
  4300.               OBJECTS { sonetSectionCurrentStatus,
  4301.                         sonetSectionCurrentESs,
  4302.                         sonetSectionCurrentSESs,
  4303.                         sonetSectionCurrentSEFSs,
  4304.                         sonetSectionCurrentCVs,
  4305.                         sonetSectionIntervalESs,
  4306.                         sonetSectionIntervalSESs,
  4307.                         sonetSectionIntervalSEFSs,
  4308.                         sonetSectionIntervalCVs,
  4309.                         sonetSectionIntervalValidData }
  4310.               STATUS  current
  4311.  
  4312.  
  4313.  
  4314.  
  4315.  
  4316.           Expires 2/26/97                                      [Page 72]
  4317.  
  4318.  
  4319.  
  4320.  
  4321.  
  4322.  
  4323.           Internet Draft        SONET/SDH Objects        August 26, 1996
  4324.  
  4325.  
  4326.               DESCRIPTION
  4327.                       "A collection of objects providing information
  4328.                       specific to SONET/SDH Section interfaces."
  4329.               ::= { sonetGroups 10 }
  4330.  
  4331.           sonetLineStuff2    OBJECT-GROUP
  4332.               OBJECTS { sonetLineCurrentStatus,
  4333.                         sonetLineCurrentESs,
  4334.                         sonetLineCurrentSESs,
  4335.                         sonetLineCurrentCVs,
  4336.                         sonetLineCurrentUASs,
  4337.                         sonetLineIntervalESs,
  4338.                         sonetLineIntervalSESs,
  4339.                         sonetLineIntervalCVs,
  4340.                         sonetLineIntervalUASs,
  4341.                         sonetLineIntervalValidData }
  4342.               STATUS  current
  4343.               DESCRIPTION
  4344.                       "A collection of objects providing information
  4345.                       specific to SONET/SDH Line interfaces."
  4346.               ::= { sonetGroups 11 }
  4347.  
  4348.           sonetPathStuff2    OBJECT-GROUP
  4349.               OBJECTS { sonetPathCurrentWidth,
  4350.                         sonetPathCurrentStatus,
  4351.                         sonetPathCurrentESs,
  4352.                         sonetPathCurrentSESs,
  4353.                         sonetPathCurrentCVs,
  4354.                         sonetPathCurrentUASs,
  4355.                         sonetPathIntervalESs,
  4356.                         sonetPathIntervalSESs,
  4357.                         sonetPathIntervalCVs,
  4358.                         sonetPathIntervalUASs,
  4359.                         sonetPathIntervalValidData }
  4360.               STATUS  current
  4361.               DESCRIPTION
  4362.                       "A collection of objects providing information
  4363.                       specific to SONET/SDH Path interfaces."
  4364.               ::= { sonetGroups 12 }
  4365.  
  4366.           sonetVTStuff2    OBJECT-GROUP
  4367.               OBJECTS { sonetVTCurrentWidth,
  4368.                         sonetVTCurrentStatus,
  4369.                         sonetVTCurrentESs,
  4370.                         sonetVTCurrentSESs,
  4371.  
  4372.  
  4373.  
  4374.  
  4375.  
  4376.           Expires 2/26/97                                      [Page 73]
  4377.  
  4378.  
  4379.  
  4380.  
  4381.  
  4382.  
  4383.           Internet Draft        SONET/SDH Objects        August 26, 1996
  4384.  
  4385.  
  4386.                         sonetVTCurrentCVs,
  4387.                         sonetVTCurrentUASs,
  4388.                         sonetVTIntervalESs,
  4389.                         sonetVTIntervalSESs,
  4390.                         sonetVTIntervalCVs,
  4391.                         sonetVTIntervalUASs,
  4392.                         sonetVTIntervalValidData }
  4393.               STATUS  current
  4394.               DESCRIPTION
  4395.                       "A collection of objects providing information
  4396.                       specific to SONET/SDH VT interfaces."
  4397.               ::= { sonetGroups 13 }
  4398.  
  4399.           sonetFarEndLineStuff2    OBJECT-GROUP
  4400.               OBJECTS { sonetFarEndLineCurrentESs,
  4401.                         sonetFarEndLineCurrentSESs,
  4402.                         sonetFarEndLineCurrentCVs,
  4403.                         sonetFarEndLineCurrentUASs,
  4404.                         sonetFarEndLineIntervalESs,
  4405.                         sonetFarEndLineIntervalSESs,
  4406.                         sonetFarEndLineIntervalCVs,
  4407.                         sonetFarEndLineIntervalUASs,
  4408.                         sonetFarEndLineIntervalValidData }
  4409.               STATUS  current
  4410.               DESCRIPTION
  4411.                       "A collection of objects providing information
  4412.                       specific to SONET/SDH Line interfaces,
  4413.                       and maintaining Line Far End information."
  4414.               ::= { sonetGroups 14 }
  4415.  
  4416.           sonetFarEndPathStuff2    OBJECT-GROUP
  4417.               OBJECTS { sonetFarEndPathCurrentESs,
  4418.                         sonetFarEndPathCurrentSESs,
  4419.                         sonetFarEndPathCurrentCVs,
  4420.                         sonetFarEndPathCurrentUASs,
  4421.                         sonetFarEndPathIntervalESs,
  4422.                         sonetFarEndPathIntervalSESs,
  4423.                         sonetFarEndPathIntervalCVs,
  4424.                         sonetFarEndPathIntervalUASs,
  4425.                         sonetFarEndPathIntervalValidData }
  4426.               STATUS  current
  4427.               DESCRIPTION
  4428.                       "A collection of objects providing information
  4429.                       specific to SONET/SDH Path interfaces,
  4430.                       and maintaining Path Far End information."
  4431.  
  4432.  
  4433.  
  4434.  
  4435.  
  4436.           Expires 2/26/97                                      [Page 74]
  4437.  
  4438.  
  4439.  
  4440.  
  4441.  
  4442.  
  4443.           Internet Draft        SONET/SDH Objects        August 26, 1996
  4444.  
  4445.  
  4446.               ::= { sonetGroups 15 }
  4447.  
  4448.           sonetFarEndVTStuff2    OBJECT-GROUP
  4449.               OBJECTS { sonetFarEndVTCurrentESs,
  4450.                         sonetFarEndVTCurrentSESs,
  4451.                         sonetFarEndVTCurrentCVs,
  4452.                         sonetFarEndVTCurrentUASs,
  4453.                         sonetFarEndVTIntervalESs,
  4454.                         sonetFarEndVTIntervalSESs,
  4455.                         sonetFarEndVTIntervalCVs,
  4456.                         sonetFarEndVTIntervalUASs,
  4457.                         sonetFarEndVTIntervalValidData }
  4458.               STATUS  current
  4459.               DESCRIPTION
  4460.                       "A collection of objects providing information
  4461.                       specific to SONET/SDH VT interfaces,
  4462.                       and maintaining VT Far End information."
  4463.               ::= { sonetGroups 16 }
  4464.  
  4465.  
  4466.           END
  4467.  
  4468.  
  4469.  
  4470.  
  4471.  
  4472.  
  4473.  
  4474.  
  4475.  
  4476.  
  4477.  
  4478.  
  4479.  
  4480.  
  4481.  
  4482.  
  4483.  
  4484.  
  4485.  
  4486.  
  4487.  
  4488.  
  4489.  
  4490.  
  4491.  
  4492.  
  4493.  
  4494.  
  4495.  
  4496.           Expires 2/26/97                                      [Page 75]
  4497.  
  4498.  
  4499.  
  4500.  
  4501.  
  4502.  
  4503.           Internet Draft        SONET/SDH Objects        August 26, 1996
  4504.  
  4505.  
  4506.           7.  Acknowledgments
  4507.  
  4508.           This specification is a product of the AToM MIB Working Group.
  4509.  
  4510.  
  4511.  
  4512.  
  4513.  
  4514.  
  4515.  
  4516.  
  4517.  
  4518.  
  4519.  
  4520.  
  4521.  
  4522.  
  4523.  
  4524.  
  4525.  
  4526.  
  4527.  
  4528.  
  4529.  
  4530.  
  4531.  
  4532.  
  4533.  
  4534.  
  4535.  
  4536.  
  4537.  
  4538.  
  4539.  
  4540.  
  4541.  
  4542.  
  4543.  
  4544.  
  4545.  
  4546.  
  4547.  
  4548.  
  4549.  
  4550.  
  4551.  
  4552.  
  4553.  
  4554.  
  4555.  
  4556.           Expires 2/26/97                                      [Page 76]
  4557.  
  4558.  
  4559.  
  4560.  
  4561.  
  4562.  
  4563.           Internet Draft        SONET/SDH Objects        August 26, 1996
  4564.  
  4565.  
  4566.           8.  Security Considerations
  4567.  
  4568.           Security issues are not discussed in this memo.
  4569.  
  4570.  
  4571.  
  4572.  
  4573.  
  4574.  
  4575.  
  4576.  
  4577.  
  4578.  
  4579.  
  4580.  
  4581.  
  4582.  
  4583.  
  4584.  
  4585.  
  4586.  
  4587.  
  4588.  
  4589.  
  4590.  
  4591.  
  4592.  
  4593.  
  4594.  
  4595.  
  4596.  
  4597.  
  4598.  
  4599.  
  4600.  
  4601.  
  4602.  
  4603.  
  4604.  
  4605.  
  4606.  
  4607.  
  4608.  
  4609.  
  4610.  
  4611.  
  4612.  
  4613.  
  4614.  
  4615.  
  4616.           Expires 2/26/97                                      [Page 77]
  4617.  
  4618.  
  4619.  
  4620.  
  4621.  
  4622.  
  4623.           Internet Draft        SONET/SDH Objects        August 26, 1996
  4624.  
  4625.  
  4626.           9.  References
  4627.  
  4628.           [1]  SNMPv2 Working Group, Case, J., McCloghrie, K., Rose, M.,
  4629.                and S. Waldbusser, "Structure of Management Information
  4630.                for version 2 of the Simple Network Management Protocol
  4631.                 (SNMPv2)", RFC 1902, January 1996.
  4632.  
  4633.           [2]  SNMPv2 Working Group, Case, J., McCloghrie, K., Rose, M.,
  4634.                and S. Waldbusser, "Textual Conventions for version 2 of
  4635.                the Simple Network Management Protocol (SNMPv2)", RFC
  4636.                1903, January 1996.
  4637.  
  4638.           [3]  SNMPv2 Working Group, Case, J., McCloghrie, K., Rose, M.,
  4639.                and S. Waldbusser, "Conformance Statements for Version 2
  4640.                of the Simple Network Management Protocol (SNMPv2)", RFC
  4641.                1904, January 1996.
  4642.  
  4643.           [4]  Case, J., Fedor, M., Schoffstall, M., and J. Davin,
  4644.                "Simple Network Management Protocol", RFC 1157, SNMP
  4645.                Research, Performance Systems International, Performance
  4646.                Systems International, MIT Laboratory for Computer
  4647.                Science, May 1990.
  4648.  
  4649.           [5]  SNMPv2 Working Group, Case, J., McCloghrie, K., Rose, M.,
  4650.                and S. Waldbusser, "Protocol Operations for version 2 of
  4651.                the Simple Network Management Protocol (SNMPv2)", RFC
  4652.                1905, January 1996.
  4653.  
  4654.           [6]  McCloghrie, K., and M. Rose, "Management Information Base
  4655.                for Network Management of TCP/IP-based internets - MIB-
  4656.                II", RFC 1213, Hughes LAN Systems, Performance Systems
  4657.                International, March 1991.
  4658.  
  4659.           [7]  Information processing systems - Open Systems
  4660.                Interconnection - Specification of Abstract Syntax
  4661.                Notation One (ASN.1), International Organization for
  4662.                Standardization.  International Standard 8824, (December,
  4663.                1987).
  4664.  
  4665.           [8]  Information processing systems - Open Systems
  4666.                Interconnection - Specification of Basic Encoding Rules
  4667.                for Abstract Notation One (ASN.1), International
  4668.                Organization for Standardization.  International Standard
  4669.                8825, (December, 1987).
  4670.  
  4671.  
  4672.  
  4673.  
  4674.  
  4675.  
  4676.           Expires 2/26/97                                      [Page 78]
  4677.  
  4678.  
  4679.  
  4680.  
  4681.  
  4682.  
  4683.           Internet Draft        SONET/SDH Objects        August 26, 1996
  4684.  
  4685.  
  4686.           [9]  American National Standard for Telecommunications -
  4687.                Digital Hierarchy - Optical Interface Rates and Formats
  4688.                Specification, ANSI T1.105-1988.
  4689.  
  4690.           [9a] ANSI T1.105-1991.
  4691.  
  4692.           [10] American National Standard for Telecommunications -
  4693.                Digital Hierarchy - Optical Interface Specification
  4694.                 (Single-Mode), ANSI T1.106-1988.
  4695.  
  4696.           [11] American National Standard for Telecommunications --
  4697.                Layer 1 In-Service Digital Transmission Performance
  4698.                Monitoring T1.231, September 1993.
  4699.  
  4700.           [12] K. McCloghrie and F. Kastenholz, Evolution of Interfaces
  4701.                Group of MIB-II, Internet Draft, November 29, 1993.
  4702.  
  4703.           [13] Fowler, D., "Definitions of Managed Objects for the
  4704.                DS3/E3 Interface Type", RFCxxxx, Newbridge Networks, ????
  4705.                1996.
  4706.  
  4707.           [14] Fowler, D., "Definitions of Managed Objects for the DS1,
  4708.                E1, DS2 and E2 Interface Types", RFCxxxx, Newbridge
  4709.                Networks, ????? 1996.
  4710.  
  4711.           [15] CCITT Recommendation G.707, "Synchronous Digital
  4712.                Hierarchy Bit Rates", June 1992.
  4713.  
  4714.           [16] CCITT Recommendation G.708, "Network Node Interface for
  4715.                the Synchronous Digital Hierarchy", June 1992.
  4716.  
  4717.           [17] CCITT Recommendation G.709, "Synchronous Multiplexing
  4718.                Structure", June 1992.
  4719.  
  4720.           [18] CCITT Recommendation G.783, "Characteristics of
  4721.                Synchronous Digital Hierarchy (SDH) Multiplexing
  4722.                Equipment Functional Blocks", November 1992.
  4723.  
  4724.           [19] Brown, T., and K. Tesink, "Definitions of Managed Objects
  4725.                for the SONET/SDH Interface Type", RFC1595, Bellcore,
  4726.                March 1994.
  4727.  
  4728.           [20] ANSI T1.231 1993
  4729.  
  4730.  
  4731.  
  4732.  
  4733.  
  4734.  
  4735.  
  4736.           Expires 2/26/97                                      [Page 79]
  4737.  
  4738.  
  4739.  
  4740.  
  4741.  
  4742.  
  4743.           Internet Draft        SONET/SDH Objects        August 26, 1996
  4744.  
  4745.  
  4746.           [21] Bellcore TR-NWT-000253, 1991
  4747.  
  4748.           [22] ITU Recommendation G.826, "Error Performance Parameters
  4749.                and Objectives for International Constant Bit Rate
  4750.                Digital Paths at or above Primary Rate", September 1995
  4751.                (COM 13-R57E).
  4752.  
  4753.           [23] Bellcore GR-253-CORE, Issue 2, Synchronous Optical
  4754.                Network (SONET) Transport SystemsL Common Generic
  4755.                Criteria", December 1995.
  4756.  
  4757.  
  4758.  
  4759.  
  4760.  
  4761.  
  4762.  
  4763.  
  4764.  
  4765.  
  4766.  
  4767.  
  4768.  
  4769.  
  4770.  
  4771.  
  4772.  
  4773.  
  4774.  
  4775.  
  4776.  
  4777.  
  4778.  
  4779.  
  4780.  
  4781.  
  4782.  
  4783.  
  4784.  
  4785.  
  4786.  
  4787.  
  4788.  
  4789.  
  4790.  
  4791.  
  4792.  
  4793.  
  4794.  
  4795.  
  4796.           Expires 2/26/97                                      [Page 80]
  4797.  
  4798.  
  4799.  
  4800.  
  4801.  
  4802.  
  4803.           Internet Draft        SONET/SDH Objects        August 26, 1996
  4804.  
  4805.  
  4806.           10.  Author's Address
  4807.  
  4808.  
  4809.           Kaj Tesink
  4810.              Bell Communications Research
  4811.              331 Newman Springs Road
  4812.              P.O. Box 7020
  4813.              Red Bank, NJ  07701-7020
  4814.  
  4815.              Phone: (908) 758-5254
  4816.  
  4817.              EMail: kaj@cc.bellcore.com
  4818.  
  4819.  
  4820.  
  4821.  
  4822.  
  4823.  
  4824.  
  4825.  
  4826.  
  4827.  
  4828.  
  4829.  
  4830.  
  4831.  
  4832.  
  4833.  
  4834.  
  4835.  
  4836.  
  4837.  
  4838.  
  4839.  
  4840.  
  4841.  
  4842.  
  4843.  
  4844.  
  4845.  
  4846.  
  4847.  
  4848.  
  4849.  
  4850.  
  4851.  
  4852.  
  4853.  
  4854.  
  4855.  
  4856.           Expires 2/26/97                                      [Page 81]
  4857.  
  4858.  
  4859.  
  4860.  
  4861.  
  4862.  
  4863.           Internet Draft        SONET/SDH Objects        August 26, 1996
  4864.  
  4865.  
  4866.           Appendix A:  The delay-line approach to statistics collection.
  4867.  
  4868.           According to ANSI T1.231 unavailable time begins at the onset
  4869.           of 10 contiguous severely errored seconds -- that is,
  4870.           unavailable time starts with the first of the 10 contiguous
  4871.           SESs -- and while an interface is deemed unavailable all
  4872.           counters for that interface are frozen except for the UAS
  4873.           count.  Since changes in the signal state lag the data to
  4874.           which they apply by 10 seconds, an implementation which wishes
  4875.           to avoid making retroactive adjustments to the counts must
  4876.           pass the the one-second statistics through a 10-second delay
  4877.           line prior to updating any counters.  That can be done by
  4878.           performing the following steps at the end of each one second
  4879.           interval.
  4880.  
  4881.           i)   Read near/far end line and path CV counts and alarm
  4882.                status flags from the hardware.
  4883.  
  4884.           ii)  Accumulate the CV counts for the preceding second and
  4885.                compare them to the ES and SES threshold for the layer in
  4886.                question.  Update the signal state and shift the one-
  4887.                second CV counts and ES/SES flags into the 10-element
  4888.                delay line.  Note that far-end one-second statistics are
  4889.                to be flagged as "absent" during any second in which
  4890.                there is an incoming defect at the layer in question or
  4891.                at any lower layer.
  4892.  
  4893.           iii) Update the current interval statistics using the signal
  4894.                state from the previous update cycle and the one-second
  4895.                CV counts and ES/SES flags shifted out of the 10-element
  4896.                delay line.
  4897.  
  4898.           This procedure guarantees that the statistical counters will
  4899.           be correctly updated at all times, although they lag real time
  4900.           by 10 seconds.  It is illustrated in the figure below.  At the
  4901.           end of each 15 minutes interval the current interval counts
  4902.           are transferred to the  most recent interval entry and each
  4903.           interval is shifted up by one position, with the oldest being
  4904.           discarded if necessary in order to make room.  The current
  4905.           interval counts then start over from zero.  Note, however,
  4906.           that the signal state calculation does not start anew at each
  4907.           interval boundary;  rather, signal state information is
  4908.           retained across interval boundaries.
  4909.  
  4910.  
  4911.  
  4912.  
  4913.  
  4914.  
  4915.  
  4916.           Expires 2/26/97                                      [Page 82]
  4917.  
  4918.  
  4919.  
  4920.  
  4921.  
  4922.  
  4923.           Internet Draft        SONET/SDH Objects        August 26, 1996
  4924.  
  4925.  
  4926.           +--------------------------------------------------------------+
  4927.           |          READ COUNTERS & STATUS INFO FROM HARDWARE           |
  4928.           |                                                              |
  4929.           |LOS OOF/ SECT  LINE LINE LINE LINE  PATH PATH PATH PATH PATH  |
  4930.           |    LOF   CV    AIS  CV   RDI FEBE   AIS  LOP  CV   RDI  CV   |
  4931.           +--------------------------------------------------------------+
  4932.             |   |     |     |    |    |   |      |    |    |    |    |
  4933.             |   |     |     |    |    |   |      |    |    |    |    |
  4934.             V   V     V     V    V    V   V      V    V    V    V    V
  4935.           +--------------------------------------------------------------+
  4936.           | ACCUM ONE-SEC STATS, CHK ERR THRESHOLDS, & UPDT SIGNAL STATE |
  4937.           |                                                              |
  4938.           |                                                              |
  4939.           |                  NEAR END/FAR END       NEAR END/FAR END     |
  4940.           |SECT SECT SECT  LINE LINE LINE  LINE   PATH PATH PATH  PATH   |
  4941.           |CV   ES   SES    CV   ES   SES AVA/UNA  CV   ES   SES AVA/UNA |
  4942.           +--------------------------------------------------------------+
  4943.             |    |    |      |    |    |     |      |    |    |     |
  4944.             |    |    |      |    |    |     |      |    |    |     |
  4945.             V    V    V      V    V    V     |      V    V    V     |
  4946.           +-------------+  +-------------+   |    +-------------+   |
  4947.           |ONE-SEC DELAY|  |ONE-SEC DELAY|   |    |ONE-SEC DELAY|   |
  4948.           | (1 OF 10)   |  | (1 OF 10)   |   |    | (1 OF 10)   |   |
  4949.           |CV   ES   SES|  |CV   ES   SES|   |    |CV   ES   SES|   |
  4950.           +-------------+  +-------------+   |    +-------------+   |
  4951.             |    |    |      |    |    |     |      |    |    |     |
  4952.             /    /    /      /    /    /     /      /    /    /     /
  4953.             /    /    /      /    /    /     /      /    /    /     /
  4954.             |    |    |      |    |    |     |      |    |    |     |
  4955.             V    V    V      V    V    V     |      V    V    V     |
  4956.           +-------------+  +-------------+   |    +-------------+   |
  4957.           |ONE-SEC DELAY|  |ONE-SEC DELAY|   |    |ONE-SEC DELAY|   |
  4958.           | (10 OF 10)  |  | (10 OF 10)  |   |    | (10 OF 10)  |   |
  4959.           |CV   ES   SES|  |CV   ES   SES|   |    |CV   ES   SES|   |
  4960.           +-------------+  +-------------+   |    +-------------+   |
  4961.             |    |    |      |    |    |     |      |    |    |     |
  4962.             |    |    |      |    |    |     |      |    |    |     |
  4963.             V    V    V      V    V    V     V      V    V    V     V
  4964.           +--------------------------------------------------------------+
  4965.           |              UPDATE STATISTICS COUNTERS                      |
  4966.           |                                                              |
  4967.           |                   NEAR END/FAR END       NEAR END/FAR END    |
  4968.           |   SECTION               LINE                   PATH          |
  4969.           | CV ES EFS SES   CV ES EFS SES AS UAS   CV ES EFS SES AS UAS  |
  4970.           +--------------------------------------------------------------+
  4971.  
  4972.  
  4973.  
  4974.  
  4975.  
  4976.           Expires 2/26/97                                      [Page 83]
  4977.  
  4978.  
  4979.  
  4980.  
  4981.  
  4982.  
  4983.           Internet Draft        SONET/SDH Objects        August 26, 1996
  4984.  
  4985.  
  4986.           Note that if such a procedure is adopted there is no current
  4987.           interval data for the first ten seconds after a system comes
  4988.           up.  noSuchInstance must be returned if a management station
  4989.           attempts to access the current interval counters during this
  4990.           time.
  4991.  
  4992.           It is an implementation-specific matter whether an agent
  4993.           assumes that the initial state of the interface is available
  4994.           or unavailable.
  4995.  
  4996.  
  4997.  
  4998.  
  4999.  
  5000.  
  5001.  
  5002.  
  5003.  
  5004.  
  5005.  
  5006.  
  5007.  
  5008.  
  5009.  
  5010.  
  5011.  
  5012.  
  5013.  
  5014.  
  5015.  
  5016.  
  5017.  
  5018.  
  5019.  
  5020.  
  5021.  
  5022.  
  5023.  
  5024.  
  5025.  
  5026.  
  5027.  
  5028.  
  5029.  
  5030.  
  5031.  
  5032.  
  5033.  
  5034.  
  5035.  
  5036.           Expires 2/26/97                                      [Page 84]
  5037.  
  5038.  
  5039.  
  5040.  
  5041.  
  5042.  
  5043.           Internet Draft        SONET/SDH Objects        August 26, 1996
  5044.  
  5045.  
  5046.           Appendix B - RFC1595 SES interpretation
  5047.  
  5048.           This appendix contains the values for x for the Section, Line,
  5049.           Path, and VT Layers as used in [11, 19, 21].
  5050.  
  5051.                          Value for x for SONET/SDH Section SES Definition
  5052.  
  5053.                     Rate            x               Minimum Bit Error Rate
  5054.                     =======================================================
  5055.                     OC-1             9                      1.5 x 10^-7
  5056.                     OC-3            16                        1 x 10^-7
  5057.                     OC-9            47                        1 x 10^-7
  5058.                     OC-12           63                        1 x 10^-7
  5059.                     OC-18           94                        1 x 10^-7
  5060.                     OC-24          125                        1 x 10^-7
  5061.                     OC-36          187                        1 x 10^-7
  5062.                     OC-48          249                        1 x 10^-7
  5063.  
  5064.  
  5065.                          Value for x for SONET/SDH Line SES Definition
  5066.  
  5067.                     Rate            x               Minimum Bit Error Rate
  5068.                     =======================================================
  5069.                     OC-1            12                       2 x 10^-7
  5070.                     OC-3            32                       2 x 10^-7
  5071.                     OC-9            47                       2 x 10^-7
  5072.                     OC-12          124                       2 x 10^-7
  5073.                     OC-18          186                       2 x 10^-7
  5074.                     OC-24          248                       2 x 10^-7
  5075.                     OC-36          370                       2 x 10^-7
  5076.                     OC-48          494                       2 x 10^-7
  5077.  
  5078.  
  5079.                          Value for x for SONET/SDH STS-Path SES Definition
  5080.  
  5081.                     Rate            x               Minimum Bit Error Rate
  5082.                     =======================================================
  5083.                     STS-1            9                       1.5 x 10^-7
  5084.                     STS-3           16                         1 x 10^-7
  5085.  
  5086.  
  5087.  
  5088.  
  5089.  
  5090.  
  5091.  
  5092.  
  5093.  
  5094.  
  5095.  
  5096.           Expires 2/26/97                                      [Page 85]
  5097.  
  5098.  
  5099.  
  5100.  
  5101.  
  5102.  
  5103.           Internet Draft        SONET/SDH Objects        August 26, 1996
  5104.  
  5105.  
  5106.                          Value for x for SONET/SDH VT-Path SES Definition
  5107.  
  5108.                     Rate            x               Minimum Bit Error Rate
  5109.                     =======================================================
  5110.                     VT1.5            4                       2 x 10^-6
  5111.                     VT2              6                       2 x 10^-6
  5112.                     VT3              8                       2 x 10^-6
  5113.                     VT6             14                       2 x 10^-6
  5114.  
  5115.  
  5116.  
  5117.  
  5118.  
  5119.  
  5120.  
  5121.  
  5122.  
  5123.  
  5124.  
  5125.  
  5126.  
  5127.  
  5128.  
  5129.  
  5130.  
  5131.  
  5132.  
  5133.  
  5134.  
  5135.  
  5136.  
  5137.  
  5138.  
  5139.  
  5140.  
  5141.  
  5142.  
  5143.  
  5144.  
  5145.  
  5146.  
  5147.  
  5148.  
  5149.  
  5150.  
  5151.  
  5152.  
  5153.  
  5154.  
  5155.  
  5156.           Expires 2/26/97                                      [Page 86]
  5157.  
  5158.  
  5159.  
  5160.  
  5161.  
  5162.  
  5163.           Internet Draft        SONET/SDH Objects        August 26, 1996
  5164.  
  5165.  
  5166.           Table of Contents
  5167.  
  5168.  
  5169.           1 Status of this Memo ...................................    1
  5170.           2 Abstract ..............................................    2
  5171.           3 The SNMP Network Management Framework .................    3
  5172.           4 Objects ...............................................    4
  5173.           4.1 Format of Definitions ...............................    4
  5174.           5 Overview ..............................................    5
  5175.           5.1 Use of the ifTable ..................................    5
  5176.           5.2 Use of ifTable for  SONET/SDH  Medium/Section/Line
  5177.                Layer ..............................................    6
  5178.           5.3 Use of ifTable for SONET/SDH Paths ..................    7
  5179.           5.4 Use of ifTable for SONET/SDH VTs/VCs ................    8
  5180.           5.5 SONET/SDH Terminology ...............................    9
  5181.           6 Object Definitions ....................................   19
  5182.           6.1 The SONET/SDH Medium Group ..........................   21
  5183.           6.2 The SONET/SDH Section Group .........................   26
  5184.           6.2.1 The SONET/SDH Section Current Group ...............   26
  5185.           6.2.2 The SONET/SDH Section Interval Group ..............   29
  5186.           6.3 The SONET/SDH Line Group ............................   32
  5187.           6.3.1 The SONET/SDH Line Current Group ..................   32
  5188.           6.3.2 The SONET/SDH Line Interval Group .................   35
  5189.           6.4 The SONET/SDH Far End Line Group ....................   38
  5190.           6.4.1 The SONET/SDH Far End Line Current Group ..........   38
  5191.           6.4.2 The SONET/SDH Far End Line Interval Group .........   41
  5192.           6.5 The SONET/SDH Path Group ............................   44
  5193.           6.5.1 The SONET/SDH Path Current Group ..................   44
  5194.           6.5.2 The SONET/SDH Path Interval Group .................   47
  5195.           6.6 The SONET/SDH Far End Path Group ....................   50
  5196.           6.6.1 The SONET/SDH Far End Path Current Group ..........   50
  5197.           6.6.2 The SONET/SDH Far End Path Interval Group .........   52
  5198.           6.7 The SONET/SDH Virtual Tributary Group ...............   55
  5199.           6.7.1 The SONET/SDH VT Current Group ....................   55
  5200.           6.7.2 The SONET/SDH VT Interval Group ...................   58
  5201.           6.8 The SONET/SDH Far End VT Group ......................   61
  5202.           6.8.1 The SONET/SDH Far End VT Current Group ............   61
  5203.           6.8.2 The SONET/SDH Far End VT Interval Group ...........   63
  5204.           6.9 Conformance Information .............................   66
  5205.           6.10 Compliance Statements ..............................   66
  5206.           7 Acknowledgments .......................................   76
  5207.           8 Security Considerations ...............................   77
  5208.           9 References ............................................   78
  5209.           10 Author's Address .....................................   81
  5210.  
  5211.  
  5212.  
  5213.  
  5214.  
  5215.  
  5216.           Expires 2/26/97                                      [Page 87]
  5217.  
  5218.  
  5219.