home *** CD-ROM | disk | FTP | other *** search
/ Internet Core Protocols / Oreilly-InternetCoreProtocols.iso / RFCs / rfc2495.txt < prev    next >
Encoding:
Text File  |  1999-10-14  |  156.0 KB  |  4,204 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7. Network Working Group                              D. Fowler, Editor
  8. Request for Comments: 2495                        Newbridge Networks
  9. Obsoletes: 1406                                         January 1999
  10. Category: Standards Track
  11.  
  12.  
  13.                      Definitions of Managed Objects
  14.               for the DS1, E1, DS2 and E2 Interface Types
  15.  
  16. Status of this Memo
  17.  
  18.    This document specifies an Internet standards track protocol for the
  19.    Internet community, and requests discussion and suggestions for
  20.    improvements.  Please refer to the current edition of the "Internet
  21.    Official Protocol Standards" (STD 1) for the standardization state
  22.    and status of this protocol.  Distribution of this memo is unlimited.
  23.  
  24. Copyright Notice
  25.  
  26.    Copyright (C) The Internet Society (1999).  All Rights Reserved.
  27.  
  28. Abstract
  29.  
  30.    This memo defines a portion of the Management Information Base (MIB)
  31.    for use with network management protocols in the Internet community.
  32.    In particular, it describes objects used for managing DS1, E1, DS2
  33.    and E2 interfaces.  This document is a companion document with
  34.    Definitions of Managed Objects for the DS0 (RFC 2494 [30]), DS3/E3
  35.    (RFC 2496 [28]), and the work in progress, SONET/SDH Interface Types.
  36.  
  37.    This memo specifies a MIB module in a manner that is both compliant
  38.    to the SNMPv2 SMI, and semantically identical to the peer SNMPv1
  39.    definitions.
  40.  
  41. Table of Contents
  42.  
  43.    1 The SNMP Management Framework ................................    2
  44.    1.1 Changes from RFC1406 .......................................    3
  45.    2 Overview .....................................................    4
  46.    2.1 Use of ifTable for DS1 Layer ...............................    5
  47.    2.2 Usage Guidelines ...........................................    6
  48.    2.2.1 Usage of ifStackTable for Routers and DSUs ...............    6
  49.    2.2.2 Usage of ifStackTable for DS1/E1 on DS2/E2 ...............    8
  50.    2.2.3 Usage of Channelization for DS3, DS1, DS0 ................    9
  51.    2.2.4 Usage of Channelization for DS3, DS2, DS1 ................    9
  52.    2.2.5 Usage of Loopbacks .......................................   10
  53.    2.3 Objectives of this MIB Module ..............................   11
  54.    2.4 DS1 Terminology ............................................   11
  55.  
  56.  
  57.  
  58. Fowler, Ed.                 Standards Track                     [Page 1]
  59.  
  60. RFC 2495                   DS1/E1/DS2/E2 MIB                January 1999
  61.  
  62.  
  63.    2.4.1 Error Events .............................................   12
  64.    2.4.2 Performance Defects ......................................   12
  65.    2.4.3 Performance Parameters ...................................   14
  66.    2.4.4 Failure States ...........................................   17
  67.    2.4.5 Other Terms ..............................................   21
  68.    3 Object Definitions ...........................................   21
  69.    3.1 The DS1 Near End Group .....................................   22
  70.    3.1.1 The DS1 Configuration Table ..............................   22
  71.    3.1.2 The DS1 Current Table ....................................   33
  72.    3.1.3 The DS1 Interval Table ...................................   36
  73.    3.1.4 The DS1 Total Table ......................................   39
  74.    3.1.5 The DS1 Channel Table ....................................   42
  75.    3.2 The DS1 Far End Group ......................................   43
  76.    3.2.1 The DS1 Far End Current Table ............................   43
  77.    3.2.2 The DS1 Far End Interval Table ...........................   47
  78.    3.2.3 The DS1 Far End Total Table ..............................   50
  79.    3.3 The DS1 Fractional Table ...................................   53
  80.    3.4 The DS1 Trap Group .........................................   55
  81.    3.5 Conformance Groups .........................................   61
  82.    4 Appendix A - Use of dsx1IfIndex and dsx1LineIndex ............   66
  83.    5 Appendix B - The delay approach to Unavialable Seconds.  .....   69
  84.    6 Intellectual Property ........................................   70
  85.    7 Acknowledgments ..............................................   70
  86.    8 References ...................................................   71
  87.    9 Security Considerations ......................................   73
  88.    10 Author's Address ............................................   74
  89.    11 Full Copyright Statement ....................................   75
  90.  
  91. 1.  The SNMP Management Framework
  92.  
  93.    The SNMP Management Framework presently consists of five major
  94.    components:
  95.  
  96.     o   An overall architecture, described in RFC 2271 [1].
  97.  
  98.     o   Mechanisms for describing and naming objects and events for the
  99.         purpose of management. The first version of this Structure of
  100.         Management Information (SMI) is called SMIv1 and described in
  101.         STD 16, RFC 1155 [2], STD 16, RFC 1212 [3] and RFC 1215 [4]. The
  102.         second version, called SMIv2, is described in RFC 1902 [5], RFC
  103.         1903 [6] and RFC 1904 [7].
  104.  
  105.     o   Message protocols for transferring management information. The
  106.         first version of the SNMP message protocol is called SNMPv1 and
  107.         described in STD 15, RFC 1157 [8]. A second version of the SNMP
  108.         message protocol, which is not an Internet standards track
  109.         protocol, is called SNMPv2c and described in RFC 1901 [9] and
  110.         RFC 1906 [10].  The third version of the message protocol is
  111.  
  112.  
  113.  
  114. Fowler, Ed.                 Standards Track                     [Page 2]
  115.  
  116. RFC 2495                   DS1/E1/DS2/E2 MIB                January 1999
  117.  
  118.  
  119.         called SNMPv3 and described in RFC 1906 [10], RFC 2272 [11] and
  120.         RFC 2274 [12].
  121.  
  122.     o   Protocol operations for accessing management information. The
  123.         first set of protocol operations and associated PDU formats is
  124.         described in STD 15, RFC 1157 [8]. A second set of protocol
  125.         operations and associated PDU formats is described in RFC 1905
  126.         [13].
  127.  
  128.     o   A set of fundamental applications described in RFC 2273 [14] and
  129.         the view-based access control mechanism described in RFC 2275
  130.         [15].  Managed objects are accessed via a virtual information
  131.         store, termed the Management Information Base or MIB.  Objects
  132.         in the MIB are defined using the mechanisms defined in the SMI.
  133.         This memo specifies a MIB module that is compliant to the SMIv2.
  134.         A MIB conforming to the SMIv1 can be produced through the
  135.         appropriate translations. The resulting translated MIB must be
  136.         semantically equivalent, except where objects or events are
  137.         omitted because no translation is possible (use of Counter64).
  138.         Some machine readable information in SMIv2 will be converted
  139.         into textual descriptions in SMIv1 during the translation
  140.         process. However, this loss of machine readable information is
  141.         not considered to change the semantics of the MIB.
  142.  
  143. 1.1.  Changes from RFC1406
  144.  
  145.    The changes from RFC1406 are the following:
  146.  
  147.         (1)  The Fractional Table has been deprecated.
  148.  
  149.         (2)  This document uses SMIv2.
  150.  
  151.         (3)  Usage is given for ifTable and ifXTable.
  152.  
  153.         (4)  Example usage of ifStackTable is included.
  154.  
  155.         (5)  dsx1IfIndex has been deprecated.
  156.  
  157.         (6)  Support for DS2 and E2 have been added.
  158.  
  159.         (7)  Additional lineTypes for DS2, E2, and unframed E1
  160.              were added.
  161.  
  162.         (8)  The definition of valid intervals has been clarified
  163.              for the case where the agent proxied for other devices.  In
  164.              particular, the treatment of missing intervals has been
  165.              clarified.
  166.  
  167.  
  168.  
  169.  
  170. Fowler, Ed.                 Standards Track                     [Page 3]
  171.  
  172. RFC 2495                   DS1/E1/DS2/E2 MIB                January 1999
  173.  
  174.  
  175.         (9)  An inward loopback has been added.
  176.  
  177.         (10) Additional lineStatus bits have been added for Near End in
  178.              Unavailable Signal State, Carrier Equipment Out of Service,
  179.              DS2 Payload AIS, and DS2 Performance Threshold.
  180.  
  181.         (11) A read-write line Length object has been added.
  182.  
  183.         (12) Signal mode of other has been added.
  184.  
  185.         (13) Added a lineStatus last change, trap and enabler.
  186.  
  187.         (14) The e1(19) ifType has been obsoleted so this MIB
  188.              does not list it as a supported ifType.
  189.  
  190.         (15) Textual Conventions for statistics objects have been used.
  191.  
  192.         (16) A new object, dsx1LoopbackStatus has been introduced to
  193.              reflect the loopbacks established on a DS1 interface and
  194.              the source to the requests.  dsx1LoopbackConfig continues
  195.              to be the desired loopback state while dsx1LoopbackStatus
  196.              reflects the actual state.
  197.  
  198.         (17) A dual loopback has been added to allow the setting of an
  199.              inward loopback and a line loopback at the same time.
  200.  
  201.         (18) An object indicating which channel to use within a parent
  202.              object (i.e. DS3) has been added.
  203.  
  204.         (19) An object has been added to indicate whether or not this
  205.              DS1/E1 is channelized.
  206.  
  207.         (20) Line coding type of B6ZS has been added for DS2
  208.  
  209. 2.  Overview
  210.  
  211.    These objects are used when the particular media being used to
  212.    realize an interface is a DS1/E1/DS2/E2 interface.  At present, this
  213.    applies to these values of the ifType variable in the Internet-
  214.    standard MIB:
  215.  
  216.         ds1 (18)
  217.  
  218.    The definitions contained herein are based on the AT&T T-1 Superframe
  219.    (a.k.a., D4) and Extended Superframe (ESF) formats [17, 18], the
  220.    latter of which conforms to ANSI specifications [19], and the CCITT
  221.    Recommendations [20, 21], referred to as E1 for the rest of this
  222.    memo.
  223.  
  224.  
  225.  
  226. Fowler, Ed.                 Standards Track                     [Page 4]
  227.  
  228. RFC 2495                   DS1/E1/DS2/E2 MIB                January 1999
  229.  
  230.  
  231.    The various DS1 and E1 line disciplines are similar enough that
  232.    separate MIBs are unwarranted, although there are some differences.
  233.    For example, Loss of Frame is defined more rigorously in the ESF
  234.    specification than in the D4 specification, but it is defined in
  235.    both.  Therefore,  interface types e1(19) and g703at2mb(67) have been
  236.    obsoleted.
  237.  
  238.    Where it is necessary to distinguish between the flavors of E1 with
  239.    and without CRC, E1-CRC denotes the "with CRC" form (G.704 Table 4b)
  240.    and E1-noCRC denotes the "without CRC" form (G.704 Table 4a).
  241.  
  242. 2.1.  Use of ifTable for DS1 Layer
  243.  
  244.    Only the ifGeneralGroup needs to be supported.
  245.  
  246.            ifTable Object    Use for DS1 Layer
  247. ======================================================================
  248.            ifIndex           Interface index.
  249.  
  250.            ifDescr           See interfaces MIB [16]
  251.  
  252.            ifType            ds1(18)
  253.  
  254.            ifSpeed           Speed of line rate
  255.                              DS1 - 1544000
  256.                              E1  - 2048000
  257.                              DS2 - 6312000
  258.                              E2  - 8448000
  259.  
  260.            ifPhysAddress     The value of the Circuit Identifier.
  261.                              If no Circuit Identifier has been assigned
  262.                              this object should have an octet string
  263.                              with zero length.
  264.  
  265.            ifAdminStatus     See interfaces MIB [16]
  266.  
  267.            ifOperStatus      See interfaces MIB [16]
  268.  
  269.            ifLastChange      See interfaces MIB [16]
  270.  
  271.            ifName            See interfaces MIB [16].
  272.  
  273.            ifLinkUpDownTrapEnable   Set to enabled(1).
  274.  
  275.            ifHighSpeed       Speed of line in Mega-bits per second
  276.                              (2, 6, or 8)
  277.  
  278.            ifConnectorPresent Set to true(1) normally, except for
  279.  
  280.  
  281.  
  282. Fowler, Ed.                 Standards Track                     [Page 5]
  283.  
  284. RFC 2495                   DS1/E1/DS2/E2 MIB                January 1999
  285.  
  286.  
  287.                               cases such as DS1/E1 over AAL1/ATM where
  288.                               false(2) is appropriate
  289.  
  290. 2.2.  Usage Guidelines
  291.  
  292. 2.2.1.  Usage of ifStackTable for Routers and DSUs
  293.  
  294.    The object dsx1IfIndex has been deprecated.  This object previously
  295.    allowed a very special proxy situation to exist for Routers and CSUs.
  296.    This section now describes how to use ifStackTable to represent this
  297.    relationship.
  298.  
  299.    The paragraphs discussing dsx1IfIndex and dsx1LineIndex have been
  300.    preserved in Appendix A for informational purposes.
  301.  
  302.    The ifStackTable is used in the proxy case to represent the
  303.    association between pairs of interfaces, e.g. this T1 is attached to
  304.    that T1.  This use is consistent with the use of the ifStackTable to
  305.    show the association between various sub-layers of an interface.  In
  306.    both cases entire PDUs are exchanged between the interface pairs - in
  307.    the case of a T1, entire T1 frames are exchanged; in the case of PPP
  308.    and HDLC, entire HDLC frames are exchanged.  This usage is not meant
  309.    to suggest the use of the ifStackTable to represent Time Division
  310.    Multiplexing (TDM) connections in general.
  311.  
  312.    External&Internal interface scenario: the SNMP Agent resides on a
  313.    host external from the device supporting DS1 interfaces (e.g., a
  314.    router). The Agent represents both the host and the DS1 device.
  315.  
  316.    Example:
  317.  
  318.    A shelf full of CSUs connected to a Router. An SNMP Agent residing on
  319.    the router proxies for itself and the CSU. The router has also an
  320.    Ethernet interface:
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329.  
  330.  
  331.  
  332.  
  333.  
  334.  
  335.  
  336.  
  337.  
  338. Fowler, Ed.                 Standards Track                     [Page 6]
  339.  
  340. RFC 2495                   DS1/E1/DS2/E2 MIB                January 1999
  341.  
  342.  
  343.          +-----+
  344.    |     |     |
  345.    |     |     |               +---------------------+
  346.    |E    |     |  1.544  MBPS  |              Line#A | DS1 Link
  347.    |t    |  R  |---------------+ - - - - -  - - -  - +------>
  348.    |h    |     |               |                     |
  349.    |e    |  O  |  1.544  MBPS  |              Line#B | DS1 Link
  350.    |r    |     |---------------+ - - - - - - - - - - +------>
  351.    |n    |  U  |               |  CSU Shelf          |
  352.    |e    |     |  1.544  MBPS  |              Line#C | DS1 Link
  353.    |t    |  T  |---------------+ - - - -- -- - - - - +------>
  354.    |     |     |               |                     |
  355.    |-----|  E  |  1.544  MBPS  |              Line#D | DS1 Link
  356.    |     |     |---------------+ -  - - - -- - - - - +------>
  357.    |     |  R  |               |_____________________|
  358.    |     |     |
  359.    |     +-----+
  360.  
  361.    The assignment of the index values could for example be:
  362.  
  363.            ifIndex  Description
  364.            1        Ethernet
  365.            2        Line#A Router
  366.            3        Line#B Router
  367.            4        Line#C Router
  368.            5        Line#D Router
  369.            6        Line#A CSU Router
  370.            7        Line#B CSU Router
  371.            8        Line#C CSU Router
  372.            9        Line#D CSU Router
  373.            10       Line#A CSU Network
  374.            11       Line#B CSU Network
  375.            12       Line#C CSU Network
  376.            13       Line#D CSU Network
  377.  
  378.    The ifStackTable is then used to show the relationships between the
  379.    various DS1 interfaces.
  380.  
  381.            ifStackTable Entries
  382.            HigherLayer   LowerLayer
  383.            2             6
  384.            3             7
  385.            4             8
  386.            5             9
  387.            6             10
  388.            7             11
  389.            8             12
  390.            9             13
  391.  
  392.  
  393.  
  394. Fowler, Ed.                 Standards Track                     [Page 7]
  395.  
  396. RFC 2495                   DS1/E1/DS2/E2 MIB                January 1999
  397.  
  398.  
  399.    If the CSU shelf is managed by itself by a local SNMP Agent, the
  400.    situation would be identical, except the Ethernet and the 4 router
  401.    interfaces are deleted.  Interfaces would also be numbered from 1 to
  402.    8.
  403.  
  404.            ifIndex  Description
  405.            1        Line#A CSU Router
  406.            2        Line#B CSU Router
  407.            3        Line#C CSU Router
  408.            4        Line#D CSU Router
  409.            5        Line#A CSU Network
  410.            6        Line#B CSU Network
  411.            7        Line#C CSU Network
  412.            8        Line#D CSU Network
  413.  
  414.            ifStackTable Entries
  415.  
  416.            HigherLayer   LowerLayer
  417.            1             5
  418.            2             6
  419.            3             7
  420.            4             8
  421.  
  422. 2.2.2.  Usage of ifStackTable for DS1/E1 on DS2/E2
  423.  
  424.    An example is given of how DS1/E2 interfaces are stacked on DS2/E2
  425.    interfaces.  It is not necessary nor is it always desirable to
  426.    represent DS2 interfaces.  If this is required, the following
  427.    stacking should be used.  All ifTypes are ds1.  The DS2 is determined
  428.    by examining ifSpeed or dsx1LineType.
  429.  
  430.         ifIndex  Description
  431.         1        DS1 #1
  432.         2        DS1 #2
  433.         3        DS1 #3
  434.         4        DS1 #4
  435.         5        DS2
  436.  
  437.         ifStackTable Entries
  438.  
  439.         HigherLayer   LowerLayer
  440.         1             5
  441.         2             5
  442.         3             5
  443.         4             5
  444.  
  445.  
  446.  
  447.  
  448.  
  449.  
  450. Fowler, Ed.                 Standards Track                     [Page 8]
  451.  
  452. RFC 2495                   DS1/E1/DS2/E2 MIB                January 1999
  453.  
  454.  
  455. 2.2.3.  Usage of Channelization for DS3, DS1, DS0
  456.  
  457.    An example is given here to explain the channelization objects in the
  458.    DS3, DS1, and DS0 MIBs to help the implementor use the objects
  459.    correctly. Treatment of E3 and E1 would be similar, with the number
  460.    of DS0s being different depending on the framing of the E1.
  461.  
  462.  
  463.    Assume that a DS3 (with ifIndex 1) is Channelized into DS1s (without
  464.    DS2s).  The object dsx3Channelization is set to enabledDs1.  There
  465.    will be 28 DS1s in the ifTable.  Assume the entries in the ifTable
  466.    for the DS1s are created in channel order and the ifIndex values are
  467.    2 through 29. In the DS1 MIB, there will be an entry in the
  468.    dsx1ChanMappingTable for each ds1.  The entries will be as follows:
  469.  
  470.            dsx1ChanMappingTable Entries
  471.  
  472.            ifIndex  dsx1Ds1ChannelNumber   dsx1ChanMappedIfIndex
  473.            1        1                      2
  474.            1        2                      3
  475.            ......
  476.            1        28                     29
  477.  
  478.    In addition, the DS1s are channelized into DS0s.  The object
  479.    dsx1Channelization is set to enabledDS0 for each DS1.   When this
  480.    object is set to this value, 24 DS0s are created by the agent. There
  481.    will be 24 DS0s in the ifTable for each DS1.  If the
  482.    dsx1Channelization is set to disabled, the 24 DS0s are destroyed.
  483.  
  484.    Assume the entries in the ifTable are created in channel order and
  485.    the ifIndex values for the DS0s in the first DS1 are 30 through 53.
  486.    In the DS0 MIB, there will be an entry in the dsx0ChanMappingTable
  487.    for each DS0.  The entries will be as follows:
  488.  
  489.            dsx0ChanMappingTable Entries
  490.  
  491.            ifIndex   dsx0Ds0ChannelNumber  dsx0ChanMappedIfIndex
  492.            2         1                     30
  493.            2         2                     31
  494.            ......
  495.            2         24                    53
  496.  
  497. 2.2.4.  Usage of Channelization for DS3, DS2, DS1
  498.  
  499.    An example is given here to explain the channelization objects in the
  500.    DS3 and DS1 MIBs to help the implementor use the objects correctly.
  501.  
  502.  
  503.  
  504.  
  505.  
  506. Fowler, Ed.                 Standards Track                     [Page 9]
  507.  
  508. RFC 2495                   DS1/E1/DS2/E2 MIB                January 1999
  509.  
  510.  
  511.    Assume that a DS3 (with ifIndex 1) is Channelized into DS2s.  The
  512.    object dsx3Channelization is set to enabledDs2.  There will be 7 DS2s
  513.    (ifType of DS1) in the ifTable.  Assume the entries in the ifTable
  514.    for the DS2s are created in channel order and the ifIndex values are
  515.    2 through 8. In the DS1 MIB, there will be an entry in the
  516.    dsx1ChanMappingTable for each DS2.  The entries will be as follows:
  517.  
  518.            dsx1ChanMappingTable Entries
  519.  
  520.            ifIndex  dsx1Ds1ChannelNumber   dsx1ChanMappedIfIndex
  521.            1        1                      2
  522.            1        2                      3
  523.            ......
  524.            1        7                      8
  525.  
  526.    In addition, the DS2s are channelized into DS1s.  The object
  527.    dsx1Channelization is set to enabledDS1 for each DS2.  There will be
  528.    4 DS1s in the ifTable for each DS2.  Assume the entries in the
  529.    ifTable are created in channel order and the ifIndex values for the
  530.    DS1s in the first DS2 are 9 through 12, then 13 through 16 for the
  531.    second DS2, and so on.  In the DS1 MIB, there will be an entry in the
  532.    dsx1ChanMappingTable for each DS1.  The entries will be as follows:
  533.  
  534.            dsx1ChanMappingTable Entries
  535.  
  536.            ifIndex   dsx1Ds1ChannelNumber  dsx1ChanMappedIfIndex
  537.            2         1                     9
  538.            2         2                     10
  539.            2         3                     11
  540.            2         4                     12
  541.            3         1                     13
  542.            3         2                     14
  543.            ...
  544.            8         4                     36
  545.  
  546.  
  547. 2.2.5.  Usage of Loopbacks
  548.  
  549.    This section discusses the behaviour of objects related to loopbacks.
  550.  
  551.    The object dsx1LoopbackConfig represents the desired state of
  552.    loopbacks on this interface.  Using this object a Manager can
  553.    request:
  554.        LineLoopback
  555.        PayloadLoopback (if ESF framing)
  556.        InwardLoopback
  557.        DualLoopback (Line + Inward)
  558.        NoLoopback
  559.  
  560.  
  561.  
  562. Fowler, Ed.                 Standards Track                    [Page 10]
  563.  
  564. RFC 2495                   DS1/E1/DS2/E2 MIB                January 1999
  565.  
  566.  
  567.    The remote end can also request loopbacks either through the FDL
  568.    channel if ESF or inband if D4.  The loopbacks that can be request
  569.    this way are:
  570.        LineLoopback
  571.        PayloadLoopback (if ESF framing)
  572.        NoLoopback
  573.  
  574.    To model the current state of loopbacks on a DS1 interface, the
  575.    object dsx1LoopbackStatus defines which loopback is currently applies
  576.    to an interface.  This objects, which is a bitmap, will have bits
  577.    turned on which reflect the currently active loopbacks on the
  578.    interface as well as the source of those loopbacks.
  579.  
  580.    The following restrictions/rules apply to loopbacks:
  581.  
  582.    The far end cannot undo loopbacks set by a manager.
  583.  
  584.    A manager can undo loopbacks set by the far end.
  585.  
  586.    Both a line loopback and an inward loopback can be set at the same
  587.    time.  Only these two loopbacks can co-exist and either one may be
  588.    set by the manager or the far end.  A LineLoopback request from the
  589.    far end is incremental to an existing Inward loopback established by
  590.    a manager.  When a NoLoopback is received from the far end in this
  591.    case, the InwardLoopback remains in place.
  592.  
  593. 2.3.  Objectives of this MIB Module
  594.  
  595.    There are numerous things that could be included in a MIB for DS1
  596.    signals:  the management of multiplexors, CSUs, DSUs, and the like.
  597.    The intent of this document is to facilitate the common management of
  598.    all devices with DS1, E1, DS2, or E3 interfaces.  As such, a design
  599.    decision was made up front to very closely align the MIB with the set
  600.    of objects that can generally be read from these types devices that
  601.    are currently deployed.
  602.  
  603.    J2 interfaces are not supported by this MIB.
  604.  
  605. 2.4.  DS1 Terminology
  606.  
  607.    The terminology used in this document to describe error conditions on
  608.    a DS1 interface as monitored by a DS1 device are based on the late
  609.    but not final draft of what became the ANSI T1.231 standard [11].  If
  610.    the definition in this document does not match the definition in the
  611.    ANSI T1.231 document, the implementer should follow the definition
  612.    described in this document.
  613.  
  614.  
  615.  
  616.  
  617.  
  618. Fowler, Ed.                 Standards Track                    [Page 11]
  619.  
  620. RFC 2495                   DS1/E1/DS2/E2 MIB                January 1999
  621.  
  622.  
  623. 2.4.1.  Error Events
  624.  
  625.    Bipolar Violation (BPV) Error Event
  626.        A BPV error event for an AMI-coded signal is the occurrence of a
  627.        pulse of the same polarity as the previous pulse.  (See T1.231
  628.        Section 6.1.1.1.1) A BPV error event for a B8ZS- or HDB3- coded
  629.        signal is the occurrence of a pulse of the same polarity as the
  630.        previous pulse without being a part of the zero substitution
  631.        code.
  632.  
  633.    Excessive Zeroes (EXZ) Error Event
  634.        An Excessive Zeroes error event for an AMI-coded signal is the
  635.        occurrence of more than fifteen contiguous zeroes.  (See T1.231
  636.        Section 6.1.1.1.2) For a B8ZS coded signal, the defect occurs
  637.        when more than seven contiguous zeroes are detected.
  638.  
  639.    Line Coding Violation (LCV) Error Event
  640.        A Line Coding Violation (LCV) is the occurrence of either a
  641.        Bipolar Violation (BPV) or Excessive Zeroes (EXZ) Error Event.
  642.        (Also known as CV-L; See T1.231 Section 6.5.1.1)
  643.  
  644.    Path Coding Violation (PCV) Error Event
  645.        A Path Coding Violation error event is a frame synchronization
  646.        bit error in the D4 and E1-noCRC formats, or a CRC or frame
  647.        synch. bit error in the ESF and E1-CRC formats. (Also known as
  648.        CV-P; See T1.231 Section 6.5.2.1)
  649.  
  650.    Controlled Slip (CS) Error Event
  651.        A Controlled Slip is the replication or deletion of the payload
  652.        bits of a DS1 frame.  (See T1.231 Section 6.1.1.2.3) A Controlled
  653.        Slip may be performed when there is a difference between the
  654.        timing of a synchronous receiving terminal and the received
  655.        signal.  A Controlled Slip does not cause an Out of Frame defect.
  656.  
  657. 2.4.2.  Performance Defects
  658.  
  659.    Out Of Frame (OOF) Defect
  660.        An OOF defect is the occurrence of a particular density of
  661.        Framing Error events. (See T1.231 Section 6.1.2.2.1)
  662.  
  663.        For DS1 links, an Out of Frame defect is declared when the
  664.        receiver detects two or more framing errors within a 3 msec
  665.        period for ESF signals and 0.75 msec for D4 signals, or two or
  666.        more errors out of five or fewer consecutive framing-bits.
  667.  
  668.        For E1 links, an Out Of Frame defect is declared when three
  669.        consecutive frame alignment signals have been received with an
  670.        error (see G.706 Section 4.1 [26]).
  671.  
  672.  
  673.  
  674. Fowler, Ed.                 Standards Track                    [Page 12]
  675.  
  676. RFC 2495                   DS1/E1/DS2/E2 MIB                January 1999
  677.  
  678.  
  679.        For DS2 links, an Out of Frame defect is declared when 7 or more
  680.        consecutive errored framing patterns (4 multiframe) are received.
  681.        The LOF is cleared when 3 or more consecutive correct framing
  682.        patterns are received.
  683.  
  684.        Once an Out Of Frame Defect is declared, the framer starts
  685.        searching for a correct framing pattern.  The Out of Frame defect
  686.        ends when the signal is in frame.
  687.  
  688.        In-frame occurs when there are fewer than two frame bit errors
  689.        within 3 msec period for ESF signals and 0.75 msec for D4
  690.        signals.
  691.  
  692.        For E1 links, in-frame occurs when a) in frame N the frame
  693.        alignment signal is correct and b) in frame N+1 the frame
  694.        alignment signal is absent (i.e., bit 2 in TS0 is a one) and c)
  695.        in frame N+2 the frame alignment signal is present and correct.
  696.        (See G.704 Section 4.1)
  697.  
  698.    Alarm Indication Signal (AIS) Defect
  699.        For D4 and ESF links, the 'all ones' condition is detected at a
  700.        DS1 line interface upon observing an unframed signal with a one's
  701.        density of at least 99.9% present for a time equal to or greater
  702.        than T, where 3 ms <= T <= 75 ms.  The AIS is terminated upon
  703.        observing a signal not meeting the one's density or the unframed
  704.        signal criteria for a period equal to or greater than than T.
  705.        (See G.775, Section 5.4)
  706.  
  707.        For E1 links, the 'all-ones' condition is detected at the line
  708.        interface as a string of 512 bits containing fewer than three
  709.        zero bits (see O.162 [23] Section 3.3.2).
  710.  
  711.        For DS2 links, the DS2 AIS shall be sent from the NT1 to the user
  712.        to indicate a loss of the 6,312 kbps frame capability on the
  713.        network side.  The DS2 AIS is defined as a bit array of 6,312
  714.        kbps in which all binary bits are set to '1'.
  715.  
  716.        The DS2 AIS detection and removal shall be implemented according
  717.        to ITU-T Draft Recommendation G.775 [31] Section 5.5:
  718.        - a DS2 AIS defect is detected when the incoming signal has two
  719.        (2) or less ZEROs in a sequence of 3156 bits (0.5 ms).
  720.        - a DS2 AIS defect is cleared when the incoming signal has three
  721.        (3) or more ZEROs in a sequence of 3156 bits (0.5 ms).
  722.  
  723.  
  724.  
  725.  
  726.  
  727.  
  728.  
  729.  
  730. Fowler, Ed.                 Standards Track                    [Page 13]
  731.  
  732. RFC 2495                   DS1/E1/DS2/E2 MIB                January 1999
  733.  
  734.  
  735. 2.4.3.  Performance Parameters
  736.  
  737.    All performance parameters are accumulated in fifteen minute
  738.    intervals and up to 96 intervals (24 hours worth) are kept by an
  739.    agent.  Fewer than 96 intervals of data whelfill be available if the
  740.    agent has been restarted within the last 24 hours.  In addition,
  741.    there is a rolling 24-hour total of each performance parameter.
  742.    Performance parameters continue to be collected when the interface is
  743.    down.
  744.  
  745.    There is no requirement for an agent to ensure fixed relationship
  746.    between the start of a fifteen minute interval and any wall clock;
  747.    however some agents may align the fifteen minute intervals with
  748.    quarter hours.
  749.  
  750.    Performance parameters are of types PerfCurrentCount,
  751.    PerfIntervalCount and PerfTotalCount.  These textual conventions are
  752.    all Gauge32, and they are used because it is possible for these
  753.    objects to decrease.  Objects may decrease when Unavailable Seconds
  754.    occurs across a fifteen minutes interval boundary. See Unavailable
  755.    Seconds discussion later in this section.
  756.  
  757.     Line Errored Seconds (LES)
  758.         A Line Errored Second is a second in which one or more Line Code
  759.         Violation error events were detected. (Also known as ES-L; See
  760.         T1.231 Section 6.5.1.2)
  761.  
  762.     Controlled Slip Seconds (CSS)
  763.         A Controlled Slip Second is a one-second interval containing one
  764.         or more controlled slips.  (See T1.231 Section 6.5.2.8) This is
  765.         not incremented during an Unavailable Second.
  766.  
  767.     Errored Seconds (ES)
  768.         For ESF and E1-CRC links an Errored Second is a second with one
  769.         or more Path Code Violation OR one or more Out of Frame defects
  770.         OR one or more Controlled Slip events OR a detected AIS defect.
  771.         (See T1.231 Section 6.5.2.2 and G.826 [32] Section B.1)
  772.  
  773.         For D4 and E1-noCRC links, the presence of Bipolar Violations
  774.         also triggers an Errored Second.
  775.  
  776.         This is not incremented during an Unavailable Second.
  777.  
  778.  
  779.  
  780.  
  781.  
  782.  
  783.  
  784.  
  785.  
  786. Fowler, Ed.                 Standards Track                    [Page 14]
  787.  
  788. RFC 2495                   DS1/E1/DS2/E2 MIB                January 1999
  789.  
  790.  
  791.     Bursty Errored Seconds (BES)
  792.         A Bursty Errored Second (also known as Errored Second type B in
  793.         T1.231 Section 6.5.2.4) is a second with fewer than 320 and more
  794.         than 1 Path Coding Violation error events, no Severely Errored
  795.         Frame defects and no detected incoming AIS defects.  Controlled
  796.         slips are not included in this parameter.
  797.  
  798.         This is not incremented during an Unavailable Second.  It
  799.         applies to ESF signals only.
  800.  
  801.     Severely Errored Seconds (SES)
  802.         A Severely Errored Second for ESF signals is a second with 320
  803.         or more Path Code Violation Error Events OR one or more Out of
  804.         Frame defects OR a detected AIS defect. (See T1.231 Section
  805.         6.5.2.5)
  806.  
  807.         For E1-CRC signals, a Severely Errored Second is a second with
  808.         832 or more Path Code Violation error events OR one or more Out
  809.         of Frame defects.
  810.  
  811.         For E1-noCRC signals, a Severely Errored Second is a 2048 LCVs
  812.         or more.
  813.  
  814.         For D4 signals, a Severely Errored Second is a count of one-
  815.         second intervals with Framing Error events, or an OOF defect, or
  816.         1544 LCVs or more.
  817.  
  818.         Controlled slips are not included in this parameter.
  819.  
  820.         This is not incremented during an Unavailable Second.
  821.  
  822.     Severely Errored Framing Second (SEFS)
  823.         An Severely Errored Framing Second is a second with one or more
  824.         Out of Frame defects OR a detected AIS defect.  (Also known as
  825.         SAS-P (SEF/AIS second); See T1.231 Section 6.5.2.6)
  826.  
  827.     Degraded Minutes
  828.         A Degraded Minute is one in which the estimated error rate
  829.         exceeds 1E-6 but does not exceed 1E-3 (see G.821 [24]).
  830.  
  831.         Degraded Minutes are determined by collecting all of the
  832.         Available Seconds, removing any Severely Errored Seconds
  833.         grouping the result in 60-second long groups and counting a 60-
  834.         second long group (a.k.a., minute) as degraded if the cumulative
  835.         errors during the seconds present in the group exceed 1E-6.
  836.         Available seconds are merely those seconds which are not
  837.         Unavailable as described below.
  838.  
  839.  
  840.  
  841.  
  842. Fowler, Ed.                 Standards Track                    [Page 15]
  843.  
  844. RFC 2495                   DS1/E1/DS2/E2 MIB                January 1999
  845.  
  846.  
  847.     Unavailable Seconds (UAS)
  848.         Unavailable Seconds (UAS) are calculated by counting the number
  849.         of seconds that the interface is unavailable.  The DS1 interface
  850.         is said to be unavailable from the onset of 10 contiguous SESs,
  851.         or the onset of the condition leading to a failure (see Failure
  852.         States).  If the condition leading to the failure was
  853.         immediately preceded by one or more contiguous SESs, then the
  854.         DS1 interface unavailability starts from the onset of these
  855.         SESs.  Once unavailable, and if no failure is present, the DS1
  856.         interface becomes available at the onset of 10 contiguous
  857.         seconds with no SESs.  Once unavailable, and if a failure is
  858.         present, the DS1 interface becomes available at the onset of 10
  859.         contiguous seconds with no SESs, if the failure clearing time is
  860.         less than or equal to 10 seconds.  If the failure clearing time
  861.         is more than 10 seconds, the DS1 interface becomes available at
  862.         the onset of 10 contiguous seconds with no SESs, or the onset
  863.         period leading to the successful clearing condition, whichever
  864.         occurs later.  With respect to the DS1 error counts, all
  865.         counters are incremented while the DS1 interface is deemed
  866.         available.  While the interface is deemed unavailable, the only
  867.         count that is incremented is UASs.
  868.  
  869.         Note that this definition implies that the agent cannot
  870.         determine until after a ten second interval has passed whether a
  871.         given one-second interval belongs to available or unavailable
  872.         time.  If the agent chooses to update the various performance
  873.         statistics in real time then it must be prepared to
  874.         retroactively reduce the ES, BES, SES, and SEFS counts by 10 and
  875.         increase the UAS count by 10 when it determines that available
  876.         time has been entered.  It must also be prepared to adjust the
  877.         PCV count and the DM count as necessary since these parameters
  878.         are not accumulated during unavailable time.  It must be
  879.         similarly prepared to retroactively decrease the UAS count by 10
  880.         and increase the ES, BES, and DM counts as necessary upon
  881.         entering available time.  A special case exists when the 10
  882.         second period leading to available or unavailable time crosses a
  883.         900 second statistics window boundary, as the foregoing
  884.         description implies that the ES, BES, SES, SEFS, DM, and UAS
  885.         counts the PREVIOUS interval must be adjusted.  In this case
  886.         successive GETs of the affected dsx1IntervalSESs and
  887.         dsx1IntervalUASs objects will return differing values if the
  888.         first GET occurs during the first few seconds of the window.
  889.  
  890.         The agent may instead choose to delay updates to the various
  891.         statistics by 10 seconds in order to avoid retroactive
  892.         adjustments to the counters.  A way to do this is sketched in
  893.         Appendix B.
  894.  
  895.  
  896.  
  897.  
  898. Fowler, Ed.                 Standards Track                    [Page 16]
  899.  
  900. RFC 2495                   DS1/E1/DS2/E2 MIB                January 1999
  901.  
  902.  
  903.         In any case, a linkDown trap shall be sent only after the agent
  904.         has determined for certain that the unavailable state has been
  905.         entered, but the time on the trap will be that of the first UAS
  906.         (i.e., 10 seconds earlier).  A linkUp trap shall be handled
  907.         similarly.
  908.  
  909.         According to ANSI T1.231 unavailable time begins at the _onset_
  910.         of 10 contiguous severely errored seconds -- that is,
  911.         unavailable time starts with the _first_ of the 10 contiguous
  912.         SESs.  Also, while an interface is deemed unavailable all
  913.         counters for that interface are frozen except for the UAS count.
  914.         It follows that an implementation which strictly complies with
  915.         this standard must _not_ increment any counters other than the
  916.         UAS count -- even temporarily -- as a result of anything that
  917.         happens during those 10 seconds.  Since changes in the signal
  918.         state lag the data to which they apply by 10 seconds, an ANSI-
  919.         compliant implementation must pass the the one-second statistics
  920.         through a 10-second delay line prior to updating any counters.
  921.         That can be done by performing the following steps at the end of
  922.         each one second interval.
  923.  
  924.    i)   Read near/far end CV counter and alarm status flags from the
  925.         hardware.
  926.  
  927.    ii)  Accumulate the CV counts for the preceding second and compare
  928.         them to the ES and SES threshold for the layer in question.
  929.         Update the signal state and shift the one-second CV counts and
  930.         ES/SES flags into the 10-element delay line.  Note that far-end
  931.         one-second statistics are to be flagged as "absent" during any
  932.         second in which there is an incoming defect at the layer in
  933.         question or at any lower layer.
  934.  
  935.    iii) Update the current interval statistics using the signal state
  936.         from the _previous_ update cycle and the one-second CV counts
  937.         and ES/SES flags shifted out of the 10-element delay line.
  938.  
  939.    This approach is further described in Appendix B.
  940.  
  941. 2.4.4.  Failure States
  942.  
  943.    The following failure states are received, or detected failures, that
  944.    are reported in the dsx1LineStatus object.  When a DS1 interface
  945.    would, if ever, produce the conditions leading to the failure state
  946.    is described in the appropriate specification.
  947.  
  948.  
  949.  
  950.  
  951.  
  952.  
  953.  
  954. Fowler, Ed.                 Standards Track                    [Page 17]
  955.  
  956. RFC 2495                   DS1/E1/DS2/E2 MIB                January 1999
  957.  
  958.  
  959.     Far End Alarm Failure
  960.         The Far End Alarm failure is also known as "Yellow Alarm" in the
  961.         DS1 case, "Distant Alarm" in the E1 case, and "Remote Alarm" in
  962.         the DS2 case.
  963.  
  964.         For D4 links, the Far End Alarm failure is declared when bit 6
  965.         of all channels has been zero for at least 335 ms and is cleared
  966.         when bit 6 of at least one channel is non-zero for a period T,
  967.         where T is usually less than one second and always less than 5
  968.         seconds.  The Far End Alarm failure is not declared for D4 links
  969.         when a Loss of Signal is detected.
  970.  
  971.         For ESF links, the Far End Alarm failure is declared if the
  972.         Yellow Alarm signal pattern occurs in at least seven out of ten
  973.         contiguous 16-bit pattern intervals and is cleared if the Yellow
  974.         Alarm signal pattern does not occur in ten contiguous 16-bit
  975.         signal pattern intervals.
  976.  
  977.         For E1 links, the Far End Alarm failure is declared when bit 3
  978.         of time-slot zero is received set to one on two consecutive
  979.         occasions.  The Far End Alarm failure is cleared when bit 3 of
  980.         time-slot zero is received set to zero.
  981.  
  982.         For DS2 links, if a loss of frame alignment (LOF or LOS) and/or
  983.         DS2 AIS condition, is detected, the RAI signal shall be
  984.         generated and transmitted to the remote side.
  985.  
  986.         The Remote Alarm Indication(RAI) signal is defined on m-bits as
  987.         a repetition of the 16bit sequence consisting of eight binary
  988.         '1s' and eight binary '0s' in m-bits(1111111100000000).  When
  989.         the RAI signal is not sent (in normal operation),the HDLC flag
  990.         pattern (01111110) in the m-bit is sent.
  991.  
  992.         The RAI failure is detected when 16 or more consecutive RAI-
  993.         patterns (1111111100000000) are received.  The RAI failure is
  994.         cleared when 4 or more consecutive incorrect-RAI-patterns are
  995.         received.
  996.  
  997.     Alarm Indication Signal (AIS) Failure
  998.         The Alarm Indication Signal failure is declared when an AIS
  999.         defect is detected at the input and the  AIS defect still exists
  1000.         after the Loss Of Frame failure (which is caused by the unframed
  1001.         nature of the 'all-ones' signal) is declared. The AIS failure is
  1002.         cleared when the Loss Of Frame failure is cleared.  (See T1.231
  1003.         Section 6.2.1.2.1)
  1004.  
  1005.  
  1006.  
  1007.  
  1008.  
  1009.  
  1010. Fowler, Ed.                 Standards Track                    [Page 18]
  1011.  
  1012. RFC 2495                   DS1/E1/DS2/E2 MIB                January 1999
  1013.  
  1014.  
  1015.         An AIS defect at a 6312 kbit/s (G.704) interface is detected
  1016.         when the incoming signal has two {2} or less ZEROs in a sequence
  1017.         of 3156 bits (0.5ms).
  1018.  
  1019.         The AIS signal defect is cleared when the incoming signal has
  1020.         three {3} or more ZEROs in a sequence of 3156 bits (0.5ms).
  1021.  
  1022.     Loss Of Frame Failure
  1023.         For DS1 links, the Loss Of Frame failure is declared when an OOF
  1024.         or LOS  defect has persisted for T seconds, where 2 <= T <= 10.
  1025.         The Loss Of Frame failure is cleared when there have been no OOF
  1026.         or LOS defects during a period T where 0 <= T <= 20.  Many
  1027.         systems will perform "hit integration" within the period T
  1028.         before declaring or clearing the failure e.g., see TR 62411
  1029.         [25].
  1030.  
  1031.         For E1 links, the Loss Of Frame Failure is declared when an OOF
  1032.         defect is detected.
  1033.  
  1034.     Loss Of Signal Failure
  1035.         For DS1, the Loss Of Signal failure is declared upon observing
  1036.         175 +/- 75 contiguous pulse positions with no pulses of either
  1037.         positive or negative polarity.  The LOS failure is cleared upon
  1038.         observing an average pulse density of at least 12.5% over a
  1039.         period of 175 +/- 75 contiguous pulse positions starting with
  1040.         the receipt of a pulse.
  1041.  
  1042.         For E1 links, the Loss Of Signal failure is declared when
  1043.         greater than 10 consecutive zeroes are detected (see O.162
  1044.         Section 3.4`<.4).
  1045.  
  1046.         A LOS defect at 6312kbit/s interfaces is detected when the
  1047.         incoming signal has "no transitions", i.e. when the signal level
  1048.         is less than or equal to a signal level of 35dB below nominal,
  1049.         for N consecutive pulse intervals, where 10 <=N<=255.
  1050.  
  1051.         The LOS defect is cleared when the incoming signal has
  1052.         "transitions", i.e. when the signal level is greater than or
  1053.         equal to a signal level of 9dB below nominal, for N consecutive
  1054.         pulse intervals, where 10<=N<=255.
  1055.  
  1056.         A signal with "transitions" corresponds to a G.703 compliant
  1057.         signal.
  1058.  
  1059.  
  1060.  
  1061.  
  1062.  
  1063.  
  1064.  
  1065.  
  1066. Fowler, Ed.                 Standards Track                    [Page 19]
  1067.  
  1068. RFC 2495                   DS1/E1/DS2/E2 MIB                January 1999
  1069.  
  1070.  
  1071.     Loopback Pseudo-Failure
  1072.         The Loopback Pseudo-Failure is declared when the near end
  1073.         equipment has placed a loopback (of any kind) on the DS1.  This
  1074.         allows a management entity to determine from one object whether
  1075.         the DS1 can be considered to be in service or not (from the
  1076.         point of view of the near end equipment).
  1077.  
  1078.     TS16 Alarm Indication Signal Failure
  1079.         For E1 links, the TS16 Alarm Indication Signal failure is
  1080.         declared when time-slot 16 is received as all ones for all
  1081.         frames of two consecutive multiframes (see G.732 Section 4.2.6).
  1082.         This condition is never declared for DS1.
  1083.  
  1084.     Loss Of MultiFrame Failure
  1085.         The Loss Of MultiFrame failure is declared when two consecutive
  1086.         multiframe alignment signals (bits 4 through 7 of TS16 of frame
  1087.         0) have been received with an error.  The Loss Of Multiframe
  1088.         failure is cleared when the first correct multiframe alignment
  1089.         signal is received.  The Loss Of Multiframe failure can only be
  1090.         declared for E1 links operating with G.732 [27] framing
  1091.         (sometimes called "Channel Associated Signalling" mode).
  1092.  
  1093.     Far End Loss Of Multiframe Failure
  1094.         The Far End Loss Of Multiframe failure is declared when bit 2 of
  1095.         TS16 of frame 0 is received set to one on two consecutive
  1096.         occasions.  The Far End Loss Of Multiframe failure is cleared
  1097.         when bit 2 of TS16 of frame 0 is received set to zero.  The Far
  1098.         End Loss Of Multiframe failure can only be declared for E1 links
  1099.         operating in "Channel Associated Signalling" mode. (See G.732)
  1100.  
  1101.     DS2 Payload AIS Failure
  1102.         The DS2 Payload AIS is detected when the incoming signal of the
  1103.         6,312 kbps frame payload [TS1-TS96] has 2 or less 0's in a
  1104.         sequence of 3072 bits (0.5ms).  The DS2 Payload AIS is cleared
  1105.         when the incoming signal of the 6,312 kbps frame payload [TS1-
  1106.         TS96] has 3 or more 0's in a sequence of 3072 bits (0.5 ms).
  1107.  
  1108.     DS2 Performance Threshold
  1109.         DS2 Performance Threshold Failure monitors equipment performance
  1110.         and is based on the CRC (Cyclic Redundancy Check) Procedure
  1111.         defined in G.704.
  1112.  
  1113.         The DS2 Performance Threshold Failure is detected when the bit
  1114.         error ratio exceeds 10^-4 (Performance Threshold), and the DS2
  1115.         Performance Threshold Failure shall be cleared when the bit
  1116.         error ratio decreased to less than 10^-6."
  1117.  
  1118.  
  1119.  
  1120.  
  1121.  
  1122. Fowler, Ed.                 Standards Track                    [Page 20]
  1123.  
  1124. RFC 2495                   DS1/E1/DS2/E2 MIB                January 1999
  1125.  
  1126.  
  1127. 2.4.5.  Other Terms
  1128.  
  1129.     Circuit Identifier
  1130.         This is a character string specified by the circuit vendor, and
  1131.         is useful when communicating with the vendor during the
  1132.         troubleshooting process.
  1133.  
  1134.     Proxy
  1135.         In this document, the word proxy is meant to indicate an
  1136.         application which receives SNMP messages and replies to them on
  1137.         behalf of the devices which implement the actual DS3/E3
  1138.         interfaces.  The proxy may have already collected the
  1139.         information about the DS3/E3 interfaces into its local database
  1140.         and may not necessarily forward the requests to the actual
  1141.         DS3/E3 interface.  It is expected in such an application that
  1142.         there are periods of time where the proxy is not communicating
  1143.         with the DS3/E3 interfaces.  In these instances the proxy will
  1144.         not necessarily have up-to-date configuration information and
  1145.         will most likely have missed the collection of some statistics
  1146.         data.  Missed statistics data collection will result in invalid
  1147.         data in the interval table.
  1148.  
  1149. 3.  Object Definitions
  1150.  
  1151.      DS1-MIB DEFINITIONS ::= BEGIN
  1152.  
  1153.      IMPORTS
  1154.           MODULE-IDENTITY, OBJECT-TYPE,
  1155.           NOTIFICATION-TYPE, transmission         FROM SNMPv2-SMI
  1156.           DisplayString, TimeStamp, TruthValue    FROM SNMPv2-TC
  1157.           MODULE-COMPLIANCE, OBJECT-GROUP,
  1158.           NOTIFICATION-GROUP                      FROM SNMPv2-CONF
  1159.           InterfaceIndex, ifIndex                 FROM IF-MIB
  1160.           PerfCurrentCount, PerfIntervalCount,
  1161.           PerfTotalCount                          FROM PerfHist-TC-MIB;
  1162.  
  1163.  
  1164.      ds1 MODULE-IDENTITY
  1165.          LAST-UPDATED "9808011830Z"
  1166.          ORGANIZATION "IETF Trunk MIB Working Group"
  1167.          CONTACT-INFO
  1168.            "        David Fowler
  1169.  
  1170.             Postal: Newbridge Networks Corporation
  1171.                     600 March Road
  1172.                     Kanata, Ontario, Canada K2K 2E6
  1173.  
  1174.                     Tel: +1 613 591 3600
  1175.  
  1176.  
  1177.  
  1178. Fowler, Ed.                 Standards Track                    [Page 21]
  1179.  
  1180. RFC 2495                   DS1/E1/DS2/E2 MIB                January 1999
  1181.  
  1182.  
  1183.                     Fax: +1 613 599 3667
  1184.  
  1185.             E-mail: davef@newbridge.com"
  1186.          DESCRIPTION
  1187.               "The MIB module to describe DS1, E1, DS2, and
  1188.                E2 interfaces objects."
  1189.  
  1190.          ::= { transmission 18 }
  1191.  
  1192.      -- note that this subsumes cept (19) and g703at2mb (67)
  1193.      -- there is no separate CEPT or G703AT2MB MIB
  1194.  
  1195.      -- The DS1 Near End Group
  1196.  
  1197.      -- The DS1 Near End Group consists of five tables:
  1198.      --    DS1 Configuration
  1199.      --    DS1 Current
  1200.      --    DS1 Interval
  1201.      --    DS1 Total
  1202.      --    DS1 Channel Table
  1203.  
  1204.      -- The DS1 Configuration Table
  1205.  
  1206.      dsx1ConfigTable OBJECT-TYPE
  1207.           SYNTAX  SEQUENCE OF Dsx1ConfigEntry
  1208.           MAX-ACCESS  not-accessible
  1209.           STATUS  current
  1210.           DESCRIPTION
  1211.                  "The DS1 Configuration table."
  1212.           ::= { ds1 6 }
  1213.  
  1214.      dsx1ConfigEntry OBJECT-TYPE
  1215.           SYNTAX  Dsx1ConfigEntry
  1216.           MAX-ACCESS  not-accessible
  1217.           STATUS  current
  1218.           DESCRIPTION
  1219.                  "An entry in the DS1 Configuration table."
  1220.           INDEX   { dsx1LineIndex }
  1221.           ::= { dsx1ConfigTable 1 }
  1222.  
  1223.      Dsx1ConfigEntry ::=
  1224.           SEQUENCE {
  1225.               dsx1LineIndex                        InterfaceIndex,
  1226.               dsx1IfIndex                          InterfaceIndex,
  1227.               dsx1TimeElapsed                      INTEGER,
  1228.               dsx1ValidIntervals                   INTEGER,
  1229.               dsx1LineType                         INTEGER,
  1230.               dsx1LineCoding                       INTEGER,
  1231.  
  1232.  
  1233.  
  1234. Fowler, Ed.                 Standards Track                    [Page 22]
  1235.  
  1236. RFC 2495                   DS1/E1/DS2/E2 MIB                January 1999
  1237.  
  1238.  
  1239.               dsx1SendCode                         INTEGER,
  1240.               dsx1CircuitIdentifier                DisplayString,
  1241.               dsx1LoopbackConfig                   INTEGER,
  1242.               dsx1LineStatus                       INTEGER,
  1243.               dsx1SignalMode                       INTEGER,
  1244.               dsx1TransmitClockSource              INTEGER,
  1245.               dsx1Fdl                              INTEGER,
  1246.               dsx1InvalidIntervals                 INTEGER,
  1247.               dsx1LineLength                       INTEGER,
  1248.               dsx1LineStatusLastChange             TimeStamp,
  1249.               dsx1LineStatusChangeTrapEnable       INTEGER,
  1250.               dsx1LoopbackStatus                   INTEGER,
  1251.               dsx1Ds1ChannelNumber                 INTEGER,
  1252.               dsx1Channelization                   INTEGER
  1253.      }
  1254.  
  1255.      dsx1LineIndex OBJECT-TYPE
  1256.           SYNTAX  InterfaceIndex
  1257.           MAX-ACCESS  read-only
  1258.           STATUS  current
  1259.           DESCRIPTION
  1260.                  "This object should be made equal to ifIndex.  The
  1261.                  next paragraph describes its previous usage.
  1262.                  Making the object equal to ifIndex allows proper
  1263.                  use of ifStackTable and ds0/ds0bundle mibs.
  1264.  
  1265.                  Previously, this object is the identifier of a DS1
  1266.                  Interface on a managed device.  If there is an
  1267.                  ifEntry that is directly associated with this and
  1268.                  only this DS1 interface, it should have the same
  1269.                  value as ifIndex.  Otherwise, number the
  1270.                  dsx1LineIndices with an unique identifier
  1271.                  following the rules of choosing a number that is
  1272.                  greater than ifNumber and numbering the inside
  1273.                  interfaces (e.g., equipment side) with even
  1274.                  numbers and outside interfaces (e.g, network side)
  1275.                  with odd numbers."
  1276.           ::= { dsx1ConfigEntry 1 }
  1277.  
  1278.      dsx1IfIndex OBJECT-TYPE
  1279.           SYNTAX  InterfaceIndex
  1280.           MAX-ACCESS  read-only
  1281.           STATUS  deprecated
  1282.           DESCRIPTION
  1283.                  "This value for this object is equal to the value
  1284.                  of ifIndex from the Interfaces table of MIB II
  1285.                  (RFC 1213)."
  1286.           ::= { dsx1ConfigEntry 2 }
  1287.  
  1288.  
  1289.  
  1290. Fowler, Ed.                 Standards Track                    [Page 23]
  1291.  
  1292. RFC 2495                   DS1/E1/DS2/E2 MIB                January 1999
  1293.  
  1294.  
  1295.      dsx1TimeElapsed OBJECT-TYPE
  1296.           SYNTAX  INTEGER (0..899)
  1297.           MAX-ACCESS  read-only
  1298.           STATUS  current
  1299.           DESCRIPTION
  1300.                    "The number of seconds that have elapsed since
  1301.                         the beginning of the near end current error-
  1302.                    measurement period.  If, for some reason, such
  1303.                         as an adjustment in the system's time-of-day
  1304.                         clock, the current interval exceeds the maximum
  1305.                         value, the agent will return the maximum value."
  1306.  
  1307.           ::= { dsx1ConfigEntry 3 }
  1308.  
  1309.      dsx1ValidIntervals OBJECT-TYPE
  1310.           SYNTAX  INTEGER (0..96)
  1311.           MAX-ACCESS  read-only
  1312.           STATUS  current
  1313.           DESCRIPTION
  1314.                  "The number of previous near end intervals for
  1315.                  which data was collected.  The value will be
  1316.                  96 unless the interface was brought online within
  1317.                  the last 24 hours, in which case the value will be
  1318.                  the number of complete 15 minute near end
  1319.                  intervals since the interface has been online.  In
  1320.                  the case where the agent is a proxy, it is
  1321.                  possible that some intervals are unavailable.  In
  1322.                  this case, this interval is the maximum interval
  1323.                  number for which data is available."
  1324.           ::= { dsx1ConfigEntry 4 }
  1325.  
  1326.      dsx1LineType OBJECT-TYPE
  1327.           SYNTAX  INTEGER {
  1328.                      other(1),
  1329.                      dsx1ESF(2),
  1330.                      dsx1D4(3),
  1331.                      dsx1E1(4),
  1332.                      dsx1E1CRC(5),
  1333.                      dsx1E1MF(6),
  1334.                      dsx1E1CRCMF(7),
  1335.                      dsx1Unframed(8),
  1336.                      dsx1E1Unframed(9),
  1337.                      dsx1DS2M12(10),
  1338.                      dsx2E2(11)
  1339.                  }
  1340.           MAX-ACCESS  read-write
  1341.           STATUS  current
  1342.           DESCRIPTION
  1343.  
  1344.  
  1345.  
  1346. Fowler, Ed.                 Standards Track                    [Page 24]
  1347.  
  1348. RFC 2495                   DS1/E1/DS2/E2 MIB                January 1999
  1349.  
  1350.  
  1351.                  "This variable indicates  the  variety  of  DS1
  1352.                  Line  implementing  this  circuit.  The type of
  1353.                  circuit affects the number of bits  per  second
  1354.                  that  the circuit can reasonably carry, as well
  1355.                  as the interpretation of the  usage  and  error
  1356.                  statistics.  The values, in sequence, describe:
  1357.  
  1358.                  TITLE:         SPECIFICATION:
  1359.                  dsx1ESF         Extended SuperFrame DS1 (T1.107)
  1360.                  dsx1D4          AT&T D4 format DS1 (T1.107)
  1361.                  dsx1E1          ITU-T Recommendation G.704
  1362.                                   (Table 4a)
  1363.                  dsx1E1-CRC      ITU-T Recommendation G.704
  1364.                                   (Table 4b)
  1365.                  dsxE1-MF        G.704 (Table 4a) with TS16
  1366.                                   multiframing enabled
  1367.                  dsx1E1-CRC-MF   G.704 (Table 4b) with TS16
  1368.                                   multiframing enabled
  1369.                  dsx1Unframed    DS1 with No Framing
  1370.                  dsx1E1Unframed  E1 with No Framing (G.703)
  1371.                  dsx1DS2M12      DS2 frame format (T1.107)
  1372.                  dsx1E2          E2 frame format (G.704)
  1373.  
  1374.                  For clarification, the capacity for each E1 type
  1375.                  is as listed below:
  1376.                  dsx1E1Unframed - E1, no framing = 32 x 64k = 2048k
  1377.                  dsx1E1 or dsx1E1CRC - E1, with framing,
  1378.                     no signalling = 31 x 64k = 1984k
  1379.                  dsx1E1MF or dsx1E1CRCMF - E1, with framing,
  1380.                     signalling = 30 x 64k = 1920k
  1381.  
  1382.                  For further information See ITU-T Recomm G.704"
  1383.           ::= { dsx1ConfigEntry 5 }
  1384.  
  1385.      dsx1LineCoding OBJECT-TYPE
  1386.           SYNTAX  INTEGER {
  1387.                      dsx1JBZS (1),
  1388.                      dsx1B8ZS (2),
  1389.                      dsx1HDB3 (3),
  1390.                      dsx1ZBTSI (4),
  1391.                      dsx1AMI (5),
  1392.                      other(6),
  1393.                      dsx1B6ZS(7)
  1394.                  }
  1395.           MAX-ACCESS  read-write
  1396.           STATUS  current
  1397.           DESCRIPTION
  1398.                  "This variable describes the variety of Zero Code
  1399.  
  1400.  
  1401.  
  1402. Fowler, Ed.                 Standards Track                    [Page 25]
  1403.  
  1404. RFC 2495                   DS1/E1/DS2/E2 MIB                January 1999
  1405.  
  1406.  
  1407.                  Suppression used on this interface, which in turn
  1408.                  affects a number of its characteristics.
  1409.  
  1410.                  dsx1JBZS refers the Jammed Bit Zero Suppression,
  1411.                  in which the AT&T specification of at least one
  1412.                  pulse every 8 bit periods is literally implemented
  1413.                  by forcing a pulse in bit 8 of each channel.
  1414.                  Thus, only seven bits per channel, or 1.344 Mbps,
  1415.                  is available for data.
  1416.  
  1417.                  dsx1B8ZS refers to the use of a specified pattern
  1418.                  of normal bits and bipolar violations which are
  1419.                  used to replace a sequence of eight zero bits.
  1420.  
  1421.                  ANSI Clear Channels may use dsx1ZBTSI, or Zero
  1422.                  Byte Time Slot Interchange.
  1423.  
  1424.                  E1 links, with or without CRC, use dsx1HDB3 or
  1425.                  dsx1AMI.
  1426.  
  1427.                  dsx1AMI refers to a mode wherein no zero code
  1428.                  suppression is present and the line encoding does
  1429.                  not solve the problem directly.  In this
  1430.                  application, the higher layer must provide data
  1431.                  which meets or exceeds the pulse density
  1432.                  requirements, such as inverting HDLC data.
  1433.  
  1434.                  dsx1B6ZS refers to the user of a specifed pattern
  1435.                  of normal bits and bipolar violations which are
  1436.                  used to replace a sequence of six zero bits.  Used
  1437.                  for DS2."
  1438.  
  1439.           ::= { dsx1ConfigEntry 6 }
  1440.  
  1441.      dsx1SendCode OBJECT-TYPE
  1442.           SYNTAX  INTEGER {
  1443.                     dsx1SendNoCode(1),
  1444.                     dsx1SendLineCode(2),
  1445.                     dsx1SendPayloadCode(3),
  1446.                     dsx1SendResetCode(4),
  1447.                     dsx1SendQRS(5),
  1448.                     dsx1Send511Pattern(6),
  1449.                     dsx1Send3in24Pattern(7),
  1450.                     dsx1SendOtherTestPattern(8)
  1451.                     }
  1452.           MAX-ACCESS  read-write
  1453.           STATUS  current
  1454.           DESCRIPTION
  1455.  
  1456.  
  1457.  
  1458. Fowler, Ed.                 Standards Track                    [Page 26]
  1459.  
  1460. RFC 2495                   DS1/E1/DS2/E2 MIB                January 1999
  1461.  
  1462.  
  1463.                  "This variable indicates what type of code is
  1464.                  being sent across the DS1 interface by the device.
  1465.                  Setting this variable causes the interface to send
  1466.                  the code requested.  The values mean:
  1467.            dsx1SendNoCode
  1468.                 sending looped or normal data
  1469.  
  1470.            dsx1SendLineCode
  1471.                 sending a request for a line loopback
  1472.  
  1473.            dsx1SendPayloadCode
  1474.                 sending a request for a payload loopback
  1475.  
  1476.            dsx1SendResetCode
  1477.                 sending a loopback termination request
  1478.  
  1479.            dsx1SendQRS
  1480.                 sending a Quasi-Random Signal  (QRS)  test
  1481.                 pattern
  1482.  
  1483.            dsx1Send511Pattern
  1484.                 sending a 511 bit fixed test pattern
  1485.  
  1486.            dsx1Send3in24Pattern
  1487.                 sending a fixed test pattern of 3 bits set
  1488.                 in 24
  1489.  
  1490.            dsx1SendOtherTestPattern
  1491.                 sending a test pattern  other  than  those
  1492.                 described by this object"
  1493. ::= { dsx1ConfigEntry 7 }
  1494.  
  1495.      dsx1CircuitIdentifier OBJECT-TYPE
  1496.           SYNTAX  DisplayString (SIZE (0..255))
  1497.           MAX-ACCESS  read-write
  1498.           STATUS  current
  1499.           DESCRIPTION
  1500.                  "This variable contains the transmission vendor's
  1501.                  circuit identifier, for the purpose of
  1502.                  facilitating troubleshooting."
  1503.           ::= { dsx1ConfigEntry 8 }
  1504.  
  1505.      dsx1LoopbackConfig OBJECT-TYPE
  1506.           SYNTAX  INTEGER {
  1507.                       dsx1NoLoop(1),
  1508.                       dsx1PayloadLoop(2),
  1509.                       dsx1LineLoop(3),
  1510.                       dsx1OtherLoop(4),
  1511.  
  1512.  
  1513.  
  1514. Fowler, Ed.                 Standards Track                    [Page 27]
  1515.  
  1516. RFC 2495                   DS1/E1/DS2/E2 MIB                January 1999
  1517.  
  1518.  
  1519.                       dsx1InwardLoop(5),
  1520.                       dsx1DualLoop(6)
  1521.                     }
  1522.           MAX-ACCESS  read-write
  1523.           STATUS  current
  1524.           DESCRIPTION
  1525.                  "This variable represents the desired loopback
  1526.                  configuration of the DS1 interface.  Agents
  1527.                  supporting read/write access should return
  1528.                  inconsistentValue in response to a requested
  1529.                  loopback state that the interface does not
  1530.                  support.  The values mean:
  1531.  
  1532.                  dsx1NoLoop
  1533.                   Not in the loopback state.  A device that is not
  1534.                  capable of performing a loopback on the interface
  1535.                  shall always return this as its value.
  1536.  
  1537.                  dsx1PayloadLoop
  1538.                   The received signal at this interface is looped
  1539.                  through the device.  Typically the received signal
  1540.                  is looped back for retransmission after it has
  1541.                  passed through the device's framing function.
  1542.  
  1543.                  dsx1LineLoop
  1544.                   The received signal at this interface does not go
  1545.                  through the device (minimum penetration) but is
  1546.                  looped back out.
  1547.  
  1548.                  dsx1OtherLoop
  1549.                   Loopbacks that are not defined here.
  1550.  
  1551.                  dsx1InwardLoop
  1552.                   The transmitted signal at this interface is
  1553.                  looped back and received by the same interface.
  1554.                  What is transmitted onto the line is product
  1555.                  dependent.
  1556.  
  1557.                  dsx1DualLoop
  1558.                   Both dsx1LineLoop and dsx1InwardLoop will be
  1559.                  active simultaneously."
  1560.           ::= { dsx1ConfigEntry 9 }
  1561.  
  1562.      dsx1LineStatus OBJECT-TYPE
  1563.           SYNTAX  INTEGER (1..131071)
  1564.           MAX-ACCESS  read-only
  1565.           STATUS  current
  1566.           DESCRIPTION
  1567.  
  1568.  
  1569.  
  1570. Fowler, Ed.                 Standards Track                    [Page 28]
  1571.  
  1572. RFC 2495                   DS1/E1/DS2/E2 MIB                January 1999
  1573.  
  1574.  
  1575.                  "This variable indicates the Line Status of the
  1576.                  interface.  It contains loopback, failure,
  1577.                  received 'alarm' and transmitted 'alarms
  1578.                  information.
  1579.  
  1580.                  The dsx1LineStatus is a bit map represented as a
  1581.                  sum, therefore, it can represent multiple failures
  1582.                  (alarms) and a LoopbackState simultaneously.
  1583.  
  1584.                  dsx1NoAlarm must be set if and only if no other
  1585.                  flag is set.
  1586.  
  1587.                  If the dsx1loopbackState bit is set, the loopback
  1588.                  in effect can be determined from the
  1589.                  dsx1loopbackConfig object.
  1590.        The various bit positions are:
  1591.       1     dsx1NoAlarm           No alarm present
  1592.       2     dsx1RcvFarEndLOF      Far end LOF (a.k.a., Yellow Alarm)
  1593.       4     dsx1XmtFarEndLOF      Near end sending LOF Indication
  1594.       8     dsx1RcvAIS            Far end sending AIS
  1595.      16     dsx1XmtAIS            Near end sending AIS
  1596.      32     dsx1LossOfFrame       Near end LOF (a.k.a., Red Alarm)
  1597.      64     dsx1LossOfSignal      Near end Loss Of Signal
  1598.     128     dsx1LoopbackState     Near end is looped
  1599.     256     dsx1T16AIS            E1 TS16 AIS
  1600.     512     dsx1RcvFarEndLOMF     Far End Sending TS16 LOMF
  1601.    1024     dsx1XmtFarEndLOMF     Near End Sending TS16 LOMF
  1602.    2048     dsx1RcvTestCode       Near End detects a test code
  1603.    4096     dsx1OtherFailure      any line status not defined here
  1604.    8192     dsx1UnavailSigState   Near End in Unavailable Signal
  1605.                                   State
  1606.   16384     dsx1NetEquipOOS       Carrier Equipment Out of Service
  1607.   32768     dsx1RcvPayloadAIS     DS2 Payload AIS
  1608.   65536     dsx1Ds2PerfThreshold  DS2 Performance Threshold
  1609.                                   Exceeded"
  1610.      ::= { dsx1ConfigEntry 10 }
  1611.  
  1612.      dsx1SignalMode OBJECT-TYPE
  1613.           SYNTAX  INTEGER {
  1614.                      none (1),
  1615.                      robbedBit (2),
  1616.                      bitOriented (3),
  1617.                      messageOriented (4),
  1618.                      other (5)
  1619.                  }
  1620.           MAX-ACCESS  read-write
  1621.           STATUS  current
  1622.           DESCRIPTION
  1623.  
  1624.  
  1625.  
  1626. Fowler, Ed.                 Standards Track                    [Page 29]
  1627.  
  1628. RFC 2495                   DS1/E1/DS2/E2 MIB                January 1999
  1629.  
  1630.  
  1631.             "'none' indicates that no bits are reserved for
  1632.             signaling on this channel.
  1633.  
  1634.             'robbedBit' indicates that DS1 Robbed Bit  Sig-
  1635.             naling is in use.
  1636.  
  1637.             'bitOriented' indicates that E1 Channel  Asso-
  1638.             ciated Signaling is in use.
  1639.  
  1640.             'messageOriented' indicates that Common  Chan-
  1641.             nel Signaling is in use either on channel 16 of
  1642.             an E1 link or channel 24 of a DS1."
  1643.           ::= { dsx1ConfigEntry 11 }
  1644.  
  1645.      dsx1TransmitClockSource OBJECT-TYPE
  1646.           SYNTAX  INTEGER {
  1647.                      loopTiming(1),
  1648.                      localTiming(2),
  1649.                      throughTiming(3)
  1650.                  }
  1651.           MAX-ACCESS  read-write
  1652.           STATUS  current
  1653.           DESCRIPTION
  1654.             "The source of Transmit Clock.
  1655.              'loopTiming' indicates that the recovered re-
  1656.             ceive clock is used as the transmit clock.
  1657.  
  1658.              'localTiming' indicates that a local clock
  1659.             source is used or when an external clock is
  1660.             attached to the box containing the interface.
  1661.  
  1662.              'throughTiming' indicates that recovered re-
  1663.             ceive clock from another interface is used as
  1664.             the transmit clock."
  1665.           ::= { dsx1ConfigEntry 12 }
  1666.  
  1667.      dsx1Fdl OBJECT-TYPE
  1668.           SYNTAX  INTEGER (1..15)
  1669.           MAX-ACCESS  read-write
  1670.           STATUS  current
  1671.           DESCRIPTION
  1672.             "This bitmap describes the use of  the  facili-
  1673.             ties data link, and is the sum of the capabili-
  1674.             ties.  Set any bits that are appropriate:
  1675.  
  1676.             other(1),
  1677.             dsx1AnsiT1403(2),
  1678.             dsx1Att54016(4),
  1679.  
  1680.  
  1681.  
  1682. Fowler, Ed.                 Standards Track                    [Page 30]
  1683.  
  1684. RFC 2495                   DS1/E1/DS2/E2 MIB                January 1999
  1685.  
  1686.  
  1687.             dsx1FdlNone(8)
  1688.  
  1689.              'other' indicates that a protocol  other  than
  1690.             one following is used.
  1691.  
  1692.              'dsx1AnsiT1403' refers to the  FDL  exchange
  1693.             recommended by ANSI.
  1694.  
  1695.              'dsx1Att54016' refers to ESF FDL exchanges.
  1696.  
  1697.              'dsx1FdlNone' indicates that the device  does
  1698.             not use the FDL."
  1699.           ::= { dsx1ConfigEntry 13 }
  1700.  
  1701.      dsx1InvalidIntervals OBJECT-TYPE
  1702.           SYNTAX  INTEGER (0..96)
  1703.           MAX-ACCESS  read-only
  1704.           STATUS  current
  1705.           DESCRIPTION
  1706.                  "The number of intervals in the range from 0 to
  1707.                  dsx1ValidIntervals for which no data is
  1708.                  available.  This object will typically be zero
  1709.                  except in cases where the data for some intervals
  1710.                  are not available (e.g., in proxy situations)."
  1711.           ::= { dsx1ConfigEntry 14 }
  1712.  
  1713.      dsx1LineLength OBJECT-TYPE
  1714.           SYNTAX  INTEGER (0..64000)
  1715.           UNITS  "meters"
  1716.           MAX-ACCESS  read-write
  1717.           STATUS  current
  1718.           DESCRIPTION
  1719.                  "The length of the ds1 line in meters. This
  1720.                  objects provides information for line build out
  1721.                  circuitry.  This object is only useful if the
  1722.                  interface has configurable line build out
  1723.                  circuitry."
  1724.  
  1725.           ::= { dsx1ConfigEntry 15 }
  1726.  
  1727.      dsx1LineStatusLastChange OBJECT-TYPE
  1728.           SYNTAX  TimeStamp
  1729.           MAX-ACCESS  read-only
  1730.           STATUS  current
  1731.           DESCRIPTION
  1732.                  "The value of MIB II's sysUpTime object at the
  1733.                  time this DS1 entered its current line status
  1734.                  state.  If the current state was entered prior to
  1735.  
  1736.  
  1737.  
  1738. Fowler, Ed.                 Standards Track                    [Page 31]
  1739.  
  1740. RFC 2495                   DS1/E1/DS2/E2 MIB                January 1999
  1741.  
  1742.  
  1743.                  the last re-initialization of the proxy-agent,
  1744.                  then this object contains a zero value."
  1745.           ::= { dsx1ConfigEntry 16 }
  1746.  
  1747.      dsx1LineStatusChangeTrapEnable  OBJECT-TYPE
  1748.           SYNTAX      INTEGER {
  1749.                          enabled(1),
  1750.                          disabled(2)
  1751.                       }
  1752.           MAX-ACCESS  read-write
  1753.           STATUS      current
  1754.           DESCRIPTION
  1755.                  "Indicates whether dsx1LineStatusChange traps
  1756.                  should be generated for this interface."
  1757.           DEFVAL { disabled }
  1758.           ::= { dsx1ConfigEntry 17 }
  1759.  
  1760.      dsx1LoopbackStatus  OBJECT-TYPE
  1761.           SYNTAX      INTEGER (1..127)
  1762.           MAX-ACCESS  read-only
  1763.           STATUS      current
  1764.           DESCRIPTION
  1765.                  "This variable represents the current state of the
  1766.                  loopback on the DS1 interface.  It contains
  1767.                  information about loopbacks established by a
  1768.                  manager and remotely from the far end.
  1769.  
  1770.                  The dsx1LoopbackStatus is a bit map represented as
  1771.                  a sum, therefore is can represent multiple
  1772.                  loopbacks simultaneously.
  1773.  
  1774.                  The various bit positions are:
  1775.                   1  dsx1NoLoopback
  1776.                   2  dsx1NearEndPayloadLoopback
  1777.                   4  dsx1NearEndLineLoopback
  1778.                   8  dsx1NearEndOtherLoopback
  1779.                  16  dsx1NearEndInwardLoopback
  1780.                  32  dsx1FarEndPayloadLoopback
  1781.                  64  dsx1FarEndLineLoopback"
  1782.  
  1783.      ::= { dsx1ConfigEntry 18 }
  1784.  
  1785.      dsx1Ds1ChannelNumber  OBJECT-TYPE
  1786.           SYNTAX      INTEGER (0..28)
  1787.           MAX-ACCESS  read-only
  1788.           STATUS      current
  1789.           DESCRIPTION
  1790.                  "This variable represents the channel number of
  1791.  
  1792.  
  1793.  
  1794. Fowler, Ed.                 Standards Track                    [Page 32]
  1795.  
  1796. RFC 2495                   DS1/E1/DS2/E2 MIB                January 1999
  1797.  
  1798.  
  1799.                  the DS1/E1 on its parent Ds2/E2 or DS3/E3.  A
  1800.                  value of 0 indicated this DS1/E1 does not have a
  1801.                  parent DS3/E3."
  1802.  
  1803.      ::= { dsx1ConfigEntry 19 }
  1804.  
  1805.      dsx1Channelization  OBJECT-TYPE
  1806.           SYNTAX      INTEGER {
  1807.                          disabled(1),
  1808.                          enabledDs0(2),
  1809.                          enabledDs1(3)
  1810.                       }
  1811.           MAX-ACCESS  read-write
  1812.           STATUS      current
  1813.           DESCRIPTION
  1814.                  "Indicates whether this ds1/e1 is channelized or
  1815.                  unchannelized.  The value of enabledDs0 indicates
  1816.                  that this is a DS1 channelized into DS0s.  The
  1817.                  value of enabledDs1 indicated that this is a DS2
  1818.                  channelized into DS1s.  Setting this value will
  1819.                  cause the creation or deletion of entries in the
  1820.                  ifTable for the DS0s that are within the DS1."
  1821.      ::= { dsx1ConfigEntry 20 }
  1822.  
  1823.      -- The DS1 Current Table
  1824.      dsx1CurrentTable OBJECT-TYPE
  1825.           SYNTAX  SEQUENCE OF Dsx1CurrentEntry
  1826.           MAX-ACCESS  not-accessible
  1827.           STATUS  current
  1828.           DESCRIPTION
  1829.                  "The DS1 current table contains various statistics
  1830.                  being collected for the current 15 minute
  1831.                  interval."
  1832.           ::= { ds1 7 }
  1833.  
  1834.      dsx1CurrentEntry OBJECT-TYPE
  1835.           SYNTAX  Dsx1CurrentEntry
  1836.           MAX-ACCESS  not-accessible
  1837.           STATUS  current
  1838.           DESCRIPTION
  1839.                  "An entry in the DS1 Current table."
  1840.                       INDEX   { dsx1CurrentIndex }
  1841.                       ::= { dsx1CurrentTable 1 }
  1842.  
  1843.      Dsx1CurrentEntry ::=
  1844.           SEQUENCE {
  1845.               dsx1CurrentIndex            InterfaceIndex,
  1846.               dsx1CurrentESs              PerfCurrentCount,
  1847.  
  1848.  
  1849.  
  1850. Fowler, Ed.                 Standards Track                    [Page 33]
  1851.  
  1852. RFC 2495                   DS1/E1/DS2/E2 MIB                January 1999
  1853.  
  1854.  
  1855.               dsx1CurrentSESs             PerfCurrentCount,
  1856.               dsx1CurrentSEFSs            PerfCurrentCount,
  1857.               dsx1CurrentUASs             PerfCurrentCount,
  1858.               dsx1CurrentCSSs             PerfCurrentCount,
  1859.               dsx1CurrentPCVs             PerfCurrentCount,
  1860.               dsx1CurrentLESs             PerfCurrentCount,
  1861.               dsx1CurrentBESs             PerfCurrentCount,
  1862.               dsx1CurrentDMs              PerfCurrentCount,
  1863.               dsx1CurrentLCVs             PerfCurrentCount
  1864.      }
  1865.  
  1866.      dsx1CurrentIndex OBJECT-TYPE
  1867.           SYNTAX  InterfaceIndex
  1868.           MAX-ACCESS  read-only
  1869.           STATUS  current
  1870.           DESCRIPTION
  1871.                  "The index value which uniquely identifies  the
  1872.                  DS1 interface to which this entry is applicable.
  1873.                  The interface identified by a particular value of
  1874.                  this index is the same interface as identified by
  1875.                  the same value as a dsx1LineIndex object
  1876.                  instance."
  1877.           ::= { dsx1CurrentEntry 1 }
  1878.  
  1879.      dsx1CurrentESs OBJECT-TYPE
  1880.           SYNTAX  PerfCurrentCount
  1881.           MAX-ACCESS  read-only
  1882.           STATUS  current
  1883.           DESCRIPTION
  1884.                  "The number of Errored Seconds."
  1885.           ::= { dsx1CurrentEntry 2 }
  1886.  
  1887.      dsx1CurrentSESs OBJECT-TYPE
  1888.           SYNTAX  PerfCurrentCount
  1889.           MAX-ACCESS  read-only
  1890.           STATUS  current
  1891.           DESCRIPTION
  1892.                  "The number of Severely Errored Seconds."
  1893.           ::= { dsx1CurrentEntry 3 }
  1894.  
  1895.      dsx1CurrentSEFSs OBJECT-TYPE
  1896.           SYNTAX  PerfCurrentCount
  1897.           MAX-ACCESS  read-only
  1898.           STATUS  current
  1899.           DESCRIPTION
  1900.                  "The number of Severely Errored Framing Seconds."
  1901.           ::= { dsx1CurrentEntry 4 }
  1902.  
  1903.  
  1904.  
  1905.  
  1906. Fowler, Ed.                 Standards Track                    [Page 34]
  1907.  
  1908. RFC 2495                   DS1/E1/DS2/E2 MIB                January 1999
  1909.  
  1910.  
  1911.      dsx1CurrentUASs OBJECT-TYPE
  1912.           SYNTAX  PerfCurrentCount
  1913.           MAX-ACCESS  read-only
  1914.           STATUS  current
  1915.           DESCRIPTION
  1916.                  "The number of Unavailable Seconds."
  1917.           ::= { dsx1CurrentEntry 5 }
  1918.  
  1919.      dsx1CurrentCSSs OBJECT-TYPE
  1920.           SYNTAX  PerfCurrentCount
  1921.           MAX-ACCESS  read-only
  1922.           STATUS  current
  1923.           DESCRIPTION
  1924.                  "The number of Controlled Slip Seconds."
  1925.           ::= { dsx1CurrentEntry 6 }
  1926.  
  1927.      dsx1CurrentPCVs OBJECT-TYPE
  1928.           SYNTAX  PerfCurrentCount
  1929.           MAX-ACCESS  read-only
  1930.           STATUS  current
  1931.           DESCRIPTION
  1932.                  "The number of Path Coding Violations."
  1933.           ::= { dsx1CurrentEntry 7 }
  1934.  
  1935.      dsx1CurrentLESs OBJECT-TYPE
  1936.           SYNTAX  PerfCurrentCount
  1937.           MAX-ACCESS  read-only
  1938.           STATUS  current
  1939.           DESCRIPTION
  1940.                  "The number of Line Errored Seconds."
  1941.           ::= { dsx1CurrentEntry 8 }
  1942.  
  1943.      dsx1CurrentBESs OBJECT-TYPE
  1944.           SYNTAX PerfCurrentCount
  1945.           MAX-ACCESS read-only
  1946.           STATUS current
  1947.           DESCRIPTION
  1948.                  "The number of Bursty Errored Seconds."
  1949.           ::= { dsx1CurrentEntry 9 }
  1950.  
  1951.      dsx1CurrentDMs OBJECT-TYPE
  1952.           SYNTAX PerfCurrentCount
  1953.           MAX-ACCESS read-only
  1954.           STATUS current
  1955.           DESCRIPTION
  1956.                  "The number of Degraded Minutes."
  1957.           ::= { dsx1CurrentEntry 10 }
  1958.  
  1959.  
  1960.  
  1961.  
  1962. Fowler, Ed.                 Standards Track                    [Page 35]
  1963.  
  1964. RFC 2495                   DS1/E1/DS2/E2 MIB                January 1999
  1965.  
  1966.  
  1967.      dsx1CurrentLCVs OBJECT-TYPE
  1968.           SYNTAX PerfCurrentCount
  1969.           MAX-ACCESS read-only
  1970.           STATUS current
  1971.           DESCRIPTION
  1972.                  "The number of Line Code Violations (LCVs)."
  1973.           ::= { dsx1CurrentEntry 11 }
  1974.  
  1975.  
  1976.      -- The DS1 Interval Table
  1977.      dsx1IntervalTable OBJECT-TYPE
  1978.           SYNTAX  SEQUENCE OF Dsx1IntervalEntry
  1979.           MAX-ACCESS  not-accessible
  1980.           STATUS  current
  1981.           DESCRIPTION
  1982.                  "The DS1 Interval Table contains various
  1983.                  statistics collected by each DS1 Interface over
  1984.                  the previous 24 hours of operation.  The past 24
  1985.                  hours are broken into 96 completed 15 minute
  1986.                  intervals.  Each row in this table represents one
  1987.                  such interval (identified by dsx1IntervalNumber)
  1988.                  for one specific instance (identified by
  1989.                  dsx1IntervalIndex)."
  1990.           ::= { ds1 8 }
  1991.  
  1992.      dsx1IntervalEntry OBJECT-TYPE
  1993.           SYNTAX  Dsx1IntervalEntry
  1994.           MAX-ACCESS  not-accessible
  1995.           STATUS  current
  1996.           DESCRIPTION
  1997.                  "An entry in the DS1 Interval table."
  1998.           INDEX   { dsx1IntervalIndex, dsx1IntervalNumber }
  1999.           ::= { dsx1IntervalTable 1 }
  2000.  
  2001.      Dsx1IntervalEntry ::=
  2002.           SEQUENCE {
  2003.               dsx1IntervalIndex             InterfaceIndex,
  2004.               dsx1IntervalNumber            INTEGER,
  2005.               dsx1IntervalESs               PerfIntervalCount,
  2006.               dsx1IntervalSESs              PerfIntervalCount,
  2007.               dsx1IntervalSEFSs             PerfIntervalCount,
  2008.               dsx1IntervalUASs              PerfIntervalCount,
  2009.               dsx1IntervalCSSs              PerfIntervalCount,
  2010.               dsx1IntervalPCVs              PerfIntervalCount,
  2011.               dsx1IntervalLESs              PerfIntervalCount,
  2012.               dsx1IntervalBESs              PerfIntervalCount,
  2013.               dsx1IntervalDMs               PerfIntervalCount,
  2014.               dsx1IntervalLCVs              PerfIntervalCount,
  2015.  
  2016.  
  2017.  
  2018. Fowler, Ed.                 Standards Track                    [Page 36]
  2019.  
  2020. RFC 2495                   DS1/E1/DS2/E2 MIB                January 1999
  2021.  
  2022.  
  2023.               dsx1IntervalValidData         TruthValue
  2024.      }
  2025.  
  2026.      dsx1IntervalIndex OBJECT-TYPE
  2027.           SYNTAX  InterfaceIndex
  2028.           MAX-ACCESS  read-only
  2029.           STATUS  current
  2030.           DESCRIPTION
  2031.                  "The index value which uniquely identifies the DS1
  2032.                  interface to which this entry is applicable.  The
  2033.                  interface identified by a particular value of this
  2034.                  index is the same interface as identified by the
  2035.                  same value as a dsx1LineIndex object instance."
  2036.           ::= { dsx1IntervalEntry 1 }
  2037.  
  2038.      dsx1IntervalNumber OBJECT-TYPE
  2039.           SYNTAX  INTEGER (1..96)
  2040.           MAX-ACCESS  read-only
  2041.           STATUS  current
  2042.           DESCRIPTION
  2043.                  "A number between 1 and 96, where 1 is the most
  2044.                  recently completed 15 minute interval and 96 is
  2045.                  the 15 minutes interval completed 23 hours and 45
  2046.                  minutes prior to interval 1."
  2047.           ::= { dsx1IntervalEntry 2 }
  2048.  
  2049.      dsx1IntervalESs OBJECT-TYPE
  2050.           SYNTAX  PerfIntervalCount
  2051.           MAX-ACCESS  read-only
  2052.           STATUS  current
  2053.           DESCRIPTION
  2054.                  "The number of Errored Seconds."
  2055.           ::= { dsx1IntervalEntry 3 }
  2056.  
  2057.      dsx1IntervalSESs OBJECT-TYPE
  2058.           SYNTAX  PerfIntervalCount
  2059.           MAX-ACCESS  read-only
  2060.           STATUS  current
  2061.           DESCRIPTION
  2062.                  "The number of Severely Errored Seconds."
  2063.           ::= { dsx1IntervalEntry 4 }
  2064.  
  2065.      dsx1IntervalSEFSs OBJECT-TYPE
  2066.           SYNTAX  PerfIntervalCount
  2067.           MAX-ACCESS  read-only
  2068.           STATUS  current
  2069.           DESCRIPTION
  2070.                  "The number of Severely Errored Framing Seconds."
  2071.  
  2072.  
  2073.  
  2074. Fowler, Ed.                 Standards Track                    [Page 37]
  2075.  
  2076. RFC 2495                   DS1/E1/DS2/E2 MIB                January 1999
  2077.  
  2078.  
  2079.           ::= { dsx1IntervalEntry 5 }
  2080.  
  2081.      dsx1IntervalUASs OBJECT-TYPE
  2082.           SYNTAX  PerfIntervalCount
  2083.           MAX-ACCESS  read-only
  2084.           STATUS  current
  2085.           DESCRIPTION
  2086.                  "The number of Unavailable Seconds.  This object
  2087.                  may decrease if the occurance of unavailable
  2088.                  seconds occurs across an inteval boundary."
  2089.           ::= { dsx1IntervalEntry 6 }
  2090.  
  2091.      dsx1IntervalCSSs OBJECT-TYPE
  2092.           SYNTAX  PerfIntervalCount
  2093.           MAX-ACCESS  read-only
  2094.           STATUS  current
  2095.           DESCRIPTION
  2096.                  "The number of Controlled Slip Seconds."
  2097.           ::= { dsx1IntervalEntry 7 }
  2098.  
  2099.      dsx1IntervalPCVs OBJECT-TYPE
  2100.           SYNTAX  PerfIntervalCount
  2101.           MAX-ACCESS  read-only
  2102.           STATUS  current
  2103.           DESCRIPTION
  2104.                  "The number of Path Coding Violations."
  2105.           ::= { dsx1IntervalEntry 8 }
  2106.  
  2107.      dsx1IntervalLESs OBJECT-TYPE
  2108.           SYNTAX  PerfIntervalCount
  2109.           MAX-ACCESS  read-only
  2110.           STATUS  current
  2111.           DESCRIPTION
  2112.                  "The number of Line Errored Seconds."
  2113.           ::= { dsx1IntervalEntry 9 }
  2114.  
  2115.      dsx1IntervalBESs OBJECT-TYPE
  2116.           SYNTAX PerfIntervalCount
  2117.           MAX-ACCESS read-only
  2118.           STATUS current
  2119.           DESCRIPTION
  2120.                  "The number of Bursty Errored Seconds."
  2121.           ::= { dsx1IntervalEntry 10 }
  2122.  
  2123.      dsx1IntervalDMs OBJECT-TYPE
  2124.           SYNTAX PerfIntervalCount
  2125.           MAX-ACCESS read-only
  2126.           STATUS current
  2127.  
  2128.  
  2129.  
  2130. Fowler, Ed.                 Standards Track                    [Page 38]
  2131.  
  2132. RFC 2495                   DS1/E1/DS2/E2 MIB                January 1999
  2133.  
  2134.  
  2135.           DESCRIPTION
  2136.                  "The number of Degraded Minutes."
  2137.           ::= { dsx1IntervalEntry 11 }
  2138.  
  2139.      dsx1IntervalLCVs OBJECT-TYPE
  2140.           SYNTAX PerfIntervalCount
  2141.           MAX-ACCESS read-only
  2142.           STATUS current
  2143.           DESCRIPTION
  2144.                  "The number of Line Code Violations."
  2145.           ::= { dsx1IntervalEntry 12 }
  2146.  
  2147.      dsx1IntervalValidData OBJECT-TYPE
  2148.           SYNTAX TruthValue
  2149.           MAX-ACCESS read-only
  2150.           STATUS current
  2151.           DESCRIPTION
  2152.                  "This variable indicates if the data for this
  2153.                  interval is valid."
  2154.           ::= { dsx1IntervalEntry 13 }
  2155.  
  2156.      -- The DS1 Total Table
  2157.      dsx1TotalTable OBJECT-TYPE
  2158.           SYNTAX  SEQUENCE OF Dsx1TotalEntry
  2159.           MAX-ACCESS  not-accessible
  2160.           STATUS  current
  2161.           DESCRIPTION
  2162.                  "The DS1 Total Table contains the cumulative sum
  2163.                  of the various statistics for the 24 hour period
  2164.                  preceding the current interval."
  2165.           ::= { ds1 9 }
  2166.  
  2167.      dsx1TotalEntry OBJECT-TYPE
  2168.           SYNTAX  Dsx1TotalEntry
  2169.           MAX-ACCESS  not-accessible
  2170.           STATUS  current
  2171.           DESCRIPTION
  2172.                  "An entry in the DS1 Total table."
  2173.           INDEX   { dsx1TotalIndex }
  2174.           ::= { dsx1TotalTable 1 }
  2175.  
  2176.      Dsx1TotalEntry ::=
  2177.           SEQUENCE {
  2178.               dsx1TotalIndex                InterfaceIndex,
  2179.               dsx1TotalESs                  PerfTotalCount,
  2180.               dsx1TotalSESs                 PerfTotalCount,
  2181.               dsx1TotalSEFSs                PerfTotalCount,
  2182.               dsx1TotalUASs                 PerfTotalCount,
  2183.  
  2184.  
  2185.  
  2186. Fowler, Ed.                 Standards Track                    [Page 39]
  2187.  
  2188. RFC 2495                   DS1/E1/DS2/E2 MIB                January 1999
  2189.  
  2190.  
  2191.               dsx1TotalCSSs                 PerfTotalCount,
  2192.               dsx1TotalPCVs                 PerfTotalCount,
  2193.               dsx1TotalLESs                 PerfTotalCount,
  2194.               dsx1TotalBESs                 PerfTotalCount,
  2195.               dsx1TotalDMs                  PerfTotalCount,
  2196.               dsx1TotalLCVs                 PerfTotalCount
  2197.      }
  2198.  
  2199.      dsx1TotalIndex OBJECT-TYPE
  2200.           SYNTAX  InterfaceIndex
  2201.           MAX-ACCESS  read-only
  2202.           STATUS  current
  2203.           DESCRIPTION
  2204.                  "The index value which uniquely identifies the DS1
  2205.                  interface to which this entry is applicable.  The
  2206.                  interface identified by a particular value of this
  2207.                  index is the same interface as identified by the
  2208.                  same value as a dsx1LineIndex object instance."
  2209.  
  2210.           ::= { dsx1TotalEntry 1 }
  2211.  
  2212.      dsx1TotalESs OBJECT-TYPE
  2213.           SYNTAX  PerfTotalCount
  2214.           MAX-ACCESS  read-only
  2215.           STATUS  current
  2216.           DESCRIPTION
  2217.                  "The sum of Errored Seconds encountered by a DS1
  2218.                  interface in the previous 24 hour interval.
  2219.                  Invalid 15 minute intervals count as 0."
  2220.           ::= { dsx1TotalEntry 2 }
  2221.  
  2222.      dsx1TotalSESs OBJECT-TYPE
  2223.           SYNTAX  PerfTotalCount
  2224.           MAX-ACCESS  read-only
  2225.           STATUS  current
  2226.           DESCRIPTION
  2227.                  "The number of Severely Errored Seconds
  2228.                  encountered by a DS1 interface in the previous 24
  2229.                  hour interval.  Invalid 15 minute intervals count
  2230.                  as 0."
  2231.           ::= { dsx1TotalEntry 3 }
  2232.  
  2233.      dsx1TotalSEFSs OBJECT-TYPE
  2234.           SYNTAX  PerfTotalCount
  2235.           MAX-ACCESS  read-only
  2236.           STATUS  current
  2237.           DESCRIPTION
  2238.                  "The number of Severely Errored Framing Seconds
  2239.  
  2240.  
  2241.  
  2242. Fowler, Ed.                 Standards Track                    [Page 40]
  2243.  
  2244. RFC 2495                   DS1/E1/DS2/E2 MIB                January 1999
  2245.  
  2246.  
  2247.                  encountered by a DS1 interface in the previous 24
  2248.                  hour interval.  Invalid 15 minute intervals count
  2249.                  as 0."
  2250.           ::= { dsx1TotalEntry 4 }
  2251.  
  2252.      dsx1TotalUASs OBJECT-TYPE
  2253.           SYNTAX  PerfTotalCount
  2254.           MAX-ACCESS  read-only
  2255.           STATUS  current
  2256.           DESCRIPTION
  2257.                  "The number of Unavailable Seconds encountered by
  2258.                  a DS1 interface in the previous 24 hour interval.
  2259.                  Invalid 15 minute intervals count as 0."
  2260.           ::= { dsx1TotalEntry 5 }
  2261.  
  2262.      dsx1TotalCSSs OBJECT-TYPE
  2263.           SYNTAX  PerfTotalCount
  2264.           MAX-ACCESS  read-only
  2265.           STATUS  current
  2266.           DESCRIPTION
  2267.                  "The number of Controlled Slip Seconds encountered
  2268.                  by a DS1 interface in the previous 24 hour
  2269.                  interval.  Invalid 15 minute intervals count as
  2270.                  0."
  2271.           ::= { dsx1TotalEntry 6 }
  2272.  
  2273.      dsx1TotalPCVs OBJECT-TYPE
  2274.           SYNTAX  PerfTotalCount
  2275.           MAX-ACCESS  read-only
  2276.           STATUS  current
  2277.           DESCRIPTION
  2278.                  "The number of Path Coding Violations encountered
  2279.                  by a DS1 interface in the previous 24 hour
  2280.                  interval.  Invalid 15 minute intervals count as
  2281.                  0."
  2282.           ::= { dsx1TotalEntry 7 }
  2283.  
  2284.      dsx1TotalLESs OBJECT-TYPE
  2285.           SYNTAX  PerfTotalCount
  2286.           MAX-ACCESS  read-only
  2287.           STATUS  current
  2288.           DESCRIPTION
  2289.                  "The number of Line Errored Seconds encountered by
  2290.                  a DS1 interface in the previous 24 hour interval.
  2291.                  Invalid 15 minute intervals count as 0."
  2292.           ::= { dsx1TotalEntry 8 }
  2293.  
  2294.      dsx1TotalBESs OBJECT-TYPE
  2295.  
  2296.  
  2297.  
  2298. Fowler, Ed.                 Standards Track                    [Page 41]
  2299.  
  2300. RFC 2495                   DS1/E1/DS2/E2 MIB                January 1999
  2301.  
  2302.  
  2303.           SYNTAX PerfTotalCount
  2304.           MAX-ACCESS read-only
  2305.           STATUS current
  2306.           DESCRIPTION
  2307.                  "The number of Bursty Errored Seconds (BESs)
  2308.                  encountered by a DS1 interface in the previous 24
  2309.                  hour interval. Invalid 15 minute intervals count
  2310.                  as 0."
  2311.           ::= { dsx1TotalEntry 9 }
  2312.  
  2313.      dsx1TotalDMs OBJECT-TYPE
  2314.           SYNTAX PerfTotalCount
  2315.           MAX-ACCESS read-only
  2316.           STATUS current
  2317.           DESCRIPTION
  2318.                  "The number of Degraded Minutes (DMs) encountered
  2319.                  by a DS1 interface in the previous 24 hour
  2320.                  interval.  Invalid 15 minute intervals count as
  2321.                  0."
  2322.           ::= { dsx1TotalEntry 10 }
  2323.  
  2324.      dsx1TotalLCVs OBJECT-TYPE
  2325.           SYNTAX PerfTotalCount
  2326.           MAX-ACCESS read-only
  2327.           STATUS current
  2328.           DESCRIPTION
  2329.                  "The number of Line Code Violations (LCVs)
  2330.                  encountered by a DS1 interface in the current 15
  2331.                  minute interval.  Invalid 15 minute intervals
  2332.                  count as 0."
  2333.           ::= { dsx1TotalEntry 11 }
  2334.  
  2335.      -- The DS1 Channel Table
  2336.      dsx1ChanMappingTable OBJECT-TYPE
  2337.           SYNTAX  SEQUENCE OF Dsx1ChanMappingEntry
  2338.           MAX-ACCESS  not-accessible
  2339.           STATUS  current
  2340.           DESCRIPTION
  2341.                  "The DS1 Channel Mapping table.  This table maps a
  2342.                  DS1 channel number on a particular DS3 into an
  2343.                  ifIndex.  In the presence of DS2s, this table can
  2344.                  be used to map a DS2 channel number on a DS3 into
  2345.                  an ifIndex, or used to map a DS1 channel number on
  2346.                  a DS2 onto an ifIndex."
  2347.           ::= { ds1 16 }
  2348.  
  2349.      dsx1ChanMappingEntry OBJECT-TYPE
  2350.           SYNTAX  Dsx1ChanMappingEntry
  2351.  
  2352.  
  2353.  
  2354. Fowler, Ed.                 Standards Track                    [Page 42]
  2355.  
  2356. RFC 2495                   DS1/E1/DS2/E2 MIB                January 1999
  2357.  
  2358.  
  2359.           MAX-ACCESS  not-accessible
  2360.           STATUS  current
  2361.           DESCRIPTION
  2362.                  "An entry in the DS1 Channel Mapping table.  There
  2363.                  is an entry in this table corresponding to each
  2364.                  ds1 ifEntry within any interface that is
  2365.                  channelized to the individual ds1 ifEntry level.
  2366.  
  2367.                  This table is intended to facilitate mapping from
  2368.                  channelized interface / channel number to DS1
  2369.                  ifEntry.  (e.g. mapping (DS3 ifIndex, DS1 Channel
  2370.                  Number) -> ifIndex)
  2371.  
  2372.                  While this table provides information that can
  2373.                  also be found in the ifStackTable and
  2374.                  dsx1ConfigTable, it provides this same information
  2375.                  with a single table lookup, rather than by walking
  2376.                  the ifStackTable to find the various constituent
  2377.                  ds1 ifTable entries, and testing various
  2378.                  dsx1ConfigTable entries to check for the entry
  2379.                  with the applicable DS1 channel number."
  2380.           INDEX   { ifIndex, dsx1Ds1ChannelNumber }
  2381.           ::= { dsx1ChanMappingTable 1 }
  2382.  
  2383.      Dsx1ChanMappingEntry ::=
  2384.           SEQUENCE {
  2385.               dsx1ChanMappedIfIndex  InterfaceIndex
  2386.      }
  2387.  
  2388.  
  2389.      dsx1ChanMappedIfIndex OBJECT-TYPE
  2390.           SYNTAX  InterfaceIndex
  2391.           MAX-ACCESS  read-only
  2392.           STATUS  current
  2393.           DESCRIPTION
  2394.                  "This object indicates the ifIndex value assigned
  2395.                  by the agent for the individual ds1 ifEntry that
  2396.                  corresponds to the given DS1 channel number
  2397.                  (specified by the INDEX element
  2398.                  dsx1Ds1ChannelNumber) of the given channelized
  2399.                  interface (specified by INDEX element ifIndex)."
  2400.           ::= { dsx1ChanMappingEntry 1 }
  2401.  
  2402.      -- The DS1 Far End Current Table
  2403.  
  2404.      dsx1FarEndCurrentTable OBJECT-TYPE
  2405.           SYNTAX  SEQUENCE OF Dsx1FarEndCurrentEntry
  2406.           MAX-ACCESS  not-accessible
  2407.  
  2408.  
  2409.  
  2410. Fowler, Ed.                 Standards Track                    [Page 43]
  2411.  
  2412. RFC 2495                   DS1/E1/DS2/E2 MIB                January 1999
  2413.  
  2414.  
  2415.           STATUS  current
  2416.           DESCRIPTION
  2417.                  "The DS1 Far End Current table contains various
  2418.                  statistics being collected for the current 15
  2419.                  minute interval.  The statistics are collected
  2420.                  from the far end messages on the Facilities Data
  2421.                  Link.  The definitions are the same as described
  2422.                  for the near-end information."
  2423.           ::= { ds1 10 }
  2424.  
  2425.      dsx1FarEndCurrentEntry OBJECT-TYPE
  2426.           SYNTAX  Dsx1FarEndCurrentEntry
  2427.           MAX-ACCESS  not-accessible
  2428.           STATUS  current
  2429.           DESCRIPTION
  2430.                  "An entry in the DS1 Far End Current table."
  2431.           INDEX   { dsx1FarEndCurrentIndex }
  2432.           ::= { dsx1FarEndCurrentTable 1 }
  2433.  
  2434.      Dsx1FarEndCurrentEntry ::=
  2435.           SEQUENCE {
  2436.               dsx1FarEndCurrentIndex      InterfaceIndex,
  2437.               dsx1FarEndTimeElapsed       INTEGER,
  2438.               dsx1FarEndValidIntervals    INTEGER,
  2439.               dsx1FarEndCurrentESs        PerfCurrentCount,
  2440.               dsx1FarEndCurrentSESs       PerfCurrentCount,
  2441.               dsx1FarEndCurrentSEFSs      PerfCurrentCount,
  2442.               dsx1FarEndCurrentUASs       PerfCurrentCount,
  2443.               dsx1FarEndCurrentCSSs       PerfCurrentCount,
  2444.               dsx1FarEndCurrentLESs       PerfCurrentCount,
  2445.               dsx1FarEndCurrentPCVs       PerfCurrentCount,
  2446.               dsx1FarEndCurrentBESs       PerfCurrentCount,
  2447.               dsx1FarEndCurrentDMs        PerfCurrentCount,
  2448.               dsx1FarEndInvalidIntervals  INTEGER
  2449.      }
  2450.  
  2451.      dsx1FarEndCurrentIndex OBJECT-TYPE
  2452.           SYNTAX  InterfaceIndex
  2453.           MAX-ACCESS  read-only
  2454.           STATUS  current
  2455.           DESCRIPTION
  2456.                  "The index value which uniquely identifies the DS1
  2457.                  interface to which this entry is applicable.  The
  2458.                  interface identified by a particular value of this
  2459.                  index is identical to the interface identified by
  2460.                  the same value of dsx1LineIndex."
  2461.           ::= { dsx1FarEndCurrentEntry 1 }
  2462.  
  2463.  
  2464.  
  2465.  
  2466. Fowler, Ed.                 Standards Track                    [Page 44]
  2467.  
  2468. RFC 2495                   DS1/E1/DS2/E2 MIB                January 1999
  2469.  
  2470.  
  2471.      dsx1FarEndTimeElapsed OBJECT-TYPE
  2472.           SYNTAX  INTEGER (0..899)
  2473.           MAX-ACCESS  read-only
  2474.           STATUS  current
  2475.           DESCRIPTION
  2476.                       "The number of seconds that have elapsed since the
  2477.                  beginning of the far end current error-measurement
  2478.                  period.  If, for some reason, such as an
  2479.                  adjustment in the system's time-of-day clock, the
  2480.                  current interval exceeds the maximum value, the
  2481.                  agent will return the maximum value."
  2482.           ::= { dsx1FarEndCurrentEntry 2 }
  2483.  
  2484.      dsx1FarEndValidIntervals OBJECT-TYPE
  2485.           SYNTAX  INTEGER (0..96)
  2486.           MAX-ACCESS  read-only
  2487.           STATUS  current
  2488.           DESCRIPTION
  2489.                       "The number of previous far end intervals for
  2490.                  which data was collected.  The value will be
  2491.                  96 unless the interface was brought online within
  2492.                  the last 24 hours, in which case the value will be
  2493.                  the number of complete 15 minute far end intervals
  2494.                  since the interface has been online."
  2495.           ::= { dsx1FarEndCurrentEntry 3 }
  2496.  
  2497.      dsx1FarEndCurrentESs OBJECT-TYPE
  2498.           SYNTAX  PerfCurrentCount
  2499.           MAX-ACCESS  read-only
  2500.           STATUS  current
  2501.           DESCRIPTION
  2502.                  "The number of Far End Errored Seconds."
  2503.           ::= { dsx1FarEndCurrentEntry 4 }
  2504.  
  2505.      dsx1FarEndCurrentSESs OBJECT-TYPE
  2506.           SYNTAX  PerfCurrentCount
  2507.           MAX-ACCESS  read-only
  2508.           STATUS  current
  2509.           DESCRIPTION
  2510.                  "The number of Far End Severely Errored Seconds."
  2511.  
  2512.           ::= { dsx1FarEndCurrentEntry 5 }
  2513.  
  2514.      dsx1FarEndCurrentSEFSs OBJECT-TYPE
  2515.           SYNTAX  PerfCurrentCount
  2516.           MAX-ACCESS  read-only
  2517.           STATUS  current
  2518.           DESCRIPTION
  2519.  
  2520.  
  2521.  
  2522. Fowler, Ed.                 Standards Track                    [Page 45]
  2523.  
  2524. RFC 2495                   DS1/E1/DS2/E2 MIB                January 1999
  2525.  
  2526.  
  2527.                  "The number of Far End Severely Errored Framing
  2528.                  Seconds."
  2529.           ::= { dsx1FarEndCurrentEntry 6 }
  2530.  
  2531.      dsx1FarEndCurrentUASs OBJECT-TYPE
  2532.           SYNTAX  PerfCurrentCount
  2533.           MAX-ACCESS  read-only
  2534.           STATUS  current
  2535.           DESCRIPTION
  2536.                  "The number of Unavailable Seconds."
  2537.           ::= { dsx1FarEndCurrentEntry 7 }
  2538.  
  2539.      dsx1FarEndCurrentCSSs OBJECT-TYPE
  2540.           SYNTAX  PerfCurrentCount
  2541.           MAX-ACCESS  read-only
  2542.           STATUS  current
  2543.           DESCRIPTION
  2544.                  "The number of Far End Controlled Slip Seconds."
  2545.           ::= { dsx1FarEndCurrentEntry 8 }
  2546.  
  2547.      dsx1FarEndCurrentLESs OBJECT-TYPE
  2548.           SYNTAX  PerfCurrentCount
  2549.           MAX-ACCESS  read-only
  2550.           STATUS  current
  2551.           DESCRIPTION
  2552.                  "The number of Far End Line Errored Seconds."
  2553.           ::= { dsx1FarEndCurrentEntry 9 }
  2554.  
  2555.      dsx1FarEndCurrentPCVs OBJECT-TYPE
  2556.           SYNTAX  PerfCurrentCount
  2557.           MAX-ACCESS  read-only
  2558.           STATUS  current
  2559.           DESCRIPTION
  2560.                  "The number of Far End Path Coding Violations."
  2561.           ::= { dsx1FarEndCurrentEntry 10 }
  2562.  
  2563.      dsx1FarEndCurrentBESs OBJECT-TYPE
  2564.           SYNTAX PerfCurrentCount
  2565.           MAX-ACCESS read-only
  2566.           STATUS current
  2567.           DESCRIPTION
  2568.                  "The number of Far End Bursty Errored Seconds."
  2569.           ::= { dsx1FarEndCurrentEntry 11 }
  2570.  
  2571.      dsx1FarEndCurrentDMs OBJECT-TYPE
  2572.           SYNTAX PerfCurrentCount
  2573.           MAX-ACCESS read-only
  2574.           STATUS current
  2575.  
  2576.  
  2577.  
  2578. Fowler, Ed.                 Standards Track                    [Page 46]
  2579.  
  2580. RFC 2495                   DS1/E1/DS2/E2 MIB                January 1999
  2581.  
  2582.  
  2583.           DESCRIPTION
  2584.                  "The number of Far End Degraded Minutes."
  2585.           ::= { dsx1FarEndCurrentEntry 12 }
  2586.  
  2587.      dsx1FarEndInvalidIntervals OBJECT-TYPE
  2588.           SYNTAX  INTEGER (0..96)
  2589.           MAX-ACCESS  read-only
  2590.           STATUS  current
  2591.           DESCRIPTION
  2592.                  "The number of intervals in the range from 0 to
  2593.                  dsx1FarEndValidIntervals for which no data is
  2594.                  available.  This object will typically be zero
  2595.                  except in cases where the data for some intervals
  2596.                  are not available (e.g., in proxy situations)."
  2597.           ::= { dsx1FarEndCurrentEntry 13 }
  2598.  
  2599.      -- The DS1 Far End Interval Table
  2600.      dsx1FarEndIntervalTable OBJECT-TYPE
  2601.           SYNTAX  SEQUENCE OF Dsx1FarEndIntervalEntry
  2602.           MAX-ACCESS  not-accessible
  2603.           STATUS  current
  2604.           DESCRIPTION
  2605.                  "The DS1 Far End Interval Table contains various
  2606.                  statistics collected by each DS1 interface over
  2607.                  the previous 24 hours of operation.  The past 24
  2608.                  hours are broken into 96 completed 15 minute
  2609.                  intervals. Each row in this table represents one
  2610.                  such interval (identified by
  2611.                  dsx1FarEndIntervalNumber) for one specific
  2612.                  instance (identified by dsx1FarEndIntervalIndex)."
  2613.           ::= { ds1 11 }
  2614.  
  2615.      dsx1FarEndIntervalEntry OBJECT-TYPE
  2616.           SYNTAX  Dsx1FarEndIntervalEntry
  2617.           MAX-ACCESS  not-accessible
  2618.           STATUS  current
  2619.           DESCRIPTION
  2620.                  "An entry in the DS1 Far End Interval table."
  2621.  
  2622.           INDEX   { dsx1FarEndIntervalIndex,
  2623.                     dsx1FarEndIntervalNumber }
  2624.           ::= { dsx1FarEndIntervalTable 1 }
  2625.  
  2626.      Dsx1FarEndIntervalEntry ::=
  2627.           SEQUENCE {
  2628.               dsx1FarEndIntervalIndex       InterfaceIndex,
  2629.               dsx1FarEndIntervalNumber      INTEGER,
  2630.               dsx1FarEndIntervalESs         PerfIntervalCount,
  2631.  
  2632.  
  2633.  
  2634. Fowler, Ed.                 Standards Track                    [Page 47]
  2635.  
  2636. RFC 2495                   DS1/E1/DS2/E2 MIB                January 1999
  2637.  
  2638.  
  2639.               dsx1FarEndIntervalSESs        PerfIntervalCount,
  2640.               dsx1FarEndIntervalSEFSs       PerfIntervalCount,
  2641.               dsx1FarEndIntervalUASs        PerfIntervalCount,
  2642.               dsx1FarEndIntervalCSSs        PerfIntervalCount,
  2643.               dsx1FarEndIntervalLESs        PerfIntervalCount,
  2644.               dsx1FarEndIntervalPCVs        PerfIntervalCount,
  2645.               dsx1FarEndIntervalBESs        PerfIntervalCount,
  2646.               dsx1FarEndIntervalDMs         PerfIntervalCount,
  2647.               dsx1FarEndIntervalValidData   TruthValue
  2648.      }
  2649.  
  2650.      dsx1FarEndIntervalIndex OBJECT-TYPE
  2651.           SYNTAX  InterfaceIndex
  2652.           MAX-ACCESS  read-only
  2653.           STATUS  current
  2654.           DESCRIPTION
  2655.                  "The index value which uniquely identifies the DS1
  2656.                  interface to which this entry is applicable.  The
  2657.                  interface identified by a particular value of this
  2658.                  index is identical to the interface identified by
  2659.                  the same value of dsx1LineIndex."
  2660.           ::= { dsx1FarEndIntervalEntry 1 }
  2661.  
  2662.      dsx1FarEndIntervalNumber OBJECT-TYPE
  2663.           SYNTAX  INTEGER (1..96)
  2664.           MAX-ACCESS  read-only
  2665.           STATUS  current
  2666.           DESCRIPTION
  2667.                  "A number between 1 and 96, where 1 is the most
  2668.                  recently completed 15 minute interval and 96 is
  2669.                  the 15 minutes interval completed 23 hours and 45
  2670.                  minutes prior to interval 1."
  2671.           ::= { dsx1FarEndIntervalEntry 2 }
  2672.  
  2673.      dsx1FarEndIntervalESs OBJECT-TYPE
  2674.           SYNTAX  PerfIntervalCount
  2675.           MAX-ACCESS  read-only
  2676.           STATUS  current
  2677.           DESCRIPTION
  2678.                  "The number of Far End Errored Seconds."
  2679.           ::= { dsx1FarEndIntervalEntry 3 }
  2680.  
  2681.      dsx1FarEndIntervalSESs OBJECT-TYPE
  2682.           SYNTAX  PerfIntervalCount
  2683.           MAX-ACCESS  read-only
  2684.           STATUS  current
  2685.           DESCRIPTION
  2686.                  "The number of Far End Severely Errored Seconds."
  2687.  
  2688.  
  2689.  
  2690. Fowler, Ed.                 Standards Track                    [Page 48]
  2691.  
  2692. RFC 2495                   DS1/E1/DS2/E2 MIB                January 1999
  2693.  
  2694.  
  2695.           ::= { dsx1FarEndIntervalEntry 4 }
  2696.  
  2697.      dsx1FarEndIntervalSEFSs OBJECT-TYPE
  2698.           SYNTAX  PerfIntervalCount
  2699.           MAX-ACCESS  read-only
  2700.           STATUS  current
  2701.           DESCRIPTION
  2702.                  "The number of Far End Severely Errored Framing
  2703.                  Seconds."
  2704.           ::= { dsx1FarEndIntervalEntry 5 }
  2705.  
  2706.      dsx1FarEndIntervalUASs OBJECT-TYPE
  2707.           SYNTAX  PerfIntervalCount
  2708.           MAX-ACCESS  read-only
  2709.           STATUS  current
  2710.           DESCRIPTION
  2711.                  "The number of Unavailable Seconds."
  2712.           ::= { dsx1FarEndIntervalEntry 6 }
  2713.  
  2714.      dsx1FarEndIntervalCSSs OBJECT-TYPE
  2715.           SYNTAX  PerfIntervalCount
  2716.           MAX-ACCESS  read-only
  2717.           STATUS  current
  2718.           DESCRIPTION
  2719.                  "The number of Far End Controlled Slip Seconds."
  2720.           ::= { dsx1FarEndIntervalEntry 7 }
  2721.  
  2722.      dsx1FarEndIntervalLESs OBJECT-TYPE
  2723.           SYNTAX  PerfIntervalCount
  2724.           MAX-ACCESS  read-only
  2725.           STATUS  current
  2726.           DESCRIPTION
  2727.                  "The number of Far End Line Errored Seconds."
  2728.  
  2729.           ::= { dsx1FarEndIntervalEntry 8 }
  2730.  
  2731.      dsx1FarEndIntervalPCVs OBJECT-TYPE
  2732.           SYNTAX  PerfIntervalCount
  2733.           MAX-ACCESS  read-only
  2734.           STATUS  current
  2735.           DESCRIPTION
  2736.                  "The number of Far End Path Coding Violations."
  2737.           ::= { dsx1FarEndIntervalEntry 9 }
  2738.  
  2739.      dsx1FarEndIntervalBESs OBJECT-TYPE
  2740.           SYNTAX PerfIntervalCount
  2741.           MAX-ACCESS read-only
  2742.           STATUS current
  2743.  
  2744.  
  2745.  
  2746. Fowler, Ed.                 Standards Track                    [Page 49]
  2747.  
  2748. RFC 2495                   DS1/E1/DS2/E2 MIB                January 1999
  2749.  
  2750.  
  2751.           DESCRIPTION
  2752.                  "The number of Far End Bursty Errored Seconds."
  2753.           ::= { dsx1FarEndIntervalEntry 10 }
  2754.  
  2755.      dsx1FarEndIntervalDMs OBJECT-TYPE
  2756.           SYNTAX PerfIntervalCount
  2757.           MAX-ACCESS read-only
  2758.           STATUS current
  2759.           DESCRIPTION
  2760.                  "The number of Far End Degraded Minutes."
  2761.           ::= { dsx1FarEndIntervalEntry 11 }
  2762.  
  2763.      dsx1FarEndIntervalValidData OBJECT-TYPE
  2764.           SYNTAX TruthValue
  2765.           MAX-ACCESS read-only
  2766.           STATUS current
  2767.           DESCRIPTION
  2768.                       "This variable indicates if the data for this
  2769.                  interval is valid."
  2770.           ::= { dsx1FarEndIntervalEntry 12 }
  2771.  
  2772.      -- The DS1 Far End Total Table
  2773.  
  2774.      dsx1FarEndTotalTable OBJECT-TYPE
  2775.           SYNTAX  SEQUENCE OF Dsx1FarEndTotalEntry
  2776.           MAX-ACCESS  not-accessible
  2777.           STATUS  current
  2778.           DESCRIPTION
  2779.                  "The DS1 Far End Total Table contains the
  2780.                  cumulative sum of the various statistics for the
  2781.                  24 hour period preceding the current interval."
  2782.           ::= { ds1 12 }
  2783.  
  2784.      dsx1FarEndTotalEntry OBJECT-TYPE
  2785.           SYNTAX  Dsx1FarEndTotalEntry
  2786.           MAX-ACCESS  not-accessible
  2787.           STATUS  current
  2788.           DESCRIPTION
  2789.                  "An entry in the DS1 Far End Total table."
  2790.           INDEX   { dsx1FarEndTotalIndex }
  2791.           ::= { dsx1FarEndTotalTable 1 }
  2792.  
  2793.      Dsx1FarEndTotalEntry ::=
  2794.           SEQUENCE {
  2795.               dsx1FarEndTotalIndex          InterfaceIndex,
  2796.               dsx1FarEndTotalESs            PerfTotalCount,
  2797.               dsx1FarEndTotalSESs           PerfTotalCount,
  2798.               dsx1FarEndTotalSEFSs          PerfTotalCount,
  2799.  
  2800.  
  2801.  
  2802. Fowler, Ed.                 Standards Track                    [Page 50]
  2803.  
  2804. RFC 2495                   DS1/E1/DS2/E2 MIB                January 1999
  2805.  
  2806.  
  2807.               dsx1FarEndTotalUASs           PerfTotalCount,
  2808.               dsx1FarEndTotalCSSs           PerfTotalCount,
  2809.               dsx1FarEndTotalLESs           PerfTotalCount,
  2810.               dsx1FarEndTotalPCVs           PerfTotalCount,
  2811.               dsx1FarEndTotalBESs           PerfTotalCount,
  2812.               dsx1FarEndTotalDMs            PerfTotalCount
  2813.      }
  2814.  
  2815.      dsx1FarEndTotalIndex OBJECT-TYPE
  2816.           SYNTAX  InterfaceIndex
  2817.           MAX-ACCESS  read-only
  2818.           STATUS  current
  2819.           DESCRIPTION
  2820.                  "The index value which uniquely identifies the DS1
  2821.                  interface to which this entry is applicable.  The
  2822.                  interface identified by a particular value of this
  2823.                  index is identical to the interface identified by
  2824.                  the same value of dsx1LineIndex."
  2825.  
  2826.           ::= { dsx1FarEndTotalEntry 1 }
  2827.  
  2828.      dsx1FarEndTotalESs OBJECT-TYPE
  2829.           SYNTAX  PerfTotalCount
  2830.           MAX-ACCESS  read-only
  2831.           STATUS  current
  2832.           DESCRIPTION
  2833.                  "The number of Far End Errored Seconds encountered
  2834.                  by a DS1 interface in the previous 24 hour
  2835.                  interval.  Invalid 15 minute intervals count as
  2836.                  0."
  2837.           ::= { dsx1FarEndTotalEntry 2 }
  2838.  
  2839.      dsx1FarEndTotalSESs OBJECT-TYPE
  2840.           SYNTAX  PerfTotalCount
  2841.           MAX-ACCESS  read-only
  2842.           STATUS  current
  2843.           DESCRIPTION
  2844.                  "The number of Far End Severely Errored Seconds
  2845.                  encountered by a DS1 interface in the previous 24
  2846.                  hour interval.  Invalid 15 minute intervals count
  2847.                  as 0."
  2848.           ::= { dsx1FarEndTotalEntry 3 }
  2849.  
  2850.      dsx1FarEndTotalSEFSs OBJECT-TYPE
  2851.           SYNTAX  PerfTotalCount
  2852.           MAX-ACCESS  read-only
  2853.           STATUS  current
  2854.           DESCRIPTION
  2855.  
  2856.  
  2857.  
  2858. Fowler, Ed.                 Standards Track                    [Page 51]
  2859.  
  2860. RFC 2495                   DS1/E1/DS2/E2 MIB                January 1999
  2861.  
  2862.  
  2863.                  "The number of Far End Severely Errored Framing
  2864.                  Seconds encountered by a DS1 interface in the
  2865.                  previous 24 hour interval. Invalid 15 minute
  2866.                  intervals count as 0."
  2867.           ::= { dsx1FarEndTotalEntry 4 }
  2868.  
  2869.      dsx1FarEndTotalUASs OBJECT-TYPE
  2870.           SYNTAX  PerfTotalCount
  2871.           MAX-ACCESS  read-only
  2872.           STATUS  current
  2873.           DESCRIPTION
  2874.                  "The number of Unavailable Seconds encountered by
  2875.                  a DS1 interface in the previous 24 hour interval.
  2876.                  Invalid 15 minute intervals count as 0."
  2877.           ::= { dsx1FarEndTotalEntry 5 }
  2878.  
  2879.      dsx1FarEndTotalCSSs OBJECT-TYPE
  2880.           SYNTAX  PerfTotalCount
  2881.           MAX-ACCESS  read-only
  2882.           STATUS  current
  2883.           DESCRIPTION
  2884.                  "The number of Far End Controlled Slip Seconds
  2885.                  encountered by a DS1 interface in the previous 24
  2886.                  hour interval.  Invalid 15 minute intervals count
  2887.                  as 0."
  2888.           ::= { dsx1FarEndTotalEntry 6 }
  2889.  
  2890.      dsx1FarEndTotalLESs OBJECT-TYPE
  2891.           SYNTAX  PerfTotalCount
  2892.           MAX-ACCESS  read-only
  2893.           STATUS  current
  2894.           DESCRIPTION
  2895.                  "The number of Far End Line Errored Seconds
  2896.                  encountered by a DS1 interface in the previous 24
  2897.                  hour interval.  Invalid 15 minute intervals count
  2898.                  as 0."
  2899.           ::= { dsx1FarEndTotalEntry 7 }
  2900.  
  2901.      dsx1FarEndTotalPCVs OBJECT-TYPE
  2902.           SYNTAX  PerfTotalCount
  2903.           MAX-ACCESS  read-only
  2904.           STATUS  current
  2905.           DESCRIPTION
  2906.                  "The number of Far End Path Coding Violations
  2907.                  reported via the far end block error count
  2908.                  encountered by a DS1 interface in the previous 24
  2909.                  hour interval.  Invalid 15 minute intervals count
  2910.                  as 0."
  2911.  
  2912.  
  2913.  
  2914. Fowler, Ed.                 Standards Track                    [Page 52]
  2915.  
  2916. RFC 2495                   DS1/E1/DS2/E2 MIB                January 1999
  2917.  
  2918.  
  2919.           ::= { dsx1FarEndTotalEntry 8 }
  2920.  
  2921.      dsx1FarEndTotalBESs OBJECT-TYPE
  2922.           SYNTAX PerfTotalCount
  2923.           MAX-ACCESS read-only
  2924.           STATUS current
  2925.           DESCRIPTION
  2926.                  "The number of Bursty Errored Seconds (BESs)
  2927.                  encountered by a DS1 interface in the previous 24
  2928.                  hour interval. Invalid 15 minute intervals count
  2929.                  as 0."
  2930.           ::= { dsx1FarEndTotalEntry 9 }
  2931.  
  2932.  
  2933.      dsx1FarEndTotalDMs OBJECT-TYPE
  2934.           SYNTAX PerfTotalCount
  2935.           MAX-ACCESS read-only
  2936.           STATUS current
  2937.           DESCRIPTION
  2938.                  "The number of Degraded Minutes (DMs) encountered
  2939.                  by a DS1 interface in the previous 24 hour
  2940.                  interval.  Invalid 15 minute intervals count as
  2941.                  0."
  2942.           ::= { dsx1FarEndTotalEntry 10 }
  2943.  
  2944.      -- The DS1 Fractional Table
  2945.      dsx1FracTable OBJECT-TYPE
  2946.           SYNTAX  SEQUENCE OF Dsx1FracEntry
  2947.           MAX-ACCESS  not-accessible
  2948.           STATUS  deprecated
  2949.           DESCRIPTION
  2950.                  "This table is deprecated in favour of using
  2951.                  ifStackTable.
  2952.  
  2953.                  The table was mandatory for systems dividing a DS1
  2954.                  into channels containing different data streams
  2955.                  that are of local interest.  Systems which are
  2956.                  indifferent to data content, such as CSUs, need
  2957.                  not implement it.
  2958.  
  2959.                  The DS1 fractional table identifies which DS1
  2960.                  channels associated with a CSU are being used to
  2961.                  support a logical interface, i.e., an entry in the
  2962.                  interfaces table from the Internet-standard MIB.
  2963.  
  2964.                  For example, consider an application managing a
  2965.                  North American ISDN Primary Rate link whose
  2966.                  division is a 384 kbit/s H1 _B_ Channel for Video,
  2967.  
  2968.  
  2969.  
  2970. Fowler, Ed.                 Standards Track                    [Page 53]
  2971.  
  2972. RFC 2495                   DS1/E1/DS2/E2 MIB                January 1999
  2973.  
  2974.  
  2975.                  a second H1 for data to a primary routing peer,
  2976.                  and 12 64 kbit/s H0 _B_ Channels. Consider that
  2977.                  some subset of the H0 channels are used for voice
  2978.                  and the remainder are available for dynamic data
  2979.                  calls.
  2980.  
  2981.                  We count a total of 14 interfaces multiplexed onto
  2982.                  the DS1 interface. Six DS1 channels (for the sake
  2983.                  of the example, channels 1..6) are used for Video,
  2984.                  six more (7..11 and 13) are used for data, and the
  2985.                  remaining 12 are are in channels 12 and 14..24.
  2986.  
  2987.                  Let us further imagine that ifIndex 2 is of type
  2988.                  DS1 and refers to the DS1 interface, and that the
  2989.                  interfaces layered onto it are numbered 3..16.
  2990.  
  2991.                  We might describe the allocation of channels, in
  2992.                  the dsx1FracTable, as follows:
  2993.                dsx1FracIfIndex.2. 1 = 3  dsx1FracIfIndex.2.13 = 4
  2994.                dsx1FracIfIndex.2. 2 = 3  dsx1FracIfIndex.2.14 = 6
  2995.                dsx1FracIfIndex.2. 3 = 3  dsx1FracIfIndex.2.15 = 7
  2996.                dsx1FracIfIndex.2. 4 = 3  dsx1FracIfIndex.2.16 = 8
  2997.                dsx1FracIfIndex.2. 5 = 3  dsx1FracIfIndex.2.17 = 9
  2998.                dsx1FracIfIndex.2. 6 = 3  dsx1FracIfIndex.2.18 = 10
  2999.                dsx1FracIfIndex.2. 7 = 4  dsx1FracIfIndex.2.19 = 11
  3000.                dsx1FracIfIndex.2. 8 = 4  dsx1FracIfIndex.2.20 = 12
  3001.                dsx1FracIfIndex.2. 9 = 4  dsx1FracIfIndex.2.21 = 13
  3002.                dsx1FracIfIndex.2.10 = 4  dsx1FracIfIndex.2.22 = 14
  3003.                dsx1FracIfIndex.2.11 = 4  dsx1FracIfIndex.2.23 = 15
  3004.                dsx1FracIfIndex.2.12 = 5  dsx1FracIfIndex.2.24 = 16
  3005.  
  3006.                  For North American (DS1) interfaces, there are 24
  3007.                  legal channels, numbered 1 through 24.
  3008.  
  3009.                  For G.704 interfaces, there are 31 legal channels,
  3010.                  numbered 1 through 31.  The channels (1..31)
  3011.                  correspond directly to the equivalently numbered
  3012.                  time-slots."
  3013.           ::= { ds1 13 }
  3014.  
  3015.      dsx1FracEntry OBJECT-TYPE
  3016.           SYNTAX  Dsx1FracEntry
  3017.           MAX-ACCESS  not-accessible
  3018.           STATUS  deprecated
  3019.           DESCRIPTION
  3020.              "An entry in the DS1 Fractional table."
  3021.          INDEX   { dsx1FracIndex, dsx1FracNumber }
  3022.          ::= { dsx1FracTable 1 }
  3023.  
  3024.  
  3025.  
  3026. Fowler, Ed.                 Standards Track                    [Page 54]
  3027.  
  3028. RFC 2495                   DS1/E1/DS2/E2 MIB                January 1999
  3029.  
  3030.  
  3031.      Dsx1FracEntry ::=
  3032.          SEQUENCE {
  3033.              dsx1FracIndex        INTEGER,
  3034.              dsx1FracNumber       INTEGER,
  3035.              dsx1FracIfIndex      INTEGER
  3036.          }
  3037.  
  3038.  
  3039.      dsx1FracIndex OBJECT-TYPE
  3040.          SYNTAX  INTEGER (1..'7fffffff'h)
  3041.          MAX-ACCESS  read-only
  3042.          STATUS  deprecated
  3043.          DESCRIPTION
  3044.             "The index value which uniquely identifies  the
  3045.             DS1  interface  to which this entry is applicable
  3046.             The interface identified by a  particular
  3047.             value  of  this  index is the same interface as
  3048.             identified by the same value  an  dsx1LineIndex
  3049.             object instance."
  3050.         ::= { dsx1FracEntry 1 }
  3051.  
  3052.      dsx1FracNumber OBJECT-TYPE
  3053.          SYNTAX  INTEGER (1..31)
  3054.          MAX-ACCESS  read-only
  3055.          STATUS  deprecated
  3056.          DESCRIPTION
  3057.             "The channel number for this entry."
  3058.         ::= { dsx1FracEntry 2 }
  3059.  
  3060.      dsx1FracIfIndex OBJECT-TYPE
  3061.          SYNTAX  INTEGER (1..'7fffffff'h)
  3062.          MAX-ACCESS  read-write
  3063.          STATUS  deprecated
  3064.          DESCRIPTION
  3065.             "An index value that uniquely identifies an
  3066.             interface.  The interface identified by a particular
  3067.             value of this index is the same  interface
  3068.             as  identified by the same value an ifIndex
  3069.             object instance. If no interface is currently using
  3070.             a channel, the value should be zero.  If a
  3071.             single interface occupies more  than  one  time
  3072.             slot,  that ifIndex value will be found in multiple
  3073.             time slots."
  3074.         ::= { dsx1FracEntry 3 }
  3075.  
  3076.       -- Ds1 TRAPS
  3077.  
  3078.      ds1Traps OBJECT IDENTIFIER ::= { ds1 15 }
  3079.  
  3080.  
  3081.  
  3082. Fowler, Ed.                 Standards Track                    [Page 55]
  3083.  
  3084. RFC 2495                   DS1/E1/DS2/E2 MIB                January 1999
  3085.  
  3086.  
  3087.      dsx1LineStatusChange NOTIFICATION-TYPE
  3088.          OBJECTS { dsx1LineStatus,
  3089.                    dsx1LineStatusLastChange }
  3090.          STATUS  current
  3091.          DESCRIPTION
  3092.                  "A dsx1LineStatusChange trap is sent when the
  3093.                  value of an instance dsx1LineStatus changes. It
  3094.                  can be utilized by an NMS to trigger polls.  When
  3095.                  the line status change results from a higher level
  3096.                  line status change (i.e. ds3), then no traps for
  3097.                  the ds1 are sent."
  3098.           ::= { ds1Traps 0 1 }
  3099.  
  3100.      -- conformance information
  3101.      ds1Conformance OBJECT IDENTIFIER ::= { ds1 14 }
  3102.  
  3103.      ds1Groups      OBJECT IDENTIFIER ::= { ds1Conformance 1 }
  3104.      ds1Compliances OBJECT IDENTIFIER ::= { ds1Conformance 2 }
  3105.  
  3106.  
  3107.  
  3108.      -- compliance statements
  3109.  
  3110.      ds1Compliance MODULE-COMPLIANCE
  3111.          STATUS  current
  3112.          DESCRIPTION
  3113.                  "The compliance statement for T1 and E1
  3114.                  interfaces."
  3115.          MODULE  -- this module
  3116.              MANDATORY-GROUPS { ds1NearEndConfigGroup,
  3117.                                 ds1NearEndStatisticsGroup }
  3118.  
  3119.              GROUP       ds1FarEndGroup
  3120.              DESCRIPTION
  3121.                  "Implementation of this group is optional for all
  3122.                  systems that attach to a DS1 Interface."
  3123.  
  3124.              GROUP       ds1NearEndOptionalConfigGroup
  3125.              DESCRIPTION
  3126.                  "Implementation of this group is optional for all
  3127.                  systems that attach to a DS1 Interface."
  3128.  
  3129.              GROUP       ds1DS2Group
  3130.              DESCRIPTION
  3131.                  "Implementation of this group is mandatory for all
  3132.                  systems that attach to a DS2 Interface."
  3133.  
  3134.              GROUP       ds1TransStatsGroup
  3135.  
  3136.  
  3137.  
  3138. Fowler, Ed.                 Standards Track                    [Page 56]
  3139.  
  3140. RFC 2495                   DS1/E1/DS2/E2 MIB                January 1999
  3141.  
  3142.  
  3143.              DESCRIPTION
  3144.                  "This group is the set of statistics appropriate
  3145.                  for all systems which attach to a DS1 Interface
  3146.                  running transparent or unFramed lineType."
  3147.  
  3148.  
  3149.              GROUP       ds1ChanMappingGroup
  3150.              DESCRIPTION
  3151.                  "This group is the set of objects for mapping a
  3152.                  DS3 Channel (ds1ChannelNumber) to ifIndex.
  3153.  
  3154.                  Implementation of this group is mandatory for
  3155.                  systems which support the channelization of DS3s
  3156.                  into DS1s."
  3157.  
  3158.              OBJECT dsx1LineType
  3159.              MIN-ACCESS read-only
  3160.              DESCRIPTION
  3161.                  "The ability to set the line type is not
  3162.                  required."
  3163.  
  3164.              OBJECT dsx1LineCoding
  3165.              MIN-ACCESS read-only
  3166.              DESCRIPTION
  3167.                  "The ability to set the line coding is not
  3168.                  required."
  3169.  
  3170.              OBJECT dsx1SendCode
  3171.              MIN-ACCESS read-only
  3172.              DESCRIPTION
  3173.                  "The ability to set the send code is not
  3174.                  required."
  3175.  
  3176.              OBJECT dsx1LoopbackConfig
  3177.              MIN-ACCESS read-only
  3178.              DESCRIPTION
  3179.                  "The ability to set loopbacks is not required."
  3180.  
  3181.              OBJECT dsx1SignalMode
  3182.              MIN-ACCESS read-only
  3183.              DESCRIPTION
  3184.                  "The ability to set the signal mode is not
  3185.                  required."
  3186.  
  3187.              OBJECT dsx1TransmitClockSource
  3188.              MIN-ACCESS read-only
  3189.              DESCRIPTION
  3190.                  "The ability to set the transmit clock source is
  3191.  
  3192.  
  3193.  
  3194. Fowler, Ed.                 Standards Track                    [Page 57]
  3195.  
  3196. RFC 2495                   DS1/E1/DS2/E2 MIB                January 1999
  3197.  
  3198.  
  3199.                  not required."
  3200.  
  3201.              OBJECT dsx1Fdl
  3202.              MIN-ACCESS read-only
  3203.              DESCRIPTION
  3204.                  "The ability to set the FDL is not required."
  3205.  
  3206.              OBJECT dsx1LineLength
  3207.              MIN-ACCESS read-only
  3208.              DESCRIPTION
  3209.                  "The ability to set the line length is not
  3210.                  required."
  3211.  
  3212.              OBJECT dsx1Channelization
  3213.              MIN-ACCESS read-only
  3214.              DESCRIPTION
  3215.                  "The ability to set the channelization is not
  3216.                  required."
  3217.          ::= { ds1Compliances 1 }
  3218.  
  3219.      ds1MibT1PriCompliance MODULE-COMPLIANCE
  3220.          STATUS current
  3221.          DESCRIPTION
  3222.                  "Compliance statement for using this MIB for ISDN
  3223.                  Primary Rate interfaces on T1 lines."
  3224.          MODULE
  3225.              MANDATORY-GROUPS { ds1NearEndConfigGroup,
  3226.                                 ds1NearEndStatisticsGroup }
  3227.              OBJECT dsx1LineType
  3228.                  SYNTAX INTEGER {
  3229.                      dsx1ESF(2)   -- Intl Spec would be G704(2)
  3230.                                   -- or I.431(4)
  3231.                  }
  3232.                  MIN-ACCESS read-only
  3233.                  DESCRIPTION
  3234.                      "Line type for T1 ISDN Primary Rate
  3235.                       interfaces."
  3236.  
  3237.              OBJECT dsx1LineCoding
  3238.                  SYNTAX INTEGER {
  3239.                      dsx1B8ZS(2)
  3240.                  }
  3241.                  MIN-ACCESS read-only
  3242.                  DESCRIPTION
  3243.                      "Type of Zero Code Suppression for
  3244.                       T1 ISDN Primary Rate interfaces."
  3245.  
  3246.              OBJECT dsx1SignalMode
  3247.  
  3248.  
  3249.  
  3250. Fowler, Ed.                 Standards Track                    [Page 58]
  3251.  
  3252. RFC 2495                   DS1/E1/DS2/E2 MIB                January 1999
  3253.  
  3254.  
  3255.                  SYNTAX INTEGER {
  3256.                      none(1), -- if there is no signaling channel
  3257.                      messageOriented(4)
  3258.                  }
  3259.                  MIN-ACCESS read-only
  3260.                  DESCRIPTION
  3261.                      "Possible signaling modes for
  3262.                       T1 ISDN Primary Rate interfaces."
  3263.  
  3264.              OBJECT dsx1TransmitClockSource
  3265.                  SYNTAX INTEGER {
  3266.                      loopTiming(1)
  3267.                  }
  3268.                  MIN-ACCESS read-only
  3269.                  DESCRIPTION
  3270.                      "The transmit clock is derived from
  3271.                       received clock on ISDN Primary Rate
  3272.                       interfaces."
  3273.  
  3274.              OBJECT dsx1Fdl
  3275.                  MIN-ACCESS read-only
  3276.                  DESCRIPTION
  3277.                      "Facilities Data Link usage on T1 ISDN
  3278.                       Primary Rate interfaces.
  3279.                       Note: Eventually dsx1Att-54016(4) is to be
  3280.                             used here since the line type is ESF."
  3281.  
  3282.              OBJECT dsx1Channelization
  3283.                  MIN-ACCESS read-only
  3284.                  DESCRIPTION
  3285.                      "The ability to set the channelization
  3286.                       is not required."
  3287.          ::= { ds1Compliances 2 }
  3288.  
  3289.  
  3290.      ds1MibE1PriCompliance MODULE-COMPLIANCE
  3291.          STATUS current
  3292.          DESCRIPTION
  3293.                  "Compliance statement for using this MIB for ISDN
  3294.                  Primary Rate interfaces on E1 lines."
  3295.          MODULE
  3296.              MANDATORY-GROUPS { ds1NearEndConfigGroup,
  3297.                                 ds1NearEndStatisticsGroup }
  3298.              OBJECT dsx1LineType
  3299.                  SYNTAX INTEGER {
  3300.                      dsx1E1CRC(5)
  3301.                  }
  3302.                  MIN-ACCESS read-only
  3303.  
  3304.  
  3305.  
  3306. Fowler, Ed.                 Standards Track                    [Page 59]
  3307.  
  3308. RFC 2495                   DS1/E1/DS2/E2 MIB                January 1999
  3309.  
  3310.  
  3311.                  DESCRIPTION
  3312.                      "Line type for E1 ISDN Primary Rate
  3313.                       interfaces."
  3314.  
  3315.              OBJECT dsx1LineCoding
  3316.                  SYNTAX INTEGER {
  3317.                      dsx1HDB3(3)
  3318.                  }
  3319.                  MIN-ACCESS read-only
  3320.                  DESCRIPTION
  3321.                      "Type of Zero Code Suppression for
  3322.                       E1 ISDN Primary Rate interfaces."
  3323.  
  3324.              OBJECT dsx1SignalMode
  3325.                  SYNTAX INTEGER {
  3326.                      messageOriented(4)
  3327.                  }
  3328.                  MIN-ACCESS read-only
  3329.                  DESCRIPTION
  3330.                      "Signaling on E1 ISDN Primary Rate interfaces
  3331.                       is always message oriented."
  3332.  
  3333.              OBJECT dsx1TransmitClockSource
  3334.                  SYNTAX INTEGER {
  3335.                      loopTiming(1)
  3336.                  }
  3337.                  MIN-ACCESS read-only
  3338.                  DESCRIPTION
  3339.                      "The transmit clock is derived from received
  3340.                       clock on ISDN Primary Rate interfaces."
  3341.  
  3342.              OBJECT dsx1Fdl
  3343.                  MIN-ACCESS read-only
  3344.                  DESCRIPTION
  3345.                      "Facilities Data Link usage on E1 ISDN
  3346.                       Primary Rate interfaces.
  3347.                       Note: There is a 'M-Channel' in E1,
  3348.                             using National Bit Sa4 (G704,
  3349.                             Table 4a). It is used to implement
  3350.                             management features between ET
  3351.                             and NT.  This is different to
  3352.                             FDL in T1, which is used to carry
  3353.                             control signals and performance
  3354.                             data.  In E1, control and status
  3355.                             signals are carried using National
  3356.                             Bits Sa5, Sa6 and A (RAI Ind.).
  3357.                       This indicates that only the other(1) or
  3358.                       eventually the dsx1Fdl-none(8) bits should
  3359.  
  3360.  
  3361.  
  3362. Fowler, Ed.                 Standards Track                    [Page 60]
  3363.  
  3364. RFC 2495                   DS1/E1/DS2/E2 MIB                January 1999
  3365.  
  3366.  
  3367.                       be set in this object for E1 PRI."
  3368.  
  3369.              OBJECT dsx1Channelization
  3370.                  MIN-ACCESS read-only
  3371.                  DESCRIPTION
  3372.                  "The ability to set the channelization is not
  3373.                  required."
  3374.          ::= { ds1Compliances 3 }
  3375.  
  3376.  
  3377.      ds1Ds2Compliance MODULE-COMPLIANCE
  3378.          STATUS current
  3379.          DESCRIPTION
  3380.                  "Compliance statement for using this MIB for DS2
  3381.                  interfaces."
  3382.          MODULE
  3383.              MANDATORY-GROUPS { ds1DS2Group }
  3384.  
  3385.              OBJECT dsx1Channelization
  3386.                  MIN-ACCESS read-only
  3387.                  DESCRIPTION
  3388.                  "The ability to set the channelization is not
  3389.                  required."
  3390.          ::= { ds1Compliances 4 }
  3391.  
  3392.      -- units of conformance
  3393.  
  3394.      ds1NearEndConfigGroup  OBJECT-GROUP
  3395.          OBJECTS { dsx1LineIndex,
  3396.                    dsx1TimeElapsed,
  3397.                    dsx1ValidIntervals,
  3398.                    dsx1LineType,
  3399.                    dsx1LineCoding,
  3400.                    dsx1SendCode,
  3401.                    dsx1CircuitIdentifier,
  3402.                    dsx1LoopbackConfig,
  3403.                    dsx1LineStatus,
  3404.                    dsx1SignalMode,
  3405.                    dsx1TransmitClockSource,
  3406.                    dsx1Fdl,
  3407.                    dsx1InvalidIntervals,
  3408.                    dsx1LineLength,
  3409.                    dsx1LoopbackStatus,
  3410.                    dsx1Ds1ChannelNumber,
  3411.                    dsx1Channelization }
  3412.          STATUS  current
  3413.          DESCRIPTION
  3414.                  "A collection of objects providing configuration
  3415.  
  3416.  
  3417.  
  3418. Fowler, Ed.                 Standards Track                    [Page 61]
  3419.  
  3420. RFC 2495                   DS1/E1/DS2/E2 MIB                January 1999
  3421.  
  3422.  
  3423.                  information applicable to all DS1 interfaces."
  3424.          ::= { ds1Groups 1 }
  3425.  
  3426.      ds1NearEndStatisticsGroup OBJECT-GROUP
  3427.          OBJECTS { dsx1CurrentIndex,
  3428.                    dsx1CurrentESs,
  3429.                    dsx1CurrentSESs,
  3430.                    dsx1CurrentSEFSs,
  3431.                    dsx1CurrentUASs,
  3432.                    dsx1CurrentCSSs,
  3433.                    dsx1CurrentPCVs,
  3434.                    dsx1CurrentLESs,
  3435.                    dsx1CurrentBESs,
  3436.                    dsx1CurrentDMs,
  3437.                    dsx1CurrentLCVs,
  3438.                    dsx1IntervalIndex,
  3439.                    dsx1IntervalNumber,
  3440.                    dsx1IntervalESs,
  3441.                    dsx1IntervalSESs,
  3442.                    dsx1IntervalSEFSs,
  3443.                    dsx1IntervalUASs,
  3444.                    dsx1IntervalCSSs,
  3445.                    dsx1IntervalPCVs,
  3446.                    dsx1IntervalLESs,
  3447.                    dsx1IntervalBESs,
  3448.                    dsx1IntervalDMs,
  3449.                    dsx1IntervalLCVs,
  3450.                    dsx1IntervalValidData,
  3451.                    dsx1TotalIndex,
  3452.                    dsx1TotalESs,
  3453.                    dsx1TotalSESs,
  3454.                    dsx1TotalSEFSs,
  3455.                    dsx1TotalUASs,
  3456.                    dsx1TotalCSSs,
  3457.                    dsx1TotalPCVs,
  3458.                    dsx1TotalLESs,
  3459.                    dsx1TotalBESs,
  3460.                    dsx1TotalDMs,
  3461.                    dsx1TotalLCVs }
  3462.          STATUS  current
  3463.          DESCRIPTION
  3464.                  "A collection of objects providing statistics
  3465.                  information applicable to all DS1 interfaces."
  3466.          ::= { ds1Groups 2 }
  3467.  
  3468.      ds1FarEndGroup  OBJECT-GROUP
  3469.          OBJECTS { dsx1FarEndCurrentIndex,
  3470.                    dsx1FarEndTimeElapsed,
  3471.  
  3472.  
  3473.  
  3474. Fowler, Ed.                 Standards Track                    [Page 62]
  3475.  
  3476. RFC 2495                   DS1/E1/DS2/E2 MIB                January 1999
  3477.  
  3478.  
  3479.                    dsx1FarEndValidIntervals,
  3480.                    dsx1FarEndCurrentESs,
  3481.                    dsx1FarEndCurrentSESs,
  3482.                    dsx1FarEndCurrentSEFSs,
  3483.                    dsx1FarEndCurrentUASs,
  3484.                    dsx1FarEndCurrentCSSs,
  3485.                    dsx1FarEndCurrentLESs,
  3486.                    dsx1FarEndCurrentPCVs,
  3487.                    dsx1FarEndCurrentBESs,
  3488.                    dsx1FarEndCurrentDMs,
  3489.                    dsx1FarEndInvalidIntervals,
  3490.                    dsx1FarEndIntervalIndex,
  3491.                    dsx1FarEndIntervalNumber,
  3492.                    dsx1FarEndIntervalESs,
  3493.                    dsx1FarEndIntervalSESs,
  3494.                    dsx1FarEndIntervalSEFSs,
  3495.                    dsx1FarEndIntervalUASs,
  3496.                    dsx1FarEndIntervalCSSs,
  3497.                    dsx1FarEndIntervalLESs,
  3498.                    dsx1FarEndIntervalPCVs,
  3499.                    dsx1FarEndIntervalBESs,
  3500.                    dsx1FarEndIntervalDMs,
  3501.                    dsx1FarEndIntervalValidData,
  3502.                    dsx1FarEndTotalIndex,
  3503.                    dsx1FarEndTotalESs,
  3504.                    dsx1FarEndTotalSESs,
  3505.                    dsx1FarEndTotalSEFSs,
  3506.                    dsx1FarEndTotalUASs,
  3507.                    dsx1FarEndTotalCSSs,
  3508.                    dsx1FarEndTotalLESs,
  3509.                    dsx1FarEndTotalPCVs,
  3510.                    dsx1FarEndTotalBESs,
  3511.                    dsx1FarEndTotalDMs }
  3512.          STATUS  current
  3513.          DESCRIPTION
  3514.                  "A collection of objects providing remote
  3515.                  configuration and statistics information."
  3516.          ::= { ds1Groups 3 }
  3517.  
  3518.      ds1DeprecatedGroup OBJECT-GROUP
  3519.          OBJECTS { dsx1IfIndex,
  3520.                    dsx1FracIndex,
  3521.                    dsx1FracNumber,
  3522.                    dsx1FracIfIndex }
  3523.          STATUS  deprecated
  3524.          DESCRIPTION
  3525.                  "A collection of obsolete objects that may be
  3526.                  implemented for backwards compatibility."
  3527.  
  3528.  
  3529.  
  3530. Fowler, Ed.                 Standards Track                    [Page 63]
  3531.  
  3532. RFC 2495                   DS1/E1/DS2/E2 MIB                January 1999
  3533.  
  3534.  
  3535.          ::= { ds1Groups 4 }
  3536.  
  3537.      ds1NearEndOptionalConfigGroup OBJECT-GROUP
  3538.          OBJECTS { dsx1LineStatusLastChange,
  3539.                    dsx1LineStatusChangeTrapEnable }
  3540.  
  3541.          STATUS    current
  3542.          DESCRIPTION
  3543.                  "A collection of objects that may be implemented
  3544.                  on DS1 and DS2 interfaces."
  3545.          ::= { ds1Groups 5 }
  3546.  
  3547.      ds1DS2Group OBJECT-GROUP
  3548.          OBJECTS { dsx1LineIndex,
  3549.                    dsx1LineType,
  3550.                    dsx1LineCoding,
  3551.                    dsx1SendCode,
  3552.                    dsx1LineStatus,
  3553.                    dsx1SignalMode,
  3554.                    dsx1TransmitClockSource,
  3555.                    dsx1Channelization }
  3556.          STATUS   current
  3557.          DESCRIPTION
  3558.                  "A collection of objects providing information
  3559.                  about DS2 (6,312 kbps) and E2 (8,448 kbps)
  3560.                  systems."
  3561.          ::= { ds1Groups 6 }
  3562.  
  3563.      ds1TransStatsGroup OBJECT-GROUP
  3564.          OBJECTS { dsx1CurrentESs,
  3565.                    dsx1CurrentSESs,
  3566.                    dsx1CurrentUASs,
  3567.                    dsx1IntervalESs,
  3568.                    dsx1IntervalSESs,
  3569.                    dsx1IntervalUASs,
  3570.                    dsx1TotalESs,
  3571.                    dsx1TotalSESs,
  3572.                    dsx1TotalUASs }
  3573.          STATUS   current
  3574.          DESCRIPTION
  3575.                       "A collection of objects which are the
  3576.                  statistics which can be collected from a ds1
  3577.                  interface that is running transparent or unframed
  3578.                  lineType.  Statistics not in this list should
  3579.                  return noSuchInstance."
  3580.          ::= { ds1Groups 7 }
  3581.  
  3582.      ds1NearEndOptionalTrapGroup NOTIFICATION-GROUP
  3583.  
  3584.  
  3585.  
  3586. Fowler, Ed.                 Standards Track                    [Page 64]
  3587.  
  3588. RFC 2495                   DS1/E1/DS2/E2 MIB                January 1999
  3589.  
  3590.  
  3591.          NOTIFICATIONS { dsx1LineStatusChange }
  3592.          STATUS    current
  3593.          DESCRIPTION
  3594.                  "A collection of notifications that may be
  3595.                  implemented on DS1 and DS2 interfaces."
  3596.          ::= { ds1Groups 8 }
  3597.  
  3598.      ds1ChanMappingGroup OBJECT-GROUP
  3599.          OBJECTS { dsx1ChanMappedIfIndex }
  3600.          STATUS    current
  3601.          DESCRIPTION
  3602.                  "A collection of objects that give an mapping of
  3603.                  DS3 Channel (ds1ChannelNumber) to ifIndex."
  3604.          ::= { ds1Groups 9 }
  3605.  
  3606.      END
  3607.  
  3608.  
  3609.  
  3610.  
  3611.  
  3612.  
  3613.  
  3614.  
  3615.  
  3616.  
  3617.  
  3618.  
  3619.  
  3620.  
  3621.  
  3622.  
  3623.  
  3624.  
  3625.  
  3626.  
  3627.  
  3628.  
  3629.  
  3630.  
  3631.  
  3632.  
  3633.  
  3634.  
  3635.  
  3636.  
  3637.  
  3638.  
  3639.  
  3640.  
  3641.  
  3642. Fowler, Ed.                 Standards Track                    [Page 65]
  3643.  
  3644. RFC 2495                   DS1/E1/DS2/E2 MIB                January 1999
  3645.  
  3646.  
  3647. 4.  Appendix A - Use of dsx1IfIndex and dsx1LineIndex
  3648.  
  3649.    This Appendix exists to document the previous use if dsx1IfIndex and
  3650.    dsx1LineIndex and to clarify the relationship of dsx1LineIndex as
  3651.    defined in rfc1406 with the dsx1LineIndex as defined in this
  3652.    document.
  3653.  
  3654.    The following shows the old and new definitions and the relationship:
  3655.  
  3656.    [New Definition]: "This object should be made equal to ifIndex.  The
  3657.    next paragraph describes its previous usage.  Making the object equal
  3658.    to ifIndex allows proper use of ifStackTable and ds0/ds0bundle mibs.
  3659.  
  3660.    [Old Definition]: "This object is the identifier of a DS1 Interface
  3661.    on a managed device.  If there is an ifEntry that is directly
  3662.    associated with this and only this DS1 interface, it should have the
  3663.    same value as ifIndex.  Otherwise, number the dsx1LineIndices with an
  3664.    unique identifier following the rules of choosing a number that is
  3665.    greater than ifNumber and numbering the inside interfaces (e.g.,
  3666.    equipment side) with even numbers and outside interfaces (e.g,
  3667.    network side) with odd numbers."
  3668.  
  3669.    When the "Old Definition" was created, it was described this way to
  3670.    allow a manager to treat the value _as if_ it were and ifIndex, i.e.
  3671.    the value would either be:  1) an ifIndex value or 2) a value that
  3672.    was guaranteed to be different from all valid ifIndex values.
  3673.  
  3674.    The new definition is a subset of that definition, i.e. the value is
  3675.    always an ifIndex value.
  3676.  
  3677.    The following is Section 3.1 from rfc1406:
  3678.  
  3679.    Different physical configurations for the support of SNMP with DS1
  3680.    equipment exist. To accommodate these scenarios, two different
  3681.    indices for DS1 interfaces are introduced in this MIB.  These indices
  3682.    are dsx1IfIndex and dsx1LineIndex.
  3683.  
  3684.    External interface scenario: the SNMP Agent represents all managed
  3685.    DS1 lines as external interfaces (for example, an Agent residing on
  3686.    the device supporting DS1 interfaces directly):
  3687.  
  3688.    For this scenario, all interfaces are assigned an integer value equal
  3689.    to ifIndex, and the following applies:
  3690.  
  3691.       ifIndex=dsx1IfIndex=dsx1LineIndex for all interfaces.
  3692.  
  3693.  
  3694.  
  3695.  
  3696.  
  3697.  
  3698. Fowler, Ed.                 Standards Track                    [Page 66]
  3699.  
  3700. RFC 2495                   DS1/E1/DS2/E2 MIB                January 1999
  3701.  
  3702.  
  3703.    The dsx1IfIndex column of the DS1 Configuration table relates each
  3704.    DS1 interface to its corresponding interface (ifIndex) in the
  3705.    Internet-standard MIB (MIB-II STD 17, RFC1213).
  3706.  
  3707.    External&Internal interface scenario: the SNMP Agents resides on an
  3708.    host external from the device supporting DS1 interfaces (e.g., a
  3709.    router). The Agent represents both the host and the DS1 device.  The
  3710.    index dsx1LineIndex is used to not only represent the DS1 interfaces
  3711.    external from the host/DS1-device combination, but also the DS1
  3712.    interfaces connecting the host and the DS1 device.  The index
  3713.    dsx1IfIndex is always equal to ifIndex.
  3714.  
  3715.    Example:
  3716.  
  3717.    A shelf full of CSUs connected to a Router. An SNMP Agent residing on
  3718.    the router proxies for itself and the CSU. The router has also an
  3719.    Ethernet interface:
  3720.  
  3721.  
  3722.          +-----+
  3723.    |     |     |
  3724.    |     |     |               +---------------------+
  3725.    |E    |     |  1.544  MBPS  |              Line#A | DS1 Link
  3726.    |t    |  R  |---------------+ - - - - -  - - -  - +------>
  3727.    |h    |     |               |                     |
  3728.    |e    |  O  |  1.544  MBPS  |              Line#B | DS1 Link
  3729.    |r    |     |---------------+ - - - - - - - - - - +------>
  3730.    |n    |  U  |               |  CSU Shelf          |
  3731.    |e    |     |  1.544  MBPS  |              Line#C | DS1 Link
  3732.    |t    |  T  |---------------+ - - - -- -- - - - - +------>
  3733.    |     |     |               |                     |
  3734.    |-----|  E  |  1.544  MBPS  |              Line#D | DS1 Link
  3735.    |     |     |---------------+ -  - - - -- - - - - +------>
  3736.    |     |  R  |               |_____________________|
  3737.    |     |     |
  3738.    |     +-----+
  3739.  
  3740.    The assignment of the index values could for example be:
  3741.  
  3742.            ifIndex (= dsx1IfIndex)                     dsx1LineIndex
  3743.                    1                   NA                  NA (Ethernet)
  3744.                    2      Line#A   Router Side             6
  3745.                    2      Line#A   Network Side            7
  3746.                    3      Line#B   Router Side             8
  3747.                    3      Line#B   Network Side            9
  3748.                    4      Line#C   Router Side            10
  3749.  
  3750.  
  3751.  
  3752.  
  3753.  
  3754. Fowler, Ed.                 Standards Track                    [Page 67]
  3755.  
  3756. RFC 2495                   DS1/E1/DS2/E2 MIB                January 1999
  3757.  
  3758.  
  3759.                    4      Line#C   Network Side           11
  3760.                    5      Line#D   Router Side            12
  3761.                    5      Line#D   Network Side           13
  3762.  
  3763.    For this example, ifNumber is equal to 5.  Note the following
  3764.    description of dsx1LineIndex:  the dsx1LineIndex identifies a DS1
  3765.    Interface on a managed device.  If there is an ifEntry that is
  3766.    directly associated with this and only this DS1 interface, it should
  3767.    have the same value as ifIndex.  Otherwise, number the
  3768.    dsx1LineIndices with an unique identifier following the rules of
  3769.    choosing a number greater than ifNumber and numbering inside
  3770.    interfaces (e.g., equipment side) with even numbers and outside
  3771.    interfaces (e.g., network side) with odd numbers.
  3772.  
  3773.    If the CSU shelf is managed by itself by a local SNMP Agent, the
  3774.    situation would be:
  3775.  
  3776.            ifIndex (= dsx1IfIndex)                      dsx1LineIndex
  3777.                    1      Line#A     Network Side            1
  3778.                    2      Line#A     RouterSide              2
  3779.                    3      Line#B     Network Side            3
  3780.                    4      Line#B     RouterSide              4
  3781.                    5      Line#C     Network Side            5
  3782.                    6      Line#C     Router Side             6
  3783.                    7      Line#D     Network Side            7
  3784.                    8      Line#D     Router Side             8
  3785.  
  3786.  
  3787.  
  3788.  
  3789.  
  3790.  
  3791.  
  3792.  
  3793.  
  3794.  
  3795.  
  3796.  
  3797.  
  3798.  
  3799.  
  3800.  
  3801.  
  3802.  
  3803.  
  3804.  
  3805.  
  3806.  
  3807.  
  3808.  
  3809.  
  3810. Fowler, Ed.                 Standards Track                    [Page 68]
  3811.  
  3812. RFC 2495                   DS1/E1/DS2/E2 MIB                January 1999
  3813.  
  3814.  
  3815. 5.  Appendix B - The delay approach to Unavialable Seconds.
  3816.  
  3817.    This procedure is illustrated below for a DS1 ESF interface.  Similar
  3818.    rules would apply for other DS1, DS2, and E1 interface variants.  The
  3819.    procedure guarantees that the statistical counters are correctly
  3820.    updated at all times, although they lag real time by 10 seconds.  At
  3821.    the end of each 15 minutes interval the current interval counts are
  3822.    transferred to the  most recent interval entry and each interval is
  3823.    shifted up by one position, with the oldest being discarded if
  3824.    necessary in order to make room.  The current interval counts then
  3825.    start over from zero.  Note, however, that the signal state
  3826.    calculation does not start afresh at each interval boundary;  rather,
  3827.    signal state information is retained across interval boundaries.
  3828.  
  3829. +---------------------------------------------------------------------+
  3830. |               READ COUNTERS & STATUS INFO FROM HARDWARE             |
  3831. |                                                                     |
  3832. | BPV EXZ LOS FE CRC CS AIS SEF OOF LOF       RAI G1-G6 SE FE LV SL   |
  3833. +---------------------------------------------------------------------+
  3834.    |   |   |   |  |   |  |   |   |   |         |    |    |  |  |  |
  3835.    |   |   |   |  |   |  |   |   |   |         |    |    |  |  |  |
  3836.    V   V   V   V  V   V  V   V   V   V         V    V    V  V  V  V
  3837. +---------------------------------------------------------------------+
  3838. |    ACCUM ONE-SEC STATS, CHK ERR THRESHOLDS, & UPDT SIGNAL STATE     |
  3839. |                                                                     |
  3840. |  |<---------- NEAR END ----------->|    |<-------- FAR END ------>| |
  3841. |                                                                     |
  3842. |  LCV LES PCV ES CSS BES SES SEFS A/U    PCV ES CSS BES SES SEFS A/U |
  3843. +---------------------------------------------------------------------+
  3844.     |   |   |  |   |   |   |   |    |      |  |   |   |   |   |    |
  3845.     |   |   |  |   |   |   |   |    |      |  |   |   |   |   |    |
  3846.     V   V   V  V   V   V   V   V    |      V  V   V   V   V   V    |
  3847.  +------------------------------+   |    +----------------------+  |
  3848.  |         ONE-SEC DELAY        |   |    |    ONE-SEC DELAY     |  |
  3849.  |           (1 OF 10)          |   |    |      (1 OF 10)       |  |
  3850.  +------------------------------+   |    +----------------------+  |
  3851.    |   |   |  |   |   |   |   |     |      |  |   |   |   |   |    |
  3852.    /   /   /  /   /   /   /   /     /      /  /   /   /   /   /    /
  3853.    |   |   |  |   |   |   |   |     |      |  |   |   |   |   |    |
  3854.    V   V   V  V   V   V   V   V     |      V  V   V   V   V   V    |
  3855.  +------------------------------+   |    +----------------------+  |
  3856.  |         ONE-SEC DELAY        |   |    |    ONE-SEC DELAY     |  |
  3857.  |           (10 OF 10)         |   |    |      (10 OF 10)      |  |
  3858.  +------------------------------+   |    +----------------------+  |
  3859.    |   |   |  |   |   |   |   |     |      |  |   |   |   |   |    |
  3860.    V   V   V  V   V   V   V   V     V      V  V   V   V   V   V    V
  3861.  
  3862.  
  3863.  
  3864.  
  3865.  
  3866. Fowler, Ed.                 Standards Track                    [Page 69]
  3867.  
  3868. RFC 2495                   DS1/E1/DS2/E2 MIB                January 1999
  3869.  
  3870.  
  3871. +---------------------------------------------------------------------+
  3872. |                    UPDATE STATISTICS COUNTERS                       |
  3873. |                                                                     |
  3874. |<-------------- NEAR END ----------->| |<--------- FAR END --------->|
  3875. |                                                                     |
  3876. |LCV LES PCV ES CSS BES SES SEFS UAS DM PCV ES CSS BES SES SEFS UAS DM|
  3877. +---------------------------------------------------------------------+
  3878.  
  3879.    Note that if such a procedure is adopted there is no current interval
  3880.    data for the first ten seconds after a system comes up.
  3881.    noSuchInstance must be returned if a management station attempts to
  3882.    access the current interval counters during this time.
  3883.  
  3884.    It is an implementation-specific matter whether an agent assumes that
  3885.    the initial state of the interface is available or unavailable.
  3886.  
  3887. 6.  Intellectual Property
  3888.  
  3889.    The IETF takes no position regarding the validity or scope of any
  3890.    intellectual property or other rights that might be claimed to
  3891.    pertain to the implementation or use of the technology described in
  3892.    this document or the extent to which any license under such rights
  3893.    might or might not be available; neither does it represent that it
  3894.    has made any effort to identify any such rights.  Information on the
  3895.    IETF's procedures with respect to rights in standards-track and
  3896.    standards-related documentation can be found in BCP-11.  Copies of
  3897.    claims of rights made available for publication and any assurances of
  3898.    licenses to be made available, or the result of an attempt made to
  3899.    obtain a general license or permission for the use of such
  3900.    proprietary rights by implementors or users of this specification can
  3901.    be obtained from the IETF Secretariat.
  3902.  
  3903.    The IETF invites any interested party to bring to its attention any
  3904.    copyrights, patents or patent applications, or other proprietary
  3905.    rights which may cover technology that may be required to practice
  3906.    this standard.  Please address the information to the IETF Executive
  3907.    Director.
  3908.  
  3909. 7.  Acknowledgments
  3910.  
  3911.    This document was produced by the Trunk MIB Working Group.
  3912.  
  3913.  
  3914.  
  3915.  
  3916.  
  3917.  
  3918.  
  3919.  
  3920.  
  3921.  
  3922. Fowler, Ed.                 Standards Track                    [Page 70]
  3923.  
  3924. RFC 2495                   DS1/E1/DS2/E2 MIB                January 1999
  3925.  
  3926.  
  3927. 8.  References
  3928.  
  3929.    [1]  Harrington, D., Presuhn, R. and B. Wijnen, "An Architecture for
  3930.         Describing SNMP Management Frameworks", RFC 2271, January 1998.
  3931.  
  3932.    [2]  Rose, M. and K. McCloghrie, "Structure and Identification of
  3933.         Management Information for TCP/IP-based Internets", STD 16, RFC
  3934.         1155, May 1990.
  3935.  
  3936.    [3]  Rose, M. and K. McCloghrie, "Concise MIB Definitions", STD 16,
  3937.         RFC 1212, March 1991.
  3938.  
  3939.    [4]  Rose, M., "A Convention for Defining Traps for use with the
  3940.         SNMP", RFC 1215, March 1991.
  3941.  
  3942.    [5]  Case, J., McCloghrie, K., Rose, M. and S. Waldbusser, "Structure
  3943.         of Management Information for Version 2 of the Simple Network
  3944.         Management Protocol (SNMPv2)", RFC 1902, January 1996.
  3945.  
  3946.    [6]  Case, J., McCloghrie, K., Rose, M. and S. Waldbusser, "Textual
  3947.         Conventions for Version 2 of the Simple Network Management
  3948.         Protocol (SNMPv2)", RFC 1903, January 1996.
  3949.  
  3950.    [7]  Case, J., McCloghrie, K., Rose, M. and S. Waldbusser,
  3951.         "Conformance Statements for Version 2 of the Simple Network
  3952.         Management Protocol (SNMPv2)", RFC 1904, January 1996.
  3953.  
  3954.    [8]  Case, J., Fedor, M., Schoffstall, M. and J. Davin, "Simple
  3955.         Network Management Protocol", STD 15, RFC 1157, May 1990.
  3956.  
  3957.    [9]  Case, J., McCloghrie, K., Rose, M. and S. Waldbusser,
  3958.         "Introduction to Community-based SNMPv2", RFC 1901, January
  3959.         1996.
  3960.  
  3961.    [10] Case, J., McCloghrie, K., Rose, M. and S. Waldbusser, "Transport
  3962.         Mappings for Version 2 of the Simple Network Management Protocol
  3963.         (SNMPv2)", RFC 1906, January 1996.
  3964.  
  3965.    [11] Case, J., Harrington D., Presuhn R. and B. Wijnen, "Message
  3966.         Processing and Dispatching for the Simple Network Management
  3967.         Protocol (SNMP)", RFC 2272, January 1998.
  3968.  
  3969.    [12] Blumenthal, U. and B. Wijnen, "User-based Security Model (USM)
  3970.         for version 3 of the Simple Network Management Protocol
  3971.         (SNMPv3)", RFC 2274, January 1998.
  3972.  
  3973.  
  3974.  
  3975.  
  3976.  
  3977.  
  3978. Fowler, Ed.                 Standards Track                    [Page 71]
  3979.  
  3980. RFC 2495                   DS1/E1/DS2/E2 MIB                January 1999
  3981.  
  3982.  
  3983.    [13] Case, J., McCloghrie, K., Rose, M. and S. Waldbusser, "Protocol
  3984.         Operations for Version 2 of the Simple Network Management
  3985.         Protocol (SNMPv2)", RFC 1905, January 1996.
  3986.  
  3987.    [14] Levi, D., Meyer, P. and B. Stewart, "SNMPv3 Applications", RFC
  3988.         2273, January 1998.
  3989.  
  3990.    [15] Wijnen, B., Presuhn, R. and K. McCloghrie, "View-based Access
  3991.         Control Model (VACM) for the Simple Network Management Protocol
  3992.         (SNMP)", RFC 2275, January 1998.
  3993.  
  3994.    [16] McCloghrie, K. and F. Kastenholz, "The Interfaces Group MIB
  3995.         using SMIv2", RFC 2233, November 1997.
  3996.  
  3997.    [17] AT&T Information Systems, AT&T ESF DS1 Channel Service Unit
  3998.         User's Manual, 999-100-305, February 1988.
  3999.  
  4000.    [18] AT&T Technical Reference, Requirements for Interfacing Digital
  4001.         Terminal Equipment to Services Employing the Extended Superframe
  4002.         Format, Publication 54016, May 1988.
  4003.  
  4004.    [19] American National Standard for Telecommunications -- Carrier-to-
  4005.         Customer Installation - DS1 Metallic Interface, T1.403, February
  4006.         1989.
  4007.  
  4008.    [20] CCITT Specifications Volume III, Recommendation G.703,
  4009.         Physical/Electrical Characteristics of Hierarchical Digital
  4010.         Interfaces, April 1991.
  4011.  
  4012.    [21] ITU-T G.704: Synchronous frame structures used at 1544, 6312,
  4013.         2048, 8488 and 44 736 kbit/s Hierarchical Levels, July 1995.
  4014.  
  4015.    [22] American National Standard for Telecommunications -- Digital
  4016.         Hierarchy -- Layer 1 In-Service Digital Transmission Performace
  4017.         Monitoring, T1.231, Sept 1993.
  4018.  
  4019.    [23] CCITT Specifications Volume IV, Recommendation O.162, Equipment
  4020.         To Perform In Service Monitoring On 2048 kbit/s Signals, July
  4021.         1988.
  4022.  
  4023.    [24] CCITT Specifications Volume III, Recommendation G.821, Error
  4024.         Performance Of An International Digital Connection Forming Part
  4025.         Of An Integrated Services Digital Network, July 1988.
  4026.  
  4027.    [25] AT&T Technical Reference, Technical Reference 62411, ACCUNET
  4028.         T1.5 Service Description And Interface Specification, December
  4029.         1990.
  4030.  
  4031.  
  4032.  
  4033.  
  4034. Fowler, Ed.                 Standards Track                    [Page 72]
  4035.  
  4036. RFC 2495                   DS1/E1/DS2/E2 MIB                January 1999
  4037.  
  4038.  
  4039.    [26] CCITT Specifications Volume III, Recommendation G.706, Frame
  4040.         Alignment and Cyclic Redundancy Check (CRC) Procedures Relating
  4041.         to Basic Frame Structures Defined in Recommendation G.704, July
  4042.         1988.
  4043.  
  4044.    [27] CCITT Specifications Volume III, Recommendation G.732,
  4045.         Characteristics Of Primary PCM Multiplex Equipment Operating at
  4046.         2048 kbit/s, July 1988.
  4047.  
  4048.    [28] Fowler, D., "Definitions of Managed Objects for the DS3/E3
  4049.         Interface Types", RFC 2496, Janaury 1999.
  4050.  
  4051.    [29] Brown, T., and Tesink, K., "Definitions of Managed Objects for
  4052.         the SONET/SDH Interface Type", Work in Progress.
  4053.  
  4054.    [30] Fowler, D., "Definitions of Managed Objects for the Ds0 and
  4055.         DS0Bundle Interface Types", RFC 2494, January 1999.
  4056.  
  4057.    [31] ITU-T G.775: Loss of signal (LOS) and alarm indication signal
  4058.         (AIS) defect detection and clearance criteria, May 1995.
  4059.  
  4060.    [32] ITU-T G.826: Error performance parameters and objectives for
  4061.         international, constant bit rate digital paths at or above the
  4062.         primary rate, November 1993.
  4063.  
  4064.    [33] American National Standard for Telecommunications -- Digital
  4065.         Hierarchy - Electrical Interfaces, T1.102, December 1993.
  4066.  
  4067.    [34] American National Standard for Telecommunications -- Digital
  4068.         Hierarchy - Format Specifications, T1.107, August 1988.
  4069.  
  4070.    [35] Tesink, K., "Textual Conventions for MIB Modules Using
  4071.         Performance History Based on 15 Minute Intervals", RFC XXXX,
  4072.         January 1999.
  4073.  
  4074. 9.  Security Considerations
  4075.  
  4076.    SNMPv1 by itself is such an insecure environment.  Even if the
  4077.    network itself is secure (for example by using IPSec), even then,
  4078.    there is no control as to who on the secure network is allowed to
  4079.    access and GET (read) the objects in this MIB.
  4080.  
  4081.    It is recommended that the implementors consider the security
  4082.    features as provided by the SNMPv3 framework.  Specifically, the use
  4083.    of the User-based Security Model RFC 2274 [12] and the View-based
  4084.    Access Control Model RFC 2275 [15] is recommended.
  4085.  
  4086.  
  4087.  
  4088.  
  4089.  
  4090. Fowler, Ed.                 Standards Track                    [Page 73]
  4091.  
  4092. RFC 2495                   DS1/E1/DS2/E2 MIB                January 1999
  4093.  
  4094.  
  4095.    It is then a customer/user responsibility to ensure that the SNMP
  4096.    entity giving access to an instance of this MIB, is properly
  4097.    configured to give access to those objects only to those principals
  4098.    (users) that have legitimate rights to access them.
  4099.  
  4100.    Setting any of the following objects to an inappropriate value can
  4101.    cause loss of traffic.  The definition of inappropriate varies for
  4102.    each object.  In the case of dsx1LineType, for example, both ends of
  4103.    a ds1/e1 must have the same value in order for traffic to flow.  In
  4104.    the case of dsx1SendCode and dsx1LoopbackConfig, for another example,
  4105.    traffic may stop transmitting when particular loopbacks are applied.
  4106.  
  4107.       dsx1LineType
  4108.       dsx1LineCoding
  4109.       dsx1SendCode
  4110.       dsx1LoopbackConfig
  4111.       dsx1SignalMode
  4112.       dsx1TransmitClockSource
  4113.       dsx1Fdl
  4114.       dsx1LineLength
  4115.       dsx1Channelization
  4116.  
  4117.    Setting the following object is mischevious, but not harmful to
  4118.    traffic.
  4119.  
  4120.       dsx1CircuitIdentifier
  4121.  
  4122.    Setting the following object can cause an increase in the number of
  4123.    traps received by the network management station.
  4124.  
  4125.       dsx1LineStatusChangeTrabEnable
  4126.  
  4127. 10.  Author's Address
  4128.  
  4129.    David Fowler
  4130.    Newbridge Networks
  4131.    600 March Road
  4132.    Kanata, Ontario, Canada K2K 2E6
  4133.  
  4134.    Phone: (613) 599-3600, ext 6559
  4135.    EMail: davef@newbridge.com
  4136.  
  4137.  
  4138.  
  4139.  
  4140.  
  4141.  
  4142.  
  4143.  
  4144.  
  4145.  
  4146. Fowler, Ed.                 Standards Track                    [Page 74]
  4147.  
  4148. RFC 2495                   DS1/E1/DS2/E2 MIB                January 1999
  4149.  
  4150.  
  4151. 11.  Full Copyright Statement
  4152.  
  4153.    Copyright (C) The Internet Society (1999).  All Rights Reserved.
  4154.  
  4155.    This document and translations of it may be copied and furnished to
  4156.    others, and derivative works that comment on or otherwise explain it
  4157.    or assist in its implementation may be prepared, copied, published
  4158.    and distributed, in whole or in part, without restriction of any
  4159.    kind, provided that the above copyright notice and this paragraph are
  4160.    included on all such copies and derivative works.  However, this
  4161.    document itself may not be modified in any way, such as by removing
  4162.    the copyright notice or references to the Internet Society or other
  4163.    Internet organizations, except as needed for the purpose of
  4164.    developing Internet standards in which case the procedures for
  4165.    copyrights defined in the Internet Standards process must be
  4166.    followed, or as required to translate it into languages other than
  4167.    English.
  4168.  
  4169.    The limited permissions granted above are perpetual and will not be
  4170.    revoked by the Internet Society or its successors or assigns.
  4171.  
  4172.    This document and the information contained herein is provided on an
  4173.    "AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING
  4174.    TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING
  4175.    BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION
  4176.    HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF
  4177.    MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
  4178.  
  4179.  
  4180.  
  4181.  
  4182.  
  4183.  
  4184.  
  4185.  
  4186.  
  4187.  
  4188.  
  4189.  
  4190.  
  4191.  
  4192.  
  4193.  
  4194.  
  4195.  
  4196.  
  4197.  
  4198.  
  4199.  
  4200.  
  4201.  
  4202. Fowler, Ed.                 Standards Track                    [Page 75]
  4203.  
  4204.