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-06.txt < prev    next >
Text File  |  1997-09-04  |  37KB  |  1,198 lines

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