home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1997 December / Internet_Info_CD-ROM_Walnut_Creek_December_1997.iso / drafts / draft_ietf_a_c / draft-ietf-atommib-atm2TC-05.txt < prev    next >
Text File  |  1996-10-30  |  31KB  |  1,019 lines

  1. INTERNET-DRAFT
  2. <draft-ietf-atommib-atm2TC-05.txt>
  3.  
  4.  
  5.  
  6.              Definitions of Textual Conventions and OBJECT-IDENTITIES
  7.                                 for ATM Management
  8.  
  9.                                  October 22, 1996
  10.  
  11.  
  12.  
  13.                               Michael Noto (editor)
  14.                            Bell Communications Research
  15.                                noto@cc.bellcore.com
  16.  
  17.  
  18.                                Kaj Tesink  (editor)
  19.                            Bell Communications Research
  20.                                kaj@cc.bellcore.com
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.           1.  Status of this Memo
  28.  
  29.           This document is an Internet-Draft.  Internet-Drafts are
  30.           working documents of the Internet Engineering Task Force
  31.           (IETF), its Areas, and its Working Groups.  Note that other
  32.           groups may also distribute working documents as Internet-
  33.           Drafts.
  34.  
  35.           Internet-Drafts are draft documents valid for a maximum of six
  36.           months and may be updated, replaced, or obsoleted by other
  37.           documents at any time.  It is inappropriate to use Internet-
  38.           Drafts as reference material or to cite them other than as a
  39.           "work in progress".
  40.  
  41.           To learn the current status of any Internet-Draft, please
  42.           check the "1id-abstracts.txt" listing contained in the
  43.           Internet-Drafts Shadow Directories on ds.internic.net (US East
  44.           Coast), nic.nordu.net (Europe), ftp.isi.edu (US West Coast),
  45.           or munnari.oz.au (Pacific Rim).
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.           draft   ATM Textual Conventions and OBJECT-IDENTITIES 10/22/96
  64.  
  65.  
  66.           2.  Introduction
  67.  
  68.           This memo describes Textual Conventions and OBJECT-IDENTITIES
  69.           used for managing ATM-based interfaces, devices, networks and
  70.           services.
  71.  
  72.           When designing a MIB module, it is often useful to define new
  73.           types similar to those defined in the SMI.  In comparison to a
  74.           type defined in the SMI, each of these new types has a
  75.           different name, a similar syntax, but a more precise
  76.           semantics.  These newly defined types are termed textual
  77.           conventions, and are used for the convenience of humans
  78.           reading the MIB module.  This is done through Textual
  79.           Conventions as defined in RFC1903[1].  It is the purpose of
  80.           this document to define the set of textual conventions
  81.           available to ATM MIB modules.
  82.  
  83.           When designing MIB modules, it is also often useful to
  84.           register further properties with object identifier assignments
  85.           so that they can be further used by other MIB modules.  This
  86.           is done through the OBJECT-IDENTITY macro defined in
  87.           RFC1902[2].  This document defines OBJECT-IDENTITIES available
  88.           to ATM MIB modules.
  89.  
  90.           Note that for organizational purposes OBJECT IDENTITIES
  91.           previously defined in RFC1695 have been moved to this
  92.           specification and no longer appear in the revision of
  93.           RFC1695[14]. However, the original OBJECT IDENTIFIERs have
  94.           been preserved.
  95.  
  96.           This memo does not specify a standard for the Internet
  97.           community.
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.           Expires 4/22/97                                       [Page 2]
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.           draft   ATM Textual Conventions and OBJECT-IDENTITIES 10/22/96
  124.  
  125.  
  126.           3.  Definitions
  127.  
  128.                ATM-TC-MIB DEFINITIONS ::= BEGIN
  129.  
  130.                IMPORTS
  131.                   MODULE-IDENTITY, OBJECT-IDENTITY,
  132.                   Integer32, TimeTicks
  133.                       FROM SNMPv2-SMI
  134.                   TEXTUAL-CONVENTION
  135.                       FROM SNMPv2-TC
  136.                   mib-2
  137.                       FROM RFC1213-MIB;
  138.  
  139.  
  140.                atmTCMIB MODULE-IDENTITY
  141.                     LAST-UPDATED "9610220200Z"
  142.                     ORGANIZATION "IETF AToMMIB Working Group"
  143.                     CONTACT-INFO
  144.                       "          Michael Noto
  145.                         Postal:  Bell Communications Research
  146.                                  331 Newman Springs Road
  147.                                  Red Bank, NJ 07701
  148.                                  USA
  149.                         Tel:     +1 908 758 5104
  150.                         Fax:     +1 908 758 4177
  151.                         E-mail:  noto@cc.bellcore.com
  152.  
  153.                                  Kaj Tesink
  154.                         Postal:  Bell Communications Research
  155.                                  331 Newman Springs Road
  156.                                  Red Bank, NJ 07701
  157.                                  USA
  158.                         Tel:     +1 908 758 5254
  159.                         Fax:     +1 908 758 4177
  160.                         E-mail:  kaj@cc.bellcore.com"
  161.                     DESCRIPTION
  162.                      "This MIB Module provides Textual Conventions
  163.                      and OBJECT-IDENTITY Objects to be used by
  164.                      ATM systems."
  165.                     ::= { mib-2 37 3 } -- atmMIB 3
  166.                                        -- See [14].
  167.  
  168.  
  169.                -- The Textual Conventions defined below are organized
  170.                -- alphabetically
  171.  
  172.  
  173.  
  174.  
  175.  
  176.           Expires 4/22/97                                       [Page 3]
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.           draft   ATM Textual Conventions and OBJECT-IDENTITIES 10/22/96
  184.  
  185.  
  186.                AtmAddr ::= TEXTUAL-CONVENTION
  187.                        DISPLAY-HINT "1x"
  188.                        STATUS  current
  189.                        DESCRIPTION
  190.                            "The ATM address used by the network entity.
  191.                            The address types are: no address (0 octets),
  192.                            E.164 (8 octets), and NSAP (20 octets).
  193.                            Note: The E.164 address is encoded in BCD
  194.                            format."
  195.                       SYNTAX   OCTET STRING (SIZE(0|8|20))
  196.  
  197.               AtmConnCastType ::= TEXTUAL-CONVENTION
  198.                       STATUS  current
  199.                       DESCRIPTION
  200.                         "The type of topology of a connection (point-
  201.                         to-point, point-to-multipoint). In the case
  202.                         of point-to-multipoint, the orientation of
  203.                         this VPL or VCL in the connection.
  204.                         On a host:
  205.                         - p2mpRoot indicates that the host
  206.                           is the root of the p2mp connection.
  207.                         - p2mpLeaf indicates that the host
  208.                           is a leaf of the p2mp connection.
  209.                         On a switch:
  210.                         - p2mpRoot indicates that cells received
  211.                           by the switching fabric from the interface
  212.                           are from the root of the p2mp connection.
  213.                         - p2mpLeaf indicates that cells transmitted
  214.                           to the interface from the switching fabric
  215.                           are to the leaf of the p2mp connection."
  216.                       SYNTAX   INTEGER {
  217.                          p2p(1),
  218.                          p2mpRoot(2),
  219.                          p2mpLeaf(3)
  220.                          }
  221.  
  222.               AtmConnKind ::= TEXTUAL-CONVENTION
  223.                       STATUS  current
  224.                       DESCRIPTION
  225.                           "The use of call control. The use is as
  226.                           follows:
  227.                              pvc(1)
  228.                                 Virtual link of a PVC. Should not be
  229.                                 used in an PVC/SVC (i.e., SPVC)
  230.                                 crossconnect.
  231.  
  232.  
  233.  
  234.  
  235.  
  236.           Expires 4/22/97                                       [Page 4]
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.           draft   ATM Textual Conventions and OBJECT-IDENTITIES 10/22/96
  244.  
  245.  
  246.                              svcIncoming(2)
  247.                                 Virtual link established after a
  248.                                 received signaling request to setup
  249.                                 an SVC.
  250.                              svcOutgoing(3)
  251.                                 Virtual link established after a
  252.                                 transmitted or forwarded signaling
  253.                                 request to setup an SVC.
  254.                              spvcInitiator(4)
  255.                                 Virtual link at the PVC side of an
  256.                                 SVC/PVC crossconnect, where the
  257.                                 switch is the initiator of the SPVC
  258.                                 setup.
  259.                              spvcTarget(5)
  260.                                 Virtual link at the PVC side of an
  261.                                 SVC/PVC crossconnect, where the
  262.                                 switch is the target of the SPVC
  263.                                 setup.
  264.  
  265.                           An spvcInitiator is always cross-connected to
  266.                           an svcOutgoing, and an spvcTarget is always
  267.                           cross-connected to an svcIncoming."
  268.                      SYNTAX   INTEGER {
  269.                         pvc(1),
  270.                         svcIncoming(2),
  271.                         svcOutgoing(3),
  272.                         spvcInitiator(4),
  273.                         spvcTarget(5)
  274.                         }
  275.  
  276.              AtmServiceCategory ::= TEXTUAL-CONVENTION
  277.                      STATUS  current
  278.                      DESCRIPTION
  279.                          "The service category for a connection."
  280.                     REFERENCE
  281.                         "ATM Forum Traffic Management 4.0."
  282.                    SYNTAX   INTEGER {
  283.                       other(1),   -- none of the following
  284.                       cbr(2),     -- constant bit rate
  285.                       rtVbr(3),   -- real-time variable bit rate
  286.                       nrtVbr(4),  -- non real-time variable bit rate
  287.                       abr(5),     -- available bit rate
  288.                       ubr(6)      -- unspecified bit rate
  289.                       }
  290.  
  291.  
  292.  
  293.  
  294.  
  295.  
  296.           Expires 4/22/97                                       [Page 5]
  297.  
  298.  
  299.  
  300.  
  301.  
  302.  
  303.           draft   ATM Textual Conventions and OBJECT-IDENTITIES 10/22/96
  304.  
  305.  
  306.            AtmSigDescrParamIndex ::= TEXTUAL-CONVENTION
  307.                    STATUS  current
  308.                    DESCRIPTION
  309.                        "The value of this object identifies a row in the
  310.                        atmSigDescrParamTable. The value 0 signifies that
  311.                        none of the signalling parameters defined in the
  312.                        atmSigDescrParamTable are applicable."
  313.                   SYNTAX  Integer32
  314.  
  315.           AtmSignallingType ::= TEXTUAL-CONVENTION
  316.                   STATUS       current
  317.                   DESCRIPTION
  318.                       "The type of signalling that is used for the
  319.                       identified interface and protocol suite.
  320.  
  321.                       other: A signalling protocol other than those
  322.                           listed below.
  323.  
  324.                       Auto-configuration:
  325.                          Indicates that the signalling protocol is to be
  326.                          or has yet to be determined. One such mechanism
  327.                          is via ATM Forum ILMI auto-configuration
  328.                          procedures.
  329.  
  330.                       ATM Forum UNI 4.0:
  331.                          ATM Forum, Integrated Local Management
  332.                          Interface Specification Version 4.0,
  333.                          July 1996 [12].
  334.  
  335.                       ITU-T DSS2:
  336.                       -  ITU-T Recommendation Q.2931, Broadband
  337.                          Integrated Service Digital Network (B-ISDN)
  338.                          Digital Subscriber Signalling System No.2
  339.                          (DSS2) User-Network Interface (UNI) Layer 3
  340.                          Specification for Basic Call/Connection
  341.                          Control (September 1994) [5]
  342.                       -  ITU-T Draft Recommendation Q.2961,
  343.                          B-ISDN DSS 2 Support of Additional Traffic
  344.                          Parameters (May 1995) [8]
  345.                          NOTE: Update this reference when the draft
  346.                          matures
  347.                       -  ITU-T Draft Recommendation Q.2971,
  348.                          B-ISDN DSS 2 User Network Interface Layer 3
  349.                          Specification for Point-to-multipoint
  350.                          Call/connection Control (May 1995) [9]
  351.  
  352.  
  353.  
  354.  
  355.  
  356.           Expires 4/22/97                                       [Page 6]
  357.  
  358.  
  359.  
  360.  
  361.  
  362.  
  363.           draft   ATM Textual Conventions and OBJECT-IDENTITIES 10/22/96
  364.  
  365.  
  366.                       ATM Forum UNI 3.0:
  367.                          ATM Forum, ATM User-Network Interface,
  368.                          Version 3.0 (UNI 3.0) Specification,
  369.                          (1994) [3].
  370.  
  371.                       ATM Forum UNI 3.1:
  372.                          ATM Forum, ATM User-Network Interface,
  373.                          Version 3.1 (UNI 3.1) Specification,
  374.                          (November 1994) [4].
  375.  
  376.                       ATM Forum UNI 4.0:
  377.                          ATM Forum, ATM User-Network Interface,
  378.                          Version 4.0 (UNI 4.0) Specification,
  379.                          af-sig-0061.000 (June 1996) [7].
  380.  
  381.                       ATM Forum IISP (based on UNI 3.0 or UNI 3.1) :
  382.                          Interim Inter-switch Signaling Protocol
  383.                          (IISP)Specification, Version 1.0,
  384.                          af-pnni-0026.000, (December 1994) [10].
  385.  
  386.                       ATM Forum PNNI 1.0 :
  387.                          ATM Forum, Private Network-Network Interface
  388.                          Specification, Version 1.0, af-pnni-0055.000,
  389.                          (March 1996) [6].
  390.  
  391.                       ATM Forum B-ICI:
  392.                          ATM Forum, B-ICI Specification, Version 2.0,
  393.                          af-bici-0013.002, (November 1995) [11]."
  394.                   SYNTAX  INTEGER  {
  395.                             other(1),
  396.                             autoConfig(2),
  397.                             ituDss2(3),
  398.                             atmfUni3Dot0(4),
  399.                             atmfUni3Dot1(5),
  400.                             atmfUni4Dot0(6),
  401.                             atmfIispUni3Dot0(7),
  402.                             atmfIispUni3Dot1(8),
  403.                             atmfIispUni4Dot0(9),
  404.                             atmfPnni1Dot0(10),
  405.                             atmfBici2Dot0(11)  }
  406.  
  407.           AtmTrafficDescrParamIndex ::= TEXTUAL-CONVENTION
  408.                   STATUS  current
  409.                   DESCRIPTION
  410.                       "The value of this object identifies a row in the
  411.  
  412.  
  413.  
  414.  
  415.  
  416.           Expires 4/22/97                                       [Page 7]
  417.  
  418.  
  419.  
  420.  
  421.  
  422.  
  423.           draft   ATM Textual Conventions and OBJECT-IDENTITIES 10/22/96
  424.  
  425.  
  426.                       atmTrafficDescrParamTable. The value 0 signifies
  427.                       that no row has been identified."
  428.                   SYNTAX  INTEGER (0..4294967295)
  429.  
  430.           AtmVcIdentifier ::= TEXTUAL-CONVENTION
  431.                   STATUS  current
  432.                   DESCRIPTION
  433.                       "The VCI value for a VCL. The maximum VCI value
  434.                       cannot exceed the value allowable by
  435.                       atmInterfaceMaxVciBits defined in ATM-MIB."
  436.                   SYNTAX   INTEGER (0..65535)
  437.  
  438.           AtmVpIdentifier ::= TEXTUAL-CONVENTION
  439.                   STATUS  current
  440.                   DESCRIPTION
  441.                       "The VPI value for a VPL or VCL. The value VPI=0
  442.                       is only allowed for a VCL. For ATM UNIs supporting
  443.                       VPCs the VPI value ranges from 1 to 255. For ATM
  444.                       UNIs supporting VCCs the VPI value ranges from 0
  445.                       to 255.  The maximum VPI value cannot exceed the
  446.                       value allowable by atmInterfaceMaxVpiBits defined
  447.                       in ATM-MIB."
  448.                   SYNTAX    INTEGER (0..4095)
  449.  
  450.           AtmVorXAdminStatus ::= TEXTUAL-CONVENTION
  451.                   STATUS  current
  452.                   DESCRIPTION
  453.                       "The value determines the desired administrative
  454.                       status of a virtual link or cross-connect. The up
  455.                       and down states indicate that the traffic flow is
  456.                       enabled or disabled respectively on the virtual
  457.                       link or cross-connect."
  458.                   SYNTAX   INTEGER {
  459.                      up(1),
  460.                      down(2)
  461.                       }
  462.  
  463.           AtmVorXLastChange ::= TEXTUAL-CONVENTION
  464.                   STATUS  current
  465.                   DESCRIPTION
  466.                       "The value of MIB II's sysUpTime at the time this
  467.                       virtual link or cross-connect entered its current
  468.                       operational state. If the current state was
  469.                       entered prior to the last re-initialization of the
  470.                       agent then this object contains a zero value."
  471.  
  472.  
  473.  
  474.  
  475.  
  476.           Expires 4/22/97                                       [Page 8]
  477.  
  478.  
  479.  
  480.  
  481.  
  482.  
  483.           draft   ATM Textual Conventions and OBJECT-IDENTITIES 10/22/96
  484.  
  485.  
  486.                   SYNTAX   TimeTicks
  487.  
  488.           AtmVorXOperStatus ::= TEXTUAL-CONVENTION
  489.                   STATUS  current
  490.                   DESCRIPTION
  491.                       "The value determines the operational status of a
  492.                       virtual link or cross-connect. The up and down
  493.                       states indicate that the traffic flow is enabled
  494.                       or disabled respectively on the virtual link or
  495.                       cross-connect. The unknown state indicates that
  496.                       the state of it cannot be determined. The state
  497.                       will be down or unknown if the supporting ATM
  498.                       interface(s) is down or unknown respectively."
  499.                   SYNTAX   INTEGER {
  500.                      up(1),
  501.                      down(2),
  502.                      unknown(3)
  503.                      }
  504.  
  505.  
  506.  
  507.  
  508.           -- OBJECT-IDENTITIES:
  509.  
  510.           -- The following atmTrafficDescriptorTypes has been moved
  511.           -- from [14].
  512.  
  513.           atmTrafficDescriptorTypes OBJECT IDENTIFIER ::= {mib-2 37 1 1}
  514.                                                       -- atmMIBObjects
  515.                                                       -- See [14].
  516.  
  517.           -- All other and new OBJECT IDENTITIES go here:
  518.  
  519.               atmObjectIdentities OBJECT IDENTIFIER ::= {atmTCMIB 1}
  520.  
  521.           -- The following values are defined for use as
  522.           -- possible values of the ATM traffic descriptor type.
  523.  
  524.               atmNoTrafficDescriptor  OBJECT-IDENTITY
  525.                   STATUS  deprecated
  526.                   DESCRIPTION
  527.                       "This identifies the no ATM traffic
  528.                       descriptor type.  Parameters 1, 2, 3, 4,
  529.                       and 5 are not used.  This traffic descriptor
  530.                       type can be used for best effort traffic."
  531.  
  532.  
  533.  
  534.  
  535.  
  536.           Expires 4/22/97                                       [Page 9]
  537.  
  538.  
  539.  
  540.  
  541.  
  542.  
  543.           draft   ATM Textual Conventions and OBJECT-IDENTITIES 10/22/96
  544.  
  545.  
  546.                   ::= {atmTrafficDescriptorTypes 1}
  547.  
  548.               atmNoClpNoScr  OBJECT-IDENTITY
  549.                   STATUS  current
  550.                   DESCRIPTION
  551.                       "Indicates the CBR.1 Conformance Definition [13]
  552.                       if Best Effort is No.
  553.                       Indicates the UBR.1 and UBR.2 Conformance
  554.                       Definitions [13] if Best Effort is Yes.
  555.                       This traffic descriptor is for no CLP and
  556.                       no Sustained Cell Rate.  The use of the
  557.                       parameter vector for this type:
  558.                       Parameter 1: peak cell rate in cells/second
  559.                                    for CLP=0+1 traffic
  560.                       Parameter 2: CDVT in tenths of microseconds
  561.                       Parameter 3: not used
  562.                       Parameter 4: not used
  563.                       Parameter 5: not used.
  564.                       This traffic descriptor type can be used
  565.                       for best effort traffic."
  566.                   ::= {atmTrafficDescriptorTypes 2}
  567.  
  568.               atmClpNoTaggingNoScr  OBJECT-IDENTITY
  569.                   STATUS  deprecated
  570.                   DESCRIPTION
  571.                       "This traffic descriptor is for CLP without
  572.                       tagging and no Sustained Cell Rate.  The use
  573.                       of the parameter vector for this type:
  574.                       Parameter 1: peak cell rate in cells/second
  575.                                    for CLP=0+1 traffic
  576.                       Parameter 2: peak cell rate in cells/second
  577.                                    for CLP=0 traffic
  578.                       Parameter 3: not used
  579.                       Parameter 4: not used
  580.                       Parameter 5: not used."
  581.                   ::= {atmTrafficDescriptorTypes 3}
  582.  
  583.               atmClpTaggingNoScr  OBJECT-IDENTITY
  584.                   STATUS  deprecated
  585.                   DESCRIPTION
  586.                       "This traffic descriptor is for CLP with
  587.                       tagging and no Sustained Cell Rate.  The use
  588.                       of the parameter vector for this type:
  589.                       Parameter 1: peak cell rate in cells/second
  590.                                    for CLP=0+1 traffic
  591.  
  592.  
  593.  
  594.  
  595.  
  596.           Expires 4/22/97                                      [Page 10]
  597.  
  598.  
  599.  
  600.  
  601.  
  602.  
  603.           draft   ATM Textual Conventions and OBJECT-IDENTITIES 10/22/96
  604.  
  605.  
  606.                       Parameter 2: peak cell rate in cells/second
  607.                                    for CLP=0 traffic, excess
  608.                                    tagged as CLP=1
  609.                       Parameter 3: not used
  610.                       Parameter 4: not used
  611.                       Parameter 5: not used."
  612.                   ::= {atmTrafficDescriptorTypes 4}
  613.  
  614.               atmNoClpScr  OBJECT-IDENTITY
  615.                   STATUS  current
  616.                   DESCRIPTION
  617.                       "Indicates the VBR.1 Conformance Definition [13].
  618.                       This traffic descriptor is for no CLP with
  619.                       Sustained Cell Rate.  The use
  620.                       of the parameter vector for this type:
  621.                       Parameter 1: peak cell rate in cells/second
  622.                                    for CLP=0+1 traffic
  623.                       Parameter 2: sustainable cell rate in cells/second
  624.                                    for CLP=0+1 traffic
  625.                       Parameter 3: maximum burst size in cells
  626.                       Parameter 4: CDVT in tenths of microseconds
  627.                       Parameter 5: not used."
  628.                   ::= {atmTrafficDescriptorTypes 5}
  629.  
  630.               atmClpNoTaggingScr  OBJECT-IDENTITY
  631.                   STATUS  current
  632.                   DESCRIPTION
  633.                       "Indicates the VBR.2 Conformance Definition [13].
  634.                       This traffic descriptor is for CLP with
  635.                       Sustained Cell Rate and no tagging.
  636.                       The use of the parameter vector for this type:
  637.                       Parameter 1: peak cell rate in cells/second
  638.                                    for CLP=0+1 traffic
  639.                       Parameter 2: sustainable cell rate in cells/second
  640.                                    for CLP=0 traffic
  641.                       Parameter 3: maximum burst size in cells
  642.                       Parameter 4: CDVT in tenths of microseconds
  643.                       Parameter 5: not used."
  644.                   ::= {atmTrafficDescriptorTypes 6}
  645.  
  646.               atmClpTaggingScr  OBJECT-IDENTITY
  647.                   STATUS  current
  648.                   DESCRIPTION
  649.                       "Indicates the VBR.3 Conformance Definition [13].
  650.                       This traffic descriptor is for CLP
  651.  
  652.  
  653.  
  654.  
  655.  
  656.           Expires 4/22/97                                      [Page 11]
  657.  
  658.  
  659.  
  660.  
  661.  
  662.  
  663.           draft   ATM Textual Conventions and OBJECT-IDENTITIES 10/22/96
  664.  
  665.  
  666.                       with tagging and Sustained Cell Rate.
  667.                       The use of the parameter vector for this type:
  668.                       Parameter 1: peak cell rate in cells/second
  669.                                    for CLP=0+1 traffic
  670.                       Parameter 2: sustainable cell rate in cells/second
  671.                                    for CLP=0 traffic, excess tagged as
  672.                                    CLP=1
  673.                       Parameter 3: maximum burst size in cells
  674.                       Parameter 4: CDVT in tenths of microseconds
  675.                       Parameter 5: not used."
  676.                   ::= {atmTrafficDescriptorTypes 7}
  677.  
  678.               atmClpNoTaggingMCR  OBJECT-IDENTITY
  679.                   STATUS  current
  680.                   DESCRIPTION
  681.                       "Indicates the ABR Conformance Definition [13].
  682.                       The use of the parameter vector for this type:
  683.                       Parameter 1: Peak Cell Rate (PCR)
  684.                       Parameter 2: CDVT (PCR)
  685.                       Parameter 3: Minimum Cell Rate (MCR)
  686.                       Parameter 4: unused
  687.                       Parameter 5: unused."
  688.                   ::= {atmTrafficDescriptorTypes 8}
  689.  
  690.  
  691.           END
  692.  
  693.  
  694.  
  695.  
  696.  
  697.  
  698.  
  699.  
  700.  
  701.  
  702.  
  703.  
  704.  
  705.  
  706.  
  707.  
  708.  
  709.  
  710.  
  711.  
  712.  
  713.  
  714.  
  715.  
  716.           Expires 4/22/97                                      [Page 12]
  717.  
  718.  
  719.  
  720.  
  721.  
  722.  
  723.           draft   ATM Textual Conventions and OBJECT-IDENTITIES 10/22/96
  724.  
  725.  
  726.           4.  Acknowledgments
  727.  
  728.           This document is a product of the AToMMIB Working Group.
  729.  
  730.  
  731.  
  732.  
  733.  
  734.  
  735.  
  736.  
  737.  
  738.  
  739.  
  740.  
  741.  
  742.  
  743.  
  744.  
  745.  
  746.  
  747.  
  748.  
  749.  
  750.  
  751.  
  752.  
  753.  
  754.  
  755.  
  756.  
  757.  
  758.  
  759.  
  760.  
  761.  
  762.  
  763.  
  764.  
  765.  
  766.  
  767.  
  768.  
  769.  
  770.  
  771.  
  772.  
  773.  
  774.  
  775.  
  776.           Expires 4/22/97                                      [Page 13]
  777.  
  778.  
  779.  
  780.  
  781.  
  782.  
  783.           draft   ATM Textual Conventions and OBJECT-IDENTITIES 10/22/96
  784.  
  785.  
  786.           5.  References
  787.  
  788.           [1]  Case, J., McCloghrie, K., Rose, M., and S. Waldbusser,
  789.                "Textual Conventions for Version 2 of the Simple Network
  790.                Management Protocol (SNMPv2)", RFC1903, SNMP
  791.                Research,Inc., Cisco Systems, Inc., Dover Beach
  792.                Consulting, Inc., International Network Services, January
  793.                1996.
  794.  
  795.           [2]  Case, J., McCloghrie, K., Rose, M., and S. Waldbusser,
  796.                "Structure of Management Information for Version 2 of the
  797.                Simple Network Management Protocol (SNMPv2)", RFC1902,
  798.                SNMP Research,Inc., Cisco Systems, Inc., Dover Beach
  799.                Consulting, Inc., International Network Services, January
  800.                1996.
  801.  
  802.           [3]  ATM Forum, "ATM User-Network Interface, Version 3.0 (UNI
  803.                3.0) Specification", 1994.
  804.  
  805.           [4]  ATM Forum, "ATM User-Network Interface, Version 3.1 (UNI
  806.                3.1) Specification", November 1994.
  807.  
  808.           [5]  ITU-T Recommendation Q.2931, "Broadband Integrated
  809.                Service Digital Network (B-ISDN) Digital Subscriber
  810.                Signalling System No.2 (DSS2) User-Network Interface
  811.                (UNI) Layer 3 Specification for Basic Call/Connection
  812.                Control", September 1994.
  813.  
  814.           [6]  ATM Forum, "Private Network-Network Interface
  815.                Specification Version 1.0 (P-NNI 1.0)", af-pnni-0055.000,
  816.                March 1996.
  817.  
  818.           [7]  ATM Forum, "ATM User-Network Interface Signalling
  819.                Specification, Version 4.0 (UNI 4.0)", af-sig-0061.000,
  820.                June 1996.
  821.  
  822.           [8]  ITU-T Draft Recommendation Q.2961, "Broadband Integrated
  823.                Service Digital Network (B-ISDN) Digital Subscriber
  824.                Signalling System No.2 (DSS2) Support of Additional
  825.                Traffic Parameters", May 1995.
  826.  
  827.           [9]  ITU-T Draft Recommendation Q.2971, "Broadband Integrated
  828.                Service Digital Network (B-ISDN) Digital Subscriber
  829.                Signalling System No.2 (DSS2) User Network Interface
  830.                Layer 3 Specification for Point-to-multipoint
  831.  
  832.  
  833.  
  834.  
  835.  
  836.           Expires 4/22/97                                      [Page 14]
  837.  
  838.  
  839.  
  840.  
  841.  
  842.  
  843.           draft   ATM Textual Conventions and OBJECT-IDENTITIES 10/22/96
  844.  
  845.  
  846.                Call/connection Control", May 1995.
  847.  
  848.           [10] ATM Forum, "Interim Inter-switch Signaling Protocol
  849.                (IISP)Specification, Version 1.0", af-pnni-0026.000,
  850.                December 1994.
  851.  
  852.           [11] ATM Forum, "B-ICI Specification, Version 2.0", af-bici-
  853.                0013.002, November 1995.
  854.  
  855.           [12] ATM Forum, "Integrated Local Management Interface
  856.                Specification, Version 4.0", af-ilmi-0065.000, July 1996.
  857.  
  858.           [13] ATM Forum, "Traffic Management Specification, Version
  859.                4.0", af-tm-0056.000, June 1996.
  860.  
  861.           [14] Kaj Tesink, "Definitions of Managed Objects for ATM
  862.                Management", RFC???? (Internet-Draft <draft-ietf-
  863.                atommib-atm1ng-??.txt>), Bellcore, October 1996.
  864.  
  865.  
  866.  
  867.  
  868.  
  869.  
  870.  
  871.  
  872.  
  873.  
  874.  
  875.  
  876.  
  877.  
  878.  
  879.  
  880.  
  881.  
  882.  
  883.  
  884.  
  885.  
  886.  
  887.  
  888.  
  889.  
  890.  
  891.  
  892.  
  893.  
  894.  
  895.  
  896.           Expires 4/22/97                                      [Page 15]
  897.  
  898.  
  899.  
  900.  
  901.  
  902.  
  903.           draft   ATM Textual Conventions and OBJECT-IDENTITIES 10/22/96
  904.  
  905.  
  906.           6.  Security Considerations
  907.  
  908.           Security issues are not discussed in this memo.
  909.  
  910.  
  911.           7.  Authors' Addresses
  912.  
  913.                             Michael Noto
  914.                             Bell Communications Research
  915.                             Room 1E-348
  916.                             331 Newman Springs Road
  917.                             P.O. Box 7020
  918.                             Red Bank, NJ  07701-7020
  919.                             Phone: (908) 758-5104
  920.                             EMail: noto@cc.bellcore.com
  921.  
  922.                             Kaj Tesink
  923.                             Bell Communications Research
  924.                             Room 1A-427
  925.                             331 Newman Springs Road
  926.                             P.O. Box 7020
  927.                             Red Bank, NJ  07701-7020
  928.                             Phone: (908) 758-5254
  929.                             EMail: kaj@cc.bellcore.com
  930.  
  931.  
  932.  
  933.  
  934.  
  935.  
  936.  
  937.  
  938.  
  939.  
  940.  
  941.  
  942.  
  943.  
  944.  
  945.  
  946.  
  947.  
  948.  
  949.  
  950.  
  951.  
  952.  
  953.  
  954.  
  955.  
  956.           Expires 4/22/97                                      [Page 16]
  957.  
  958.  
  959.  
  960.  
  961.  
  962.  
  963.           draft   ATM Textual Conventions and OBJECT-IDENTITIES 10/22/96
  964.  
  965.  
  966.           Table of Contents
  967.  
  968.  
  969.           1 Status of this Memo ...................................    1
  970.           2 Introduction ..........................................    2
  971.           3 Definitions ...........................................    3
  972.           4 Acknowledgments .......................................   13
  973.           5 References ............................................   14
  974.           6 Security Considerations ...............................   16
  975.           7 Authors' Addresses ....................................   16
  976.  
  977.  
  978.  
  979.  
  980.  
  981.  
  982.  
  983.  
  984.  
  985.  
  986.  
  987.  
  988.  
  989.  
  990.  
  991.  
  992.  
  993.  
  994.  
  995.  
  996.  
  997.  
  998.  
  999.  
  1000.  
  1001.  
  1002.  
  1003.  
  1004.  
  1005.  
  1006.  
  1007.  
  1008.  
  1009.  
  1010.  
  1011.  
  1012.  
  1013.  
  1014.  
  1015.  
  1016.           Expires 4/22/97                                      [Page 17]
  1017.  
  1018.  
  1019.