home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1997 December / Internet_Info_CD-ROM_Walnut_Creek_December_1997.iso / rfc / rfc1694 < prev    next >
Text File  |  1994-08-23  |  72KB  |  1,964 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7. Network Working Group                                           T. Brown
  8. Request for Comments: 1694                                     K. Tesink
  9. Obsoletes: 1304                                                  Editors
  10. Category: Standards Track                   Bell Communications Research
  11.                                                              August 1994
  12.  
  13.  
  14.                      Definitions of Managed Objects
  15.                     for SMDS Interfaces using SMIv2
  16.  
  17. Status of this Memo
  18.  
  19.    This document specifies an Internet standards track protocol for the
  20.    Internet community, and requests discussion and suggestions for
  21.    improvements.  Please refer to the current edition of the "Internet
  22.    Official Protocol Standards" (STD 1) for the standardization state
  23.    and status of this protocol.  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 objects for SMDS
  30.    access interfaces. This includes the following access protocols:
  31.  
  32.              SIP [13]
  33.              SIP/DXI [18] and [20]
  34.              SIP/FR [19]
  35.              SIP/ATM [24]
  36.  
  37.    This memo replaces RFC 1304 [12], and defines a MIB module which is
  38.    both compliant to the SNMPv2 SMI and semantically-identical to the
  39.    existing RFC 1304-based definitions.
  40.  
  41.    This memo also assumes application of the MIB II Interfaces group as
  42.    defined in [9].
  43.  
  44. Table of Contents
  45.  
  46.    1. The SNMPv2 Network Management Framework ...............    2
  47.    2. Objects ...............................................    3
  48.    2.1 Format of Definitions ................................    3
  49.    3. Overview ..............................................    4
  50.    3.1 SIP Level 3 ..........................................    5
  51.    4. Object Definitions ....................................    9
  52.    4.1 The SIP Level 3 Group ................................   10
  53.    4.2 The SIP Level 2 Group ................................   14
  54.    4.3 The SIP PLCP Group ...................................   17
  55.  
  56.  
  57.  
  58. Brown & Tesink                                                  [Page 1]
  59.  
  60. RFC 1694                 SMDS Interface Objects              August 1994
  61.  
  62.  
  63.    4.3.1 The DS1 PLCP Group .................................   17
  64.    4.3.2 The DS3 PLCP Group .................................   19
  65.    4.4 The SMDS Applications Group ..........................   20
  66.    4.4.1 The IP over SMDS Group .............................   21
  67.    4.5 The SMDS Carrier Selection Group .....................   22
  68.    4.6 The SIP Error Log Group ..............................   23
  69.    4.7 The Data eXchange Interface Group ....................   27
  70.    4.8 Conformance Information ..............................   29
  71.    5. Acknowledgments .......................................   32
  72.    6. References ............................................   32
  73.    7. Security Considerations ...............................   34
  74.    8. Authors' Addresses ....................................   35
  75.  
  76. 1.  The SNMPv2 Network Management Framework
  77.  
  78.    The SNMPv2 Network Management Framework consists of four major
  79.    components.  They are:
  80.  
  81.       o RFC 1442 [1] which defines the SMI, the mechanisms used for
  82.         describing and naming objects for the purpose of
  83.         management.
  84.  
  85.       o STD 17, RFC 1213 [6] defines MIB-II, the core set of managed
  86.         objects for the Internet suite of protocols.  Reference [12]
  87.         defines the evolution of the Interfaces Group of MIB II in
  88.         terms of extensions and precise applications of the objects.
  89.  
  90.       o RFC 1445 [4] which defines the administrative and other
  91.         architectural aspects of the framework.
  92.  
  93.       o RFC 1448 [5] which defines the protocol used for network
  94.         access to managed objects.
  95.  
  96.    The Framework permits new objects to be defined for the purpose of
  97.    experimentation and evaluation.
  98.  
  99.    This specification makes also use of:
  100.  
  101.       o RFC 1443 [2] which defines textual conventions for the
  102.         specification of managed objects.
  103.  
  104.       o RFC 1444 [3] which defines conformance statements for the
  105.         specification of managed objects.
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114. Brown & Tesink                                                  [Page 2]
  115.  
  116. RFC 1694                 SMDS Interface Objects              August 1994
  117.  
  118.  
  119. 2.  Objects
  120.  
  121.    Managed objects are accessed via a virtual information store, termed
  122.    the Management Information Base or MIB.  Objects in the MIB are
  123.    defined using the subset of Abstract Syntax Notation One (ASN.1) [7]
  124.    defined in the SMI.  In particular, each object has a name, a syntax,
  125.    and an encoding.  The name is an object identifier, an
  126.    administratively assigned name, which specifies an object type.  The
  127.    object type together with an object instance serves to uniquely
  128.    identify a specific instantiation of the object.  For human
  129.    convenience, we often use a textual string, termed the OBJECT
  130.    DESCRIPTOR, to also refer to the object type.
  131.  
  132.    The syntax of an object type defines the abstract data structure
  133.    corresponding to that object type.  The ASN.1 language is used for
  134.    this purpose.  However, the SMI RFC 1442 purposely restricts the
  135.    ASN.1 constructs which may be used.  These restrictions are
  136.    explicitly made for simplicity.
  137.  
  138.    The encoding of an object type is simply how that object type is
  139.    represented using the object type's syntax.  Implicitly tied to the
  140.    notion of an object type's syntax and encoding is how the object type
  141.    is represented when being transmitted on the network.  The SMI
  142.    specifies the use of the basic encoding rules of ASN.1 [8], subject
  143.    to the additional requirements imposed by the SNMP.
  144.  
  145. 2.1.  Format of Definitions
  146.  
  147.    Section 4 contains contains the specification of all object types
  148.    contained in this MIB module.  The object types are defined using the
  149.    conventions defined in the SMI, as amended by the extensions
  150.    specified in the SNMPv2 SMI.
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170. Brown & Tesink                                                  [Page 3]
  171.  
  172. RFC 1694                 SMDS Interface Objects              August 1994
  173.  
  174.  
  175. 3.  Overview
  176.  
  177.    SMDS is a service that can be provided by numerous interface
  178.    protocols as shown in the following figure:
  179.  
  180.              +-------------------+   +-------------------+
  181.              | SIP Level 3* [13] |   | SIP Level 3* [13] |
  182.              +-------------------+   +-------------------+
  183.              | SIP Level 2* [13] |   | DXI Level 2* [20] |
  184.              +-------------------+   +-------------------+
  185.              | SIP PLCP* [14]    |   |                   |
  186.              +-------------------+   | DXI Level 1 [20]  |
  187.              | SIP Level 1 [14]  |   |                   |
  188.              +-------------------+   +-------------------+
  189.                 SIP based access        DXI based access
  190.  
  191.              +-------------------+   +-------------------+
  192.              | SIP Level 3* [13] |   | SIP Level 3* [13] |
  193.              +-------------------+   +-------------------+
  194.              | ATM  [21]         |   | Frame Relay [19]  |
  195.              +-------------------+   +-------------------+
  196.              | ATM PLCP [21]     |   |                   |
  197.              +-------------------+   | Frame Relay [19]  |
  198.              | ATM Level 1 [21]  |   |   Level 1         |
  199.              +-------------------+   +-------------------+
  200.                 ATM based access        FR based access
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226. Brown & Tesink                                                  [Page 4]
  227.  
  228. RFC 1694                 SMDS Interface Objects              August 1994
  229.  
  230.  
  231.    In the figure below, managed objects for the protocol levels marked
  232.    with a (*) are defined in this memo.  Additional managed objects that
  233.    must be used to manage SMDS interfaces are defined in other MIB
  234.    modules as indicated in the figure.
  235.  
  236.              +-------------------+   +-------------------+
  237.              | SIP Level 3*      |   | SIP Level 3*      |
  238.              +-------------------+   +-------------------+
  239.              | SIP Level 2*      |   | DXI Level 2*      |
  240.              +-------------------+   +-------------------+
  241.              | SIP PLCP*         |   |                   |
  242.              +-------------------+   | DXI Level 1       |
  243.              | SIP Level 1       |   |                   |
  244.              |    [10] or [11]   |   |    [10]           |
  245.              +-------------------+   +-------------------+
  246.                 SIP based access        DXI based access
  247.  
  248.              +-------------------+   +-------------------+
  249.              | SIP Level 3*      |   | SIP Level 3*      |
  250.              +-------------------+   +-------------------+
  251.              | ATM  [22]         |   | Frame Relay [23]  |
  252.              +-------------------+   +-------------------+
  253.              | ATM PLCP/TC [22]  |   |                   |
  254.              +-------------------+   | Frame Relay       |
  255.              | ATM Level 1 [10]  |   |   Level 1         |
  256.              | [11], or [25]     |   |   [10] or [11]    |
  257.              +-------------------+   +-------------------+
  258.                 ATM based access        FR based access
  259.  
  260.    With the improved interpretation of the MIB II interfaces group [9],
  261.    some objects can be represented by ifTable. This means that these
  262.    objects have been deprecated from the MIB module defined in RFC 1304,
  263.    and ifTable is used instead. No semantical changes have been made to
  264.    these objects. Only the object identifiers and object descriptors
  265.    have been changed to the objects defined in ifTable.
  266.  
  267.    Implementation experience has shown that the objects
  268.    sipL3UnrecognizedIndividualDAs and sipL3UnrecognizedGAs were not
  269.    supported.
  270.  
  271. 3.1.  SIP Level 3
  272.  
  273.    Objects for SIP Level 3 apply to all methods to access SMDS shown in
  274.    the figures above. With the improved interpretation of the MIB II
  275.    interfaces group, most objects can be represented by ifTable. The
  276.    appropriate mapping is defined below.
  277.  
  278.  
  279.  
  280.  
  281.  
  282. Brown & Tesink                                                  [Page 5]
  283.  
  284. RFC 1694                 SMDS Interface Objects              August 1994
  285.  
  286.  
  287.    This document does not specify objects for the management of
  288.    subscription or configuration of Subscriber-Network Interfaces
  289.    (SNIs). Those objects are defined in Definitions of Managed Objects
  290.    for SMDS Subscription [17]. Bellcore requirements on these objects
  291.    are specified in TR-TSV-001062 [16].
  292.  
  293.           ifTable Object     Use for
  294.           ======================================================
  295.            ifIndex           Interface index.
  296.  
  297.            ifDescr           Interface description.
  298.                              For example, SIP Level 3 sublayer
  299.                              of a SNI.
  300.  
  301.            ifType            Set to 31.
  302.  
  303.            ifMtu             Set to 9232.
  304.  
  305.            ifSpeed           Peak bandwidth in bits per second available
  306.                              for use as provided by the supporting Level
  307.                              2 protocol. For example, 1.17 Mbps when
  308.                              using SIP based DS1 SNIs, and 1.536 Mbps
  309.                              when using DXI-based DS1 DXI-SNI.
  310.  
  311.            ifPhysAddress     OCTET STRING of Size 8. Value is
  312.                              a 16-digit Binary Coded Decimal
  313.                              SMDS address that is
  314.                              assigned to this interface.
  315.  
  316.            ifAdminStatus     The desired administrative status of the
  317.                              SMDS interface.
  318.  
  319.            ifOperStatus      The current operational status of the
  320.                              SMDS interface.
  321.  
  322.            ifLastChange      The elapsed time since the last
  323.                              re-initialization of the interface.
  324.                              The value of sysUpTime at the time the
  325.                              interface entered its current
  326.                              operational state. If the current
  327.                              state was entered prior to the last
  328.                              re-initialization of the local
  329.                              network management subsystem, then
  330.                              this object contains a zero value.
  331.  
  332.            ifInOctets        Number of received octets at SIP Level 3.
  333.                              For SIP based SNIs, this is the number of
  334.                              sipL2ReceivedCounts multiplied by 44.
  335.  
  336.  
  337.  
  338. Brown & Tesink                                                  [Page 6]
  339.  
  340. RFC 1694                 SMDS Interface Objects              August 1994
  341.  
  342.  
  343.            ifInUcastPkts     The total number of individually addressed
  344.                              SIP Level 3 PDUs received from the remote
  345.                              system across the SNI.  The total includes
  346.                              only unerrored SIP Level 3 PDUs.
  347.                              [identical to RFC1304:
  348.                              sipL3ReceivedIndividualDAs]
  349.  
  350.            ifInDiscards      The number of received SIP Level 3 PDUs
  351.                              discarded.  For SMDS interfaces, this
  352.                              counter will always be zero.
  353.  
  354.            ifInErrors        The total number of SIP Level 3 PDUs
  355.                              received from the remote system that were
  356.                              discovered to have errors (including
  357.                              protocol processing and bit errors but
  358.                              excluding addressing-related errors) and
  359.                              were discarded.  Includes both group
  360.                              addressed SIP Level 3 PDUs and SIP Level
  361.                              3 PDUs containing an individual
  362.                              destination address.
  363.                              [identical to RFC1304: sipL3Errors]
  364.  
  365.            ifInUnknownProtos The number of SIP Level 3 PDUs received
  366.                              from the remote system with a Source or
  367.                              Destination Address_Type subfields, (the
  368.                              four most significant bits of the 64 bit
  369.                              address field), not equal to the value
  370.                              1100 or 1110.  Also, an error is
  371.                              considered to have occurred if the
  372.                              Address_Type field for a Source Address
  373.                              is equal to 1110 (a group address).
  374.                              [identical to RFC1304:
  375.                              sipL3InvalidSMDSAddressTypes]
  376.  
  377.            ifOutOctets       Number of received octets for transmission
  378.                              at SIP Level 3. For SIP based
  379.                              SNIs, this is the number
  380.                              of sipL2SentCounts multiplied by 44.
  381.  
  382.            ifOutUcastPkts    The number of individually addressed SIP
  383.                              Level 3 PDUs that have been sent by this
  384.                              system across the interface.
  385.                              [identical to RFC1304:
  386.                              sipL3SentIndividualDAs]
  387.  
  388.            ifOutDiscards     The number of SIP Level 3 PDUs discarded in
  389.                              the egress direction.  For SMDS interfaces,
  390.                              this counter will always be zero.
  391.  
  392.  
  393.  
  394. Brown & Tesink                                                  [Page 7]
  395.  
  396. RFC 1694                 SMDS Interface Objects              August 1994
  397.  
  398.  
  399.            ifOutErrors       The number of SIP Level 3 PDUs
  400.                              discarded in the egress
  401.                              direction, because of errors.
  402.                              For SMDS interfaces, this counter will
  403.                              always be zero.
  404.  
  405.            ifName            The textual name of the interface.
  406.                              If not used, this variable contains
  407.                              a zero-length string.
  408.  
  409.            ifInMulticastPkts The total number of group addressed SIP
  410.                              Level 3 PDUs received from the remote
  411.                              system across the interface.  The total
  412.                              includes only unerrored SIP Level 3 PDUs.
  413.                              [identical to RFC1304: sipL3ReceivedGAs]
  414.  
  415.            ifInBroadcastPkts This variable is not applicable for SMDS
  416.                              interfaces.  Therefore, this counter is
  417.                              always zero.
  418.  
  419.            ifOutMulticastPkts  The number of group addressed SIP Level 3
  420.                                PDUs that have been sent by this system
  421.                                across the interface.
  422.                                [identical to RFC1304: sipL3SentGAs]
  423.  
  424.            ifOutBroadcastPkts  This variable is not applicable for SMDS
  425.                                interfaces.  Therefore, this counter is
  426.                                always zero.
  427.  
  428.            ifLinkUpDownTrapEnble The value of this object is
  429.                                  disabled(2) for SIP Level 3 interfaces.
  430.  
  431.            ifHighSpeed         Set to the user data rate of the
  432.                                interface in millions of bits per second.
  433.                                If the user data rate is less than 1 Mbps,
  434.                                then this value is zero.
  435.  
  436.            ifPromiscuousMode   Set to false(2).
  437.  
  438.            ifConnectorPresent  Set to false(2).
  439.  
  440.    Consult the Evolution of the Interfaces Group [9] for when to use the
  441.    HC (High Capacity) counters (e.g., ifHCInOctets is a 64-bit counter).
  442.  
  443.  
  444.  
  445.  
  446.  
  447.  
  448.  
  449.  
  450. Brown & Tesink                                                  [Page 8]
  451.  
  452. RFC 1694                 SMDS Interface Objects              August 1994
  453.  
  454.  
  455. 4.  Object Definitions
  456.  
  457.           SIP-MIB DEFINITIONS ::= BEGIN
  458.  
  459.           IMPORTS
  460.              MODULE-IDENTITY, OBJECT-TYPE, Counter32,
  461.              Integer32, IpAddress                     FROM SNMPv2-SMI
  462.              TimeStamp, TEXTUAL-CONVENTION            FROM SNMPv2-TC
  463.              MODULE-COMPLIANCE, OBJECT-GROUP          FROM SNMPv2-CONF
  464.              transmission, ifIndex, mib-2             FROM RFC1213-MIB;
  465.  
  466.           --  This is the MIB module for the SMDS Interface objects.
  467.  
  468.           sipMIB MODULE-IDENTITY
  469.               LAST-UPDATED "9403311818Z"
  470.               ORGANIZATION "IETF Interfaces Working Group"
  471.               CONTACT-INFO
  472.                 "        Tracy Brown
  473.                  Postal: Bell Communications Research
  474.                          331 Newman Springs Road
  475.                          P.O. Box 7020
  476.                          Red Bank, NJ  07701-7020
  477.                          US
  478.  
  479.                     Tel: +1 908  758-2107
  480.                     Fax: +1 908  758-4177
  481.                  E-mail: tacox@mail.bellcore.com
  482.  
  483.                          Kaj Tesink
  484.                  Postal: Bell Communications Research
  485.                          331 Newman Springs Road
  486.                          P.O. Box 7020
  487.                          Red Bank, NJ  07701-7020
  488.                          US
  489.  
  490.                     Tel: +1 908 758 5254
  491.                     Fax: +1 908 758 4177
  492.                  E-mail: kaj@cc.bellcore.com."
  493.               DESCRIPTION
  494.                    "The MIB module to describe
  495.                    SMDS interfaces objects."
  496.               ::= { mib-2 36 }
  497.  
  498.           SMDSAddress ::= TEXTUAL-CONVENTION
  499.               DISPLAY-HINT "1h:"
  500.               STATUS       current
  501.               DESCRIPTION
  502.                   "The 60-bit SMDS address,
  503.  
  504.  
  505.  
  506. Brown & Tesink                                                  [Page 9]
  507.  
  508. RFC 1694                 SMDS Interface Objects              August 1994
  509.  
  510.  
  511.                    preceded by 4 bits with the following values:
  512.                    1100 when representing an individual address
  513.                    1110 when representing a group address."
  514.               SYNTAX  OCTET STRING (SIZE (8))
  515.  
  516.           IfIndex ::= TEXTUAL-CONVENTION
  517.             STATUS  current
  518.             DESCRIPTION
  519.               "The value of this object identifies the
  520.               interface for which this entry contains
  521.               management information.  The value of this
  522.               object for a particular interface has the same
  523.               value as the ifIndex object, defined in RFC
  524.               1213, for the same interface."
  525.             SYNTAX Integer32
  526.  
  527.  
  528.           sip     OBJECT IDENTIFIER ::= { transmission 31 }
  529.           sipMIBObjects   OBJECT IDENTIFIER ::= { sipMIB 1 }
  530.  
  531.  
  532.           -- The SIP Level 3 Group
  533.  
  534.           sipL3Table  OBJECT-TYPE
  535.               SYNTAX      SEQUENCE OF SipL3Entry
  536.               MAX-ACCESS  not-accessible
  537.               STATUS      current
  538.               DESCRIPTION
  539.                  "This table contains SIP L3 parameters and
  540.                  state variables, one entry per SIPL3 interface."
  541.              ::= { sip 1 }
  542.  
  543.           sipL3Entry  OBJECT-TYPE
  544.               SYNTAX      SipL3Entry
  545.               MAX-ACCESS  not-accessible
  546.               STATUS      current
  547.               DESCRIPTION
  548.                  "This list contains SIP L3 parameters and
  549.                  state variables."
  550.              INDEX   { sipL3Index }
  551.              ::= { sipL3Table 1 }
  552.  
  553.           SipL3Entry  ::= SEQUENCE {
  554.               sipL3Index                        IfIndex,
  555.               sipL3ReceivedIndividualDAs        Counter32,
  556.               sipL3ReceivedGAs                  Counter32,
  557.               sipL3UnrecognizedIndividualDAs    Counter32,
  558.               sipL3UnrecognizedGAs              Counter32,
  559.  
  560.  
  561.  
  562. Brown & Tesink                                                 [Page 10]
  563.  
  564. RFC 1694                 SMDS Interface Objects              August 1994
  565.  
  566.  
  567.               sipL3SentIndividualDAs            Counter32,
  568.               sipL3SentGAs                      Counter32,
  569.               sipL3Errors                       Counter32,
  570.               sipL3InvalidSMDSAddressTypes      Counter32,
  571.               sipL3VersionSupport               Integer32
  572.              }
  573.  
  574.           sipL3Index  OBJECT-TYPE
  575.               SYNTAX      IfIndex
  576.               MAX-ACCESS  read-only
  577.               STATUS      current
  578.               DESCRIPTION
  579.                  "The value of this object identifies the SIP
  580.                  L3 interface for which this entry contains
  581.                  management information. "
  582.              ::= { sipL3Entry 1 }
  583.  
  584.           sipL3ReceivedIndividualDAs OBJECT-TYPE
  585.               SYNTAX      Counter32
  586.               MAX-ACCESS  read-only
  587.               STATUS      deprecated
  588.           -- Moved to ifTable
  589.           -- ifInUcastPkts defined in [9] must be used instead.
  590.               DESCRIPTION
  591.                  "The total number of individually addressed SIP
  592.                  Level 3 PDUs received from the remote system
  593.                  across the SNI.  The total includes only
  594.                  unerrored L3PDUs."
  595.              ::= { sipL3Entry 2 }
  596.  
  597.           sipL3ReceivedGAs OBJECT-TYPE
  598.               SYNTAX      Counter32
  599.               MAX-ACCESS  read-only
  600.               STATUS      deprecated
  601.           -- Moved to ifTable
  602.           -- ifInMulticastPkts defined in [9] must be used instead.
  603.               DESCRIPTION
  604.                  "The total number of group addressed SIP Level 3
  605.                  PDUs received from the remote system across the
  606.                  SNI.  The total includes only unerrored L3PDUs."
  607.              ::= { sipL3Entry 3 }
  608.  
  609.           sipL3UnrecognizedIndividualDAs OBJECT-TYPE
  610.               SYNTAX      Counter32
  611.               MAX-ACCESS  read-only
  612.               STATUS      deprecated
  613.               DESCRIPTION
  614.                  "The number of SIP Level 3 PDUs received from the
  615.  
  616.  
  617.  
  618. Brown & Tesink                                                 [Page 11]
  619.  
  620. RFC 1694                 SMDS Interface Objects              August 1994
  621.  
  622.  
  623.                  remote system with invalid or unknown individual
  624.                  destination addresses (Destination Address
  625.                  Screening violations are not included).  See SMDS
  626.                  Subscription MIB module."
  627.               ::= { sipL3Entry 4 }
  628.  
  629.           sipL3UnrecognizedGAs OBJECT-TYPE
  630.               SYNTAX      Counter32
  631.               MAX-ACCESS  read-only
  632.               STATUS      deprecated
  633.               DESCRIPTION
  634.                  "The number of SIP Level 3 PDUs received from the
  635.                  remote system with invalid or unknown group
  636.                  addresses.  (Destination Address Screening
  637.                  violations are not included).  See SMDS
  638.                  Subscription MIB module."
  639.               ::= { sipL3Entry 5 }
  640.  
  641.           sipL3SentIndividualDAs OBJECT-TYPE
  642.               SYNTAX      Counter32
  643.               MAX-ACCESS  read-only
  644.               STATUS      deprecated
  645.           -- Moved to ifTable
  646.           -- ifOutUcastPkts defined in [9] must be used instead.
  647.               DESCRIPTION
  648.                  "The number of individually addressed SIP Level 3
  649.                  PDUs that have been sent by this system across the
  650.                  SNI."
  651.               ::= { sipL3Entry 6 }
  652.  
  653.           sipL3SentGAs OBJECT-TYPE
  654.               SYNTAX      Counter32
  655.               MAX-ACCESS  read-only
  656.               STATUS      deprecated
  657.           -- Moved to ifTable
  658.           -- ifOutMulticastPkts defined in [9] must be used instead.
  659.               DESCRIPTION
  660.                  "The number of group addressed SIP L3PDUs that
  661.                  have been sent by this system across the SNI."
  662.               ::= { sipL3Entry 7 }
  663.  
  664.           -- The total number of SIP L3PDU errors can be calculated as
  665.           -- (Syntactic errors + Semantic Service errors )
  666.           -- Syntactic errors include:
  667.           --    sipL3Errors
  668.           -- Latest occurrences of syntactic error types are logged in
  669.           --    sipL3PDUErrorTable.
  670.           -- Semantic Service errors include:
  671.  
  672.  
  673.  
  674. Brown & Tesink                                                 [Page 12]
  675.  
  676. RFC 1694                 SMDS Interface Objects              August 1994
  677.  
  678.  
  679.           --    sipL3UnrecognizedIndividualDAs
  680.           --    sipL3UnrecognizedGAs
  681.           --    sipL3InvalidSMDSAddressTypes
  682.           -- Note that public networks supporting SMDS may discard
  683.           -- SIP L3PDUs due to subscription violations.  Related
  684.           -- managed objects are defined in Definitions of Managed
  685.           -- Objects for SMDS Subscription.
  686.  
  687.           sipL3Errors OBJECT-TYPE
  688.               SYNTAX      Counter32
  689.               MAX-ACCESS  read-only
  690.               STATUS      deprecated
  691.           -- Moved to ifTable
  692.           -- ifInErrors defined in [9] must be used instead.
  693.               DESCRIPTION
  694.                  "The total number of SIP Level 3 PDUs received
  695.                  from the remote system that were discovered to
  696.                  have errors (including protocol processing and bit
  697.                  errors but excluding addressing-related errors)
  698.                  and were discarded.  Includes both group addressed
  699.                  L3PDUs and L3PDUs containing an individual
  700.                  destination address."
  701.               ::= { sipL3Entry 8 }
  702.  
  703.           sipL3InvalidSMDSAddressTypes OBJECT-TYPE
  704.               SYNTAX      Counter32
  705.               MAX-ACCESS  read-only
  706.               STATUS      deprecated
  707.           -- Moved to ifTable
  708.           -- ifInUnknownProtos defined in [9] must be used instead.
  709.               DESCRIPTION
  710.                  "The number of SIP Level 3 PDUs received from the
  711.                  remote system that had the Source or Destination
  712.                  Address_Type subfields, (the four most significant
  713.                  bits of the 64 bit address field), not equal to
  714.                  the value 1100 or 1110.  Also, an error is
  715.                  considered to have occurred if the Address_Type
  716.                  field for a Source Address, the four most
  717.                  significant bits of the 64 bits, is equal to 1110
  718.                  (a group address)."
  719.               ::= { sipL3Entry 9 }
  720.  
  721.           sipL3VersionSupport  OBJECT-TYPE
  722.               SYNTAX      Integer32
  723.               MAX-ACCESS  read-only
  724.               STATUS      current
  725.               DESCRIPTION
  726.                  "A value which indicates the version(s) of SIP
  727.  
  728.  
  729.  
  730. Brown & Tesink                                                 [Page 13]
  731.  
  732. RFC 1694                 SMDS Interface Objects              August 1994
  733.  
  734.  
  735.                  that this interface supports.  The value is a sum.
  736.                  This sum initially takes the value zero.  For each
  737.                  version, V, that this interface supports, 2 raised
  738.                  to (V - 1) is added to the sum. For example, a
  739.                  port supporting versions 1 and 2 would have a
  740.                  value of (2^(1-1)+2^(2-1))=3.  The
  741.                  sipL3VersionSupport is effectively a bit mask with
  742.                  Version 1 equal to the least significant bit
  743.                  (LSB)."
  744.               ::= { sipL3Entry 10 }
  745.  
  746.  
  747.           -- The SIP Level 2 Group
  748.  
  749.           sipL2Table  OBJECT-TYPE
  750.               SYNTAX      SEQUENCE OF SipL2Entry
  751.               MAX-ACCESS  not-accessible
  752.               STATUS      current
  753.               DESCRIPTION
  754.                  "This table contains SIP L2PDU parameters and
  755.                  state variables, one entry per SIP L2 interface."
  756.               ::= { sip 2 }
  757.  
  758.           sipL2Entry  OBJECT-TYPE
  759.               SYNTAX      SipL2Entry
  760.               MAX-ACCESS  not-accessible
  761.               STATUS      current
  762.               DESCRIPTION
  763.                  "This list contains SIP L2 parameters and state
  764.                  variables."
  765.               INDEX   { sipL2Index }
  766.               ::= { sipL2Table 1 }
  767.  
  768.           SipL2Entry  ::= SEQUENCE {
  769.               sipL2Index                     IfIndex,
  770.               sipL2ReceivedCounts            Counter32,
  771.               sipL2SentCounts                Counter32,
  772.               sipL2HcsOrCRCErrors            Counter32,
  773.               sipL2PayloadLengthErrors       Counter32,
  774.               sipL2SequenceNumberErrors      Counter32,
  775.               sipL2MidCurrentlyActiveErrors  Counter32,
  776.               sipL2BomOrSSMsMIDErrors        Counter32,
  777.               sipL2EomsMIDErrors             Counter32
  778.             }
  779.  
  780.           sipL2Index  OBJECT-TYPE
  781.               SYNTAX      IfIndex
  782.               MAX-ACCESS  read-only
  783.  
  784.  
  785.  
  786. Brown & Tesink                                                 [Page 14]
  787.  
  788. RFC 1694                 SMDS Interface Objects              August 1994
  789.  
  790.  
  791.               STATUS      current
  792.               DESCRIPTION
  793.                  "The value of this object identifies the SIP
  794.                  interface for which this entry contains management
  795.                  information."
  796.               ::= { sipL2Entry 1 }
  797.  
  798.           sipL2ReceivedCounts OBJECT-TYPE
  799.               SYNTAX      Counter32
  800.               MAX-ACCESS  read-only
  801.               STATUS      current
  802.               DESCRIPTION
  803.                  "The number of SIP Level 2 PDUs received from the
  804.                  remote system across the SNI. The total includes
  805.                  only unerrored L2PDUs."
  806.               ::= { sipL2Entry 2 }
  807.  
  808.           sipL2SentCounts OBJECT-TYPE
  809.               SYNTAX      Counter32
  810.               MAX-ACCESS  read-only
  811.               STATUS      current
  812.               DESCRIPTION
  813.                  "The number of SIP Level 2 PDUs that have been
  814.                  sent by this system across the SNI."
  815.               ::= { sipL2Entry 3 }
  816.  
  817.           -- The following error types are counted, and
  818.           -- preclude sipL2ReceivedCounts to be incremented:
  819.           --    sipL2HcsOrCRCErrors
  820.           --    sipL2PayloadLengthErrors
  821.           --    sipL2SequenceNumberErrors
  822.           --    sipL2BomOrSSMsMIDErrors
  823.           --    sipL2EomsMIDErrors
  824.           -- The receipt of SIP Level 2 PDUs which are BOMs and
  825.           -- for with a MID that is already active will cause
  826.           -- sipL2MidCurrentlyActiveErrors to increment.
  827.           -- Any already accumulated (correct) segmentation
  828.           -- units are discarded.The sipL2ReceivedCounts
  829.           -- is incremented by 1. Thus,
  830.           -- sipL2ReceivedCounts defines the number of
  831.           -- correct SIP Level 2 PDUs delivered to the reassembly
  832.           -- process.
  833.  
  834.           sipL2HcsOrCRCErrors  OBJECT-TYPE
  835.               SYNTAX      Counter32
  836.               MAX-ACCESS  read-only
  837.               STATUS      current
  838.               DESCRIPTION
  839.  
  840.  
  841.  
  842. Brown & Tesink                                                 [Page 15]
  843.  
  844. RFC 1694                 SMDS Interface Objects              August 1994
  845.  
  846.  
  847.                  "The number of received SIP Level 2 PDUs that were
  848.                  discovered to have either a Header Check Sequence
  849.                  error or a Payload CRC violation."
  850.               ::= { sipL2Entry 4 }
  851.  
  852.           sipL2PayloadLengthErrors  OBJECT-TYPE
  853.               SYNTAX      Counter32
  854.               MAX-ACCESS  read-only
  855.               STATUS      current
  856.               DESCRIPTION
  857.                  "The number of received SIP Level 2 PDUs that had
  858.                  Payload Length errors that fall in the following
  859.                  specifications:
  860.                  - SSM L2_PDU payload length field value less
  861.                  - than 28 octets or greater than 44 octets,
  862.  
  863.                  - BOM or COM L2_PDU payload length field not
  864.                  - equal to 44 octets,
  865.                  - EOM L2_PDU payload length field value less
  866.                  - than 4 octets or greater than 44 octets."
  867.               ::= { sipL2Entry 5 }
  868.  
  869.           sipL2SequenceNumberErrors  OBJECT-TYPE
  870.               SYNTAX      Counter32
  871.               MAX-ACCESS  read-only
  872.               STATUS      current
  873.               DESCRIPTION
  874.                  "The number of received SIP Level 2 PDUs that had
  875.                  a sequence number within the L2PDU not equal to
  876.                  the expected sequence number of the SMDS SS
  877.                  receive process."
  878.               ::= { sipL2Entry 6 }
  879.  
  880.           sipL2MidCurrentlyActiveErrors  OBJECT-TYPE
  881.               SYNTAX      Counter32
  882.               MAX-ACCESS  read-only
  883.               STATUS      current
  884.               DESCRIPTION
  885.                  "The number of received SIP Level 2 PDUs that are
  886.                  BOMs for which an active receive process is
  887.                  already started."
  888.               ::= { sipL2Entry 7 }
  889.  
  890.           sipL2BomOrSSMsMIDErrors  OBJECT-TYPE
  891.               SYNTAX      Counter32
  892.               MAX-ACCESS  read-only
  893.               STATUS      current
  894.               DESCRIPTION
  895.  
  896.  
  897.  
  898. Brown & Tesink                                                 [Page 16]
  899.  
  900. RFC 1694                 SMDS Interface Objects              August 1994
  901.  
  902.  
  903.                  "The number of received SIP Level 2 PDUs that are
  904.                  SSMs with a MID not equal to zero or are BOMs with
  905.                  MIDs equal to zero."
  906.               ::= { sipL2Entry 8 }
  907.  
  908.           sipL2EomsMIDErrors  OBJECT-TYPE
  909.               SYNTAX      Counter32
  910.               MAX-ACCESS  read-only
  911.               STATUS      current
  912.               DESCRIPTION
  913.                  "The number of received SIP Level 2 PDUs that are
  914.                  EOMs for which there is no active receive process
  915.                  for the MID (i.e., the receipt of an EOM which
  916.                  does not correspond to a BOM) OR the EOM has a MID
  917.                  equal to zero."
  918.               ::= { sipL2Entry 9 }
  919.  
  920.  
  921.           -- The SIP PLCP Group
  922.  
  923.           sipPLCP OBJECT IDENTIFIER ::= { sip 3 }
  924.  
  925.  
  926.           -- The DS1 PLCP Group
  927.  
  928.           sipDS1PLCPTable  OBJECT-TYPE
  929.               SYNTAX      SEQUENCE OF SipDS1PLCPEntry
  930.               MAX-ACCESS  not-accessible
  931.               STATUS      current
  932.               DESCRIPTION
  933.                  "This table contains SIP DS1 PLCP parameters and
  934.                  state variables, one entry per SIP port."
  935.               ::= { sipPLCP 1 }
  936.  
  937.           sipDS1PLCPEntry  OBJECT-TYPE
  938.               SYNTAX      SipDS1PLCPEntry
  939.               MAX-ACCESS  not-accessible
  940.               STATUS      current
  941.               DESCRIPTION
  942.                  "This list contains SIP DS1 PLCP parameters and
  943.                  state variables."
  944.               INDEX   { sipDS1PLCPIndex }
  945.               ::= { sipDS1PLCPTable 1 }
  946.  
  947.           SipDS1PLCPEntry  ::= SEQUENCE {
  948.               sipDS1PLCPIndex       IfIndex,
  949.               sipDS1PLCPSEFSs       Counter32,
  950.               sipDS1PLCPAlarmState  INTEGER,
  951.  
  952.  
  953.  
  954. Brown & Tesink                                                 [Page 17]
  955.  
  956. RFC 1694                 SMDS Interface Objects              August 1994
  957.  
  958.  
  959.               sipDS1PLCPUASs        Counter32
  960.               }
  961.  
  962.           sipDS1PLCPIndex  OBJECT-TYPE
  963.               SYNTAX      IfIndex
  964.               MAX-ACCESS  read-only
  965.               STATUS      current
  966.               DESCRIPTION
  967.                  "The value of this object identifies the
  968.                  interface for which this entry contains management
  969.                  information. "
  970.               ::= { sipDS1PLCPEntry 1 }
  971.  
  972.           sipDS1PLCPSEFSs OBJECT-TYPE
  973.               SYNTAX       Counter32
  974.               MAX-ACCESS   read-only
  975.               STATUS       current
  976.               DESCRIPTION
  977.                  "A DS1 Severely Errored Framing Second (SEFS) is a
  978.                  count of one-second intervals containing one or
  979.                  more SEF events.  A Severely Errored Framing (SEF)
  980.                  event is declared when an error in the A1 octet
  981.                  and an error in the A2 octet of a framing octet
  982.                  pair (i.e., errors in both framing octets), or two
  983.                  consecutive invalid and/or nonsequential Path
  984.                  Overhead Identifier octets are detected."
  985.               ::= { sipDS1PLCPEntry 2 }
  986.  
  987.           sipDS1PLCPAlarmState OBJECT-TYPE
  988.               SYNTAX  INTEGER     {
  989.                           noAlarm (1),
  990.                           receivedFarEndAlarm (2),
  991.                           incomingLOF (3)
  992.                       }
  993.               MAX-ACCESS  read-only
  994.               STATUS      current
  995.               DESCRIPTION
  996.                  "This variable indicates if there is an alarm
  997.                  present for the DS1 PLCP.  The value
  998.                  receivedFarEndAlarm means that the DS1 PLCP has
  999.                  received an incoming Yellow Signal, the value
  1000.                  incomingLOF means that the DS1 PLCP has declared a
  1001.                  loss of frame (LOF) failure condition, and the
  1002.                  value noAlarm means that there are no alarms
  1003.                  present.  See TR-TSV-000773 for a description of
  1004.                  alarm states."
  1005.               ::= { sipDS1PLCPEntry 3 }
  1006.  
  1007.  
  1008.  
  1009.  
  1010. Brown & Tesink                                                 [Page 18]
  1011.  
  1012. RFC 1694                 SMDS Interface Objects              August 1994
  1013.  
  1014.  
  1015.           sipDS1PLCPUASs OBJECT-TYPE
  1016.               SYNTAX      Counter32
  1017.               MAX-ACCESS  read-only
  1018.               STATUS      current
  1019.               DESCRIPTION
  1020.                  "The counter associated with the number of
  1021.                  Unavailable Seconds, as defined by TR-TSV-000773,
  1022.                  encountered by the PLCP."
  1023.               ::= { sipDS1PLCPEntry 4 }
  1024.  
  1025.  
  1026.           -- The DS3 PLCP Group
  1027.  
  1028.           sipDS3PLCPTable  OBJECT-TYPE
  1029.               SYNTAX      SEQUENCE OF SipDS3PLCPEntry
  1030.               MAX-ACCESS  not-accessible
  1031.               STATUS      current
  1032.               DESCRIPTION
  1033.                  "This table contains SIP DS3 PLCP parameters and
  1034.                  state variables, one entry per SIP port."
  1035.               ::= { sipPLCP 2 }
  1036.  
  1037.           sipDS3PLCPEntry  OBJECT-TYPE
  1038.               SYNTAX      SipDS3PLCPEntry
  1039.               MAX-ACCESS  not-accessible
  1040.               STATUS      current
  1041.               DESCRIPTION
  1042.                  "This list contains SIP DS3 PLCP parameters and
  1043.                  state variables."
  1044.               INDEX   { sipDS3PLCPIndex }
  1045.               ::= { sipDS3PLCPTable 1 }
  1046.  
  1047.           SipDS3PLCPEntry  ::= SEQUENCE {
  1048.               sipDS3PLCPIndex       IfIndex,
  1049.               sipDS3PLCPSEFSs       Counter32,
  1050.               sipDS3PLCPAlarmState  INTEGER,
  1051.               sipDS3PLCPUASs        Counter32
  1052.               }
  1053.  
  1054.           sipDS3PLCPIndex  OBJECT-TYPE
  1055.               SYNTAX      IfIndex
  1056.               MAX-ACCESS  read-only
  1057.               STATUS      current
  1058.               DESCRIPTION
  1059.                  "The value of this object identifies the
  1060.                  interface for which this entry contains management
  1061.                  information.  "
  1062.               ::= { sipDS3PLCPEntry 1 }
  1063.  
  1064.  
  1065.  
  1066. Brown & Tesink                                                 [Page 19]
  1067.  
  1068. RFC 1694                 SMDS Interface Objects              August 1994
  1069.  
  1070.  
  1071.           sipDS3PLCPSEFSs OBJECT-TYPE
  1072.               SYNTAX      Counter32
  1073.               MAX-ACCESS  read-only
  1074.               STATUS      current
  1075.               DESCRIPTION
  1076.                  "A DS3 Severely Errored Framing Second (SEFS) is a
  1077.                  count of one-second intervals containing one or
  1078.                  more SEF events.  A Severely Errored Framing (SEF)
  1079.                  event is declared when an error in the A1 octet
  1080.                  and an error in the A2 octet of a framing octet
  1081.                  pair (i.e., errors in both framing octets), or two
  1082.                  consecutive invalid and/or nonsequential Path
  1083.                  Overhead Identifier octets are detected."
  1084.               ::= { sipDS3PLCPEntry 2 }
  1085.  
  1086.           sipDS3PLCPAlarmState OBJECT-TYPE
  1087.               SYNTAX  INTEGER     {
  1088.                           noAlarm (1),
  1089.                           receivedFarEndAlarm (2),
  1090.                           incomingLOF (3)
  1091.                       }
  1092.               MAX-ACCESS  read-only
  1093.               STATUS      current
  1094.               DESCRIPTION
  1095.                  "This variable indicates if there is an alarm
  1096.                  present for the DS3 PLCP.  The value
  1097.                  receivedFarEndAlarm means that the DS3 PLCP has
  1098.                  received an incoming Yellow Signal, the value
  1099.                  incomingLOF means that the DS3 PLCP has declared a
  1100.                  loss of frame (LOF) failure condition, and the
  1101.                  value noAlarm means that there are no alarms
  1102.                  present.  See TR-TSV-000773 for a description of
  1103.                  alarm states."
  1104.               ::= { sipDS3PLCPEntry 3 }
  1105.  
  1106.           sipDS3PLCPUASs OBJECT-TYPE
  1107.               SYNTAX      Counter32
  1108.               MAX-ACCESS  read-only
  1109.               STATUS      current
  1110.               DESCRIPTION
  1111.                  "The counter associated with the number of
  1112.                  Unavailable Seconds, as defined by TR-TSV-000773,
  1113.                  encountered by the PLCP."
  1114.               ::= { sipDS3PLCPEntry 4 }
  1115.  
  1116.  
  1117.           -- The SMDS Applications group
  1118.           -- Applications that have been identified for this group are:
  1119.  
  1120.  
  1121.  
  1122. Brown & Tesink                                                 [Page 20]
  1123.  
  1124. RFC 1694                 SMDS Interface Objects              August 1994
  1125.  
  1126.  
  1127.           --          * IP-over-SMDS (details are specified in RFC 1209)
  1128.  
  1129.           smdsApplications OBJECT IDENTIFIER ::= { sip 4 }
  1130.  
  1131.           ipOverSMDS OBJECT IDENTIFIER ::= { smdsApplications 1 }
  1132.  
  1133.           -- Although the objects in this group are read-only, at the
  1134.           -- agent's discretion they may be made read-write so that the
  1135.           -- management station, when appropriately authorized, may
  1136.           -- change the addressing information related to the
  1137.           -- configuration of a logical IP subnetwork implemented on
  1138.           -- top of SMDS.
  1139.  
  1140.           -- This table is necessary to support RFC1209 (IP-over-SMDS)
  1141.           -- and gives information on the Group Addresses and ARP
  1142.           -- Addresses used in the Logical IP subnetwork.
  1143.           -- One SMDS address may be associated with multiple IP
  1144.           -- addresses.  One SNI may be associated with multiple LISs.
  1145.  
  1146.           ipOverSMDSTable OBJECT-TYPE
  1147.               SYNTAX      SEQUENCE OF IpOverSMDSEntry
  1148.               MAX-ACCESS  not-accessible
  1149.               STATUS      current
  1150.               DESCRIPTION
  1151.                  "The table of addressing information relevant to
  1152.                  this entity's IP addresses."
  1153.               ::= { ipOverSMDS 1 }
  1154.  
  1155.           ipOverSMDSEntry OBJECT-TYPE
  1156.               SYNTAX      IpOverSMDSEntry
  1157.               MAX-ACCESS  not-accessible
  1158.               STATUS      current
  1159.               DESCRIPTION
  1160.                  "The addressing information for one of this
  1161.                  entity's IP addresses."
  1162.               INDEX   { ipOverSMDSIndex, ipOverSMDSAddress }
  1163.               ::= { ipOverSMDSTable 1 }
  1164.  
  1165.           IpOverSMDSEntry ::=
  1166.               SEQUENCE {
  1167.                  ipOverSMDSIndex       IfIndex,
  1168.                  ipOverSMDSAddress     IpAddress,
  1169.                  ipOverSMDSHA          SMDSAddress,
  1170.                  ipOverSMDSLISGA       SMDSAddress,
  1171.                  ipOverSMDSARPReq      SMDSAddress
  1172.                  }
  1173.  
  1174.           ipOverSMDSIndex OBJECT-TYPE
  1175.  
  1176.  
  1177.  
  1178. Brown & Tesink                                                 [Page 21]
  1179.  
  1180. RFC 1694                 SMDS Interface Objects              August 1994
  1181.  
  1182.  
  1183.               SYNTAX      IfIndex
  1184.               MAX-ACCESS  read-only
  1185.               STATUS      current
  1186.               DESCRIPTION
  1187.                  "The value of this object identifies the
  1188.                  interface for which this entry contains management
  1189.                  information. "
  1190.               ::= { ipOverSMDSEntry 1 }
  1191.  
  1192.           ipOverSMDSAddress OBJECT-TYPE
  1193.                SYNTAX      IpAddress
  1194.                MAX-ACCESS  read-only
  1195.                STATUS      current
  1196.                DESCRIPTION
  1197.                  "The IP address to which this entry's addressing
  1198.                  information pertains."
  1199.               ::= { ipOverSMDSEntry 2 }
  1200.  
  1201.           ipOverSMDSHA OBJECT-TYPE
  1202.               SYNTAX      SMDSAddress
  1203.               MAX-ACCESS  read-only
  1204.               STATUS      current
  1205.               DESCRIPTION
  1206.                  "The SMDS Individual address of the IP station."
  1207.               ::= { ipOverSMDSEntry 3 }
  1208.  
  1209.           ipOverSMDSLISGA OBJECT-TYPE
  1210.               SYNTAX      SMDSAddress
  1211.               MAX-ACCESS  read-only
  1212.               STATUS      current
  1213.               DESCRIPTION
  1214.                  "The SMDS Group Address that has been configured
  1215.                  to identify the SMDS Subscriber-Network Interfaces
  1216.                  (SNIs) of all members of the Logical IP Subnetwork
  1217.                  (LIS) connected to the network supporting SMDS."
  1218.               ::= { ipOverSMDSEntry 4 }
  1219.  
  1220.           ipOverSMDSARPReq OBJECT-TYPE
  1221.               SYNTAX      SMDSAddress
  1222.               MAX-ACCESS  read-only
  1223.               STATUS      current
  1224.               DESCRIPTION
  1225.                  "The SMDS address (individual or group) to which
  1226.                  ARP Requests are to be sent."
  1227.               ::= { ipOverSMDSEntry 5 }
  1228.  
  1229.  
  1230.           -- The SMDS Carrier Selection group
  1231.  
  1232.  
  1233.  
  1234. Brown & Tesink                                                 [Page 22]
  1235.  
  1236. RFC 1694                 SMDS Interface Objects              August 1994
  1237.  
  1238.  
  1239.           -- This group is used as a place holder
  1240.           -- for carrier selection objects.
  1241.  
  1242.           smdsCarrierSelection OBJECT IDENTIFIER ::= { sip 5 }
  1243.  
  1244.  
  1245.           -- The SIP Error Log
  1246.  
  1247.           sipErrorLog OBJECT IDENTIFIER ::= { sip 6 }
  1248.  
  1249.           sipL3PDUErrorTable OBJECT-TYPE
  1250.               SYNTAX      SEQUENCE OF SipL3PDUErrorEntry
  1251.               MAX-ACCESS  not-accessible
  1252.               STATUS      current
  1253.               DESCRIPTION
  1254.                  "A table that contains the latest occurrence of
  1255.                  the following syntactical SIP L3PDU errors:
  1256.  
  1257.                  - Destination Address Field Format Error,
  1258.  
  1259.                  The following pertains to the 60 least significant
  1260.                  bits of the 64 bit address field.  The 60 bits
  1261.                  contained in the address subfield can be used to
  1262.                  represent addresses up to 15 decimal digits.  Each
  1263.                  decimal digit shall be encoded into four bits
  1264.                  using Binary Coded Decimal (BCD), with the most
  1265.                  significant digit occurring left-most.  If not all
  1266.                  15 digits are required, then the remainder of this
  1267.                  field shall be padded on the right with bits set
  1268.                  to one.  An error is considered to have occurred:
  1269.                  a).  if the first four bits of the address
  1270.                  subfield are not BCD, OR b).  if the first four
  1271.                  bits of the address subfield are populated with
  1272.                  the country code value 0001, AND the 40 bits which
  1273.                  follow are not Binary Coded Decimal (BCD) encoded
  1274.                  values of the 10 digit addresses, OR the remaining
  1275.                  16 least significant bits are not populated with
  1276.                  1's, OR c).  if the address subfield is not
  1277.                  correct according to another numbering plan which
  1278.                  is dependent upon the carrier assigning the
  1279.                  numbers and offering SMDS.
  1280.  
  1281.                  - Source Address Field Format Error,
  1282.  
  1283.                  The description of this parameter is the same as
  1284.                  the description of the Destination Address Field
  1285.                  Format Error.
  1286.  
  1287.  
  1288.  
  1289.  
  1290. Brown & Tesink                                                 [Page 23]
  1291.  
  1292. RFC 1694                 SMDS Interface Objects              August 1994
  1293.  
  1294.  
  1295.                  - Invalid BAsize Field Value,
  1296.  
  1297.                  An error is considered to have occurred when the
  1298.                  BAsize field of an SIP L3PDU contains a value less
  1299.                  that 32, greater than 9220 octets without the
  1300.                  CRC32 field present, greater than 9224 octets with
  1301.                  the CRC32 field present, or not equal to a
  1302.                  multiple of 4 octets,
  1303.  
  1304.                  - Invalid Header Extension Length Field Value,
  1305.  
  1306.                  An error is considered to have occurred when the
  1307.                  Header Extension Length field value is not equal
  1308.                  3.
  1309.  
  1310.                  - Invalid Header Extension - Element Length,
  1311.  
  1312.                  An error is considered to have occurred when the
  1313.                  Header Extension - Element Length is greater than
  1314.                  12.
  1315.  
  1316.                  - Invalid Header Extension - Version Element
  1317.                  Position, Length, or Value,
  1318.  
  1319.                  An error is considered to have occurred when a
  1320.                  Version element with Length=3, Type=0, and Value=1
  1321.                  does not appear first within the Header Extension,
  1322.                  or an element Type=0 appears somewhere other than
  1323.                  within the first three octets in the Header
  1324.                  Extension.
  1325.  
  1326.                  - Invalid Header Extension - Carrier Selection
  1327.                  Element Position, Length, Value or Format,
  1328.  
  1329.                  An error is considered to have occurred when a
  1330.                  Carrier Selection element does not appear second
  1331.                  within the Header Extension, if the Element Type
  1332.                  does not equal 1, the Element Length does not
  1333.                  equal 4, 6, or 8, the Element Value field is not
  1334.                  four BCD encoded decimal digits used in specifying
  1335.                  the Carrier Identification Code (CIC), or the
  1336.                  identified CIC code is invalid.
  1337.  
  1338.                  - Header Extension PAD Error
  1339.  
  1340.                  An error is considered to have occurred when the
  1341.                  Header Extension PAD is 9 octets in length, or if
  1342.                  the Header Extension PAD is greater than zero
  1343.  
  1344.  
  1345.  
  1346. Brown & Tesink                                                 [Page 24]
  1347.  
  1348. RFC 1694                 SMDS Interface Objects              August 1994
  1349.  
  1350.  
  1351.                  octets in length and the Header Extension PAD does
  1352.                  not follow all Header Extension elements or does
  1353.                  not begin with at least one octet of all zeros.
  1354.  
  1355.                  - BEtag Mismatch Error,
  1356.  
  1357.                  An error is considered to have occurred when the
  1358.                  Beginning-End Tags in the SIP L3PDU header and
  1359.                  trailer are not equal.
  1360.  
  1361.                  - BAsize Field not equal to Length Field Error,
  1362.  
  1363.                  An error is considered to have occurred when the
  1364.                  value of the BAsize Field does not equal the value
  1365.                  of the Length Field.
  1366.  
  1367.                  - Incorrect Length Error, and
  1368.  
  1369.                  An error is considered to have occurred when the
  1370.                  the Length field value is not equal to the portion
  1371.                  of the SIP L3PDU which extends from the
  1372.                  Destination Address field up to and including the
  1373.                  CRC32 field (if present) or up to and including
  1374.                  the PAD field (if the CRC32 field is not present).
  1375.                  As an optional check, an error is considered to
  1376.                  have occurred when the length of a partially
  1377.                  received SIP L3PDU exceeds the BAsize value.
  1378.  
  1379.                  - MRI Timeout Error.
  1380.  
  1381.                  An error is considered to have occurred when the
  1382.                  elapsed time between receipt of BOM and
  1383.                  corresponding EOM exceeds the value of the MRI
  1384.                  (Message Receive Interval) for a particular
  1385.                  transport signal format.
  1386.  
  1387.                  An entry is indexed by interface number and error
  1388.                  type, and contains Source Address, Destination
  1389.                  Address and a timestamp. All these errors are
  1390.                  counted in the sipL3Errors counter.  When
  1391.                  sipL3PDUErrorTimeStamp is equal to zero, the
  1392.                  SipL3PDUErrorEntry does not contain any valid
  1393.                  information."
  1394.               ::= { sipErrorLog 1 }
  1395.  
  1396.           sipL3PDUErrorEntry  OBJECT-TYPE
  1397.               SYNTAX      SipL3PDUErrorEntry
  1398.               MAX-ACCESS  not-accessible
  1399.  
  1400.  
  1401.  
  1402. Brown & Tesink                                                 [Page 25]
  1403.  
  1404. RFC 1694                 SMDS Interface Objects              August 1994
  1405.  
  1406.  
  1407.               STATUS      current
  1408.               DESCRIPTION
  1409.                  "An entry in the service disagreement table."
  1410.               INDEX   { sipL3PDUErrorIndex, sipL3PDUErrorType }
  1411.               ::= { sipL3PDUErrorTable 1 }
  1412.  
  1413.           SipL3PDUErrorEntry ::= SEQUENCE {
  1414.               sipL3PDUErrorIndex       IfIndex,
  1415.               sipL3PDUErrorType        INTEGER,
  1416.               sipL3PDUErrorSA          SMDSAddress,
  1417.               sipL3PDUErrorDA          SMDSAddress,
  1418.               sipL3PDUErrorTimeStamp   TimeStamp
  1419.               }
  1420.  
  1421.           sipL3PDUErrorIndex OBJECT-TYPE
  1422.               SYNTAX      IfIndex
  1423.               MAX-ACCESS  read-only
  1424.               STATUS      current
  1425.               DESCRIPTION
  1426.                  "The value of this object identifies the
  1427.                  interface for which this entry contains management
  1428.                  information."
  1429.               ::= { sipL3PDUErrorEntry 1 }
  1430.  
  1431.           sipL3PDUErrorType OBJECT-TYPE
  1432.               SYNTAX  INTEGER {
  1433.                 erroredDAFieldFormat (1),
  1434.                 erroredSAFieldFormat (2),
  1435.                 invalidBAsizeFieldValue (3),
  1436.                 invalidHdrExtLength (4),
  1437.                 invalidHdrExtElementLength (5),
  1438.                 invalidHdrExtVersionElementPositionLenthOrValue (6),
  1439.            invalidHdrExtCarSelectElementPositionLenghtValueOrFormat (7),
  1440.                 hePADError (8),
  1441.                 beTagMismatch (9),
  1442.                 baSizeFieldNotEqualToLengthField (10),
  1443.                 incorrectLength (11),
  1444.                 mriTimeout (12)
  1445.               }
  1446.               MAX-ACCESS  read-only
  1447.               STATUS      current
  1448.               DESCRIPTION
  1449.                  "The type of error."
  1450.               ::= { sipL3PDUErrorEntry 2 }
  1451.  
  1452.           sipL3PDUErrorSA OBJECT-TYPE
  1453.               SYNTAX      SMDSAddress
  1454.               MAX-ACCESS  read-only
  1455.  
  1456.  
  1457.  
  1458. Brown & Tesink                                                 [Page 26]
  1459.  
  1460. RFC 1694                 SMDS Interface Objects              August 1994
  1461.  
  1462.  
  1463.               STATUS      current
  1464.               DESCRIPTION
  1465.                  "A rejected SMDS source address."
  1466.               ::= { sipL3PDUErrorEntry 3 }
  1467.  
  1468.           sipL3PDUErrorDA OBJECT-TYPE
  1469.               SYNTAX      SMDSAddress
  1470.               MAX-ACCESS  read-only
  1471.               STATUS      current
  1472.               DESCRIPTION
  1473.                  "A rejected SMDS destination address."
  1474.               ::= { sipL3PDUErrorEntry 4 }
  1475.  
  1476.           sipL3PDUErrorTimeStamp OBJECT-TYPE
  1477.               SYNTAX      TimeStamp
  1478.               MAX-ACCESS  read-only
  1479.               STATUS      current
  1480.               DESCRIPTION
  1481.                  "The timestamp for the service disagreement.  The
  1482.                  timestamp contains the value of sysUpTime at the
  1483.                  latest occurrence of this type of service
  1484.                  disagreement.  See textual description under
  1485.                  sipL3PDUErrorTable for boundary conditions."
  1486.               ::= { sipL3PDUErrorEntry 5 }
  1487.  
  1488.  
  1489.           -- The DXI Group
  1490.  
  1491.           sipDxiTable   OBJECT-TYPE
  1492.              SYNTAX          SEQUENCE OF SipDxiEntry
  1493.              MAX-ACCESS      not-accessible
  1494.              STATUS          current
  1495.              DESCRIPTION
  1496.                  "The DXI table."
  1497.              ::= { sipMIBObjects 1 }
  1498.  
  1499.           sipDxiEntry   OBJECT-TYPE
  1500.              SYNTAX     SipDxiEntry
  1501.              MAX-ACCESS not-accessible
  1502.              STATUS     current
  1503.              DESCRIPTION
  1504.                    "An entry in the DXI table."
  1505.              INDEX { ifIndex }
  1506.              ::= { sipDxiTable 1 }
  1507.  
  1508.           SipDxiEntry ::=
  1509.              SEQUENCE {
  1510.                 sipDxiCrc
  1511.  
  1512.  
  1513.  
  1514. Brown & Tesink                                                 [Page 27]
  1515.  
  1516. RFC 1694                 SMDS Interface Objects              August 1994
  1517.  
  1518.  
  1519.                    INTEGER,
  1520.                 sipDxiOutDiscards
  1521.                    Counter32,
  1522.                 sipDxiInErrors
  1523.                    Counter32,
  1524.                 sipDxiInAborts
  1525.                    Counter32,
  1526.                 sipDxiInTestFrames
  1527.                    Counter32,
  1528.                 sipDxiOutTestFrames
  1529.                    Counter32,
  1530.                 sipDxiHbpNoAcks
  1531.                    Counter32
  1532.              }
  1533.  
  1534.           sipDxiCrc   OBJECT-TYPE
  1535.              SYNTAX  INTEGER {
  1536.                         crc16(1),
  1537.                         crc32(2)
  1538.                         }
  1539.              MAX-ACCESS read-only
  1540.              STATUS     current
  1541.              DESCRIPTION
  1542.                    "The value of this object indicates the type
  1543.                    of Frame Checksum used by DXI.  Current
  1544.                    choices include CCITT CRC16 or CRC32."
  1545.              ::= { sipDxiEntry 1 }
  1546.  
  1547.           sipDxiOutDiscards   OBJECT-TYPE
  1548.              SYNTAX     Counter32
  1549.              MAX-ACCESS read-only
  1550.              STATUS     current
  1551.              DESCRIPTION
  1552.               "The number of outbound frames discarded
  1553.               because of congestion."
  1554.              ::= { sipDxiEntry 2 }
  1555.  
  1556.           sipDxiInErrors   OBJECT-TYPE
  1557.              SYNTAX     Counter32
  1558.              MAX-ACCESS read-only
  1559.              STATUS     current
  1560.              DESCRIPTION
  1561.                    "The number of inbound frames discarded
  1562.                    because of errors such as frame checksum
  1563.                    (CRC) violations,
  1564.                    non-integral number of octets, address
  1565.                    and control field violations, and frame
  1566.                    size errors."
  1567.  
  1568.  
  1569.  
  1570. Brown & Tesink                                                 [Page 28]
  1571.  
  1572. RFC 1694                 SMDS Interface Objects              August 1994
  1573.  
  1574.  
  1575.              ::= { sipDxiEntry 3 }
  1576.  
  1577.           sipDxiInAborts  OBJECT-TYPE
  1578.              SYNTAX     Counter32
  1579.              MAX-ACCESS read-only
  1580.              STATUS     current
  1581.              DESCRIPTION
  1582.                    "The number of inbound frames discarded
  1583.                    because of an abort bit sequence (1111111)
  1584.                    received before closing flag."
  1585.              ::= { sipDxiEntry 4 }
  1586.  
  1587.           sipDxiInTestFrames    OBJECT-TYPE
  1588.              SYNTAX     Counter32
  1589.              MAX-ACCESS read-only
  1590.              STATUS     current
  1591.              DESCRIPTION
  1592.                    "The number of unerrored,
  1593.                    inbound Test frames received
  1594.                    (generally as part of Heart
  1595.                    Beat Poll procedure)."
  1596.              ::= { sipDxiEntry 5 }
  1597.  
  1598.           sipDxiOutTestFrames   OBJECT-TYPE
  1599.              SYNTAX     Counter32
  1600.              MAX-ACCESS read-only
  1601.              STATUS     current
  1602.              DESCRIPTION
  1603.                    "The number of unerrored,
  1604.                    outbound Test frames sent
  1605.                   (generally as part of Heart
  1606.                   Beat Poll procedure)."
  1607.              ::= { sipDxiEntry 6 }
  1608.  
  1609.           sipDxiHbpNoAcks  OBJECT-TYPE
  1610.              SYNTAX     Counter32
  1611.              MAX-ACCESS read-only
  1612.              STATUS     current
  1613.              DESCRIPTION
  1614.                    "The number of Heart Beat
  1615.                    Poll (HBP) No Ack timeouts."
  1616.              ::= { sipDxiEntry 7 }
  1617.  
  1618.  
  1619.           -- conformance information
  1620.  
  1621.           smdsConformance OBJECT IDENTIFIER ::= { sipMIB 2 }
  1622.  
  1623.  
  1624.  
  1625.  
  1626. Brown & Tesink                                                 [Page 29]
  1627.  
  1628. RFC 1694                 SMDS Interface Objects              August 1994
  1629.  
  1630.  
  1631.           smdsGroups      OBJECT IDENTIFIER ::= { smdsConformance 1 }
  1632.           smdsCompliances OBJECT IDENTIFIER ::= { smdsConformance 2 }
  1633.  
  1634.  
  1635.           -- compliance statements
  1636.  
  1637.           smdsCompliance MODULE-COMPLIANCE
  1638.               STATUS  current
  1639.               DESCRIPTION
  1640.                  "The compliance statement for SMDS interfaces."
  1641.  
  1642.               MODULE  -- this module
  1643.                   MANDATORY-GROUPS { sipLevel3Stuff }
  1644.  
  1645.                   GROUP       sipLevel2Stuff
  1646.                   DESCRIPTION
  1647.                       "This group is mandatory only for those
  1648.                       interfaces (SNIs) which run SIP Level 2."
  1649.  
  1650.                   GROUP       sipDS1PLCPStuff
  1651.                   DESCRIPTION
  1652.                       "This group is mandatory only for those
  1653.                       interfaces (SNIs) which run the DS1 PLCP."
  1654.  
  1655.                   GROUP       sipDS3PLCPStuff
  1656.                   DESCRIPTION
  1657.                       "This group is mandatory only for those
  1658.                       interfaces (SNIs) which run the DS3 PLCP."
  1659.  
  1660.                   GROUP       sipIPApplicationsStuff
  1661.                   DESCRIPTION
  1662.                       "This group is mandatory only for interfaces
  1663.                        operating IP over SMDS in accordance with
  1664.                        RFC1209."
  1665.  
  1666.                   GROUP       sipDxiStuff
  1667.                   DESCRIPTION
  1668.                       "This group is mandatory only for those interfaces
  1669.                       (DXI-SNI)
  1670.                       which run the DXI protocol."
  1671.               ::= { smdsCompliances 1 }
  1672.  
  1673.           -- units of conformance
  1674.  
  1675.           sipLevel3Stuff    OBJECT-GROUP
  1676.               OBJECTS { sipL3Index,
  1677.                         sipL3VersionSupport, sipL3PDUErrorIndex,
  1678.                         sipL3PDUErrorType,
  1679.  
  1680.  
  1681.  
  1682. Brown & Tesink                                                 [Page 30]
  1683.  
  1684. RFC 1694                 SMDS Interface Objects              August 1994
  1685.  
  1686.  
  1687.                         sipL3PDUErrorSA, sipL3PDUErrorDA,
  1688.                         sipL3PDUErrorTimeStamp }
  1689.               STATUS  current
  1690.               DESCRIPTION
  1691.                       "A collection of objects providing information
  1692.                       applicable to all SMDS interfaces."
  1693.               ::= { smdsGroups 1 }
  1694.  
  1695.           sipLevel2Stuff    OBJECT-GROUP
  1696.               OBJECTS { sipL2Index, sipL2HcsOrCRCErrors,
  1697.                         sipL2PayloadLengthErrors,
  1698.                         sipL2SequenceNumberErrors,
  1699.                         sipL2MidCurrentlyActiveErrors,
  1700.                         sipL2BomOrSSMsMIDErrors,
  1701.                         sipL2EomsMIDErrors }
  1702.               STATUS  current
  1703.               DESCRIPTION
  1704.                       "A collection of objects providing information
  1705.                       specific to interfaces using the SIP Level 2."
  1706.               ::= { smdsGroups 2 }
  1707.  
  1708.           sipDS1PLCPStuff    OBJECT-GROUP
  1709.               OBJECTS { sipDS1PLCPIndex, sipDS1PLCPSEFSs,
  1710.                         sipDS1PLCPAlarmState, sipDS1PLCPUASs }
  1711.               STATUS  current
  1712.               DESCRIPTION
  1713.                       "A collection of objects providing information
  1714.                       specific to interfaces using the DS1 PLCP."
  1715.               ::= { smdsGroups 3 }
  1716.  
  1717.           sipDS3PLCPStuff    OBJECT-GROUP
  1718.               OBJECTS { sipDS3PLCPIndex, sipDS3PLCPSEFSs,
  1719.                         sipDS3PLCPAlarmState, sipDS3PLCPUASs }
  1720.               STATUS  current
  1721.               DESCRIPTION
  1722.                       "A collection of objects providing information
  1723.                       specific to interfaces using the DS3 PLCP."
  1724.               ::= { smdsGroups 4 }
  1725.  
  1726.  
  1727.           sipIPApplicationsStuff    OBJECT-GROUP
  1728.               OBJECTS { ipOverSMDSIndex, ipOverSMDSAddress,
  1729.                         ipOverSMDSHA, ipOverSMDSLISGA, ipOverSMDSARPReq }
  1730.               STATUS  current
  1731.               DESCRIPTION
  1732.                       "A collection of objects providing information
  1733.                       for running IP over SMDS."
  1734.               ::= { smdsGroups 5 }
  1735.  
  1736.  
  1737.  
  1738. Brown & Tesink                                                 [Page 31]
  1739.  
  1740. RFC 1694                 SMDS Interface Objects              August 1994
  1741.  
  1742.  
  1743.           sipDxiStuff     OBJECT-GROUP
  1744.               OBJECTS  { sipDxiCrc, sipDxiOutDiscards,
  1745.                          sipDxiInErrors, sipDxiInAborts,
  1746.                          sipDxiInTestFrames, sipDxiOutTestFrames,
  1747.                          sipDxiHbpNoAcks }
  1748.               STATUS   current
  1749.               DESCRIPTION
  1750.                       "A collection of objects providing information
  1751.                       specific to interfaces using the DXI protocol."
  1752.               ::= { smdsGroups 6 }
  1753.  
  1754.           END
  1755.  
  1756. 5.  Acknowledgments
  1757.  
  1758.    This specification is a product of the ifMIB Working Group.
  1759.  
  1760. 6.  References
  1761.  
  1762.    [1] Case, J., McCloghrie, K., Rose, M., and S. Waldbusser, "Structure
  1763.        of Management Information for version 2 of the Simple Network
  1764.        Management Protocol (SNMPv2)", RFC 1442, SNMP Research, Inc.,
  1765.        Hughes LAN Systems, Dover Beach Consulting, Inc., Carnegie Mellon
  1766.        University, April 1993.
  1767.  
  1768.    [2] Case, J., McCloghrie, K., Rose, M., and S. Waldbusser, "Textual
  1769.        Conventions for version 2 of the the Simple Network Management
  1770.        Protocol (SNMPv2)", RFC 1443, SNMP Research, Inc., Hughes LAN
  1771.        Systems, Dover Beach Consulting, Inc., Carnegie Mellon
  1772.        University, April 1993.
  1773.  
  1774.    [3] Case, J., McCloghrie, K., Rose, M., and S. Waldbusser,
  1775.        "Conformance Statements for version 2 of the the Simple Network
  1776.        Management Protocol (SNMPv2)", RFC 1444, SNMP Research, Inc.,
  1777.        Hughes LAN Systems, Dover Beach Consulting, Inc., Carnegie Mellon
  1778.        University, April 1993.
  1779.  
  1780.    [4] Galvin, J., and K. McCloghrie, "Administrative Model for version
  1781.        2 of the Simple Network Management Protocol (SNMPv2)", RFC 1445,
  1782.        Trusted Information Systems, Hughes LAN Systems, April 1993.
  1783.  
  1784.    [5] Case, J., McCloghrie, K., Rose, M., and S. Waldbusser, "Protocol
  1785.        Operations for version 2 of the Simple Network Management
  1786.        Protocol (SNMPv2)", RFC 1448, SNMP Research, Inc., Hughes LAN
  1787.        Systems, Dover Beach Consulting, Inc., Carnegie Mellon
  1788.        University, April 1993.
  1789.  
  1790.  
  1791.  
  1792.  
  1793.  
  1794. Brown & Tesink                                                 [Page 32]
  1795.  
  1796. RFC 1694                 SMDS Interface Objects              August 1994
  1797.  
  1798.  
  1799.    [6] McCloghrie, K., and M. Rose, Editors, "Management Information
  1800.        Base for Network Management of TCP/IP-based internets: MIB-II",
  1801.        STD 17, RFC 1213, Hughes LAN Systems, Inc., Performance Systems
  1802.        International, March 1991.
  1803.  
  1804.    [7] Information processing systems - Open Systems Interconnection -
  1805.        Specification of Abstract Syntax Notation One (ASN.1),
  1806.        International Organization for Standardization.  International
  1807.        Standard 8824, December 1987.
  1808.  
  1809.    [8] Information processing systems - Open Systems Interconnection -
  1810.        Specification of Basic Encoding Rules for Abstract Notation One
  1811.        (ASN.1), International Organization for Standardization.
  1812.        International Standard 8825, December 1987.
  1813.  
  1814.    [9] McCloghrie, K., and F. Kastenholz, "Evolution of Interfaces Group
  1815.        of MIB-II", RFC 1573, Hughes LAN Systems, FTP Software, January
  1816.        1994.
  1817.  
  1818.   [10] Cox, T., and K. Tesink, Editors, "Definitions of Managed Objects
  1819.        for the DS3/E3 Interface Type", RFC 1407, Bellcore, January 1993.
  1820.  
  1821.   [11] Baker, F., and J. Watt, Editors, "Definitions of Managed Objects
  1822.        for the DS1/E1 Interface Type", RFC 1406, Advanced Computer
  1823.        Communications, Newbridge Networks Corporation, January 1993.
  1824.  
  1825.   [12] Cox, T., and K. Tesink, Editors, "Definition of Managed Objects
  1826.        for the SMDS Interface Type", RFC 1304, Bellcore, February 1992.
  1827.  
  1828.   [13] "Generic System Requirements in Support of Switched Multi-megabit
  1829.        Data Service", Bellcore Technical Reference, TR-TSV-000772, Issue
  1830.        1, May 1991.
  1831.  
  1832.   [14] "Local Access System Generic Requirements, Objectives, and
  1833.        Interfaces in Support of Switched Multi-megabit Data Service",
  1834.        Bellcore Technical Reference, TR-TSV-000773, Issue 1, June 1990.
  1835.  
  1836.   [15] Piscitello, D., and J. Lawrence, Editors, The Transmission of IP
  1837.        Datagrams over the SMDS Service", RFC 1209, Bell Communications
  1838.        Research, March 1991.
  1839.  
  1840.   [16] "Generic Requirements For SMDS Customer Network Management
  1841.        Service", Bellcore TR-TSV-001062, Issue 1, March 1993, and
  1842.        Supplement 1, December 1993.
  1843.  
  1844.   [17] Cox, R., and K. Tesink, "Definitions of Managed Objects for SMDS
  1845.        Subscription", Version 2.1, Bellcore, August 1992.
  1846.  
  1847.  
  1848.  
  1849.  
  1850. Brown & Tesink                                                 [Page 33]
  1851.  
  1852. RFC 1694                 SMDS Interface Objects              August 1994
  1853.  
  1854.  
  1855.   [18] Frame Based Interface Protocol for SMDS Networks - Data Exchange
  1856.        Interface / Subscriber Network Interface Revision 1.0 - SMDS
  1857.        Interest Group SIG-TS-005/1993, February 2, 1993.
  1858.  
  1859.   [19] Frame Based Interface Protocol for SMDS Networks - SIP Relay
  1860.        Interface Revision 1.0 - SMDS Interest Group SIG-TS-006/1993,
  1861.        February 2, 1993.
  1862.  
  1863.   [20] "Generic Requirements For Low Speed SMDS Access", Bellcore TR-
  1864.        TSV-001239, Issue 1, December 1993.
  1865.  
  1866.   [21] ATM Forum, "ATM User Network Interface Specification", Version
  1867.        3.0, September 1993.
  1868.  
  1869.   [22] Ahmed, M., and K. Tesink, Editors, "Definitions of Managed
  1870.        Objects for ATM Management", RFC 1695, Bellcore, August 1994.
  1871.  
  1872.   [23] Brown, R., Editor, "Definitions of Managed Objects for Frame
  1873.        Relay Service", RFC 1604, Bellcore, March 1994.
  1874.  
  1875.   [24] Specification for Implementation of SMDS over an ATM-based Public
  1876.        UNI - Cedric Druce, Max Figueroa, Bellcore - SIG TWG-1993/043,
  1877.        SMDS Interest Group Technical Working Group, Work in Progress,
  1878.        August 24, 1993.
  1879.  
  1880.   [25] Brown, T. and K. Tesink, Editors), "Definitions of Managed
  1881.        Objects for the SONET Interface Type, RFC 1595, Bellcore, March
  1882.        1994.
  1883.  
  1884. 7.  Security Considerations
  1885.  
  1886.    Security issues are not discussed in this memo.
  1887.  
  1888.  
  1889.  
  1890.  
  1891.  
  1892.  
  1893.  
  1894.  
  1895.  
  1896.  
  1897.  
  1898.  
  1899.  
  1900.  
  1901.  
  1902.  
  1903.  
  1904.  
  1905.  
  1906. Brown & Tesink                                                 [Page 34]
  1907.  
  1908. RFC 1694                 SMDS Interface Objects              August 1994
  1909.  
  1910.  
  1911. 8.  Authors' Addresses
  1912.  
  1913.    Tracy A. Brown
  1914.    Bell Communications Research
  1915.    331 Newman Springs Road
  1916.    P.O. Box 7020
  1917.    Red Bank, NJ  07701-7020
  1918.  
  1919.    Phone: (908) 758-2107
  1920.    EMail: tacox@mail.bellcore.com
  1921.  
  1922.  
  1923.    Kaj Tesink
  1924.    Bell Communications Research
  1925.    331 Newman Springs Road
  1926.    P.O. Box 7020
  1927.    Red Bank, NJ  07701-7020
  1928.  
  1929.    Phone: (908) 758-5254
  1930.    EMail: kaj@cc.bellcore.com
  1931.  
  1932.  
  1933.  
  1934.  
  1935.  
  1936.  
  1937.  
  1938.  
  1939.  
  1940.  
  1941.  
  1942.  
  1943.  
  1944.  
  1945.  
  1946.  
  1947.  
  1948.  
  1949.  
  1950.  
  1951.  
  1952.  
  1953.  
  1954.  
  1955.  
  1956.  
  1957.  
  1958.  
  1959.  
  1960.  
  1961.  
  1962. Brown & Tesink                                                 [Page 35]
  1963.  
  1964.