home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1997 December / Internet_Info_CD-ROM_Walnut_Creek_December_1997.iso / rfc / rfc1406 < prev    next >
Text File  |  1993-01-26  |  98KB  |  2,804 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7. Network Working Group                                           F. Baker
  8. Request for Comments: 1406              Advanced Computer Communications
  9. Obsoletes: 1232                                                  J. Watt
  10.                                           Newbridge Networks Corporation
  11.                                                                  Editors
  12.                                                             January 1993
  13.  
  14.  
  15.    Definitions of Managed Objects for the DS1 and E1 Interface Types
  16.  
  17. Status of this Memo
  18.  
  19.    This RFC specifies an IAB standards track protocol for the Internet
  20.    community, and requests discussion and suggestions for improvements.
  21.    Please refer to the current edition of the "IAB Official Protocol
  22.    Standards" for the standardization state and status of this protocol.
  23.    Distribution of this memo is unlimited.
  24.  
  25. Abstract
  26.  
  27.    This memo defines a portion of the Management Information Base (MIB)
  28.    for use with network management protocols in TCP/IP-based internets.
  29.    In particular, it defines objects for managing DS1 Interfaces --
  30.    including both T1 and E1 (a.k.a., CEPT 2 Mbit/s) links.
  31.  
  32.    This document entirely replaces RFC 1232, which contains a
  33.    fundamental error: many objects are encoded as Counters that must be
  34.    encoded as INTEGERs or Gauges.  The magnitude of the change required
  35.    is sufficient that virtually every object changed.  Therefore, the
  36.    MIB documented in RFC 1232 should not be implemented.
  37.  
  38. Table of Contents
  39.  
  40.    1. The Network Management Framework ......................    2
  41.    2. Objects ...............................................    2
  42.    2.1 Format of Definitions ................................    3
  43.    2.2 Changes from RFC 1232 ................................    3
  44.    3. Overview ..............................................    4
  45.    3.1 Binding between ifIndex and DS1 Interfaces ...........    5
  46.    3.2 Objectives of this MIB Module ........................    7
  47.    3.3 DS1 Terminology ......................................    7
  48.    3.3.1 Error Events .......................................    7
  49.    3.3.2 Performance Defects ................................    8
  50.    3.3.3 Performance Parameters .............................    9
  51.    3.3.4 Failure States .....................................   11
  52.    3.3.5 Other Terms ........................................   13
  53.    4. Definitions ...........................................   14
  54.    4.1 DS1 Near End Group ...................................   14
  55.  
  56.  
  57.  
  58. Trunk MIB Working Group                                         [Page 1]
  59.  
  60. RFC 1406                       DS1/E1 MIB                   January 1993
  61.  
  62.  
  63.    4.1.1 DS1 Configuration Table ............................   14
  64.    4.1.2 DS1 Current Table ..................................   22
  65.    4.1.3 DS1 Interval Table .................................   26
  66.    4.1.4 DS1 Total Table ....................................   30
  67.    4.2 DS1 Far End Group ....................................   33
  68.    4.2.1 DS1 Far End Current Table ..........................   34
  69.    4.2.2 DS1 Far End Interval Table .........................   38
  70.    4.2.3 DS1 Far End Total Table ............................   41
  71.    4.3 DS1 Fractional Group .................................   45
  72.    4.3.1 DS1 Fractional Table ...............................   45
  73.    5. Acknowledgements ......................................   47
  74.    6. References ............................................   48
  75.    7. Security Considerations ...............................   50
  76.    8. Authors' Addresses ....................................   50
  77.  
  78. 1.  The Network Management Framework
  79.  
  80.    The Internet-standard Network Management Framework consists of three
  81.    components.  They are:
  82.  
  83.       STD 16/RFC 1155 [1] which defines the SMI, the mechanisms used for
  84.       describing and naming objects for the purpose of management.  STD
  85.       16/RFC 1212 [2] defines a more concise description mechanism,
  86.       which is wholly consistent with the SMI.
  87.  
  88.       RFC 1156 [3] which defines MIB-I, the core set of managed objects
  89.       for the Internet suite of protocols.  STD 17/RFC 1213 [4] defines
  90.       MIB-II, an evolution of MIB-I based on implementation experience
  91.       and new operational requirements.
  92.  
  93.       STD 15/RFC 1157 [5] which defines the SNMP, the protocol used for
  94.       network access to managed objects.
  95.  
  96.    The Framework permits new objects to be defined for the purpose of
  97.    experimentation and evaluation.
  98.  
  99. 2.  Objects
  100.  
  101.    Managed objects are accessed via a virtual information store, termed
  102.    the Management Information Base or MIB.  Objects in the MIB are
  103.    defined using the subset of Abstract Syntax Notation One (ASN.1) [6]
  104.    defined in the SMI.  In particular, each object has a name, a syntax,
  105.    and an encoding.  The name is an object identifier, an
  106.    administratively assigned name, which specifies an object type.  The
  107.    object type together with an object instance serves to uniquely
  108.    identify a specific instantiation of the object.  For human
  109.    convenience, we often use a textual string, termed the OBJECT
  110.    DESCRIPTOR, to also refer to the object type.
  111.  
  112.  
  113.  
  114. Trunk MIB Working Group                                         [Page 2]
  115.  
  116. RFC 1406                       DS1/E1 MIB                   January 1993
  117.  
  118.  
  119.    The syntax of an object type defines the abstract data structure
  120.    corresponding to that object type.  The ASN.1 language is used for
  121.    this purpose.  However, the SMI [1] purposely restricts the ASN.1
  122.    constructs which may be used.  These restrictions are explicitly made
  123.    for simplicity.
  124.  
  125.    The encoding of an object type is simply how that object type is
  126.    represented using the object type's syntax.  Implicitly tied to the
  127.    notion of an object type's syntax and encoding is how the object type
  128.    is represented when being transmitted on the network.
  129.  
  130.    The SMI specifies the use of the basic encoding rules of ASN.1 [7],
  131.    subject to the additional requirements imposed by the SNMP.
  132.  
  133. 2.1.  Format of Definitions
  134.  
  135.    Section 4 contains contains the specification of all object types
  136.    contained in this MIB module.  The object types are defined using the
  137.    conventions defined in the SMI, as amended by the extensions
  138.    specified in STD 16, RFC 1212 [2].
  139.  
  140. 2.2.  Changes from RFC 1232
  141.  
  142.    The changes from RFC 1232 are the following:
  143.  
  144.      (1)  This MIB module contains three groups: DS1 Near End Group
  145.           which is mandatory, DS1 Far End Group which is optional,
  146.           and the Fractional Table, which is optional.
  147.  
  148.      (2)  The Far End Group is a new group and contains statistics
  149.           that are collected from the far end DS1 interface.  The
  150.           Far End Group may only be implemented by DS1 systems that
  151.           use the facilities data link to exchange this information
  152.           - both T1.403 and PUB 54016 define ways to exchange this
  153.           information over data links; vendors may use other
  154.           proprietary means to do this on various link types.
  155.  
  156.      (3)  ds1CSUIndex has been renamed dsx1LineIndex.  This object
  157.           is the identifier of a DS1 Interface on a device.  On a
  158.           CSU, a single DS1 data stream will cross two DS1
  159.           interfaces, which have separate dsx1LineIndex values.
  160.  
  161.      (4)  ds1Index has been renamed dsx1IfIndex.  This value for
  162.           this object is equal to the value of ifIndex from the
  163.           Interfaces table of MIB II (STD 17, RFC 1213).
  164.  
  165.      (5)  an object has been added (dsx1TransmitClockSource) to
  166.           indicate the source of transmit clock.
  167.  
  168.  
  169.  
  170. Trunk MIB Working Group                                         [Page 3]
  171.  
  172. RFC 1406                       DS1/E1 MIB                   January 1993
  173.  
  174.  
  175.      (6)  The ACCESS for objects in the dsx1ConfigTable has been
  176.           set to read-write for items that are configurable.
  177.  
  178.      (7)  Description of test configurations has changed.  A new
  179.           object has been added called dsx1LoopbackConfig, which
  180.           better describes the loopback capabilities of a DS1
  181.           interface on a device.
  182.  
  183.      (8)  The description of line alarm status has changed.  A new
  184.           object has been added called dsx1LineStatus.  This object
  185.           better describes the status (e.g., failure state and
  186.           loopback state) of a DS1 interface.
  187.  
  188.      (9)  All Counters have been changed to Gauges.
  189.  
  190.      (10) Information about how applications might use the zero
  191.           code suppression have been removed; only the actual line
  192.           coding algorithm is described.  For clarity the object
  193.           was thus renamed to dsx1LineCoding.
  194.  
  195.      (11) A Line Errored Seconds object has been added to all near
  196.           end tables and the count of Bipolar Violations (BPVs) was
  197.           changed to a count of Line Code Violations (LCVs).
  198.  
  199.      (12) Bursty Errored Seconds (a.k.a., Errored Seconds Type B)
  200.           and Degraded Minutes objects have been added to all near
  201.           end tables.
  202.  
  203.      (13) The Coding Violation error event is now referred to as a
  204.           Path Coding Violation (PCV) Error Event.
  205.  
  206. 3.  Overview
  207.  
  208.    These objects are used when the particular media being used to
  209.    realize an interface is a DS1 physical interface.  At present, this
  210.    applies to these values of the ifType variable in the Internet-
  211.    standard MIB:
  212.  
  213.             ds1 (18)
  214.             e1  (19)
  215.  
  216.    The definitions contained herein are based on the AT&T T-1 Superframe
  217.    (a.k.a., D4) and Extended Superframe (ESF) formats [8, 9], the latter
  218.    of which conforms to ANSI specifications [10], and the CCITT
  219.    Recommendations [11, 12], referred to as E1 for the rest of this
  220.    memo.
  221.  
  222.  
  223.  
  224.  
  225.  
  226. Trunk MIB Working Group                                         [Page 4]
  227.  
  228. RFC 1406                       DS1/E1 MIB                   January 1993
  229.  
  230.  
  231.    The various T1 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.
  236.  
  237.    Where it is necessary to distinguish between the flavors of E1 with
  238.    and without CRC, E1-CRC to denotes the "with CRC" form (G.704 Table
  239.    4b) and E1-noCRC denotes the "without CRC" form (G.704 Table 4a).
  240.  
  241. 3.1.  Binding between ifIndex and DS1 Interfaces
  242.  
  243.    Different physical configurations for the support of SNMP with DS1
  244.    equipment exist. To accommodate these scenarios, two different
  245.    indices for DS1 interfaces are introduced in this MIB.  These indices
  246.    are dsx1IfIndex and dsx1LineIndex.
  247.  
  248.    External interface scenario: the SNMP Agent represents all managed
  249.    DS1 lines as external interfaces (for example, an Agent residing on
  250.    the device supporting DS1 interfaces directly):
  251.  
  252.    For this scenario, all interfaces are assigned an integer value equal
  253.    to ifIndex, and the following applies:
  254.  
  255.          ifIndex=dsx1IfIndex=dsx1LineIndex for all interfaces.
  256.  
  257.    The dsx1IfIndex column of the DS1 Configuration table relates each
  258.    DS1 interface to its corresponding interface (ifIndex) in the
  259.    Internet-standard MIB (MIB-II STD 17, RFC 1213).
  260.  
  261.    External & Internal interface scenario: the SNMP Agents resides on an
  262.    host external from the device supporting DS1 interfaces (e.g., a
  263.    router).  The Agent represents both the host and the DS1 device.  The
  264.    index dsx1LineIndex is used to not only represent the DS1 interfaces
  265.    external from the host/DS1-device combination, but also the DS1
  266.    interfaces connecting the host and the DS1 device.  The index
  267.    dsx1IfIndex is always equal to ifIndex.
  268.  
  269.    Example:
  270.  
  271.    A shelf full of CSUs connected to a Router.  An SNMP Agent residing
  272.    on the router proxies for itself and the CSU.  The router has also an
  273.    Ethernet interface:
  274.  
  275.  
  276.  
  277.  
  278.  
  279.  
  280.  
  281.  
  282. Trunk MIB Working Group                                         [Page 5]
  283.  
  284. RFC 1406                       DS1/E1 MIB                   January 1993
  285.  
  286.  
  287.            +-----+
  288.      |     |     |
  289.      |     |     |               +---------------------+
  290.      |E    |     |  1.544  MBPS  |              Line#A | DS1 Link
  291.      |t    |  R  |---------------+ - - - - -  - - -  - +------>
  292.      |h    |     |               |                     |
  293.      |e    |  O  |  1.544  MBPS  |              Line#B | DS1 Link
  294.      |r    |     |---------------+ - - - - - - - - - - +------>
  295.      |n    |  U  |               |  CSU Shelf          |
  296.      |e    |     |  1.544  MBPS  |              Line#C | DS1 Link
  297.      |t    |  T  |---------------+ - - - -- -- - - - - +------>
  298.      |     |     |               |                     |
  299.      |-----|  E  |  1.544  MBPS  |              Line#D | DS1 Link
  300.      |     |     |---------------+ -  - - - -- - - - - +------>
  301.      |     |  R  |               |_____________________|
  302.      |     |     |
  303.      |     +-----+
  304.  
  305.      The assignment of the index values could for example be:
  306.  
  307.      ifIndex (= dsx1IfIndex)             dsx1LineIndex
  308.      1                   NA                  NA (Ethernet)
  309.      2      Line#A   Router Side             6
  310.      2      Line#A   Network Side            7
  311.      3      Line#B   Router Side             8
  312.      3      Line#B   Network Side            9
  313.      4      Line#C   Router Side            10
  314.      4      Line#C   Network Side           11
  315.      5      Line#D   Router Side            12
  316.      5      Line#D   Network Side           13
  317.  
  318.    For this example, ifNumber is equal to 5.  Note the following
  319.    description of dsx1LineIndex: the dsx1LineIndex identifies a DS1
  320.    Interface on a managed device.  If there is an ifEntry that is
  321.    directly associated with this and only this DS1 interface, it should
  322.    have the same value as ifIndex.  Otherwise, number the
  323.    dsx1LineIndices with an unique identifier following the rules of
  324.    choosing a number greater than ifNumber and numbering inside
  325.    interfaces (e.g., equipment side) with even numbers and outside
  326.    interfaces (e.g., network side) with odd numbers.
  327.  
  328.    If the CSU shelf is managed by itself by a local SNMP Agent, the
  329.    situation would be:
  330.  
  331.  
  332.  
  333.  
  334.  
  335.  
  336.  
  337.  
  338. Trunk MIB Working Group                                         [Page 6]
  339.  
  340. RFC 1406                       DS1/E1 MIB                   January 1993
  341.  
  342.  
  343.           ifIndex (= dsx1IfIndex)               dsx1LineIndex
  344.           2      Line#A     Router Side             2
  345.           1      Line#A     Network Side            1
  346.           4      Line#B     Router Side             4
  347.           3      Line#B     Network Side            3
  348.           6      Line#C     Router Side             6
  349.           5      Line#C     Network Side            5
  350.           8      Line#D     Router Side             8
  351.           7      Line#D     Network Side            7
  352.  
  353. 3.2.  Objectives of this MIB Module
  354.  
  355.    There are numerous things that could be included in a MIB for DS1
  356.    signals: the management of multiplexors, CSUs, DSUs, and the like.
  357.    The intent of this document is to facilitate the common management of
  358.    all devices with DS1 interfaces.  As such, a design decision was made
  359.    up front to very closely align the MIB with the set of objects that
  360.    can generally be read from DS1 devices that are currently deployed.
  361.  
  362. 3.3.  DS1 Terminology
  363.  
  364.    The terminology used in this document to describe error conditions on
  365.    a DS1 interface as monitored by a DS1 device are based on the
  366.    definitions from the ANSI T1M1.3/92-005R1 draft standard [13].  If
  367.    the definition in this document does not match the definition in the
  368.    ANSI T1M1.3/92-005R1 draft document, the implementer should follow
  369.    the definition described in this document.
  370.  
  371. 3.3.1.  Error Events
  372.  
  373.      Bipolar Violation (BPV) Error Event
  374.           A BPV error event for an AMI-coded signal is the
  375.           occurrence of a pulse of the same polarity as the
  376.           previous pulse.  A BPV error event for a B8ZS- or HDB3-
  377.           coded signal is the occurrence of a pulse of the same
  378.           polarity as the previous pulse without being a part of
  379.           the zero substitution code.
  380.  
  381.      Excessive Zeroes (EXZ) Error Event
  382.           An Excessive Zeroes error event for an AMI-coded signal
  383.           is the occurrence of more than fifteen contiguous zeroes.
  384.           For a B8ZS coded signal, the defect occurs when more than
  385.           seven contiguous zeroes are detected.
  386.  
  387.      Line Coding Violation (LCV) Error Event
  388.           A Line Coding Violation (LCV) is the occurrence of either
  389.           a Bipolar Violation (BPV) or Excessive Zeroes (EXZ) Error
  390.           Event.
  391.  
  392.  
  393.  
  394. Trunk MIB Working Group                                         [Page 7]
  395.  
  396. RFC 1406                       DS1/E1 MIB                   January 1993
  397.  
  398.  
  399.      Path Coding Violation (PCV) Error Event
  400.           A Path Coding Violation error event is a frame
  401.           synchronization bit error in the D4 and E1-noCRC formats,
  402.           or a CRC error in the ESF and E1-CRC formats.
  403.  
  404.      Controlled Slip (CS) Error Event
  405.           A Controlled Slip is the replication or deletion of the
  406.           payload bits of a DS1 frame.  A Controlled Slip  may be
  407.           performed when there is a difference between the timing
  408.           of a synchronous receiving terminal and the received
  409.           signal.  A Controlled Slip does not cause an Out of Frame
  410.           defect.
  411.  
  412. 3.3.2.  Performance Defects
  413.  
  414.      Out Of Frame (OOF) Defect
  415.           An OOF defect is the occurrence of a particular density
  416.           of Framing Error events.
  417.  
  418.           For T1 links, an Out of Frame defect is declared when the
  419.           receiver detects two or more framing errors within a 3
  420.           msec period for ESF signals and 0.75 msec for D4 signals,
  421.           or two or more errors out of five or fewer consecutive
  422.           framing-bits.
  423.  
  424.           For E1 links, an Out Of Frame defect is declared when
  425.           three consecutive frame alignment signals have been
  426.           received with an error (see G.706 Section 4.1 [17]).
  427.  
  428.           Once an Out Of Frame Defect is declared, the framer
  429.           starts searching for a correct framing pattern.  The Out
  430.           of Frame defect ends when the signal is in frame.
  431.  
  432.           In-frame occurs when there are fewer than two frame bit
  433.           errors within 3 msec period for ESF signals and 0.75 msec
  434.           for D4 signals.
  435.  
  436.           For E1 links, in-frame occurs when a) in frame N the
  437.           frame alignment signal is correct and b) in frame N+1 the
  438.           frame alignment signal is absent (i.e., bit 2 in TS0 is a
  439.           one) and c) in frame N+2 the frame alignment signal is
  440.           present and correct.
  441.  
  442.      Alarm Indication Signal (AIS) Defect
  443.           For D4 and ESF links, the 'all ones' condition is
  444.           detected at a DS1 line interface upon observing an
  445.           unframed signal with a one's density of at least 99.9%
  446.           present for a time equal to or greater than T, where 3 ms
  447.  
  448.  
  449.  
  450. Trunk MIB Working Group                                         [Page 8]
  451.  
  452. RFC 1406                       DS1/E1 MIB                   January 1993
  453.  
  454.  
  455.           <= T <= 75 ms.  The AIS is terminated upon observing a
  456.           signal not meeting the one's density or the unframed
  457.           signal criteria for a period equal to or greater than
  458.           than T.
  459.  
  460.           For E1 links, the 'all-ones' condition is detected at the
  461.           line interface as a string of 512 bits containing fewer
  462.           than three zero bits (see O.162 [14] Section 3.3.2).
  463.  
  464. 3.3.3.  Performance Parameters
  465.  
  466.    All performance parameters are accumulated in fifteen minute
  467.    intervals and up to 96 intervals (24 hours worth) are kept by an
  468.    agent.  Fewer than 96 intervals of data will be available if the
  469.    agent has been restarted within the last 24 hours.  In addition,
  470.    there is a rolling 24-hour total of each performance parameter.
  471.  
  472.    There is no requirement for an agent to ensure fixed relationship
  473.    between the start of a fifteen minute interval and any wall clock;
  474.    however some agents may align the fifteen minute intervals with
  475.    quarter hours.
  476.  
  477.      Line Errored Seconds (LES)
  478.           A Line Errored Second, according to T1M1.3, is a second
  479.           in which one or more Line Code Violation error events
  480.           were detected.
  481.  
  482.           While many implementations are currently unable to detect
  483.           the zero strings, it is expected that interface
  484.           manufacturers will add this capability in deference to
  485.           ANSI; therefore, it will become available in time.
  486.  
  487.           In the T1M1.3 specification, near end Line Code
  488.           Violations and far end Line Errored Seconds are counted.
  489.           For consistency, we count Line Errored Seconds at both
  490.           ends.
  491.  
  492.      Controlled Slip Seconds (CSS)
  493.           A Controlled Slip Second is a one-second interval
  494.           containing one or more controlled slips.
  495.  
  496.      Errored Seconds (ES)
  497.           For ESF and E1-CRC links an Errored Second is a second
  498.           with one or more Path Code Violations OR one or more Out
  499.           of Frame defects OR one or more Controlled Slip events OR
  500.           a detected AIS defect.
  501.  
  502.           For D4 and E1-noCRC links, the presence of Bipolar
  503.  
  504.  
  505.  
  506. Trunk MIB Working Group                                         [Page 9]
  507.  
  508. RFC 1406                       DS1/E1 MIB                   January 1993
  509.  
  510.  
  511.           Violations also triggers an Errored Second.
  512.  
  513.           This is not incremented during an Unavailable Second.
  514.  
  515.      Bursty Errored Seconds (BES)
  516.           A Bursty Errored Second (also known as Errored Second
  517.           type B) is a second with fewer than 320 and more than 1
  518.           Path Coding Violation error events, no Severely Errored
  519.           Frame defects and no detected incoming AIS defects.
  520.           Controlled slips are not included in this parameter.
  521.  
  522.           This is not incremented during an Unavailable Second.
  523.  
  524.      Severely Errored Seconds (SES)
  525.           A Severely Errored Second for ESF signals is a second
  526.           with 320 or more Path Code Violation Error Events OR one
  527.           or more Out of Frame defects OR a detected AIS defect.
  528.  
  529.           For E1-CRC signals, a Severely Errored Second is a second
  530.           with 832 or more Path Code Violation error events OR one
  531.           or more Out of Frame defects.
  532.  
  533.           For E1-noCRC signals, a Severely Errored Second is a 2048
  534.           LCVs or more.
  535.  
  536.           For D4 signals, a Severely Errored Second is a count of
  537.           one-second intervals with Framing Error events, or an OOF
  538.           defect, or 1544 LCVs or more.
  539.  
  540.           Controlled slips are not included in this parameter.
  541.  
  542.           This is not incremented during an Unavailable Second.
  543.  
  544.      Severely Errored Framing Second (SEFS)
  545.           An Severely Errored Framing Second is a second with one
  546.           or more Out of Frame defects OR a detected AIS defect.
  547.  
  548.      Degraded Minutes
  549.           A Degraded Minute is one in which the estimated error
  550.           rate exceeds 1E-6 but does not exceed 1E-3 (see G.821
  551.           [15]).
  552.  
  553.           Degraded Minutes are determined by collecting all of the
  554.           Available Seconds, removing any Severely Errored Seconds
  555.           grouping the result in 60-second long groups and counting
  556.           a 60-second long group (a.k.a., minute) as degraded if the
  557.           cumulative errors during the seconds present in the group
  558.           exceed 1E-6.  Available seconds are merely those seconds
  559.  
  560.  
  561.  
  562. Trunk MIB Working Group                                        [Page 10]
  563.  
  564. RFC 1406                       DS1/E1 MIB                   January 1993
  565.  
  566.  
  567.           which are not Unavailable as described below.
  568.  
  569.      Unavailable Seconds (UAS)
  570.           Unavailable Seconds (UAS) are calculated by counting the
  571.           number of seconds that the interface is unavailable.  The
  572.           DS1 interface is said to be unavailable from the onset of
  573.           10 contiguous SESs, or the onset of the condition leading
  574.           to a failure (see Failure States).  If the condition
  575.           leading to the failure was immediately preceded by one or
  576.           more contiguous SESs, then the DS1 interface
  577.           unavailability starts from the onset of these SESs.  Once
  578.           unavailable, and if no failure is present, the DS1
  579.           interface becomes available at the onset of 10 contiguous
  580.           seconds with no SESs.  Once unavailable, and if a failure
  581.           is present, the DS1 interface becomes available at the
  582.           onset of 10 contiguous seconds with no SESs, if the
  583.           failure clearing time is less than or equal to 10
  584.           seconds.  If the failure clearing time is more than 10
  585.           seconds, the DS1 interface becomes available at the onset
  586.           of 10 contiguous seconds with no SESs, or the onset
  587.           period leading to the successful clearing condition,
  588.           whichever occurs later.  With respect to the DS1 error
  589.           counts, all counters are incremented while the DS1
  590.           interface is deemed available.  While the interface is
  591.           deemed unavailable, the only count that is incremented is
  592.           UASs.
  593.  
  594.           A special case exists when the 10 or more second period
  595.           crosses the 900 second statistics window boundary, as the
  596.           foregoing description implies that the Severely Errored
  597.           Second and Unavailable Second counters must be adjusted
  598.           when the Unavailable Signal State is entered.  Clearly,
  599.           successive GETs of the affected dsx1IntervalSESs and
  600.           dsx1IntervalUASs objects will return differing values if
  601.           the first GET occurs during the first few seconds of the
  602.           window.  This is viewed as an unavoidable side-effect of
  603.           selecting the presently defined managed objects as a
  604.           basis for this memo.
  605.  
  606. 3.3.4.  Failure States
  607.  
  608.    The following failure states are received, or detected failures, that
  609.    are reported in the dsx1LineStatus object.  When a DS1 interface
  610.    would, if ever, produce the conditions leading to the failure state
  611.    is described in the appropriate specification.
  612.  
  613.  
  614.  
  615.  
  616.  
  617.  
  618. Trunk MIB Working Group                                        [Page 11]
  619.  
  620. RFC 1406                       DS1/E1 MIB                   January 1993
  621.  
  622.  
  623.      Far End Alarm Failure
  624.           The Far End Alarm failure is also known as "Yellow Alarm"
  625.           in the T1 case and "Distant Alarm" in the E1 case.
  626.  
  627.           For D4 links, the Far End Alarm failure is declared when
  628.           bit 6 of all channels has been zero for at least 335 ms
  629.           and is cleared when bit 6 of at least one channel is
  630.           non-zero for a period T, where T is usually less than one
  631.           second and always less than 5 seconds.  The Far End Alarm
  632.           failure is not declared for D4 links when a Loss of
  633.           Signal is detected.
  634.  
  635.           For ESF links, the Far End Alarm failure is declared if
  636.           the Yellow Alarm signal pattern occurs in at least seven
  637.           out of ten contiguous 16-bit pattern intervals and is
  638.           cleared if the Yellow Alarm signal pattern does not occur
  639.           in ten contiguous 16-bit signal pattern intervals.
  640.  
  641.           For E1 links, the Far End Alarm failure is declared when
  642.           bit 3 of time-slot zero is received set to one on two
  643.           consecutive occasions.  The Far End Alarm failure is
  644.           cleared when bit 3 of time-slot zero is received set to
  645.           zero.
  646.  
  647.      Alarm Indication Signal (AIS) Failure
  648.           The Alarm Indication Signal failure is declared when an
  649.           AIS defect is detected at the input and the  AIS defect
  650.           still exists after the Loss Of Frame failure (which is
  651.           caused by the unframed nature of the 'all-ones' signal)
  652.           is declared. The AIS failure is cleared when the Loss Of
  653.           Frame failure is cleared.
  654.  
  655.      Loss Of Frame Failure
  656.           For T1 links, the Loss Of Frame failure is declared when
  657.           an OOF or LOS  defect has persisted for T seconds, where
  658.           2 <= T <= 10.  The Loss Of Frame failure is cleared when
  659.           there have been no OOF or LOS defects during a period T
  660.           where 0 <= T <= 20.  Many systems will perform "hit
  661.           integration" within the period T before declaring or
  662.           clearing the failure e.g., see TR 62411 [16].
  663.  
  664.           For E1 links, the Loss Of Frame Failure is declared when
  665.           an OOF defect is detected.
  666.  
  667.      Loss Of Signal Failure
  668.           For T1, the Loss Of Signal failure is declared upon
  669.           observing 175 +/- 75 contiguous pulse positions with no
  670.           pulses of either positive or negative polarity.  The LOS
  671.  
  672.  
  673.  
  674. Trunk MIB Working Group                                        [Page 12]
  675.  
  676. RFC 1406                       DS1/E1 MIB                   January 1993
  677.  
  678.  
  679.           failure is cleared upon observing an average pulse
  680.           density of at least 12.5% over a period of 175 +/- 75
  681.           contiguous pulse positions starting with the receipt of a
  682.           pulse.
  683.  
  684.           For E1 links, the Loss Of Signal failure is declared when
  685.           greater than 10 consecutive zeroes are detected (see
  686.           O.162 Section 3.4.4).
  687.  
  688.      Loopback Pseudo-Failure
  689.           The Loopback Pseudo-Failure is declared when the near end
  690.           equipment has placed a loopback (of any kind) on the DS1.
  691.           This allows a management entity to determine from one
  692.           object whether the DS1 can be considered to be in service
  693.           or not (from the point of view of the near end
  694.           equipment).
  695.  
  696.      TS16 Alarm Indication Signal Failure
  697.           For E1 links, the TS16 Alarm Indication Signal failure is
  698.           declared when time-slot 16 is received as all ones for
  699.           all frames of two consecutive multiframes (see G.732
  700.           Section 4.2.6).  This condition is never declared for T1.
  701.  
  702.      Loss Of MultiFrame Failure
  703.           The Loss Of MultiFrame failure is declared when two
  704.           consecutive multiframe alignment signals (bits 4 through
  705.           7 of TS16 of frame 0) have been received with an error.
  706.           The Loss Of Multiframe failure is cleared when the first
  707.           correct multiframe alignment signal is received.  The
  708.           Loss Of Multiframe failure can only be declared for E1
  709.           links operating with G.732 [18] framing (sometimes called
  710.           "Channel Associated Signalling" mode).
  711.  
  712.      Far End Loss Of Multiframe Failure
  713.           The Far End Loss Of Multiframe failure is declared when
  714.           bit 2 of TS16 of frame 0 is received set to one on two
  715.           consecutive occasions.  The Far End Loss Of Multiframe
  716.           failure is cleared when bit 2 of TS16 of frame 0 is
  717.           received set to zero.  The Far End Loss Of Multiframe
  718.           failure can only be declared for E1 links operating in
  719.           "Channel Associated Signalling" mode.
  720.  
  721. 3.3.5.  Other Terms
  722.  
  723.      Circuit Identifier
  724.           This is a character string specified by the circuit
  725.           vendor, and is useful when communicating with the vendor
  726.           during the troubleshooting process.
  727.  
  728.  
  729.  
  730. Trunk MIB Working Group                                        [Page 13]
  731.  
  732. RFC 1406                       DS1/E1 MIB                   January 1993
  733.  
  734.  
  735. 4.  Definitions
  736.  
  737.      RFC1406-MIB DEFINITIONS ::= BEGIN
  738.      IMPORTS
  739.              Gauge
  740.                      FROM RFC1155-SMI
  741.              transmission, DisplayString
  742.                      FROM RFC1213-MIB
  743.              OBJECT-TYPE
  744.                      FROM RFC-1212;
  745.  
  746.      --  This MIB module uses the extended OBJECT-TYPE macro as
  747.      --  defined in RFC 1212.
  748.  
  749.      --  this is the MIB module for the DS1 objects
  750.  
  751.      ds1 OBJECT IDENTIFIER ::= { transmission 18 }
  752.  
  753.      -- note that this subsumes cept (19); there is no separate CEPT MIB
  754.  
  755.  
  756.      -- The DS1 Near End Group
  757.  
  758.      -- Implementation of this group is mandatory for all systems
  759.      -- that attach to a DS1 Interface.
  760.  
  761.      -- The DS1 Near End Group consists of four tables:
  762.      --    DS1 Configuration
  763.      --    DS1 Current
  764.      --    DS1 Interval
  765.      --    DS1 Total
  766.  
  767.      -- the DS1 Configuration Table
  768.  
  769.          dsx1ConfigTable OBJECT-TYPE
  770.              SYNTAX  SEQUENCE OF Dsx1ConfigEntry
  771.              ACCESS  not-accessible
  772.              STATUS  mandatory
  773.              DESCRIPTION
  774.                 "The DS1 Configuration table."
  775.             ::= { ds1 6 }
  776.  
  777.  
  778.          dsx1ConfigEntry OBJECT-TYPE
  779.              SYNTAX  Dsx1ConfigEntry
  780.              ACCESS  not-accessible
  781.              STATUS  mandatory
  782.              DESCRIPTION
  783.  
  784.  
  785.  
  786. Trunk MIB Working Group                                        [Page 14]
  787.  
  788. RFC 1406                       DS1/E1 MIB                   January 1993
  789.  
  790.  
  791.                 "An entry in the DS1 Configuration table."
  792.             INDEX   { dsx1LineIndex }
  793.             ::= { dsx1ConfigTable 1 }
  794.  
  795.      Dsx1ConfigEntry ::=
  796.          SEQUENCE {
  797.              dsx1LineIndex
  798.                  INTEGER,
  799.              dsx1IfIndex
  800.                  INTEGER,
  801.              dsx1TimeElapsed
  802.                  INTEGER,
  803.              dsx1ValidIntervals
  804.                  INTEGER,
  805.              dsx1LineType
  806.                  INTEGER,
  807.              dsx1LineCoding
  808.                  INTEGER,
  809.              dsx1SendCode
  810.                  INTEGER,
  811.              dsx1CircuitIdentifier
  812.                  DisplayString,
  813.              dsx1LoopbackConfig
  814.                  INTEGER,
  815.              dsx1LineStatus
  816.                  INTEGER,
  817.              dsx1SignalMode
  818.                  INTEGER,
  819.              dsx1TransmitClockSource
  820.                  INTEGER,
  821.              dsx1Fdl
  822.                  INTEGER
  823.          }
  824.  
  825.          dsx1LineIndex OBJECT-TYPE
  826.              SYNTAX  INTEGER (1..'7fffffff'h)
  827.              ACCESS  read-only
  828.              STATUS  mandatory
  829.              DESCRIPTION
  830.                 "This object is the identifier of a DS1  Inter-
  831.                 face on a managed device.  If there is an ifEn-
  832.                 try that is directly associated with  this  and
  833.                 only  this  DS1  interface,  it should have the
  834.                 same value as ifIndex.   Otherwise,  the  value
  835.                 exceeds  ifNumber,  and  is a unique identifier
  836.                 following this rule: inside  interfaces  (e.g.,
  837.                 equipment  side)  with even numbers and outside
  838.                 interfaces  (e.g.,  network   side)   with   odd
  839.  
  840.  
  841.  
  842. Trunk MIB Working Group                                        [Page 15]
  843.  
  844. RFC 1406                       DS1/E1 MIB                   January 1993
  845.  
  846.  
  847.                 numbers."
  848.             ::= { dsx1ConfigEntry 1 }
  849.  
  850.  
  851.          dsx1IfIndex OBJECT-TYPE
  852.              SYNTAX  INTEGER (1..'7fffffff'h)
  853.              ACCESS  read-only
  854.              STATUS  mandatory
  855.              DESCRIPTION
  856.                 "This value for this object  is  equal  to  the
  857.                 value  of  ifIndex from the Interfaces table of
  858.                 MIB II (RFC 1213)."
  859.             ::= { dsx1ConfigEntry 2 }
  860.  
  861.  
  862.          dsx1TimeElapsed OBJECT-TYPE
  863.              SYNTAX  INTEGER (0..899)
  864.              ACCESS  read-only
  865.              STATUS  mandatory
  866.              DESCRIPTION
  867.                 "The number of seconds that have elapsed  since
  868.                 the  beginning of the current error-measurement
  869.                 period."
  870.             ::= { dsx1ConfigEntry 3 }
  871.  
  872.  
  873.          dsx1ValidIntervals OBJECT-TYPE
  874.              SYNTAX  INTEGER (0..96)
  875.              ACCESS  read-only
  876.              STATUS  mandatory
  877.              DESCRIPTION
  878.                 "The number of  previous  intervals  for  which
  879.                 valid data was collected.  The value will be 96
  880.                 unless the interface was brought on-line within
  881.                 the last 24 hours, in which case the value will
  882.                 be the number of complete 15  minute  intervals
  883.                 the since interface has been online."
  884.             ::= { dsx1ConfigEntry 4 }
  885.  
  886.  
  887.          dsx1LineType OBJECT-TYPE
  888.              SYNTAX  INTEGER {
  889.                          other(1),
  890.                          dsx1ESF(2),
  891.                          dsx1D4(3),
  892.                          dsx1E1(4),
  893.                          dsx1E1-CRC(5),
  894.                          dsx1E1-MF(6),
  895.  
  896.  
  897.  
  898. Trunk MIB Working Group                                        [Page 16]
  899.  
  900. RFC 1406                       DS1/E1 MIB                   January 1993
  901.  
  902.  
  903.                          dsx1E1-CRC-MF(7)
  904.                      }
  905.              ACCESS  read-write
  906.              STATUS  mandatory
  907.              DESCRIPTION
  908.                 "This variable indicates  the  variety  of  DS1
  909.                 Line  implementing  this  circuit.  The type of
  910.                 circuit affects the number of bits  per  second
  911.                 that  the circuit can reasonably carry, as well
  912.                 as the interpretation of the  usage  and  error
  913.                 statistics.  The values, in sequence, describe:
  914.  
  915.                 TITLE:        SPECIFICATION:
  916.                 dsx1ESF       Extended SuperFrame DS1
  917.                 dsx1D4        AT&T D4 format DS1
  918.                 dsx1E1        CCITT Recommendation G.704
  919.                                 (Table 4a)
  920.                 dsx1E1-CRC    CCITT Recommendation G.704
  921.                                 (Table 4b)
  922.                 dsxE1-MF      G.704 (Table 4a) with TS16
  923.                                 multiframing enabled
  924.                 dsx1E1-CRC-MF G.704 (Table 4b) with TS16
  925.                                 multiframing enabled"
  926.  
  927.                     ::= { dsx1ConfigEntry 5 }
  928.  
  929.  
  930.          dsx1LineCoding OBJECT-TYPE
  931.              SYNTAX  INTEGER {
  932.                          dsx1JBZS (1),
  933.                          dsx1B8ZS (2),
  934.                          dsx1HDB3 (3),
  935.                          dsx1ZBTSI (4),
  936.                          dsx1AMI (5),
  937.                          other(6)
  938.                      }
  939.              ACCESS  read-write
  940.              STATUS  mandatory
  941.              DESCRIPTION
  942.                 "This variable describes the  variety  of  Zero
  943.                 Code  Suppression  used  on  the link, which in
  944.                 turn affects a number of its characteristics.
  945.  
  946.                 dsx1JBZS refers the Jammed  Bit  Zero  Suppres-
  947.                 sion,  in  which  the  AT&T specification of at
  948.                 least one pulse every 8 bit periods is literal-
  949.                 ly  implemented  by forcing a pulse in bit 8 of
  950.                 each channel.  Thus, only seven bits per  chan-
  951.  
  952.  
  953.  
  954. Trunk MIB Working Group                                        [Page 17]
  955.  
  956. RFC 1406                       DS1/E1 MIB                   January 1993
  957.  
  958.  
  959.                 nel, or 1.344 Mbps, is available for data.
  960.  
  961.                 dsx1B8ZS refers to the use of a specified  pat-
  962.                 tern  of  normal  bits  and  bipolar violations
  963.                 which are used to replace a sequence  of  eight
  964.                 zero bits.
  965.  
  966.                 ANSI Clear Channels may use dsx1ZBTSI, or  Zero
  967.                 Byte Time Slot Interchange.
  968.  
  969.                 E1 links, with or without CRC, use dsx1HDB3  or
  970.                 dsx1AMI.
  971.  
  972.                 dsx1AMI refers to a mode wherein no  zero  code
  973.                 suppression  is  present  and the line encoding
  974.                 does not solve the problem directly.   In  this
  975.                 application, the higher layer must provide data
  976.                 which meets or exceeds the  pulse  density  re-
  977.                 quirements, such as inverting HDLC data."
  978.             ::= { dsx1ConfigEntry 6 }
  979.  
  980.  
  981.          dsx1SendCode OBJECT-TYPE
  982.              SYNTAX  INTEGER {
  983.                          dsx1SendNoCode(1),
  984.                          dsx1SendLineCode(2),
  985.                          dsx1SendPayloadCode(3),
  986.                          dsx1SendResetCode(4),
  987.                          dsx1SendQRS(5),
  988.                          dsx1Send511Pattern(6),
  989.                          dsx1Send3in24Pattern(7),
  990.                          dsx1SendOtherTestPattern(8)
  991.                      }
  992.              ACCESS  read-write
  993.              STATUS  mandatory
  994.              DESCRIPTION
  995.                 "This variable indicates what type of  code  is
  996.                 being sent across the DS1 interface by the dev-
  997.                 ice.  The values mean:
  998.  
  999.                 dsx1SendNoCode
  1000.                      sending looped or normal data
  1001.  
  1002.                 dsx1SendLineCode
  1003.                      sending a request for a line loopback
  1004.  
  1005.                 dsx1SendPayloadCode
  1006.                      sending a request for a payload loopback
  1007.  
  1008.  
  1009.  
  1010. Trunk MIB Working Group                                        [Page 18]
  1011.  
  1012. RFC 1406                       DS1/E1 MIB                   January 1993
  1013.  
  1014.  
  1015.                 dsx1SendResetCode
  1016.                      sending a loopback termination request
  1017.  
  1018.                 dsx1SendQRS
  1019.                      sending a Quasi-Random Signal  (QRS)  test
  1020.                      pattern
  1021.  
  1022.                 dsx1Send511Pattern
  1023.                      sending a 511 bit fixed test pattern
  1024.  
  1025.                 dsx1Send3in24Pattern
  1026.                      sending a fixed test pattern of 3 bits set
  1027.                      in 24
  1028.  
  1029.                 dsx1SendOtherTestPattern
  1030.                      sending a test pattern  other  than  those
  1031.                      described by this object"
  1032.             ::= { dsx1ConfigEntry 7 }
  1033.  
  1034.  
  1035.          dsx1CircuitIdentifier OBJECT-TYPE
  1036.              SYNTAX  DisplayString (SIZE (0..255))
  1037.              ACCESS  read-write
  1038.              STATUS  mandatory
  1039.              DESCRIPTION
  1040.                 "This  variable   contains   the   transmission
  1041.                 vendor's circuit identifier, for the purpose of
  1042.                 facilitating troubleshooting."
  1043.             ::= { dsx1ConfigEntry 8 }
  1044.  
  1045.  
  1046.          dsx1LoopbackConfig OBJECT-TYPE
  1047.              SYNTAX  INTEGER {
  1048.                          dsx1NoLoop(1),
  1049.                          dsx1PayloadLoop(2),
  1050.                          dsx1LineLoop(3),
  1051.                          dsx1OtherLoop(4)
  1052.                      }
  1053.              ACCESS  read-write
  1054.              STATUS  mandatory
  1055.              DESCRIPTION
  1056.                 "This variable represents the  loopback  confi-
  1057.                 guration of the DS1 interface.  Agents support-
  1058.                 ing read/write access should return badValue in
  1059.                 response to a requested loopback state that the
  1060.                 interface does not support.  The values mean:
  1061.  
  1062.  
  1063.  
  1064.  
  1065.  
  1066. Trunk MIB Working Group                                        [Page 19]
  1067.  
  1068. RFC 1406                       DS1/E1 MIB                   January 1993
  1069.  
  1070.  
  1071.                 dsx1NoLoop
  1072.                      Not in the loopback state.  A device  that
  1073.                      is not capable of performing a loopback on
  1074.                      the interface shall always return this  as
  1075.                      it's value.
  1076.  
  1077.                 dsx1PayloadLoop
  1078.                      The received signal at this  interface  is
  1079.                      looped  through  the device. Typically the
  1080.                      received signal is  looped  back  for  re-
  1081.                      transmission  after  it has passed through
  1082.                      the device's framing function.
  1083.  
  1084.                 dsx1LineLoop
  1085.                      The received signal at this interface does
  1086.                      not  go  through the device (minimum pene-
  1087.                      tration) but is looped back out.
  1088.  
  1089.                 dsx1OtherLoop
  1090.                      Loopbacks that are not defined here."
  1091.             ::= { dsx1ConfigEntry 9 }
  1092.  
  1093.  
  1094.          dsx1LineStatus OBJECT-TYPE
  1095.              SYNTAX  INTEGER (1..8191)
  1096.              ACCESS  read-only
  1097.              STATUS  mandatory
  1098.              DESCRIPTION
  1099.                 "This variable indicates the Line Status of the
  1100.                 interface.   It contains loopback, failure, re-
  1101.                 ceived 'alarm'  and transmitted 'alarm'  infor-
  1102.                 mation.
  1103.  
  1104.      The dsx1LineStatus is a bit  map  represented  as  a  sum,
  1105.      therefore, it can represent multiple failures (alarms) and
  1106.      a LoopbackState simultaneously.
  1107.  
  1108.      dsx1NoAlarm should be set if and only if no other flag  is
  1109.      set.
  1110.  
  1111.      If the dsx1LoopbackState bit is set, the loopback  in  ef-
  1112.      fect can be determined from the dsx1LoopbackConfig object.
  1113.  
  1114.      The various bit positions are:
  1115.           1     dsx1NoAlarm           No Alarm Present
  1116.           2     dsx1RcvFarEndLOF      Far end LOF (a.k.a., Yellow Alarm)
  1117.           4     dsx1XmtFarEndLOF      Near end sending LOF Indication
  1118.           8     dsx1RcvAIS            Far end sending AIS
  1119.  
  1120.  
  1121.  
  1122. Trunk MIB Working Group                                        [Page 20]
  1123.  
  1124. RFC 1406                       DS1/E1 MIB                   January 1993
  1125.  
  1126.  
  1127.          16     dsx1XmtAIS            Near end sending AIS
  1128.          32     dsx1LossOfFrame       Near end LOF (a.k.a., Red Alarm)
  1129.          64     dsx1LossOfSignal      Near end Loss Of Signal
  1130.         128     dsx1LoopbackState     Near end is looped
  1131.         256     dsx1T16AIS            E1 TS16 AIS
  1132.         512     dsx1RcvFarEndLOMF     Far End Sending TS16 LOMF
  1133.        1024     dsx1XmtFarEndLOMF     Near End Sending TS16 LOMF
  1134.        2048     dsx1RcvTestCode       Near End detects a test code
  1135.        4096     dsx1OtherFailure      any line status not defined here"
  1136.          ::= { dsx1ConfigEntry 10 }
  1137.  
  1138.  
  1139.          dsx1SignalMode OBJECT-TYPE
  1140.              SYNTAX  INTEGER {
  1141.                          none (1),
  1142.                          robbedBit (2),
  1143.                          bitOriented (3),
  1144.                          messageOriented (4)
  1145.                      }
  1146.              ACCESS  read-write
  1147.              STATUS  mandatory
  1148.              DESCRIPTION
  1149.                 "'none' indicates that no bits are reserved for
  1150.                 signaling on this channel.
  1151.  
  1152.                  'robbedBit' indicates that T1 Robbed Bit  Sig-
  1153.                 naling is in use.
  1154.  
  1155.                  'bitOriented' indicates that E1 Channel  Asso-
  1156.                 ciated Signaling is in use.
  1157.  
  1158.                  'messageOriented' indicates that Common  Chan-
  1159.                 nel Signaling is in use either on channel 16 of
  1160.                 an E1 link or channel 24 of a T1."
  1161.             ::= { dsx1ConfigEntry 11 }
  1162.  
  1163.  
  1164.          dsx1TransmitClockSource OBJECT-TYPE
  1165.              SYNTAX  INTEGER {
  1166.                          loopTiming (1),
  1167.                          localTiming (2),
  1168.                          throughTiming (3)
  1169.                      }
  1170.              ACCESS  read-write
  1171.              STATUS  mandatory
  1172.              DESCRIPTION
  1173.                 "The source of Tranmit Clock.
  1174.  
  1175.  
  1176.  
  1177.  
  1178. Trunk MIB Working Group                                        [Page 21]
  1179.  
  1180. RFC 1406                       DS1/E1 MIB                   January 1993
  1181.  
  1182.  
  1183.                  'loopTiming' indicates that the recovered  re-
  1184.                 ceive clock is used as the transmit clock.
  1185.  
  1186.                  'localTiming' indicates  that  a  local  clock
  1187.                 source is used.
  1188.  
  1189.                  'throughTiming' indicates that  recovered  re-
  1190.                 ceive  clock  from another interface is used as
  1191.                 the transmit clock."
  1192.             ::= { dsx1ConfigEntry 12 }
  1193.  
  1194.  
  1195.          dsx1Fdl OBJECT-TYPE
  1196.              SYNTAX  INTEGER {
  1197.                            other(1),
  1198.                            dsx1Ansi-T1-403(2),
  1199.                            dsx1Att-54016(4),
  1200.                            dsx1Fdl-none(8)
  1201.                      }
  1202.              ACCESS  read-write
  1203.              STATUS  mandatory
  1204.              DESCRIPTION
  1205.                 "This bitmap describes the use of  the  facili-
  1206.                 ties data link, and is the sum of the capabili-
  1207.                 ties:
  1208.  
  1209.                  'other' indicates that a protocol  other  than
  1210.                 one following is used.
  1211.  
  1212.                  'dsx1Ansi-T1-403' refers to the  FDL  exchange
  1213.                 recommended by ANSI.
  1214.  
  1215.                  'dsx1Att-54016' refers to ESF FDL exchanges.
  1216.  
  1217.                  'dsx1Fdl-none' indicates that the device  does
  1218.                 not use the FDL."
  1219.             ::= { dsx1ConfigEntry 13 }
  1220.  
  1221.  
  1222.      -- the DS1 Current Table
  1223.  
  1224.      -- The DS1 current table contains various statistics being
  1225.      -- collected for the current 15 minute interval.
  1226.  
  1227.          dsx1CurrentTable OBJECT-TYPE
  1228.              SYNTAX  SEQUENCE OF Dsx1CurrentEntry
  1229.              ACCESS  not-accessible
  1230.              STATUS  mandatory
  1231.  
  1232.  
  1233.  
  1234. Trunk MIB Working Group                                        [Page 22]
  1235.  
  1236. RFC 1406                       DS1/E1 MIB                   January 1993
  1237.  
  1238.  
  1239.              DESCRIPTION
  1240.                 "The DS1 Current table."
  1241.             ::= { ds1 7 }
  1242.  
  1243.  
  1244.          dsx1CurrentEntry OBJECT-TYPE
  1245.              SYNTAX  Dsx1CurrentEntry
  1246.              ACCESS  not-accessible
  1247.              STATUS  mandatory
  1248.              DESCRIPTION
  1249.                 "An entry in the DS1 Current table."
  1250.             INDEX   { dsx1CurrentIndex }
  1251.             ::= { dsx1CurrentTable 1 }
  1252.  
  1253.      Dsx1CurrentEntry ::=
  1254.          SEQUENCE {
  1255.              dsx1CurrentIndex
  1256.                  INTEGER,
  1257.              dsx1CurrentESs
  1258.                  Gauge,
  1259.              dsx1CurrentSESs
  1260.                  Gauge,
  1261.              dsx1CurrentSEFSs
  1262.                  Gauge,
  1263.              dsx1CurrentUASs
  1264.                  Gauge,
  1265.              dsx1CurrentCSSs
  1266.                  Gauge,
  1267.              dsx1CurrentPCVs
  1268.                  Gauge,
  1269.              dsx1CurrentLESs
  1270.                  Gauge,
  1271.              dsx1CurrentBESs
  1272.                  Gauge,
  1273.              dsx1CurrentDMs
  1274.                  Gauge,
  1275.              dsx1CurrentLCVs
  1276.                  Gauge
  1277.          }
  1278.  
  1279.          dsx1CurrentIndex OBJECT-TYPE
  1280.              SYNTAX  INTEGER (1..'7fffffff'h)
  1281.              ACCESS  read-only
  1282.              STATUS  mandatory
  1283.              DESCRIPTION
  1284.                 "The index value which uniquely identifies  the
  1285.                 DS1  interface  to which this entry is applica-
  1286.                 ble.  The interface identified by a  particular
  1287.  
  1288.  
  1289.  
  1290. Trunk MIB Working Group                                        [Page 23]
  1291.  
  1292. RFC 1406                       DS1/E1 MIB                   January 1993
  1293.  
  1294.  
  1295.                 value  of  this  index is the same interface as
  1296.                 identified by the same value as a dsx1LineIndex
  1297.                 object instance."
  1298.             ::= { dsx1CurrentEntry 1 }
  1299.  
  1300.  
  1301.          dsx1CurrentESs OBJECT-TYPE
  1302.              SYNTAX  Gauge
  1303.              ACCESS  read-only
  1304.              STATUS  mandatory
  1305.              DESCRIPTION
  1306.                 "The number of Errored Seconds, encountered  by
  1307.                 a DS1 interface in the current 15 minute inter-
  1308.                 val."
  1309.             ::= { dsx1CurrentEntry 2 }
  1310.  
  1311.  
  1312.          dsx1CurrentSESs OBJECT-TYPE
  1313.              SYNTAX  Gauge
  1314.              ACCESS  read-only
  1315.              STATUS  mandatory
  1316.              DESCRIPTION
  1317.                 "The number of Severely Errored Seconds encoun-
  1318.                 tered  by  a  DS1  interface  in the current 15
  1319.                 minute interval."
  1320.             ::= { dsx1CurrentEntry 3 }
  1321.  
  1322.  
  1323.          dsx1CurrentSEFSs OBJECT-TYPE
  1324.              SYNTAX  Gauge
  1325.              ACCESS  read-only
  1326.              STATUS  mandatory
  1327.              DESCRIPTION
  1328.                 "The number of Severely Errored Framing Seconds
  1329.                 encountered  by  a DS1 interface in the current
  1330.                 15 minute interval."
  1331.             ::= { dsx1CurrentEntry 4 }
  1332.  
  1333.  
  1334.          dsx1CurrentUASs OBJECT-TYPE
  1335.              SYNTAX  Gauge
  1336.              ACCESS  read-only
  1337.              STATUS  mandatory
  1338.              DESCRIPTION
  1339.                 "The number of Unavailable Seconds  encountered
  1340.                 by a DS1 interface in the current 15 minute in-
  1341.                 terval."
  1342.             ::= { dsx1CurrentEntry 5 }
  1343.  
  1344.  
  1345.  
  1346. Trunk MIB Working Group                                        [Page 24]
  1347.  
  1348. RFC 1406                       DS1/E1 MIB                   January 1993
  1349.  
  1350.  
  1351.          dsx1CurrentCSSs OBJECT-TYPE
  1352.              SYNTAX  Gauge
  1353.              ACCESS  read-only
  1354.              STATUS  mandatory
  1355.              DESCRIPTION
  1356.                 "The number of Controlled Slip Seconds  encoun-
  1357.                 tered  by  a  DS1  interface  in the current 15
  1358.                 minute interval."
  1359.             ::= { dsx1CurrentEntry 6 }
  1360.  
  1361.  
  1362.          dsx1CurrentPCVs OBJECT-TYPE
  1363.              SYNTAX  Gauge
  1364.              ACCESS  read-only
  1365.              STATUS  mandatory
  1366.              DESCRIPTION
  1367.                 "The number of Path Coding  Violations  encoun-
  1368.                 tered  by  a  DS1  interface  in the current 15
  1369.                 minute interval."
  1370.             ::= { dsx1CurrentEntry 7 }
  1371.  
  1372.  
  1373.          dsx1CurrentLESs OBJECT-TYPE
  1374.              SYNTAX  Gauge
  1375.              ACCESS  read-only
  1376.              STATUS  mandatory
  1377.              DESCRIPTION
  1378.                 "The number of Line Errored Seconds encountered
  1379.                 by a DS1 interface in the current 15 minute in-
  1380.                 terval."
  1381.             ::= { dsx1CurrentEntry 8 }
  1382.  
  1383.  
  1384.          dsx1CurrentBESs OBJECT-TYPE
  1385.              SYNTAX Gauge
  1386.              ACCESS read-only
  1387.              STATUS mandatory
  1388.              DESCRIPTION
  1389.                 "The number of Bursty  Errored  Seconds  (BESs)
  1390.                 encountered  by  a DS1 interface in the current
  1391.                 15 minute interval."
  1392.             ::= {dsx1CurrentEntry 9 }
  1393.  
  1394.  
  1395.          dsx1CurrentDMs OBJECT-TYPE
  1396.              SYNTAX Gauge
  1397.              ACCESS read-only
  1398.              STATUS mandatory
  1399.  
  1400.  
  1401.  
  1402. Trunk MIB Working Group                                        [Page 25]
  1403.  
  1404. RFC 1406                       DS1/E1 MIB                   January 1993
  1405.  
  1406.  
  1407.              DESCRIPTION
  1408.                 "The number of Degraded Minutes  (DMs)  encoun-
  1409.                 tered  by  a  DS1  interface  in the current 15
  1410.                 minute interval."
  1411.             ::= { dsx1CurrentEntry 10 }
  1412.  
  1413.  
  1414.          dsx1CurrentLCVs OBJECT-TYPE
  1415.              SYNTAX Gauge
  1416.              ACCESS read-only
  1417.              STATUS mandatory
  1418.              DESCRIPTION
  1419.                 "The number of Line Code Violations (LCVs)  en-
  1420.                 countered  by a DS1 interface in the current 15
  1421.                 minute interval."
  1422.          ::= {dsx1CurrentEntry 11 }
  1423.  
  1424.  
  1425.      -- the DS1 Interval
  1426.  
  1427.      -- The DS1 Interval Table contains various statistics
  1428.      -- collected by each DS1 Interface over the previous 24 hours of
  1429.      -- operation.  The past 24 hours are broken into 96 completed
  1430.      -- 15 minute intervals.
  1431.  
  1432.          dsx1IntervalTable OBJECT-TYPE
  1433.              SYNTAX  SEQUENCE OF Dsx1IntervalEntry
  1434.              ACCESS  not-accessible
  1435.              STATUS  mandatory
  1436.              DESCRIPTION
  1437.                 "The DS1 Interval table."
  1438.             ::= { ds1 8 }
  1439.  
  1440.  
  1441.          dsx1IntervalEntry OBJECT-TYPE
  1442.              SYNTAX  Dsx1IntervalEntry
  1443.              ACCESS  not-accessible
  1444.              STATUS  mandatory
  1445.              DESCRIPTION
  1446.                 "An entry in the DS1 Interval table."
  1447.             INDEX   { dsx1IntervalIndex, dsx1IntervalNumber }
  1448.             ::= { dsx1IntervalTable 1 }
  1449.  
  1450.      Dsx1IntervalEntry ::=
  1451.          SEQUENCE {
  1452.              dsx1IntervalIndex
  1453.                  INTEGER,
  1454.              dsx1IntervalNumber
  1455.  
  1456.  
  1457.  
  1458. Trunk MIB Working Group                                        [Page 26]
  1459.  
  1460. RFC 1406                       DS1/E1 MIB                   January 1993
  1461.  
  1462.  
  1463.                  INTEGER,
  1464.              dsx1IntervalESs
  1465.                  Gauge,
  1466.              dsx1IntervalSESs
  1467.                  Gauge,
  1468.              dsx1IntervalSEFSs
  1469.                  Gauge,
  1470.              dsx1IntervalUASs
  1471.                  Gauge,
  1472.              dsx1IntervalCSSs
  1473.                  Gauge,
  1474.              dsx1IntervalPCVs
  1475.                  Gauge,
  1476.              dsx1IntervalLESs
  1477.                  Gauge,
  1478.              dsx1IntervalBESs
  1479.                  Gauge,
  1480.              dsx1IntervalDMs
  1481.                  Gauge,
  1482.              dsx1IntervalLCVs
  1483.                  Gauge
  1484.          }
  1485.  
  1486.          dsx1IntervalIndex OBJECT-TYPE
  1487.              SYNTAX  INTEGER (1..'7fffffff'h)
  1488.              ACCESS  read-only
  1489.              STATUS  mandatory
  1490.              DESCRIPTION
  1491.                 "The index value which uniquely identifies  the
  1492.                 DS1  interface  to which this entry is applica-
  1493.                 ble.  The interface identified by a  particular
  1494.                 value  of  this  index is the same interface as
  1495.                 identified by the same value as a dsx1LineIndex
  1496.                 object instance."
  1497.             ::= { dsx1IntervalEntry 1 }
  1498.  
  1499.  
  1500.          dsx1IntervalNumber OBJECT-TYPE
  1501.              SYNTAX  INTEGER (1..96)
  1502.              ACCESS  read-only
  1503.              STATUS  mandatory
  1504.              DESCRIPTION
  1505.                 "A number between 1 and 96, where 1 is the most
  1506.                 recently completed 15 minute interval and 96 is
  1507.                 the least recently completed 15 minutes  inter-
  1508.                 val   (assuming   that  all  96  intervals  are
  1509.                 valid)."
  1510.             ::= { dsx1IntervalEntry 2 }
  1511.  
  1512.  
  1513.  
  1514. Trunk MIB Working Group                                        [Page 27]
  1515.  
  1516. RFC 1406                       DS1/E1 MIB                   January 1993
  1517.  
  1518.  
  1519.          dsx1IntervalESs OBJECT-TYPE
  1520.              SYNTAX  Gauge
  1521.              ACCESS  read-only
  1522.              STATUS  mandatory
  1523.              DESCRIPTION
  1524.                 "The number of Errored Seconds encountered by a
  1525.                 DS1  interface in one of the previous 96, indi-
  1526.                 vidual 15 minute, intervals."
  1527.             ::= { dsx1IntervalEntry 3 }
  1528.  
  1529.  
  1530.          dsx1IntervalSESs OBJECT-TYPE
  1531.              SYNTAX  Gauge
  1532.              ACCESS  read-only
  1533.              STATUS  mandatory
  1534.              DESCRIPTION
  1535.                 "The number of Severely Errored Seconds encoun-
  1536.                 tered by a DS1 interface in one of the previous
  1537.                 96, individual 15 minute, intervals."
  1538.             ::= { dsx1IntervalEntry 4 }
  1539.  
  1540.  
  1541.          dsx1IntervalSEFSs OBJECT-TYPE
  1542.              SYNTAX  Gauge
  1543.              ACCESS  read-only
  1544.              STATUS  mandatory
  1545.              DESCRIPTION
  1546.                 "The number of Severely Errored Framing Seconds
  1547.                 encountered  by  a  DS1 interface in one of the
  1548.                 previous 96, individual 15 minute, intervals."
  1549.             ::= { dsx1IntervalEntry 5 }
  1550.  
  1551.  
  1552.          dsx1IntervalUASs OBJECT-TYPE
  1553.              SYNTAX  Gauge
  1554.              ACCESS  read-only
  1555.              STATUS  mandatory
  1556.              DESCRIPTION
  1557.                 "The number of Unavailable Seconds  encountered
  1558.                 by  a  DS1 interface in one of the previous 96,
  1559.                 individual 15 minute, intervals."
  1560.             ::= { dsx1IntervalEntry 6 }
  1561.  
  1562.  
  1563.          dsx1IntervalCSSs OBJECT-TYPE
  1564.              SYNTAX  Gauge
  1565.              ACCESS  read-only
  1566.              STATUS  mandatory
  1567.  
  1568.  
  1569.  
  1570. Trunk MIB Working Group                                        [Page 28]
  1571.  
  1572. RFC 1406                       DS1/E1 MIB                   January 1993
  1573.  
  1574.  
  1575.              DESCRIPTION
  1576.                 "The number of Controlled Slip Seconds  encoun-
  1577.                 tered by a DS1 interface in one of the previous
  1578.                 96, individual 15 minute, intervals."
  1579.             ::= { dsx1IntervalEntry 7 }
  1580.  
  1581.  
  1582.          dsx1IntervalPCVs OBJECT-TYPE
  1583.              SYNTAX  Gauge
  1584.              ACCESS  read-only
  1585.              STATUS  mandatory
  1586.              DESCRIPTION
  1587.                 "The number of Path Coding  Violations  encoun-
  1588.                 tered by a DS1 interface in one of the previous
  1589.                 96, individual 15 minute, intervals."
  1590.             ::= { dsx1IntervalEntry 8 }
  1591.  
  1592.  
  1593.          dsx1IntervalLESs OBJECT-TYPE
  1594.              SYNTAX  Gauge
  1595.              ACCESS  read-only
  1596.              STATUS  mandatory
  1597.              DESCRIPTION
  1598.                 "The number of Line Errored Seconds encountered
  1599.                 by  a  DS1 interface in one of the previous 96,
  1600.                 individual 15 minute, intervals."
  1601.             ::= { dsx1IntervalEntry 9 }
  1602.  
  1603.  
  1604.          dsx1IntervalBESs OBJECT-TYPE
  1605.              SYNTAX Gauge
  1606.              ACCESS read-only
  1607.              STATUS mandatory
  1608.              DESCRIPTION
  1609.                 "The number of Bursty  Errored  Seconds  (BESs)
  1610.                 encountered  by  a  DS1 interface in one of the
  1611.                 previous 96, individual 15 minute, intervals."
  1612.             ::= {dsx1IntervalEntry 10 }
  1613.  
  1614.  
  1615.          dsx1IntervalDMs OBJECT-TYPE
  1616.              SYNTAX Gauge
  1617.              ACCESS read-only
  1618.              STATUS mandatory
  1619.              DESCRIPTION
  1620.                 "The number of Degraded Minutes  (DMs)  encoun-
  1621.                 tered by a DS1 interface in one of the previous
  1622.                 96, individual 15 minute, intervals."
  1623.  
  1624.  
  1625.  
  1626. Trunk MIB Working Group                                        [Page 29]
  1627.  
  1628. RFC 1406                       DS1/E1 MIB                   January 1993
  1629.  
  1630.  
  1631.             ::= { dsx1IntervalEntry 11 }
  1632.  
  1633.  
  1634.          dsx1IntervalLCVs OBJECT-TYPE
  1635.              SYNTAX Gauge
  1636.              ACCESS read-only
  1637.              STATUS mandatory
  1638.              DESCRIPTION
  1639.                 "The number of Line Code Violations (LCVs)  en-
  1640.                 countered  by a DS1 interface in the current 15
  1641.                 minute interval."
  1642.          ::= {dsx1IntervalEntry 12 }
  1643.  
  1644.  
  1645.      -- the DS1 Total
  1646.  
  1647.      -- The DS1 Total Table contains the cumulative sum of the
  1648.      -- various statistics for the 24 hour period preceding the
  1649.      -- current interval.
  1650.  
  1651.          dsx1TotalTable OBJECT-TYPE
  1652.              SYNTAX  SEQUENCE OF Dsx1TotalEntry
  1653.              ACCESS  not-accessible
  1654.              STATUS  mandatory
  1655.              DESCRIPTION
  1656.                 "The DS1 Total table.  24 hour interval."
  1657.             ::= { ds1 9 }
  1658.  
  1659.  
  1660.          dsx1TotalEntry OBJECT-TYPE
  1661.              SYNTAX  Dsx1TotalEntry
  1662.              ACCESS  not-accessible
  1663.              STATUS  mandatory
  1664.              DESCRIPTION
  1665.                 "An entry in the DS1 Total table."
  1666.             INDEX   { dsx1TotalIndex }
  1667.             ::= { dsx1TotalTable 1 }
  1668.  
  1669.      Dsx1TotalEntry ::=
  1670.          SEQUENCE {
  1671.              dsx1TotalIndex
  1672.                  INTEGER,
  1673.              dsx1TotalESs
  1674.                  Gauge,
  1675.              dsx1TotalSESs
  1676.                  Gauge,
  1677.              dsx1TotalSEFSs
  1678.                  Gauge,
  1679.  
  1680.  
  1681.  
  1682. Trunk MIB Working Group                                        [Page 30]
  1683.  
  1684. RFC 1406                       DS1/E1 MIB                   January 1993
  1685.  
  1686.  
  1687.              dsx1TotalUASs
  1688.                  Gauge,
  1689.              dsx1TotalCSSs
  1690.                  Gauge,
  1691.              dsx1TotalPCVs
  1692.                  Gauge,
  1693.              dsx1TotalLESs
  1694.                  Gauge,
  1695.              dsx1TotalBESs
  1696.                  Gauge,
  1697.              dsx1TotalDMs
  1698.                  Gauge,
  1699.              dsx1TotalLCVs
  1700.                  Gauge
  1701.          }
  1702.  
  1703.          dsx1TotalIndex OBJECT-TYPE
  1704.              SYNTAX  INTEGER (1..'7fffffff'h)
  1705.              ACCESS  read-only
  1706.              STATUS  mandatory
  1707.              DESCRIPTION
  1708.                 "The index value which uniquely identifies  the
  1709.                 DS1  interface  to which this entry is applica-
  1710.                 ble.  The interface identified by a  particular
  1711.                 value  of  this  index is the same interface as
  1712.                 identified by the same value as a dsx1LineIndex
  1713.                 object instance."
  1714.             ::= { dsx1TotalEntry 1 }
  1715.  
  1716.  
  1717.          dsx1TotalESs OBJECT-TYPE
  1718.              SYNTAX  Gauge
  1719.              ACCESS  read-only
  1720.              STATUS  mandatory
  1721.              DESCRIPTION
  1722.                 "The number of Errored Seconds encountered by a
  1723.                 DS1 interface in the previous 24 hour interval"
  1724.             ::= { dsx1TotalEntry 2 }
  1725.  
  1726.  
  1727.          dsx1TotalSESs OBJECT-TYPE
  1728.              SYNTAX  Gauge
  1729.              ACCESS  read-only
  1730.              STATUS  mandatory
  1731.              DESCRIPTION
  1732.                 "The number of Severely Errored Seconds encoun-
  1733.                 tered  by  a  DS1  interface in the previous 24
  1734.                 hour interval."
  1735.  
  1736.  
  1737.  
  1738. Trunk MIB Working Group                                        [Page 31]
  1739.  
  1740. RFC 1406                       DS1/E1 MIB                   January 1993
  1741.  
  1742.  
  1743.             ::= { dsx1TotalEntry 3 }
  1744.  
  1745.  
  1746.          dsx1TotalSEFSs OBJECT-TYPE
  1747.              SYNTAX  Gauge
  1748.              ACCESS  read-only
  1749.              STATUS  mandatory
  1750.              DESCRIPTION
  1751.                 "The number of Severely Errored Framing Seconds
  1752.                 encountered  by a DS1 interface in the previous
  1753.                 24 hour interval."
  1754.             ::= { dsx1TotalEntry 4 }
  1755.  
  1756.  
  1757.          dsx1TotalUASs OBJECT-TYPE
  1758.              SYNTAX  Gauge
  1759.              ACCESS  read-only
  1760.              STATUS  mandatory
  1761.              DESCRIPTION
  1762.                 "The number of Unavailable Seconds  encountered
  1763.                 by  a DS1 interface in the previous 24 hour in-
  1764.                 terval."
  1765.             ::= { dsx1TotalEntry 5 }
  1766.  
  1767.  
  1768.          dsx1TotalCSSs OBJECT-TYPE
  1769.              SYNTAX  Gauge
  1770.              ACCESS  read-only
  1771.              STATUS  mandatory
  1772.              DESCRIPTION
  1773.                 "The number of Controlled Slip Seconds  encoun-
  1774.                 tered  by  a  DS1  interface in the previous 24
  1775.                 hour interval."
  1776.             ::= { dsx1TotalEntry 6 }
  1777.  
  1778.  
  1779.          dsx1TotalPCVs OBJECT-TYPE
  1780.              SYNTAX  Gauge
  1781.              ACCESS  read-only
  1782.              STATUS  mandatory
  1783.              DESCRIPTION
  1784.                 "The number of Path Coding  Violations  encoun-
  1785.                 tered  by  a  DS1  interface in the previous 24
  1786.                 hour interval."
  1787.             ::= { dsx1TotalEntry 7 }
  1788.  
  1789.  
  1790.  
  1791.  
  1792.  
  1793.  
  1794. Trunk MIB Working Group                                        [Page 32]
  1795.  
  1796. RFC 1406                       DS1/E1 MIB                   January 1993
  1797.  
  1798.  
  1799.          dsx1TotalLESs OBJECT-TYPE
  1800.              SYNTAX  Gauge
  1801.              ACCESS  read-only
  1802.              STATUS  mandatory
  1803.              DESCRIPTION
  1804.                 "The number of Line Errored Seconds encountered
  1805.                 by  a DS1 interface in the previous 24 hour in-
  1806.                 terval."
  1807.             ::= { dsx1TotalEntry 8 }
  1808.  
  1809.  
  1810.          dsx1TotalBESs OBJECT-TYPE
  1811.              SYNTAX Gauge
  1812.              ACCESS read-only
  1813.              STATUS mandatory
  1814.              DESCRIPTION
  1815.                 "The number of Bursty  Errored  Seconds  (BESs)
  1816.                 encountered  by a DS1 interface in the previous
  1817.                 24 hour interval."
  1818.             ::= { dsx1TotalEntry 9 }
  1819.  
  1820.  
  1821.          dsx1TotalDMs OBJECT-TYPE
  1822.              SYNTAX Gauge
  1823.              ACCESS read-only
  1824.              STATUS mandatory
  1825.              DESCRIPTION
  1826.                 "The number of Degraded Minutes  (DMs)  encoun-
  1827.                 tered  by  a  DS1  interface in the previous 24
  1828.                 hour interval."
  1829.             ::= { dsx1TotalEntry 10 }
  1830.  
  1831.  
  1832.          dsx1TotalLCVs OBJECT-TYPE
  1833.              SYNTAX Gauge
  1834.              ACCESS read-only
  1835.              STATUS mandatory
  1836.              DESCRIPTION
  1837.                 "The number of Line Code Violations (LCVs)  en-
  1838.                 countered  by a DS1 interface in the current 15
  1839.                 minute interval."
  1840.          ::= {dsx1TotalEntry 11 }
  1841.  
  1842.  
  1843.      -- The DS1 Far End Group
  1844.  
  1845.      -- Implementation of this group is optional for all systems
  1846.      -- that attach to a DS1 Interface.
  1847.  
  1848.  
  1849.  
  1850. Trunk MIB Working Group                                        [Page 33]
  1851.  
  1852. RFC 1406                       DS1/E1 MIB                   January 1993
  1853.  
  1854.  
  1855.      -- The DS1 Far End Group consists of three tables:
  1856.      --   DS1 Far End Current
  1857.      --   DS1 Far End Interval
  1858.      --   DS1 Far End Total
  1859.  
  1860.      -- The DS1 Far End Current Table
  1861.  
  1862.      -- The DS1 Far End Current table contains various statistics
  1863.      -- being collected for the current 15 minute interval.
  1864.      -- The statistics are collected from the far end messages on the
  1865.      -- Facilities Data Link.  The definitions are the same as
  1866.      -- described for the near-end information.
  1867.  
  1868.          dsx1FarEndCurrentTable OBJECT-TYPE
  1869.              SYNTAX  SEQUENCE OF Dsx1FarEndCurrentEntry
  1870.              ACCESS  not-accessible
  1871.              STATUS  mandatory
  1872.              DESCRIPTION
  1873.                 "The DS1 Far End Current table."
  1874.             ::= { ds1 10 }
  1875.  
  1876.  
  1877.          dsx1FarEndCurrentEntry OBJECT-TYPE
  1878.              SYNTAX  Dsx1FarEndCurrentEntry
  1879.              ACCESS  not-accessible
  1880.              STATUS  mandatory
  1881.              DESCRIPTION
  1882.                 "An entry in the DS1 Far End Current table."
  1883.             INDEX   { dsx1FarEndCurrentIndex }
  1884.             ::= { dsx1FarEndCurrentTable 1 }
  1885.  
  1886.       Dsx1FarEndCurrentEntry ::=
  1887.          SEQUENCE {
  1888.              dsx1FarEndCurrentIndex
  1889.                  INTEGER,
  1890.              dsx1FarEndTimeElapsed
  1891.                  INTEGER,
  1892.              dsx1FarEndValidIntervals
  1893.                  INTEGER,
  1894.              dsx1FarEndCurrentESs
  1895.                  Gauge,
  1896.              dsx1FarEndCurrentSESs
  1897.                  Gauge,
  1898.              dsx1FarEndCurrentSEFSs
  1899.                  Gauge,
  1900.              dsx1FarEndCurrentUASs
  1901.                  Gauge,
  1902.              dsx1FarEndCurrentCSSs
  1903.  
  1904.  
  1905.  
  1906. Trunk MIB Working Group                                        [Page 34]
  1907.  
  1908. RFC 1406                       DS1/E1 MIB                   January 1993
  1909.  
  1910.  
  1911.                  Gauge,
  1912.              dsx1FarEndCurrentLESs
  1913.                  Gauge,
  1914.              dsx1FarEndCurrentPCVs
  1915.                  Gauge,
  1916.              dsx1FarEndCurrentBESs
  1917.                  Gauge,
  1918.              dsx1FarEndCurrentDMs
  1919.                  Gauge
  1920.          }
  1921.  
  1922.          dsx1FarEndCurrentIndex OBJECT-TYPE
  1923.              SYNTAX  INTEGER (1..'7fffffff'h)
  1924.              ACCESS  read-only
  1925.              STATUS  mandatory
  1926.              DESCRIPTION
  1927.                 "The index value which uniquely identifies  the
  1928.                 DS1  interface  to which this entry is applica-
  1929.                 ble.  The interface identified by a  particular
  1930.                 value  of  this  index is the same interface as
  1931.                 identified by the same value  an  dsx1LineIndex
  1932.                 object instance."
  1933.             ::= { dsx1FarEndCurrentEntry 1 }
  1934.  
  1935.  
  1936.          dsx1FarEndTimeElapsed OBJECT-TYPE
  1937.              SYNTAX  INTEGER (0..899)
  1938.              ACCESS  read-only
  1939.              STATUS  mandatory
  1940.              DESCRIPTION
  1941.                      "The number of seconds that  have  elapsed
  1942.                      since the beginning of the far end current
  1943.                      error-measurement period."
  1944.             ::= { dsx1FarEndCurrentEntry 2 }
  1945.  
  1946.  
  1947.          dsx1FarEndValidIntervals OBJECT-TYPE
  1948.              SYNTAX  INTEGER (0..96)
  1949.              ACCESS  read-only
  1950.              STATUS  mandatory
  1951.              DESCRIPTION
  1952.                      "The number of previous far end  intervals
  1953.                      for  which  valid data was collected.  The
  1954.                      value will be 96 unless the interface  was
  1955.                      brought  online  within the last 24 hours,
  1956.                      in which case the value will be the number
  1957.                      of  complete  15  minute far end intervals
  1958.                      since the interface has been online."
  1959.  
  1960.  
  1961.  
  1962. Trunk MIB Working Group                                        [Page 35]
  1963.  
  1964. RFC 1406                       DS1/E1 MIB                   January 1993
  1965.  
  1966.  
  1967.             ::= { dsx1FarEndCurrentEntry 3 }
  1968.  
  1969.  
  1970.          dsx1FarEndCurrentESs OBJECT-TYPE
  1971.              SYNTAX  Gauge
  1972.              ACCESS  read-only
  1973.              STATUS  mandatory
  1974.              DESCRIPTION
  1975.                 "The number of Far Far End Errored Seconds  en-
  1976.                 countered  by a DS1 interface in the current 15
  1977.                 minute interval."
  1978.             ::= { dsx1FarEndCurrentEntry 4 }
  1979.  
  1980.  
  1981.          dsx1FarEndCurrentSESs OBJECT-TYPE
  1982.              SYNTAX  Gauge
  1983.              ACCESS  read-only
  1984.              STATUS  mandatory
  1985.              DESCRIPTION
  1986.                 "The number of Far End Severely Errored Seconds
  1987.                 encountered  by  a DS1 interface in the current
  1988.                 15 minute interval."
  1989.             ::= { dsx1FarEndCurrentEntry 5 }
  1990.  
  1991.  
  1992.          dsx1FarEndCurrentSEFSs OBJECT-TYPE
  1993.              SYNTAX  Gauge
  1994.              ACCESS  read-only
  1995.              STATUS  mandatory
  1996.              DESCRIPTION
  1997.                 "The number of Far End Severely Errored Framing
  1998.                 Seconds  encountered  by a DS1 interface in the
  1999.                 current 15 minute interval."
  2000.             ::= { dsx1FarEndCurrentEntry 6 }
  2001.  
  2002.  
  2003.          dsx1FarEndCurrentUASs OBJECT-TYPE
  2004.              SYNTAX  Gauge
  2005.              ACCESS  read-only
  2006.              STATUS  mandatory
  2007.              DESCRIPTION
  2008.                 "The number of Unavailable Seconds  encountered
  2009.                 by a DS1 interface in the current 15 minute in-
  2010.                 terval."
  2011.             ::= { dsx1FarEndCurrentEntry 7 }
  2012.  
  2013.  
  2014.  
  2015.  
  2016.  
  2017.  
  2018. Trunk MIB Working Group                                        [Page 36]
  2019.  
  2020. RFC 1406                       DS1/E1 MIB                   January 1993
  2021.  
  2022.  
  2023.          dsx1FarEndCurrentCSSs OBJECT-TYPE
  2024.              SYNTAX  Gauge
  2025.              ACCESS  read-only
  2026.              STATUS  mandatory
  2027.              DESCRIPTION
  2028.                 "The number of Far End Controlled Slip  Seconds
  2029.                 encountered  by  a DS1 interface in the current
  2030.                 15 minute interval."
  2031.             ::= { dsx1FarEndCurrentEntry 8 }
  2032.  
  2033.  
  2034.          dsx1FarEndCurrentLESs OBJECT-TYPE
  2035.              SYNTAX  Gauge
  2036.              ACCESS  read-only
  2037.              STATUS  mandatory
  2038.              DESCRIPTION
  2039.                 "The number of Far End Line Errored Seconds en-
  2040.                 countered  by a DS1 interface in the current 15
  2041.                 minute interval."
  2042.             ::= { dsx1FarEndCurrentEntry 9 }
  2043.  
  2044.  
  2045.          dsx1FarEndCurrentPCVs OBJECT-TYPE
  2046.              SYNTAX  Gauge
  2047.              ACCESS  read-only
  2048.              STATUS  mandatory
  2049.              DESCRIPTION
  2050.                 "The number of Far End Path  Coding  Violations
  2051.                 reported  via the far end block error count en-
  2052.                 countered by a DS1 interface in the current  15
  2053.                 minute interval."
  2054.             ::= { dsx1FarEndCurrentEntry 10 }
  2055.  
  2056.  
  2057.          dsx1FarEndCurrentBESs OBJECT-TYPE
  2058.              SYNTAX Gauge
  2059.              ACCESS read-only
  2060.              STATUS mandatory
  2061.              DESCRIPTION
  2062.                 "The number of Bursty  Errored  Seconds  (BESs)
  2063.                 encountered  by  a DS1 interface in the current
  2064.                 15 minute interval."
  2065.             ::= {dsx1FarEndCurrentEntry 11 }
  2066.  
  2067.  
  2068.          dsx1FarEndCurrentDMs OBJECT-TYPE
  2069.              SYNTAX Gauge
  2070.              ACCESS read-only
  2071.  
  2072.  
  2073.  
  2074. Trunk MIB Working Group                                        [Page 37]
  2075.  
  2076. RFC 1406                       DS1/E1 MIB                   January 1993
  2077.  
  2078.  
  2079.              STATUS mandatory
  2080.              DESCRIPTION
  2081.                 "The number of Degraded Minutes  (DMs)  encoun-
  2082.                 tered  by  a  DS1  interface  in the current 15
  2083.                 minute interval."
  2084.             ::= { dsx1FarEndCurrentEntry 12 }
  2085.  
  2086.  
  2087.      -- The DS1 Far End Interval Table
  2088.  
  2089.      -- The DS1 Far End Interval Table contains various statistics
  2090.      -- collected by each DS1 interface over the previous 24 hours of
  2091.      -- operation.  The past 24 hours are broken into 96
  2092.      -- completed 15 minute intervals.
  2093.  
  2094.          dsx1FarEndIntervalTable OBJECT-TYPE
  2095.              SYNTAX  SEQUENCE OF Dsx1FarEndIntervalEntry
  2096.              ACCESS  not-accessible
  2097.              STATUS  mandatory
  2098.              DESCRIPTION
  2099.                 "The DS1 Far End Interval table."
  2100.             ::= { ds1 11 }
  2101.  
  2102.  
  2103.          dsx1FarEndIntervalEntry OBJECT-TYPE
  2104.              SYNTAX  Dsx1FarEndIntervalEntry
  2105.              ACCESS  not-accessible
  2106.              STATUS  mandatory
  2107.              DESCRIPTION
  2108.                 "An entry in the DS1 Far End Interval table."
  2109.             INDEX   { dsx1FarEndIntervalIndex,
  2110.                       dsx1FarEndIntervalNumber }
  2111.             ::= { dsx1FarEndIntervalTable 1 }
  2112.  
  2113.      Dsx1FarEndIntervalEntry ::=
  2114.          SEQUENCE {
  2115.              dsx1FarEndIntervalIndex
  2116.                  INTEGER,
  2117.              dsx1FarEndIntervalNumber
  2118.                  INTEGER,
  2119.              dsx1FarEndIntervalESs
  2120.                  Gauge,
  2121.              dsx1FarEndIntervalSESs
  2122.                  Gauge,
  2123.              dsx1FarEndIntervalSEFSs
  2124.                  Gauge,
  2125.              dsx1FarEndIntervalUASs
  2126.                  Gauge,
  2127.  
  2128.  
  2129.  
  2130. Trunk MIB Working Group                                        [Page 38]
  2131.  
  2132. RFC 1406                       DS1/E1 MIB                   January 1993
  2133.  
  2134.  
  2135.              dsx1FarEndIntervalCSSs
  2136.                  Gauge,
  2137.              dsx1FarEndIntervalLESs
  2138.                  Gauge,
  2139.              dsx1FarEndIntervalPCVs
  2140.                  Gauge,
  2141.              dsx1FarEndIntervalBESs
  2142.                  Gauge,
  2143.              dsx1FarEndIntervalDMs
  2144.                  Gauge
  2145.          }
  2146.  
  2147.          dsx1FarEndIntervalIndex OBJECT-TYPE
  2148.              SYNTAX  INTEGER (1..'7fffffff'h)
  2149.              ACCESS  read-only
  2150.              STATUS  mandatory
  2151.              DESCRIPTION
  2152.                 "The index value which uniquely identifies  the
  2153.                 DS1  interface  to which this entry is applica-
  2154.                 ble.  The interface identified by a  particular
  2155.                 value  of  this  index is the same interface as
  2156.                 identified by the same value as a dsx1LineIndex
  2157.                 object instance."
  2158.             ::= { dsx1FarEndIntervalEntry 1 }
  2159.  
  2160.  
  2161.          dsx1FarEndIntervalNumber OBJECT-TYPE
  2162.              SYNTAX  INTEGER (1..96)
  2163.              ACCESS  read-only
  2164.              STATUS  mandatory
  2165.              DESCRIPTION
  2166.                 "A number between 1 and 96, where 1 is the most
  2167.                 recently completed 15 minute interval and 96 is
  2168.                 the least recently completed 15 minutes  inter-
  2169.                 val   (assuming   that  all  96  intervals  are
  2170.                 valid)."
  2171.             ::= { dsx1FarEndIntervalEntry 2 }
  2172.  
  2173.  
  2174.          dsx1FarEndIntervalESs OBJECT-TYPE
  2175.              SYNTAX  Gauge
  2176.              ACCESS  read-only
  2177.              STATUS  mandatory
  2178.              DESCRIPTION
  2179.                 "The number of Far End Errored Seconds  encoun-
  2180.                 tered by a DS1 interface in one of the previous
  2181.                 96, individual 15 minute, intervals."
  2182.             ::= { dsx1FarEndIntervalEntry 3 }
  2183.  
  2184.  
  2185.  
  2186. Trunk MIB Working Group                                        [Page 39]
  2187.  
  2188. RFC 1406                       DS1/E1 MIB                   January 1993
  2189.  
  2190.  
  2191.          dsx1FarEndIntervalSESs OBJECT-TYPE
  2192.              SYNTAX  Gauge
  2193.              ACCESS  read-only
  2194.              STATUS  mandatory
  2195.              DESCRIPTION
  2196.                 "The number of Far End Severely Errored Seconds
  2197.                 encountered  by  a  DS1 interface in one of the
  2198.                 previous 96, individual 15 minute, intervals."
  2199.             ::= { dsx1FarEndIntervalEntry 4 }
  2200.  
  2201.  
  2202.          dsx1FarEndIntervalSEFSs OBJECT-TYPE
  2203.              SYNTAX  Gauge
  2204.              ACCESS  read-only
  2205.              STATUS  mandatory
  2206.              DESCRIPTION
  2207.                 "The number of Far End Severely Errored Framing
  2208.                 Seconds  encountered  by a DS1 interface in one
  2209.                 of the previous 96, individual 15  minute,  in-
  2210.                 tervals."
  2211.             ::= { dsx1FarEndIntervalEntry 5 }
  2212.  
  2213.  
  2214.          dsx1FarEndIntervalUASs OBJECT-TYPE
  2215.              SYNTAX  Gauge
  2216.              ACCESS  read-only
  2217.              STATUS  mandatory
  2218.              DESCRIPTION
  2219.                 "The number of Unavailable Seconds  encountered
  2220.                 by  a  DS1 interface in one of the previous 96,
  2221.                 individual 15 minute, intervals."
  2222.             ::= { dsx1FarEndIntervalEntry 6 }
  2223.  
  2224.  
  2225.          dsx1FarEndIntervalCSSs OBJECT-TYPE
  2226.              SYNTAX  Gauge
  2227.              ACCESS  read-only
  2228.              STATUS  mandatory
  2229.              DESCRIPTION
  2230.                 "The number of Far End Controlled Slip  Seconds
  2231.                 encountered  by  a  DS1 interface in one of the
  2232.                 previous 96, individual 15 minute, intervals."
  2233.             ::= { dsx1FarEndIntervalEntry 7 }
  2234.  
  2235.  
  2236.          dsx1FarEndIntervalLESs OBJECT-TYPE
  2237.              SYNTAX  Gauge
  2238.              ACCESS  read-only
  2239.  
  2240.  
  2241.  
  2242. Trunk MIB Working Group                                        [Page 40]
  2243.  
  2244. RFC 1406                       DS1/E1 MIB                   January 1993
  2245.  
  2246.  
  2247.              STATUS  mandatory
  2248.              DESCRIPTION
  2249.                 "The number of Far End Line Errored Seconds en-
  2250.                 countered by a DS1 interface in one of the pre-
  2251.                 vious 96, individual 15 minute, intervals."
  2252.             ::= { dsx1FarEndIntervalEntry 8 }
  2253.  
  2254.  
  2255.          dsx1FarEndIntervalPCVs OBJECT-TYPE
  2256.              SYNTAX  Gauge
  2257.              ACCESS  read-only
  2258.              STATUS  mandatory
  2259.              DESCRIPTION
  2260.                 "The number of Far End Path  Coding  Violations
  2261.                 reported  via the far end block error count en-
  2262.                 countered by a DS1 interface in one of the pre-
  2263.                 vious 96, individual 15 minute, intervals."
  2264.             ::= { dsx1FarEndIntervalEntry 9 }
  2265.  
  2266.  
  2267.          dsx1FarEndIntervalBESs OBJECT-TYPE
  2268.              SYNTAX Gauge
  2269.              ACCESS read-only
  2270.              STATUS mandatory
  2271.              DESCRIPTION
  2272.                 "The number of Bursty  Errored  Seconds  (BESs)
  2273.                 encountered  by  a  DS1 interface in one of the
  2274.                 previous 96, individual 15 minute, intervals."
  2275.             ::= {dsx1FarEndIntervalEntry 10 }
  2276.  
  2277.  
  2278.          dsx1FarEndIntervalDMs OBJECT-TYPE
  2279.              SYNTAX Gauge
  2280.              ACCESS read-only
  2281.              STATUS mandatory
  2282.              DESCRIPTION
  2283.                 "The number of Degraded Minutes  (DMs)  encoun-
  2284.                 tered by a DS1 interface in one of the previous
  2285.                 96, individual 15 minute, intervals."
  2286.             ::= { dsx1FarEndIntervalEntry 11 }
  2287.  
  2288.  
  2289.      -- The DS1 Far End Total Table
  2290.  
  2291.      -- The DS1 Far End Total Table contains the cumulative sum of the
  2292.      -- various statistics for the 24 hour period preceding the
  2293.      -- current interval.
  2294.  
  2295.  
  2296.  
  2297.  
  2298. Trunk MIB Working Group                                        [Page 41]
  2299.  
  2300. RFC 1406                       DS1/E1 MIB                   January 1993
  2301.  
  2302.  
  2303.          dsx1FarEndTotalTable OBJECT-TYPE
  2304.              SYNTAX  SEQUENCE OF Dsx1FarEndTotalEntry
  2305.              ACCESS  not-accessible
  2306.              STATUS  mandatory
  2307.              DESCRIPTION
  2308.                 "The DS1 Far End Total table."
  2309.             ::= { ds1 12 }
  2310.  
  2311.  
  2312.          dsx1FarEndTotalEntry OBJECT-TYPE
  2313.              SYNTAX  Dsx1FarEndTotalEntry
  2314.              ACCESS  not-accessible
  2315.              STATUS  mandatory
  2316.              DESCRIPTION
  2317.                 "An entry in the DS1 Far End Total table."
  2318.             INDEX   { dsx1FarEndTotalIndex }
  2319.             ::= { dsx1FarEndTotalTable 1 }
  2320.  
  2321.      Dsx1FarEndTotalEntry ::=
  2322.          SEQUENCE {
  2323.              dsx1FarEndTotalIndex
  2324.                  INTEGER,
  2325.              dsx1FarEndTotalESs
  2326.                  Gauge,
  2327.              dsx1FarEndTotalSESs
  2328.                  Gauge,
  2329.              dsx1FarEndTotalSEFSs
  2330.                  Gauge,
  2331.              dsx1FarEndTotalUASs
  2332.                  Gauge,
  2333.              dsx1FarEndTotalCSSs
  2334.                  Gauge,
  2335.              dsx1FarEndTotalLESs
  2336.                  Gauge,
  2337.              dsx1FarEndTotalPCVs
  2338.                  Gauge,
  2339.              dsx1FarEndTotalBESs
  2340.                  Gauge,
  2341.              dsx1FarEndTotalDMs
  2342.                  Gauge
  2343.          }
  2344.  
  2345.          dsx1FarEndTotalIndex OBJECT-TYPE
  2346.              SYNTAX  INTEGER (1..'7fffffff'h)
  2347.              ACCESS  read-only
  2348.              STATUS  mandatory
  2349.              DESCRIPTION
  2350.                 "The index value which uniquely identifies  the
  2351.  
  2352.  
  2353.  
  2354. Trunk MIB Working Group                                        [Page 42]
  2355.  
  2356. RFC 1406                       DS1/E1 MIB                   January 1993
  2357.  
  2358.  
  2359.                 DS1  interface  to which this entry is applica-
  2360.                 ble.  The interface identified by a  particular
  2361.                 value  of  this  index is the same interface as
  2362.                 identified by the same value  an  dsx1LineIndex
  2363.                 object instance."
  2364.             ::= { dsx1FarEndTotalEntry 1 }
  2365.  
  2366.  
  2367.          dsx1FarEndTotalESs OBJECT-TYPE
  2368.              SYNTAX  Gauge
  2369.              ACCESS  read-only
  2370.              STATUS  mandatory
  2371.              DESCRIPTION
  2372.                 "The number of Far End Errored Seconds  encoun-
  2373.                 tered  by  a  DS1  interface in the previous 24
  2374.                 hour interval."
  2375.             ::= { dsx1FarEndTotalEntry 2 }
  2376.  
  2377.  
  2378.          dsx1FarEndTotalSESs OBJECT-TYPE
  2379.              SYNTAX  Gauge
  2380.              ACCESS  read-only
  2381.              STATUS  mandatory
  2382.              DESCRIPTION
  2383.                 "The number of Far End Severely Errored Seconds
  2384.                 encountered  by a DS1 interface in the previous
  2385.                 24 hour interval."
  2386.             ::= { dsx1FarEndTotalEntry 3 }
  2387.  
  2388.  
  2389.          dsx1FarEndTotalSEFSs OBJECT-TYPE
  2390.              SYNTAX  Gauge
  2391.              ACCESS  read-only
  2392.              STATUS  mandatory
  2393.              DESCRIPTION
  2394.                 "The number of Far End Severely Errored Framing
  2395.                 Seconds  encountered  by a DS1 interface in the
  2396.                 previous 24 hour interval."
  2397.             ::= { dsx1FarEndTotalEntry 4 }
  2398.  
  2399.  
  2400.          dsx1FarEndTotalUASs OBJECT-TYPE
  2401.              SYNTAX  Gauge
  2402.              ACCESS  read-only
  2403.              STATUS  mandatory
  2404.              DESCRIPTION
  2405.                 "The number of Unavailable Seconds  encountered
  2406.                 by  a DS1 interface in the previous 24 hour in-
  2407.  
  2408.  
  2409.  
  2410. Trunk MIB Working Group                                        [Page 43]
  2411.  
  2412. RFC 1406                       DS1/E1 MIB                   January 1993
  2413.  
  2414.  
  2415.                 terval."
  2416.             ::= { dsx1FarEndTotalEntry 5 }
  2417.  
  2418.  
  2419.          dsx1FarEndTotalCSSs OBJECT-TYPE
  2420.              SYNTAX  Gauge
  2421.              ACCESS  read-only
  2422.              STATUS  mandatory
  2423.              DESCRIPTION
  2424.                 "The number of Far End Controlled Slip  Seconds
  2425.                 encountered  by a DS1 interface in the previous
  2426.                 24 hour interval."
  2427.             ::= { dsx1FarEndTotalEntry 6 }
  2428.  
  2429.  
  2430.          dsx1FarEndTotalLESs OBJECT-TYPE
  2431.              SYNTAX  Gauge
  2432.              ACCESS  read-only
  2433.              STATUS  mandatory
  2434.              DESCRIPTION
  2435.                 "The number of Far End Line Errored Seconds en-
  2436.                 countered by a DS1 interface in the previous 24
  2437.                 hour interval."
  2438.             ::= { dsx1FarEndTotalEntry 7 }
  2439.  
  2440.  
  2441.          dsx1FarEndTotalPCVs OBJECT-TYPE
  2442.              SYNTAX  Gauge
  2443.              ACCESS  read-only
  2444.              STATUS  mandatory
  2445.              DESCRIPTION
  2446.                 "The number of Far End Path  Coding  Violations
  2447.                 reported  via the far end block error count en-
  2448.                 countered by a DS1 interface in the previous 24
  2449.                 hour interval."
  2450.             ::= { dsx1FarEndTotalEntry 8 }
  2451.  
  2452.  
  2453.          dsx1FarEndTotalBESs OBJECT-TYPE
  2454.              SYNTAX Gauge
  2455.              ACCESS read-only
  2456.              STATUS mandatory
  2457.              DESCRIPTION
  2458.                 "The number of Bursty  Errored  Seconds  (BESs)
  2459.                 encountered  by a DS1 interface in the previous
  2460.                 24 hour interval."
  2461.             ::= { dsx1FarEndTotalEntry 9 }
  2462.  
  2463.  
  2464.  
  2465.  
  2466. Trunk MIB Working Group                                        [Page 44]
  2467.  
  2468. RFC 1406                       DS1/E1 MIB                   January 1993
  2469.  
  2470.  
  2471.          dsx1FarEndTotalDMs OBJECT-TYPE
  2472.              SYNTAX Gauge
  2473.              ACCESS read-only
  2474.              STATUS mandatory
  2475.              DESCRIPTION
  2476.                 "The number of Degraded Minutes  (DMs)  encoun-
  2477.                 tered  by  a  DS1  interface in the previous 24
  2478.                 hour interval."
  2479.             ::= { dsx1FarEndTotalEntry 10 }
  2480.  
  2481.  
  2482.      -- the DS1 Fractional Group
  2483.  
  2484.      -- Implementation of this group is mandatory for those
  2485.      -- systems dividing a DS1 into channels containing different
  2486.      -- data streams that are of local interest.  Systems which
  2487.      -- are indifferent to data content, such as CSUs, need not
  2488.      -- implement it.
  2489.  
  2490.      -- The DS1 fractional table identifies which DS1 channels
  2491.      -- associated with a CSU are being used to support a
  2492.      -- logical interface, i.e., an entry in the interfaces table
  2493.      -- from the Internet-standard MIB.
  2494.  
  2495.      -- For example, consider an application managing a North
  2496.      -- American ISDN Primary Rate link whose division is a 384 kbit/s
  2497.      -- H1 "B" Channel for Video, a second H1 for data to a primary
  2498.      -- routing peer, and 12 64 kbit/s H0 "B" Channels. Consider that
  2499.      -- some subset of the H0 channels are used for voice and the
  2500.      -- remainder are available for dynamic data calls.
  2501.  
  2502.      -- we count a total of 14 interfaces multiplexed onto the DS1
  2503.      -- interface. Six DS1 channels (for the sake of the example,
  2504.      -- channels 1..6) are used for Video, six more (7..11 and 13)
  2505.      -- are used for data, and the remaining 12 are are in channels
  2506.      -- 12 and 14..24.
  2507.  
  2508.      -- Let us further imagine that ifIndex 2 is of type DS1 and
  2509.      -- refers to the DS1 interface, and that the interfaces layered
  2510.      -- onto it are numbered 3..16.
  2511.  
  2512.      -- We might describe the allocation of channels, in the
  2513.      -- dsx1FracTable, as follows:
  2514.  
  2515.      -- dsx1FracIfIndex.2. 1 = 3    dsx1FracIfIndex.2.13 = 4
  2516.      -- dsx1FracIfIndex.2. 2 = 3    dsx1FracIfIndex.2.14 = 6
  2517.      -- dsx1FracIfIndex.2. 3 = 3    dsx1FracIfIndex.2.15 = 7
  2518.      -- dsx1FracIfIndex.2. 4 = 3    dsx1FracIfIndex.2.16 = 8
  2519.  
  2520.  
  2521.  
  2522. Trunk MIB Working Group                                        [Page 45]
  2523.  
  2524. RFC 1406                       DS1/E1 MIB                   January 1993
  2525.  
  2526.  
  2527.      -- dsx1FracIfIndex.2. 5 = 3    dsx1FracIfIndex.2.17 = 9
  2528.      -- dsx1FracIfIndex.2. 6 = 3    dsx1FracIfIndex.2.18 = 10
  2529.      -- dsx1FracIfIndex.2. 7 = 4    dsx1FracIfIndex.2.19 = 11
  2530.      -- dsx1FracIfIndex.2. 8 = 4    dsx1FracIfIndex.2.20 = 12
  2531.      -- dsx1FracIfIndex.2. 9 = 4    dsx1FracIfIndex.2.21 = 13
  2532.      -- dsx1FracIfIndex.2.10 = 4    dsx1FracIfIndex.2.22 = 14
  2533.      -- dsx1FracIfIndex.2.11 = 4    dsx1FracIfIndex.2.23 = 15
  2534.      -- dsx1FracIfIndex.2.12 = 5    dsx1FracIfIndex.2.24 = 16
  2535.  
  2536.  
  2537.      --      For North American (DS1) interfaces, there are 24 legal
  2538.      --      channels, numbered 1 through 24.
  2539.  
  2540.      --      For G.704 interfaces, there are 31 legal channels,
  2541.      --      numbered 1 through 31.  The channels (1..31) correspond
  2542.      --      directly to the equivalently numbered time-slots.
  2543.  
  2544.          dsx1FracTable OBJECT-TYPE
  2545.              SYNTAX  SEQUENCE OF Dsx1FracEntry
  2546.              ACCESS  not-accessible
  2547.              STATUS  mandatory
  2548.              DESCRIPTION
  2549.                 "The DS1 Fractional table."
  2550.             ::= { ds1 13 }
  2551.  
  2552.  
  2553.          dsx1FracEntry OBJECT-TYPE
  2554.              SYNTAX  Dsx1FracEntry
  2555.              ACCESS  not-accessible
  2556.              STATUS  mandatory
  2557.              DESCRIPTION
  2558.                 "An entry in the DS1 Fractional table."
  2559.             INDEX   { dsx1FracIndex, dsx1FracNumber }
  2560.             ::= { dsx1FracTable 1 }
  2561.  
  2562.      Dsx1FracEntry ::=
  2563.          SEQUENCE {
  2564.              dsx1FracIndex
  2565.                  INTEGER,
  2566.              dsx1FracNumber
  2567.                  INTEGER,
  2568.              dsx1FracIfIndex
  2569.                  INTEGER
  2570.          }
  2571.  
  2572.  
  2573.          dsx1FracIndex OBJECT-TYPE
  2574.              SYNTAX  INTEGER (1..'7fffffff'h)
  2575.  
  2576.  
  2577.  
  2578. Trunk MIB Working Group                                        [Page 46]
  2579.  
  2580. RFC 1406                       DS1/E1 MIB                   January 1993
  2581.  
  2582.  
  2583.              ACCESS  read-only
  2584.              STATUS  mandatory
  2585.              DESCRIPTION
  2586.                 "The index value which uniquely identifies  the
  2587.                 DS1  interface  to which this entry is applica-
  2588.                 ble.  The interface identified by a  particular
  2589.                 value  of  this  index is the same interface as
  2590.                 identified by the same value  an  dsx1LineIndex
  2591.                 object instance."
  2592.             ::= { dsx1FracEntry 1 }
  2593.  
  2594.  
  2595.          dsx1FracNumber OBJECT-TYPE
  2596.              SYNTAX  INTEGER (1..31)
  2597.              ACCESS  read-only
  2598.              STATUS  mandatory
  2599.              DESCRIPTION
  2600.                 "The channel number for this entry."
  2601.             ::= { dsx1FracEntry 2 }
  2602.  
  2603.  
  2604.          dsx1FracIfIndex OBJECT-TYPE
  2605.              SYNTAX  INTEGER (1..'7fffffff'h)
  2606.              ACCESS  read-write
  2607.              STATUS  mandatory
  2608.              DESCRIPTION
  2609.                 "An index value that uniquely identifies an in-
  2610.                 terface.  The interface identified by a partic-
  2611.                 ular value of this index is the same  interface
  2612.                 as  identified by the same value an ifIndex ob-
  2613.                 ject instance. If no interface is currently us-
  2614.                 ing  a channel, the value should be zero.  If a
  2615.                 single interface occupies more  than  one  time
  2616.                 slot,  that ifIndex value will be found in mul-
  2617.                 tiple time slots."
  2618.             ::= { dsx1FracEntry 3 }
  2619.  
  2620.      END
  2621.  
  2622. 5.  Acknowledgements
  2623.  
  2624.    This document was produced by the Trunk MIB Working Group:
  2625.  
  2626.           Tracy Cox       Bellcore
  2627.           Fred Baker      Advanced Computer Communications
  2628.           James Watt      Newbridge
  2629.           Bill Versteeg   Versteeg Codeworks
  2630.           Steve Buchko    Newbridge
  2631.  
  2632.  
  2633.  
  2634. Trunk MIB Working Group                                        [Page 47]
  2635.  
  2636. RFC 1406                       DS1/E1 MIB                   January 1993
  2637.  
  2638.  
  2639.           Greg Celmainis  Newbridge
  2640.           Kaj Tesink      Bellcore
  2641.           Al Bryenton     Bell Northern Research
  2642.           Tom Easterday   CIC
  2643.           John Labbe      Merit Corporation
  2644.           Chris Sullivan  Gandalf Ltd
  2645.           Grant Hall      Gandalf Ltd
  2646.           Laurence V. Marks, IBM Corp.
  2647.           Kurt Hall, Clear Communications Corp.
  2648.           Myron Hattig, ADC Kentrox
  2649.  
  2650.    Tracy Cox, Bill Versteeg, Myron Hattig, Kurt Hall and Laurence Marks
  2651.    especially worked to make the document what it is.
  2652.  
  2653. 6.  References
  2654.  
  2655.    [1] Rose M., and K. McCloghrie, "Structure and Identification of
  2656.        Management Information for TCP/IP-based internets", STD 16, RFC
  2657.        1155, Performance Systems International, Hughes LAN Systems, May
  2658.        1990.
  2659.  
  2660.    [2] Rose, M., and K. McCloghrie, Editors, "Concise MIB Definitions",
  2661.        STD 16, RFC 1212, Performance Systems International, Hughes LAN
  2662.        Systems, March 1991.
  2663.  
  2664.    [3] McCloghrie K., and M. Rose, "Management Information Base for
  2665.        Network Management of TCP/IP-based internets", RFC 1156, Hughes
  2666.        LAN Systems, Performance Systems International, May 1990.
  2667.  
  2668.    [4] McCloghrie K., and M. Rose, Editors, "Management Information Base
  2669.        for Network Management of TCP/IP-based internets", STD 17, RFC
  2670.        1213, Performance Systems International, March 1991.
  2671.  
  2672.    [5] Case, J., Fedor, M., Schoffstall, M., and J. Davin, "Simple
  2673.        Network Management Protocol", STD 15, RFC 1157, SNMP Research,
  2674.        Performance Systems International, Performance Systems
  2675.        International, MIT Laboratory for Computer Science, May 1990.
  2676.  
  2677.    [6] Information processing systems - Open Systems Interconnection -
  2678.        Specification of Abstract Syntax Notation One (ASN.1),
  2679.        International Organization for Standardization, International
  2680.        Standard 8824, December 1987.
  2681.  
  2682.    [7] Information processing systems - Open Systems Interconnection -
  2683.        Specification of Basic Encoding Rules for Abstract Notation One
  2684.        (ASN.1), International Organization for Standardization,
  2685.        International Standard 8825, December 1987.
  2686.  
  2687.  
  2688.  
  2689.  
  2690. Trunk MIB Working Group                                        [Page 48]
  2691.  
  2692. RFC 1406                       DS1/E1 MIB                   January 1993
  2693.  
  2694.  
  2695.    [8] AT&T Information Systems, AT&T ESF DS1 Channel Service Unit
  2696.        User's Manual, 999-100-305, February 1988.
  2697.  
  2698.    [9] AT&T Technical Reference, Requirements for Interfacing Digital
  2699.        Terminal Equipment to Services Employing the Extended Superframe
  2700.        Format, Publication 54016, May 1988.
  2701.  
  2702.   [10] American National Standard for Telecommunications -- Carrier-to-
  2703.        Customer Installation - DS1 Metallic Interface, T1.403, February
  2704.        1989.
  2705.  
  2706.   [11] CCITT Specifications Volume III, Recommendation G.703,
  2707.        Physical/Electrical Characteristics of Hierarchical Digital
  2708.        Interfaces, July 1988.
  2709.  
  2710.   [12] CCITT Specifications Volume III, Recommendation G.704,
  2711.        Synchronous frame structures used at primary and secondary
  2712.        hierarchical levels, July 1988.
  2713.  
  2714.   [13] American National Standard for Telecommunications -- Layer 1 In-
  2715.        Service Digital Transmission Performance Monitoring T1M1/92-0xx,
  2716.        T1M1.3/92-005R1, April 1992.
  2717.  
  2718.   [14] CCITT Specifications Volume IV, Recommendation O.162, Equipment
  2719.        To Perform In Service Monitoring On 2048 kbit/s Signals, July
  2720.        1988
  2721.  
  2722.   [15] CCITT Specifications Volume III, Recommendation G.821, Error
  2723.        Performance Of An International Digital Connection Forming Part
  2724.        Of An Integrated Services Digital Network, July 1988.
  2725.  
  2726.   [16] AT&T Technical Reference, Technical Reference 62411, ACCUNET T1.5
  2727.        Service Description And Interface Specification, December 1990.
  2728.  
  2729.   [17] CCITT Specifications Volume III, Recommendation G.706, Frame
  2730.        Alignment and Cyclic Redundancy Check (CRC) Procedures Relating
  2731.        to Basic Frame Structures Defined in Recommendation G.704, July
  2732.        1988.
  2733.  
  2734.   [18] CCITT Specifications Volume III, Recommendation G.732,
  2735.        Characteristics Of Primary PCM Multiplex Equipment Operating at
  2736.        2048 kbit/s, July 1988.
  2737.  
  2738.  
  2739.  
  2740.  
  2741.  
  2742.  
  2743.  
  2744.  
  2745.  
  2746. Trunk MIB Working Group                                        [Page 49]
  2747.  
  2748. RFC 1406                       DS1/E1 MIB                   January 1993
  2749.  
  2750.  
  2751. Security Considerations
  2752.  
  2753.    Security issues are not discussed in this memo.
  2754.  
  2755. Authors' Addresses
  2756.  
  2757.    Fred Baker
  2758.    Advanced Computer Communications
  2759.    315 Bollay Drive
  2760.    Santa Barbara, California 93117
  2761.  
  2762.    Phone: (805) 685-4455
  2763.    EMail: fbaker@acc.com
  2764.  
  2765.  
  2766.    James Watt
  2767.    Newbridge Networks Corporation
  2768.    600 March Road
  2769.    Kanata, Ontario
  2770.    Canada K2K 2E6
  2771.  
  2772.    Phone: (613) 591-3600
  2773.    EMail: james@newbridge.com
  2774.  
  2775.  
  2776.  
  2777.  
  2778.  
  2779.  
  2780.  
  2781.  
  2782.  
  2783.  
  2784.  
  2785.  
  2786.  
  2787.  
  2788.  
  2789.  
  2790.  
  2791.  
  2792.  
  2793.  
  2794.  
  2795.  
  2796.  
  2797.  
  2798.  
  2799.  
  2800.  
  2801.  
  2802. Trunk MIB Working Group                                        [Page 50]
  2803.  
  2804.