home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1997 December / Internet_Info_CD-ROM_Walnut_Creek_December_1997.iso / rfc / rfc1304 < prev    next >
Text File  |  1992-02-28  |  52KB  |  1,403 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7. Network Working Group                                             T. Cox
  8. Request For Comments: 1304                                     K. Tesink
  9.                                                                  Editors
  10.                                             Bell Communications Research
  11.                                                            February 1992
  12.  
  13.  
  14.                      Definitions of Managed Objects
  15.                        for the SIP Interface Type
  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 SIP (SMDS Interface
  30.    Protocol) objects.
  31.  
  32. Table of Contents
  33.  
  34.    1. The Network Management Framework ............................    2
  35.    2. Objects .....................................................    2
  36.    2.1 Format of Definitions ......................................    3
  37.    3. Overview ....................................................    3
  38.    4. Object Definitions ..........................................    4
  39.    4.1 The SIP Level 3 group ......................................    4
  40.    4.2 The SIP Level 2 group ......................................    8
  41.    4.3 The SIP PLCP group .........................................   11
  42.    4.3.1 The SIP DS1 PLCP group ...................................   12
  43.    4.3.2 The SIP DS3 PLCP group ...................................   14
  44.    4.4 The SMDS Applications group ................................   16
  45.    4.5 The SMDS Carrier Selection group ...........................   18
  46.    4.6 The SIP Error Log group ....................................   18
  47.    5. Acknowledgments .............................................   23
  48.    6. References ..................................................   23
  49.    7. Security Considerations......................................   25
  50.    8. Authors' Addresses...........................................   25
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58. SNMP Working Group                                              [Page 1]
  59.  
  60. RFC 1304                      SIP Objects                  February 1992
  61.  
  62.  
  63. 1.  The Network Management Framework
  64.  
  65.    The Internet-standard Network Management Framework consists of three
  66.    components.  They are:
  67.  
  68.       RFC 1155 [3] which defines the SMI, the mechanisms used for
  69.       describing and naming objects for the purpose of management.  RFC
  70.       1212 [9] defines a more concise description mechanism, which is
  71.       wholly consistent with the SMI.
  72.  
  73.       RFC 1156 [4] which defines MIB-I, the core set of managed objects
  74.       for the Internet suite of protocols.  RFC 1213 [6], defines MIB-
  75.       II, an evolution of MIB-I based on implementation experience and
  76.       new operational requirements.
  77.  
  78.       RFC 1157 [5] which defines the SNMP, the protocol used for network
  79.       access to managed objects.
  80.  
  81.    The Framework permits new objects to be defined for the purpose of
  82.    experimentation and evaluation.
  83.  
  84. 2.  Objects
  85.  
  86.    Managed objects are accessed via a virtual information store, termed
  87.    the Management Information Base or MIB.  Objects in the MIB are
  88.    defined using the subset of Abstract Syntax Notation One (ASN.1)
  89.    International Standard 8824 [7] defined in the SMI.  In particular,
  90.    each object has a name, a syntax, and an encoding.  The name is an
  91.    object identifier, an administratively assigned name, which specifies
  92.    an object type.  The object type together with an object instance
  93.    serves to uniquely identify a specific instantiation of the object.
  94.    For human convenience, we often use a textual string, termed the
  95.    OBJECT DESCRIPTOR, to also refer to the object type.
  96.  
  97.    The syntax of an object type defines the abstract data structure
  98.    corresponding to that object type.  The ASN.1 language is used for
  99.    this purpose.  However, the SMI RFC 1155 [3] purposely restricts the
  100.    ASN.1 constructs which may be used.  These restrictions are
  101.    explicitly made for simplicity.
  102.  
  103.    The encoding of an object type is simply how that object type is
  104.    represented using the object type's syntax.  Implicitly tied to the
  105.    notion of an object type's syntax and encoding is how the object type
  106.    is represented when being transmitted on the network.  The SMI
  107.    specifies the use of the basic encoding rules of ASN.1 International
  108.    Standard 8825 [8], subject to the additional requirements imposed by
  109.    the SNMP.
  110.  
  111.  
  112.  
  113.  
  114. SNMP Working Group                                              [Page 2]
  115.  
  116. RFC 1304                      SIP Objects                  February 1992
  117.  
  118.  
  119. 2.1.  Format of Definitions
  120.  
  121.    Section 4 contains contains the specification of all object types
  122.    contained in this MIB module.  The object types are defined using the
  123.    conventions defined in the SMI, as amended by the extensions
  124.    specified in RFC 1212 [9].
  125.  
  126. 3.  Overview
  127.  
  128.    These objects are used when the particular media being used to
  129.    realize an interface is a SIP interface.  At present, this applies to
  130.    these values of the ifType variable in the Internet-standard MIB:
  131.  
  132.                   sip (31)
  133.  
  134.    For these interfaces, the value of the ifSpecific variable in the
  135.    MIB-II [6] has the OBJECT IDENTIFIER value:
  136.  
  137.                sip    OBJECT IDENTIFIER ::= { transmission 31 }
  138.  
  139.    The definitions contained herein are based on the SIP specifications
  140.    in Bellcore TR-TSV-000772 and TR-TSV-000773 [11,12].
  141.  
  142.    The SIP (SMDS Interface Protocol) protocol stack is defined as
  143.    follows in TR-TSV-000772 [11]:
  144.  
  145.                                ___________________
  146.                               |                   |
  147.                               | SIP Level 3 [11]  |
  148.                               |___________________|
  149.                               |                   |
  150.                               | SIP Level 2 [11]  |
  151.                               |___________________|
  152.                               |                   |
  153.                               | PLCP [12]         |
  154.                               |___________________|
  155.                               |                   |
  156.                               | DS1 or DS3 [12]   |
  157.                               |___________________|
  158.  
  159.    The PLCP (Physical Layer Convergence Procedure) adapts the
  160.    capabilities of the transmission system (DS1 or DS3 formats) to the
  161.    service expected by SIP Level 2.  Managed objects for DS1 and DS3
  162.    Interface Types are defined in RFC 1232 [13] and RFC 1233 [14]
  163.    respectively (and amended in RFC 1239 [17]), and can be utilized for
  164.    management of SIP interfaces. This document defines managed objects
  165.    for the remaining protocol levels of the SIP Interface Type.  This
  166.    document does not specify objects for the management of subscription
  167.  
  168.  
  169.  
  170. SNMP Working Group                                              [Page 3]
  171.  
  172. RFC 1304                      SIP Objects                  February 1992
  173.  
  174.  
  175.    or configuration of Subscriber-Network Interfaces (SNIs). Those
  176.    objects are defined in Definitions of Managed Objects for SMDS
  177.    Subscription [18]. Bellcore requirements on these objects are
  178.    specified in TA-TSV-001062 [16].
  179.  
  180. 4.  Object Definitions
  181.  
  182.                RFC1304-MIB DEFINITIONS ::= BEGIN
  183.  
  184.                IMPORTS
  185.                        Counter, TimeTicks, IpAddress
  186.                                FROM RFC1155-SMI
  187.                        transmission
  188.                                FROM RFC1213-MIB
  189.                        OBJECT-TYPE
  190.                                FROM RFC-1212;
  191.  
  192.                --  This MIB module uses the extended OBJECT-TYPE macro
  193.                --  as defined in RFC-1212.
  194.  
  195.                --  This is the MIB module for the SIP objects.
  196.  
  197.  
  198.                sip     OBJECT IDENTIFIER ::= { transmission 31 }
  199.  
  200.                -- All representations of SMDS addresses in this MIB
  201.                -- module use, as a textual convention (i.e., this
  202.                -- convention does not affect their encoding), the
  203.                -- data type:
  204.  
  205.                SMDSAddress ::= OCTET STRING (SIZE (8))
  206.                -- the 60-bit SMDS address, preceded by 4 bits with the
  207.                -- following values:
  208.                -- "1100" when representing an individual address
  209.                -- "1110" when representing a group address
  210.  
  211.  
  212.                -- The SIP Level 3 group
  213.                -- Implementation of the SIP Level 3 group is mandatory
  214.                -- for all systems implementing SIP Level 3.
  215.  
  216.                sipL3Table  OBJECT-TYPE
  217.                    SYNTAX  SEQUENCE OF SipL3Entry
  218.                    ACCESS  not-accessible
  219.                    STATUS  mandatory
  220.                    DESCRIPTION
  221.                            "This table contains SIP L3 parameters and
  222.                            state variables, one entry per SIP port."
  223.  
  224.  
  225.  
  226. SNMP Working Group                                              [Page 4]
  227.  
  228. RFC 1304                      SIP Objects                  February 1992
  229.  
  230.  
  231.                   ::= { sip 1 }
  232.  
  233.               sipL3Entry  OBJECT-TYPE
  234.                   SYNTAX  SipL3Entry
  235.                   ACCESS  not-accessible
  236.                   STATUS  mandatory
  237.                   DESCRIPTION
  238.                           "This list contains SIP L3 parameters and
  239.                           state variables."
  240.                  INDEX   { sipL3Index }
  241.                  ::= { sipL3Table 1 }
  242.  
  243.              SipL3Entry  ::= SEQUENCE {
  244.                  sipL3Index
  245.                      INTEGER,
  246.                  sipL3ReceivedIndividualDAs
  247.                      Counter,
  248.                  sipL3ReceivedGAs
  249.                      Counter,
  250.                  sipL3UnrecognizedIndividualDAs
  251.                      Counter,
  252.                  sipL3UnrecognizedGAs
  253.                      Counter,
  254.                  sipL3SentIndividualDAs
  255.                      Counter,
  256.                  sipL3SentGAs
  257.                      Counter,
  258.                  sipL3Errors
  259.                      Counter,
  260.                  sipL3InvalidSMDSAddressTypes
  261.                      Counter,
  262.                  sipL3VersionSupport
  263.                      INTEGER
  264.                  }
  265.  
  266.              sipL3Index  OBJECT-TYPE
  267.                  SYNTAX  INTEGER (1..65535)
  268.                  ACCESS  read-only
  269.                  STATUS  mandatory
  270.                  DESCRIPTION
  271.                          "The value of this object identifies the SIP
  272.                          port interface for which this entry contains
  273.                          management information.  The value of this
  274.                          object for a particular interface has the same
  275.                          value as the ifIndex object, defined in RFC
  276.                          1156 and RFC 1213, for the same interface."
  277.                 ::= { sipL3Entry 1 }
  278.  
  279.  
  280.  
  281.  
  282. SNMP Working Group                                              [Page 5]
  283.  
  284. RFC 1304                      SIP Objects                  February 1992
  285.  
  286.  
  287.             sipL3ReceivedIndividualDAs OBJECT-TYPE
  288.                 SYNTAX  Counter
  289.                 ACCESS  read-only
  290.                 STATUS  mandatory
  291.                 DESCRIPTION
  292.                         "The total number of individually addressed SIP
  293.                         Level 3 PDUs received from the remote system
  294.                         across the SNI.  The total includes only
  295.                         unerrored L3PDUs."
  296.                ::= { sipL3Entry 2 }
  297.  
  298.            sipL3ReceivedGAs OBJECT-TYPE
  299.                SYNTAX  Counter
  300.                ACCESS  read-only
  301.                STATUS  mandatory
  302.                DESCRIPTION
  303.                        "The total number of group addressed SIP Level 3
  304.                        PDUs received from the remote system across the
  305.                        SNI.  The total includes only unerrored L3PDUs."
  306.               ::= { sipL3Entry 3 }
  307.  
  308.           sipL3UnrecognizedIndividualDAs OBJECT-TYPE
  309.               SYNTAX  Counter
  310.               ACCESS  read-only
  311.               STATUS  mandatory
  312.               DESCRIPTION
  313.                       "The number of SIP Level 3 PDUs received from the
  314.                       remote system with invalid or unknown individual
  315.                       destination addresses (Destination Address
  316.                       Screening violations are not included).  See SMDS
  317.                       Subscription MIB module."
  318.               ::= { sipL3Entry 4 }
  319.  
  320.           sipL3UnrecognizedGAs OBJECT-TYPE
  321.               SYNTAX  Counter
  322.               ACCESS  read-only
  323.               STATUS  mandatory
  324.               DESCRIPTION
  325.                       "The number of SIP Level 3 PDUs received from the
  326.                       remote system with invalid or unknown group
  327.                       addresses.  (Destination Address Screening
  328.                       violations are not included).  See SMDS
  329.                       Subscription MIB module."
  330.               ::= { sipL3Entry 5 }
  331.  
  332.           sipL3SentIndividualDAs OBJECT-TYPE
  333.               SYNTAX  Counter
  334.               ACCESS  read-only
  335.  
  336.  
  337.  
  338. SNMP Working Group                                              [Page 6]
  339.  
  340. RFC 1304                      SIP Objects                  February 1992
  341.  
  342.  
  343.               STATUS  mandatory
  344.               DESCRIPTION
  345.                       "The number of individually addressed SIP Level 3
  346.                       PDUs that have been sent by this system across the
  347.                       SNI."
  348.               ::= { sipL3Entry 6 }
  349.  
  350.           sipL3SentGAs OBJECT-TYPE
  351.               SYNTAX  Counter
  352.               ACCESS  read-only
  353.               STATUS  mandatory
  354.               DESCRIPTION
  355.                       "The number of group addressed SIP L3PDUs that
  356.                       have been sent by this system across the SNI."
  357.               ::= { sipL3Entry 7 }
  358.  
  359.           -- The total number of SIP L3PDU errors can be calculated as
  360.           -- (Syntactic errors + Semantic Service errors )
  361.           -- Syntactic errors include:
  362.           --    sipL3Errors
  363.           -- Latest occurrences of syntactic error types are logged in
  364.           --    sipL3PDUErrorTable.
  365.           -- Semantic Service errors include:
  366.           --    sipL3UnrecognizedIndividualDAs
  367.           --    sipL3UnrecognizedGAs
  368.           --    sipL3InvalidSMDSAddressTypes
  369.           -- Note that public networks supporting SMDS may discard
  370.           -- SIP L3PDUs due to subscription violations.  Related
  371.           -- managed objects are defined in Definitions of Managed
  372.           -- Objects for SMDS Subscription.
  373.  
  374.  
  375.           sipL3Errors OBJECT-TYPE
  376.               SYNTAX  Counter
  377.               ACCESS  read-only
  378.               STATUS  mandatory
  379.               DESCRIPTION
  380.                       "The total number of SIP Level 3 PDUs received
  381.                       from the remote system that were discovered to
  382.                       have errors (including protocol processing and bit
  383.                       errors but excluding addressing-related errors)
  384.                       and were discarded.  Includes both group addressed
  385.                       L3PDUs and L3PDUs containing an individual
  386.                       destination address."
  387.               ::= { sipL3Entry 8 }
  388.  
  389.  
  390.  
  391.  
  392.  
  393.  
  394. SNMP Working Group                                              [Page 7]
  395.  
  396. RFC 1304                      SIP Objects                  February 1992
  397.  
  398.  
  399.           sipL3InvalidSMDSAddressTypes OBJECT-TYPE
  400.               SYNTAX  Counter
  401.               ACCESS  read-only
  402.               STATUS  mandatory
  403.               DESCRIPTION
  404.                       "The number of SIP Level 3 PDUs received from the
  405.                       remote system that had the Source or Destination
  406.                       Address_Type subfields, (the four most significant
  407.                       bits of the 64 bit address field), not equal to
  408.                       the value 1100 or 1110.  Also, an error is
  409.                       considered to have occurred if the Address_Type
  410.                       field for a Source Address, the four most
  411.                       significant bits of the 64 bits, is equal to 1110
  412.                       (a group address)."
  413.               ::= { sipL3Entry 9 }
  414.  
  415.           sipL3VersionSupport  OBJECT-TYPE
  416.               SYNTAX  INTEGER (1..65535)
  417.               ACCESS  read-only
  418.               STATUS  mandatory
  419.               DESCRIPTION
  420.                       "A value which indicates the version(s) of SIP
  421.                       that this interface supports.  The value is a sum.
  422.                       This sum initially takes the value zero.  For each
  423.                       version, V, that this interface supports, 2 raised
  424.                       to (V - 1) is added to the sum. For example, a
  425.                       port supporting versions 1 and 2 would have a
  426.                       value of (2^(1-1)+2^(2-1))=3.  The
  427.                       sipL3VersionSupport is effectively a bit mask with
  428.                       Version 1 equal to the least significant bit
  429.                       (LSB)."
  430.               ::= { sipL3Entry 10 }
  431.  
  432.  
  433.           -- The SIP Level 2 group
  434.           -- Implementation of the SIP Level 2 group is mandatory
  435.           -- for all systems implementing SIP Level 2.
  436.  
  437.  
  438.           sipL2Table  OBJECT-TYPE
  439.               SYNTAX  SEQUENCE OF SipL2Entry
  440.               ACCESS  not-accessible
  441.               STATUS  mandatory
  442.               DESCRIPTION
  443.                       "This table contains SIP L2PDU parameters and
  444.                       state variables, one entry per SIP port."
  445.               ::= { sip 2 }
  446.  
  447.  
  448.  
  449.  
  450. SNMP Working Group                                              [Page 8]
  451.  
  452. RFC 1304                      SIP Objects                  February 1992
  453.  
  454.  
  455.           sipL2Entry  OBJECT-TYPE
  456.               SYNTAX  SipL2Entry
  457.               ACCESS  not-accessible
  458.               STATUS  mandatory
  459.               DESCRIPTION
  460.                       "This list contains SIP L2 parameters and state
  461.                       variables."
  462.               INDEX   { sipL2Index }
  463.               ::= { sipL2Table 1 }
  464.  
  465.           SipL2Entry  ::= SEQUENCE {
  466.               sipL2Index
  467.                   INTEGER,
  468.               sipL2ReceivedCounts
  469.                   Counter,
  470.               sipL2SentCounts
  471.                   Counter,
  472.               sipL2HcsOrCRCErrors
  473.                   Counter,
  474.               sipL2PayloadLengthErrors
  475.                   Counter,
  476.               sipL2SequenceNumberErrors
  477.                   Counter,
  478.               sipL2MidCurrentlyActiveErrors
  479.                   Counter,
  480.               sipL2BomOrSSMsMIDErrors
  481.                   Counter,
  482.               sipL2EomsMIDErrors
  483.                   Counter
  484.               }
  485.  
  486.           sipL2Index  OBJECT-TYPE
  487.               SYNTAX  INTEGER (1..65535)
  488.               ACCESS  read-only
  489.               STATUS  mandatory
  490.               DESCRIPTION
  491.                       "The value of this object identifies the SIP port
  492.                       interface for which this entry contains management
  493.                       information.  The value of this object for a
  494.                       particular interface has the same value as the
  495.                       ifIndex object, defined in RFC 1156 and RFC 1213,
  496.                       for the same interface."
  497.               ::= { sipL2Entry 1 }
  498.  
  499.           sipL2ReceivedCounts OBJECT-TYPE
  500.               SYNTAX  Counter
  501.               ACCESS  read-only
  502.               STATUS  mandatory
  503.  
  504.  
  505.  
  506. SNMP Working Group                                              [Page 9]
  507.  
  508. RFC 1304                      SIP Objects                  February 1992
  509.  
  510.  
  511.               DESCRIPTION
  512.                       "The number of SIP Level 2 PDUs received from the
  513.                       remote system across the SNI. The total includes
  514.                       only unerrored L2PDUs."
  515.               ::= { sipL2Entry 2 }
  516.  
  517.           sipL2SentCounts OBJECT-TYPE
  518.               SYNTAX  Counter
  519.               ACCESS  read-only
  520.               STATUS  mandatory
  521.               DESCRIPTION
  522.                       "The number of SIP Level 2 PDUs that have been
  523.                       sent by this system across the SNI."
  524.               ::= { sipL2Entry 3 }
  525.  
  526.           -- The total number of SIP L2PDU errors can be calculated as
  527.           -- the sum of:
  528.           --    sipL2HcsOrCRCErrors
  529.           --    sipL2PayloadLengthErrors
  530.           --    sipL2SequenceNumberErrors
  531.           --    sipL2MidCurrentlyActiveErrors
  532.           --    sipL2BomOrSSMsMIDErrors
  533.           --    sipL2EomsMIDErrors
  534.  
  535.           sipL2HcsOrCRCErrors  OBJECT-TYPE
  536.               SYNTAX  Counter
  537.               ACCESS  read-only
  538.               STATUS  mandatory
  539.               DESCRIPTION
  540.                       "The number of received SIP Level 2 PDUs that were
  541.                       discovered to have either a Header Check Sequence
  542.                       error or a Payload CRC violation."
  543.               ::= { sipL2Entry 4 }
  544.  
  545.           sipL2PayloadLengthErrors  OBJECT-TYPE
  546.               SYNTAX  Counter
  547.               ACCESS  read-only
  548.               STATUS  mandatory
  549.               DESCRIPTION
  550.                       "The number of received SIP Level 2 PDUs that had
  551.                       Payload Length errors that fall in the following
  552.                       specifications:
  553.                       - SSM L2_PDU payload length field value less
  554.                       - than 28 octets or greater than 44 octets,
  555.  
  556.                       - BOM or COM L2_PDU payload length field not
  557.                       - equal to 44 octets,
  558.  
  559.  
  560.  
  561.  
  562. SNMP Working Group                                             [Page 10]
  563.  
  564. RFC 1304                      SIP Objects                  February 1992
  565.  
  566.  
  567.                       - EOM L2_PDU payload length field value less
  568.                       - than 4 octets or greater than 44 octets."
  569.               ::= { sipL2Entry 5 }
  570.  
  571.           sipL2SequenceNumberErrors  OBJECT-TYPE
  572.               SYNTAX  Counter
  573.               ACCESS  read-only
  574.               STATUS  mandatory
  575.               DESCRIPTION
  576.                       "The number of received SIP Level 2 PDUs that had
  577.                       a sequence number within the L2PDU not equal to
  578.                       the expected sequence number of the SMDS SS
  579.                       receive process."
  580.               ::= { sipL2Entry 6 }
  581.  
  582.           sipL2MidCurrentlyActiveErrors  OBJECT-TYPE
  583.               SYNTAX Counter
  584.               ACCESS  read-only
  585.               STATUS  mandatory
  586.               DESCRIPTION
  587.                       "The number of received SIP Level 2 PDUs that are
  588.                       BOMs for which an active receive process is
  589.                       already started."
  590.               ::= { sipL2Entry 7 }
  591.  
  592.           sipL2BomOrSSMsMIDErrors  OBJECT-TYPE
  593.               SYNTAX  Counter
  594.               ACCESS  read-only
  595.               STATUS  mandatory
  596.               DESCRIPTION
  597.                       "The number of received SIP Level 2 PDUs that are
  598.                       SSMs with a MID not equal to zero or are BOMs with
  599.                       MIDs equal to zero."
  600.               ::= { sipL2Entry 8 }
  601.  
  602.           sipL2EomsMIDErrors  OBJECT-TYPE
  603.               SYNTAX  Counter
  604.               ACCESS  read-only
  605.               STATUS  mandatory
  606.               DESCRIPTION
  607.                       "The number of received SIP Level 2 PDUs that are
  608.                       EOMs for which there is no active receive process
  609.                       for the MID (i.e., the receipt of an EOM which
  610.                       does not correspond to a BOM) OR the EOM has a MID
  611.                       equal to zero."
  612.               ::= { sipL2Entry 9 }
  613.  
  614.  
  615.  
  616.  
  617.  
  618. SNMP Working Group                                             [Page 11]
  619.  
  620. RFC 1304                      SIP Objects                  February 1992
  621.  
  622.  
  623.           -- The SIP PLCP group
  624.           -- Implementation of one of these groups is mandatory
  625.           -- if the PLCP is implemented.
  626.  
  627.           sipPLCP OBJECT IDENTIFIER ::= { sip 3 }
  628.  
  629.  
  630.           -- The SIP DS1 PLCP group
  631.           -- Implementation of this group is mandatory
  632.           -- if the DS1 PLCP is implemented.
  633.  
  634.           sipDS1PLCPTable  OBJECT-TYPE
  635.               SYNTAX  SEQUENCE OF SipDS1PLCPEntry
  636.               ACCESS  not-accessible
  637.               STATUS  mandatory
  638.               DESCRIPTION
  639.                       "This table contains SIP DS1 PLCP parameters and
  640.                       state variables, one entry per SIP port."
  641.               ::= { sipPLCP 1 }
  642.  
  643.           sipDS1PLCPEntry  OBJECT-TYPE
  644.               SYNTAX  SipDS1PLCPEntry
  645.               ACCESS  not-accessible
  646.               STATUS  mandatory
  647.               DESCRIPTION
  648.                       "This list contains SIP DS1 PLCP parameters and
  649.                       state variables."
  650.               INDEX   { sipDS1PLCPIndex }
  651.               ::= { sipDS1PLCPTable 1 }
  652.  
  653.           SipDS1PLCPEntry  ::= SEQUENCE {
  654.               sipDS1PLCPIndex
  655.                   INTEGER,
  656.               sipDS1PLCPSEFSs
  657.                   Counter,
  658.               sipDS1PLCPAlarmState
  659.                   INTEGER,
  660.               sipDS1PLCPUASs
  661.                   Counter
  662.               }
  663.  
  664.  
  665.           sipDS1PLCPIndex  OBJECT-TYPE
  666.               SYNTAX  INTEGER (1..65535)
  667.               ACCESS  read-only
  668.               STATUS  mandatory
  669.               DESCRIPTION
  670.                       "The value of this object identifies the SIP port
  671.  
  672.  
  673.  
  674. SNMP Working Group                                             [Page 12]
  675.  
  676. RFC 1304                      SIP Objects                  February 1992
  677.  
  678.  
  679.                       interface for which this entry contains management
  680.                       information.  The value of this object for a
  681.                       particular interface has the same value as the
  682.                       ifIndex object, defined in RFC 1156 and RFC 1213,
  683.                       for the same interface."
  684.               ::= { sipDS1PLCPEntry 1 }
  685.  
  686.  
  687.           sipDS1PLCPSEFSs OBJECT-TYPE
  688.               SYNTAX  Counter
  689.               ACCESS  read-only
  690.               STATUS  mandatory
  691.               DESCRIPTION
  692.                       "A DS1 Severely Errored Framing Second (SEFS) is a
  693.                       count of one-second intervals containing one or
  694.                       more SEF events.  A Severely Errored Framing (SEF)
  695.                       event is declared when an error in the A1 octet
  696.                       and an error in the A2 octet of a framing octet
  697.                       pair (i.e., errors in both framing octets), or two
  698.                       consecutive invalid and/or nonsequential Path
  699.                       Overhead Identifier octets are detected."
  700.               ::= { sipDS1PLCPEntry 2 }
  701.  
  702.           sipDS1PLCPAlarmState OBJECT-TYPE
  703.               SYNTAX  INTEGER {
  704.                           noAlarm (1),
  705.                           receivedFarEndAlarm (2),
  706.                           incomingLOF (3)
  707.                       }
  708.               ACCESS  read-only
  709.               STATUS  mandatory
  710.               DESCRIPTION
  711.                       "This variable indicates if there is an alarm
  712.                       present for the DS1 PLCP.  The value
  713.                       receivedFarEndAlarm means that the DS1 PLCP has
  714.                       received an incoming Yellow Signal, the value
  715.                       incomingLOF means that the DS1 PLCP has declared a
  716.                       loss of frame (LOF) failure condition, and the
  717.                       value noAlarm means that there are no alarms
  718.                       present.  See TR-TSV-000773 for a description of
  719.                       alarm states."
  720.               ::= { sipDS1PLCPEntry 3 }
  721.  
  722.  
  723.           sipDS1PLCPUASs OBJECT-TYPE
  724.               SYNTAX  Counter
  725.               ACCESS  read-only
  726.               STATUS  mandatory
  727.  
  728.  
  729.  
  730. SNMP Working Group                                             [Page 13]
  731.  
  732. RFC 1304                      SIP Objects                  February 1992
  733.  
  734.  
  735.               DESCRIPTION
  736.                       "The counter associated with the number of
  737.                       Unavailable Seconds, as defined by TR-TSV-000773,
  738.                       encountered by the PLCP."
  739.               ::= { sipDS1PLCPEntry 4 }
  740.  
  741.  
  742.           -- The SIP DS3 PLCP group
  743.           -- Implementation of this group is mandatory
  744.           -- if the DS3 PLCP is implemented.
  745.  
  746.           sipDS3PLCPTable  OBJECT-TYPE
  747.               SYNTAX  SEQUENCE OF SipDS3PLCPEntry
  748.               ACCESS  not-accessible
  749.               STATUS  mandatory
  750.               DESCRIPTION
  751.                       "This table contains SIP DS3 PLCP parameters and
  752.                       state variables, one entry per SIP port."
  753.               ::= { sipPLCP 2 }
  754.  
  755.           sipDS3PLCPEntry  OBJECT-TYPE
  756.               SYNTAX  SipDS3PLCPEntry
  757.               ACCESS  not-accessible
  758.               STATUS  mandatory
  759.               DESCRIPTION
  760.                       "This list contains SIP DS3 PLCP parameters and
  761.                       state variables."
  762.               INDEX   { sipDS3PLCPIndex }
  763.               ::= { sipDS3PLCPTable 1 }
  764.  
  765.           SipDS3PLCPEntry  ::= SEQUENCE {
  766.               sipDS3PLCPIndex
  767.                   INTEGER,
  768.               sipDS3PLCPSEFSs
  769.                   Counter,
  770.               sipDS3PLCPAlarmState
  771.                   INTEGER,
  772.               sipDS3PLCPUASs
  773.                   Counter
  774.               }
  775.  
  776.  
  777.           sipDS3PLCPIndex  OBJECT-TYPE
  778.               SYNTAX  INTEGER (1..65535)
  779.               ACCESS  read-only
  780.               STATUS  mandatory
  781.               DESCRIPTION
  782.                       "The value of this object identifies the SIP port
  783.  
  784.  
  785.  
  786. SNMP Working Group                                             [Page 14]
  787.  
  788. RFC 1304                      SIP Objects                  February 1992
  789.  
  790.  
  791.                       interface for which this entry contains management
  792.                       information.  The value of this object for a
  793.                       particular interface has the same value as the
  794.                       ifIndex object, defined in RFC 1156 and RFC 1213,
  795.                       for the same interface."
  796.               ::= { sipDS3PLCPEntry 1 }
  797.  
  798.           sipDS3PLCPSEFSs OBJECT-TYPE
  799.               SYNTAX  Counter
  800.               ACCESS  read-only
  801.               STATUS  mandatory
  802.               DESCRIPTION
  803.                       "A DS3 Severely Errored Framing Second (SEFS) is a
  804.                       count of one-second intervals containing one or
  805.                       more SEF events.  A Severely Errored Framing (SEF)
  806.                       event is declared when an error in the A1 octet
  807.                       and an error in the A2 octet of a framing octet
  808.                       pair (i.e., errors in both framing octets), or two
  809.                       consecutive invalid and/or nonsequential Path
  810.                       Overhead Identifier octets are detected."
  811.               ::= { sipDS3PLCPEntry 2 }
  812.  
  813.           sipDS3PLCPAlarmState OBJECT-TYPE
  814.               SYNTAX  INTEGER {
  815.                           noAlarm (1),
  816.                           receivedFarEndAlarm (2),
  817.                           incomingLOF (3)
  818.                       }
  819.               ACCESS  read-only
  820.               STATUS  mandatory
  821.               DESCRIPTION
  822.                       "This variable indicates if there is an alarm
  823.                       present for the DS3 PLCP.  The value
  824.                       receivedFarEndAlarm means that the DS3 PLCP has
  825.                       received an incoming Yellow Signal, the value
  826.                       incomingLOF means that the DS3 PLCP has declared a
  827.                       loss of frame (LOF) failure condition, and the
  828.                       value noAlarm means that there are no alarms
  829.                       present.  See TR-TSV-000773 for a description of
  830.                       alarm states."
  831.               ::= { sipDS3PLCPEntry 3 }
  832.  
  833.  
  834.           sipDS3PLCPUASs OBJECT-TYPE
  835.               SYNTAX  Counter
  836.               ACCESS  read-only
  837.               STATUS  mandatory
  838.               DESCRIPTION
  839.  
  840.  
  841.  
  842. SNMP Working Group                                             [Page 15]
  843.  
  844. RFC 1304                      SIP Objects                  February 1992
  845.  
  846.  
  847.                       "The counter associated with the number of
  848.                       Unavailable Seconds, as defined by TR-TSV-000773,
  849.                       encountered by the PLCP."
  850.               ::= { sipDS3PLCPEntry 4 }
  851.  
  852.  
  853.           -- The SMDS Applications group
  854.           -- Applications that have been identified for this group are:
  855.           --          * IP-over-SMDS (details are specified in RFC 1209)
  856.           -- Implementation of this group is mandatory for systems
  857.           -- that implement IP-over-SMDS Interface Protocol.
  858.  
  859.           smdsApplications OBJECT IDENTIFIER ::= { sip 4 }
  860.  
  861.           ipOverSMDS OBJECT IDENTIFIER ::= { smdsApplications 1 }
  862.  
  863.           -- Although the objects in this group are read-only, at the
  864.           -- agent's discretion they may be made read-write so that the
  865.           -- management station, when appropriately authorized, may
  866.           -- change the addressing information related to the
  867.           -- configuration of a logical IP subnetwork implemented on
  868.           -- top of SMDS.
  869.  
  870.           -- This table is necessary to support RFC1209 (IP-over-SMDS)
  871.           -- and gives information on the Group Addresses and ARP
  872.           -- Addresses used in the Logical IP subnetwork.
  873.           -- One SMDS address may be associated with multiple IP
  874.           -- addresses.  One SNI may be associated with multiple LISs.
  875.  
  876.           ipOverSMDSTable OBJECT-TYPE
  877.               SYNTAX  SEQUENCE OF IpOverSMDSEntry
  878.               ACCESS  not-accessible
  879.               STATUS  mandatory
  880.               DESCRIPTION
  881.                       "The table of addressing information relevant to
  882.                       this entity's IP addresses."
  883.               ::= { ipOverSMDS 1 }
  884.  
  885.           ipOverSMDSEntry OBJECT-TYPE
  886.               SYNTAX  IpOverSMDSEntry
  887.               ACCESS  not-accessible
  888.               STATUS  mandatory
  889.               DESCRIPTION
  890.                       "The addressing information for one of this
  891.                       entity's IP addresses."
  892.               INDEX   { ipOverSMDSIndex, ipOverSMDSAddress }
  893.               ::= { ipOverSMDSTable 1 }
  894.  
  895.  
  896.  
  897.  
  898. SNMP Working Group                                             [Page 16]
  899.  
  900. RFC 1304                      SIP Objects                  February 1992
  901.  
  902.  
  903.           IpOverSMDSEntry ::=
  904.               SEQUENCE {
  905.                  ipOverSMDSIndex
  906.                      INTEGER,
  907.                  ipOverSMDSAddress
  908.                      IpAddress,
  909.                  ipOverSMDSHA
  910.                      SMDSAddress,
  911.                  ipOverSMDSLISGA
  912.                      SMDSAddress,
  913.                  ipOverSMDSARPReq
  914.                      SMDSAddress
  915.                  }
  916.  
  917.           ipOverSMDSIndex OBJECT-TYPE
  918.               SYNTAX  INTEGER (1..65535)
  919.               ACCESS  read-only
  920.               STATUS  mandatory
  921.               DESCRIPTION
  922.                       "The value of this object identifies the SIP port
  923.                       interface for which this entry contains management
  924.                       information.  The value of this object for a
  925.                       particular interface has the same value as the
  926.                       ifIndex object, defined in RFC 1156 and RFC 1213,
  927.                       for the same interface."
  928.               ::= { ipOverSMDSEntry 1 }
  929.  
  930.           ipOverSMDSAddress OBJECT-TYPE
  931.                SYNTAX  IpAddress
  932.                ACCESS  read-only
  933.                STATUS  mandatory
  934.                DESCRIPTION
  935.                       "The IP address to which this entry's addressing
  936.                       information pertains."
  937.               ::= { ipOverSMDSEntry 2 }
  938.  
  939.           ipOverSMDSHA OBJECT-TYPE
  940.               SYNTAX  SMDSAddress
  941.               ACCESS  read-only
  942.               STATUS  mandatory
  943.               DESCRIPTION
  944.                       "The SMDS Individual address of the IP station."
  945.               ::= { ipOverSMDSEntry 3 }
  946.  
  947.           ipOverSMDSLISGA OBJECT-TYPE
  948.               SYNTAX  SMDSAddress
  949.               ACCESS  read-only
  950.               STATUS  mandatory
  951.  
  952.  
  953.  
  954. SNMP Working Group                                             [Page 17]
  955.  
  956. RFC 1304                      SIP Objects                  February 1992
  957.  
  958.  
  959.               DESCRIPTION
  960.                       "The SMDS Group Address that has been configured
  961.                       to identify the SMDS Subscriber-Network Interfaces
  962.                       (SNIs) of all members of the Logical IP Subnetwork
  963.                       (LIS) connected to the network supporting SMDS."
  964.               ::= { ipOverSMDSEntry 4 }
  965.  
  966.           ipOverSMDSARPReq OBJECT-TYPE
  967.               SYNTAX  SMDSAddress
  968.               ACCESS  read-only
  969.               STATUS  mandatory
  970.               DESCRIPTION
  971.                       "The SMDS address (individual or group) to which
  972.                       ARP Requests are to be sent."
  973.               ::= { ipOverSMDSEntry 5 }
  974.  
  975.  
  976.           -- The SMDS Carrier Selection group
  977.           -- This group is used as a place holder
  978.           -- for carrier selection objects.
  979.  
  980.           smdsCarrierSelection OBJECT IDENTIFIER ::= { sip 5}
  981.  
  982.  
  983.           -- The SIP Error Log
  984.           -- Implementation of this group is mandatory
  985.           -- for all systems that implement SIP Level 3.
  986.  
  987.           sipErrorLog OBJECT IDENTIFIER ::= { sip 6 }
  988.  
  989.           sipL3PDUErrorTable OBJECT-TYPE
  990.               SYNTAX  SEQUENCE OF SipL3PDUErrorEntry
  991.               ACCESS  not-accessible
  992.               STATUS  mandatory
  993.               DESCRIPTION
  994.                       "A table that contains the latest occurrence of
  995.                       the following syntactical SIP L3PDU errors:
  996.  
  997.                       - Destination Address Field Format Error,
  998.  
  999.                       The following pertains to the 60 least significant
  1000.                       bits of the 64 bit address field.  The 60 bits
  1001.                       contained in the address subfield can be used to
  1002.                       represent addresses up to 15 decimal digits.  Each
  1003.                       decimal digit shall be encoded into four bits
  1004.                       using Binary Coded Decimal (BCD), with the most
  1005.                       significant digit occurring left-most.  If not all
  1006.                       15 digits are required, then the remainder of this
  1007.  
  1008.  
  1009.  
  1010. SNMP Working Group                                             [Page 18]
  1011.  
  1012. RFC 1304                      SIP Objects                  February 1992
  1013.  
  1014.  
  1015.                       field shall be padded on the right with bits set
  1016.                       to one.  An error is considered to have occurred:
  1017.                       a).  if the first four bits of the address
  1018.                       subfield are not BCD, OR b).  if the first four
  1019.                       bits of the address subfield are populated with
  1020.                       the country code value 0001, AND the 40 bits which
  1021.                       follow are not Binary Coded Decimal (BCD) encoded
  1022.                       values of the 10 digit addresses, OR the remaining
  1023.                       16 least significant bits are not populated with
  1024.                       1's, OR c).  if the address subfield is not
  1025.                       correct according to another numbering plan which
  1026.                       is dependent upon the carrier assigning the
  1027.                       numbers and offering SMDS.
  1028.  
  1029.                       - Source Address Field Format Error,
  1030.  
  1031.                       The description of this parameter is the same as
  1032.                       the description of the Destination Address Field
  1033.                       Format Error.
  1034.  
  1035.                       - Invalid BAsize Field Value,
  1036.  
  1037.                       An error is considered to have occurred when the
  1038.                       BAsize field of an SIP L3PDU contains a value less
  1039.                       that 32, greater than 9220 octets without the
  1040.                       CRC32 field present, greater than 9224 octets with
  1041.                       the CRC32 field present, or not equal to a
  1042.                       multiple of 4 octets,
  1043.  
  1044.                       - Invalid Header Extension Length Field Value,
  1045.  
  1046.                       An error is considered to have occurred when the
  1047.                       Header Extension Length field value is not equal
  1048.                       3.
  1049.  
  1050.                       - Invalid Header Extension - Element Length,
  1051.  
  1052.                       An error is considered to have occurred when the
  1053.                       Header Extension - Element Length is greater than
  1054.                       12.
  1055.  
  1056.                       - Invalid Header Extension - Version Element
  1057.                       Position, Length, or Value,
  1058.  
  1059.                       An error is considered to have occurred when a
  1060.                       Version element with Length=3, Type=0, and Value=1
  1061.                       does not appear first within the Header Extension,
  1062.                       or an element Type=0 appears somewhere other than
  1063.  
  1064.  
  1065.  
  1066. SNMP Working Group                                             [Page 19]
  1067.  
  1068. RFC 1304                      SIP Objects                  February 1992
  1069.  
  1070.  
  1071.                       within the first three octets in the Header
  1072.                       Extension.
  1073.  
  1074.                       - Invalid Header Extension - Carrier Selection
  1075.                       Element Position, Length, Value or Format,
  1076.  
  1077.                       An error is considered to have occurred when a
  1078.                       Carrier Selection element does not appear second
  1079.                       within the Header Extension, if the Element Type
  1080.                       does not equal 1, the Element Length does not
  1081.                       equal 4, 6, or 8, the Element Value field is not
  1082.                       four BCD encoded decimal digits used in specifying
  1083.                       the Carrier Identification Code (CIC), or the
  1084.                       identified CIC code is invalid.
  1085.  
  1086.                       - Header Extension PAD Error
  1087.  
  1088.                       An error is considered to have occurred when the
  1089.                       Header Extension PAD is 9 octets in length, or if
  1090.                       the Header Extension PAD is greater than zero
  1091.                       octets in length and the Header Extension PAD does
  1092.                       not follow all Header Extension elements or does
  1093.                       not begin with at least one octet of all zeros.
  1094.  
  1095.                       - BEtag Mismatch Error,
  1096.  
  1097.                       An error is considered to have occurred when the
  1098.                       Beginning-End Tags in the SIP L3PDU header and
  1099.                       trailer are not equal.
  1100.  
  1101.                       - BAsize Field not equal to Length Field Error,
  1102.  
  1103.                       An error is considered to have occurred when the
  1104.                       value of the BAsize Field does not equal the value
  1105.                       of the Length Field.
  1106.  
  1107.                       - Incorrect Length Error, and
  1108.  
  1109.                       An error is considered to have occurred when the
  1110.                       the Length field value is not equal to the portion
  1111.                       of the SIP L3PDU which extends from the
  1112.                       Destination Address field up to and including the
  1113.                       CRC32 field (if present) or up to and including
  1114.                       the PAD field (if the CRC32 field is not present).
  1115.                       As an optional check, an error is considered to
  1116.                       have occurred when the length of a partially
  1117.                       received SIP L3PDU exceeds the BAsize value.
  1118.  
  1119.  
  1120.  
  1121.  
  1122. SNMP Working Group                                             [Page 20]
  1123.  
  1124. RFC 1304                      SIP Objects                  February 1992
  1125.  
  1126.  
  1127.                       - MRI Timeout Error.
  1128.  
  1129.                       An error is considered to have occurred when the
  1130.                       elapsed time between receipt of BOM and
  1131.                       corresponding EOM exceeds the value of the MRI
  1132.                       (Message Receive Interval) for a particular
  1133.                       transport signal format.
  1134.  
  1135.                       An entry is indexed by interface number and error
  1136.                       type, and contains Source Address, Destination
  1137.                       Address and a timestamp. All these errors are
  1138.                       counted in the sipL3Errors counter.  When
  1139.                       sipL3PDUErrorTimeStamp is equal to zero, the
  1140.                       SipL3PDUErrorEntry does not contain any valid
  1141.                       information."
  1142.               ::= { sipErrorLog 1 }
  1143.  
  1144.           sipL3PDUErrorEntry  OBJECT-TYPE
  1145.               SYNTAX SipL3PDUErrorEntry
  1146.               ACCESS  not-accessible
  1147.               STATUS  mandatory
  1148.               DESCRIPTION
  1149.                       "An entry in the service disagreement table."
  1150.               INDEX   { sipL3PDUErrorIndex, sipL3PDUErrorType }
  1151.               ::= { sipL3PDUErrorTable 1 }
  1152.  
  1153.           SipL3PDUErrorEntry ::= SEQUENCE {
  1154.               sipL3PDUErrorIndex
  1155.                   INTEGER,
  1156.               sipL3PDUErrorType
  1157.                   INTEGER,
  1158.               sipL3PDUErrorSA
  1159.                   SMDSAddress,
  1160.               sipL3PDUErrorDA
  1161.                   SMDSAddress,
  1162.               sipL3PDUErrorTimeStamp
  1163.                   TimeTicks
  1164.               }
  1165.  
  1166.           sipL3PDUErrorIndex OBJECT-TYPE
  1167.               SYNTAX  INTEGER (1..65535)
  1168.               ACCESS  read-only
  1169.               STATUS  mandatory
  1170.               DESCRIPTION
  1171.                       "The value of this object identifies the SIP port
  1172.                       interface for which this entry contains management
  1173.                       information.   The value of this object for a
  1174.                       particular interface has the same value as the
  1175.  
  1176.  
  1177.  
  1178. SNMP Working Group                                             [Page 21]
  1179.  
  1180. RFC 1304                      SIP Objects                  February 1992
  1181.  
  1182.  
  1183.                       ifIndex object, defined in RFC 1156 and RFC 1213,
  1184.                       for the same interface."
  1185.               ::= { sipL3PDUErrorEntry 1 }
  1186.  
  1187.           sipL3PDUErrorType OBJECT-TYPE
  1188.               SYNTAX  INTEGER {
  1189.                    erroredDAFieldFormat (1),
  1190.                    erroredSAFieldFormat (2),
  1191.                    invalidBAsizeFieldValue (3),
  1192.                    invalidHdrExtLength (4),
  1193.                    invalidHdrExtElementLength (5),
  1194.                    invalidHdrExtVersionElementPositionLenthOrValue (6),
  1195.            invalidHdrExtCarSelectElementPositionLenghtValueOrFormat (7),
  1196.                    hePADError (8),
  1197.                    beTagMismatch (9),
  1198.                    baSizeFieldNotEqualToLengthField (10),
  1199.                    incorrectLength (11),
  1200.                    mriTimeout (12)
  1201.               }
  1202.               ACCESS  read-only
  1203.               STATUS  mandatory
  1204.               DESCRIPTION
  1205.                       "The type of error."
  1206.               ::= { sipL3PDUErrorEntry 2 }
  1207.  
  1208.           sipL3PDUErrorSA OBJECT-TYPE
  1209.               SYNTAX  SMDSAddress
  1210.               ACCESS  read-only
  1211.               STATUS  mandatory
  1212.               DESCRIPTION
  1213.                       "A rejected SMDS source address."
  1214.               ::= { sipL3PDUErrorEntry 3 }
  1215.  
  1216.           sipL3PDUErrorDA OBJECT-TYPE
  1217.               SYNTAX  SMDSAddress
  1218.               ACCESS  read-only
  1219.               STATUS  mandatory
  1220.               DESCRIPTION
  1221.                       "A rejected SMDS destination address."
  1222.               ::= { sipL3PDUErrorEntry 4 }
  1223.  
  1224.           sipL3PDUErrorTimeStamp OBJECT-TYPE
  1225.               SYNTAX  TimeTicks
  1226.               ACCESS  read-only
  1227.               STATUS  mandatory
  1228.               DESCRIPTION
  1229.                       "The timestamp for the service disagreement.  The
  1230.                       timestamp contains the value of sysUpTime at the
  1231.  
  1232.  
  1233.  
  1234. SNMP Working Group                                             [Page 22]
  1235.  
  1236. RFC 1304                      SIP Objects                  February 1992
  1237.  
  1238.  
  1239.                       latest occurrence of this type of service
  1240.                       disagreement.  See textual description under
  1241.                       sipL3PDUErrorTable for boundary conditions."
  1242.               ::= { sipL3PDUErrorEntry 5 }
  1243.  
  1244.           END
  1245.  
  1246. 5.  Acknowledgments
  1247.  
  1248.    This document was produced by the SNMP Working Group.  In addition,
  1249.    the comments of the following individuals are also acknowledged: Ted
  1250.    Brunner, Jeff Case, Tracy Cox, Sherri Hiller, Steve Jaffe, Deirdre
  1251.    Kostick, Dave Piscitello, and Ron Reuss.
  1252.  
  1253. 6.  References
  1254.  
  1255.    [1]  Cerf, V., "IAB Recommendations for the Development of Internet
  1256.         Network Management Standards", RFC 1052, NRI, April 1988.
  1257.  
  1258.    [2]  Cerf, V., "Report of the Second Ad Hoc Network Management Review
  1259.         Group", RFC 1109, NRI, August 1989.
  1260.  
  1261.    [3]  Rose M., and K. McCloghrie, "Structure and Identification of
  1262.         Management Information for TCP/IP-based internets", RFC 1155,
  1263.         Performance Systems International, Hughes LAN Systems, May 1990.
  1264.  
  1265.    [4]  McCloghrie K., and M. Rose, "Management Information Base for
  1266.         Network Management of TCP/IP-based internets", RFC 1156, Hughes
  1267.         LAN Systems, Performance Systems International, May 1990.
  1268.  
  1269.    [5]  Case, J., Fedor, M., Schoffstall, M., and J. Davin, "Simple
  1270.         Network Management Protocol", RFC 1157, SNMP Research,
  1271.         Performance Systems International, Performance Systems
  1272.         International, MIT Laboratory for Computer Science, May 1990.
  1273.  
  1274.    [6]  McCloghrie K., and M. Rose, Editors, "Management Information
  1275.         Base for Network Management of TCP/IP-based internets", RFC
  1276.         1213, Performance Systems International, March 1991.
  1277.  
  1278.    [7]  Information processing systems - Open Systems Interconnection -
  1279.         Specification of Abstract Syntax Notation One (ASN.1),
  1280.         International Organization for Standardization, International
  1281.         Standard 8824, December 1987.
  1282.  
  1283.    [8]  Information processing systems - Open Systems Interconnection -
  1284.         Specification of Basic Encoding Rules for Abstract Notation One
  1285.         (ASN.1), International Organization for Standardization,
  1286.         International Standard 8825, December 1987.
  1287.  
  1288.  
  1289.  
  1290. SNMP Working Group                                             [Page 23]
  1291.  
  1292. RFC 1304                      SIP Objects                  February 1992
  1293.  
  1294.  
  1295.    [9]  Rose, M., and K. McCloghrie, Editors, "Concise MIB Definitions",
  1296.         RFC 1212, Performance Systems International, Hughes LAN Systems,
  1297.         March 1991.
  1298.  
  1299.   [10]  Rose, M., Editor, "A Convention for Defining Traps for use with
  1300.         the SNMP", RFC 1215, Performance Systems International, March
  1301.         1991.
  1302.  
  1303.   [11]  "Generic System Requirements in Support of Switched Multi-
  1304.         megabit Data Service", Bellcore Technical Reference, TR-TSV-
  1305.         000772, Issue 1, May 1991.
  1306.  
  1307.   [12]  "Local Access System Generic Requirements, Objectives, and
  1308.         Interfaces in Support of Switched Multi-megabit Data Service",
  1309.         Bellcore Technical Reference, TR-TSV-000773, Issue 1, June 1990.
  1310.  
  1311.   [13]  Baker F., and C. Kolb, Editors, "Definitions of Managed Objects
  1312.         for the DS1 Interface Type", RFC 1232, ACC, Performance Systems
  1313.         International, Inc., May 1991.
  1314.  
  1315.   [14]  Cox, T., and K. Tesink, Editors, "Definitions of Managed Objects
  1316.         for the DS3 Interface Type", RFC 1233, Bell Communications
  1317.         Research, May 1991.
  1318.  
  1319.   [15]  Piscitello, D., and J. Lawrence, Editors, The Transmission of IP
  1320.         Datagrams over the SMDS Service", RFC 1209, Bell Communications
  1321.         Research, March 1991.
  1322.  
  1323.   [16]  "Generic Requirements For SMDS Customer Network Management
  1324.         Service", TA-TSV-001062, Issue 1, February 1991, and Supplement
  1325.         1, April 1991.
  1326.  
  1327.   [17]  Reynolds, J., "Reassignment of Experimental MIBs to Standard
  1328.         MIBs", RFC 1239, USC/Information Sciences Institute, June 1991.
  1329.  
  1330.   [18]  Tesink, K., "Definitions of Managed Objects for SMDS
  1331.         Subscription", Version 1.0, Bellcore, March 1991.
  1332.  
  1333.  
  1334.  
  1335.  
  1336.  
  1337.  
  1338.  
  1339.  
  1340.  
  1341.  
  1342.  
  1343.  
  1344.  
  1345.  
  1346. SNMP Working Group                                             [Page 24]
  1347.  
  1348. RFC 1304                      SIP Objects                  February 1992
  1349.  
  1350.  
  1351. 7.  Security Considerations
  1352.  
  1353.    Security issues are not discussed in this memo.
  1354.  
  1355. 8.  Authors' Addresses
  1356.  
  1357.    Tracy A. Cox
  1358.    Bell Communications Research
  1359.    331 Newman Springs Road
  1360.    Red Bank, NJ  07701
  1361.  
  1362.    Phone: (908) 758-2107
  1363.    EMail: tacox@sabre.bellcore.com
  1364.  
  1365.  
  1366.    Kaj Tesink
  1367.    Bell Communications Research
  1368.    331 Newman Springs Road
  1369.    Red Bank, NJ  07701
  1370.  
  1371.    Phone: (908) 758-5254
  1372.    EMail: kaj@nvuxr.cc.bellcore.com
  1373.  
  1374.  
  1375.  
  1376.  
  1377.  
  1378.  
  1379.  
  1380.  
  1381.  
  1382.  
  1383.  
  1384.  
  1385.  
  1386.  
  1387.  
  1388.  
  1389.  
  1390.  
  1391.  
  1392.  
  1393.  
  1394.  
  1395.  
  1396.  
  1397.  
  1398.  
  1399.  
  1400.  
  1401.  
  1402. SNMP Working Group                                             [Page 25]
  1403.