home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1997 December / Internet_Info_CD-ROM_Walnut_Creek_December_1997.iso / drafts / draft_ietf_i / draft-ietf-ion-sig-uni4.0-03.txt < prev    next >
Text File  |  1997-05-07  |  60KB  |  1,401 lines

  1.  
  2.  
  3.  
  4. ION WG                                                          M. Maher
  5. Category: internet-draft                                        May 1997
  6. draft-ietf-ion-sig-uni4.0-03.txt               Expires: November 1, 1997
  7.  
  8.  
  9.  
  10.         ATM Signalling Support for IP over ATM - UNI 4.0 Update
  11.  
  12.  
  13. Status of this Memo
  14.  
  15.  
  16.    This document is an Internet-Draft.  Internet-Drafts are working
  17.    documents of the Internet Engineering Task Force (IETF), its areas,
  18.    and its working groups.  Note that other groups may also distribute
  19.    working documents as Internet-Drafts.
  20.  
  21.    Internet-Drafts are draft documents valid for a maximum of six months
  22.    and may be updated, replaced, or obsoleted by other documents at any
  23.    time.  It is inappropriate to use Internet- Drafts as reference
  24.    material or to cite them other than as "work in progress."
  25.  
  26.    To view the entire list of current Internet-Drafts, please check the
  27.    "1id-abstracts.txt" listing contained in the Internet-Drafts Shadow
  28.    Directories on ftp.is.co.za (Africa), ftp.nordu.net (Europe),
  29.    munnari.oz.au (Pacific Rim), ds.internic.net (US East Coast), or
  30.    ftp.isi.edu (US West Coast).
  31.  
  32. Abstract
  33.  
  34.    This memo describes how to efficiently use the ATM call control
  35.    signalling procedures defined in UNI 4.0 [UNI96] to support IP over
  36.    ATM environments as described in RFC 1577 [LAUB94] and in [LUC97].
  37.    Among the new features found in UNI 4.0 signalling are Available Bit
  38.    Rate (ABR) signalling and traffic parameter negotiation.  This draft
  39.    highlights the features of UNI 4.0 signalling that provide IP
  40.    entities capabilities for requesting ATM service in sites with SVC
  41.    support, whether it is private ATM or publicly provisioned ATM, in
  42.    which case the SVC support is probably configured inside PVPs.
  43.  
  44.    This document is only relevant to IP when used as the well known
  45.    "best effort" connectionless service. In particular, this means that
  46.    this document does not pertain to IP in the presence of implemented
  47.    IP Integrated Services (ISS).  The topic of IP with ISS over ATM will
  48.    be handled by a different specification or set of specifications
  49.    being worked on in the ISSLL WG.
  50.  
  51.    This specification is follow-on to RFC 1755, "ATM Signaling Support
  52.  
  53.  
  54.  
  55. Maher                                                           [Page 1]
  56.  
  57. RFC             IP over ATM Signalling - UNI 4.0 Update         May 1997
  58.  
  59.  
  60.    for IP over ATM", which is based on UNI signalling 3.1. Readers are
  61.    assumed to be familiar with RFC 1755.
  62.  
  63.                              Table of Contents
  64.  
  65.      1.  Conventions ...............................................   2
  66.      2.  Overview ..................................................   3
  67.      3.  Use of Protocol Procedures ................................   3
  68.          3.1  VC Teardown...........................................   3
  69.      4.  Overview of Call Establishment Message Content ............   3
  70.      5.  Description of Information Elements .......................   4
  71.          5.1  ATM Adaptation Layer Parameters ......................   4
  72.          5.2  Broadband Low Layer Information  .....................   5
  73.          5.3  Traffic Management Issues and Related IEs.............   5
  74.               5.3.1  ATM Traffic Descriptor ........................   7
  75.                      5.3.1.1  Tagging vs. Dropping .................   7
  76.               5.3.2  Traffic Parameter Negotiation ..................  8
  77.               5.3.3  Broadband Bearer Capability ....................  8
  78.               5.3.4  QoS Parameter ..................................  9
  79.                      5.3.4.1  Signalling of Individual QoS Parameters  9
  80.          5.6  ATM Addressing Information ...........................   9
  81.      6.  ABR Signalling In More Detail  ............................   9
  82.      7.  Frame Discard Capability ..................................  10
  83.      8.  Security Consideration ....................................  10
  84.      9.  Open Issues ...............................................  10
  85.      10. Acknowledgements...........................................  11
  86.      11. References ................................................  11
  87.      12. Authors ...................................................  12
  88.      Appendix A  Sample Signalling Messages ........................  13
  89.      Appendix B  ABR and nrt-VBR Signalling Guidelines for IP Routers 15
  90.      Appendix C  Combinations of Traffic Related Parameters ........  18
  91.  
  92.  
  93.  
  94.  
  95.    1.  Conventions
  96.  
  97.    The following language conventions are used in the items of specifi-
  98.    cation in this document:
  99.  
  100.    o   MUST, SHALL, or MANDATORY -- the item is an absolute requirement
  101.        of the specification.
  102.  
  103.    o   SHOULD or RECOMMEND -- this item SHOULD generally be followed for
  104.        all but exceptional circumstances.
  105.  
  106.    o   MAY or OPTIONAL -- the item is truly optional and MAY be followed
  107.        or ignored according to the needs of the implementor.
  108.  
  109.  
  110.  
  111. Maher                                                           [Page 2]
  112.  
  113. RFC             IP over ATM Signalling - UNI 4.0 Update         May 1997
  114.  
  115.  
  116.    2.  Overview
  117.  
  118.    UNI Signalling version 4.0 is the ATM Forum follow-on specification
  119.    to UNI Signalling 3.1. Among the new features in UNI 4.0, those of
  120.    particular interest to IP over ATM environments are:
  121.  
  122.        o ABR Signalling for Point-to-Point Calls
  123.        o Traffic Parameter Negotiation
  124.        o Frame Discard Support
  125.        o Leaf Initiated Join (LIJ) Capability
  126.        o ATM Anycast Capability
  127.        o Switched Virtual Path (VP) Service
  128.  
  129.    This draft highlights the first three capabilities listed above. The
  130.    last three capabilities are not discussed because models for their
  131.    use in IP over ATM environments have not yet been defined or IP
  132.    imposes no special requirements on them.
  133.  
  134.  
  135.    3.  Use of Protocol Procedures
  136.  
  137.    Section 3 in RFC 1755 introduces requirements of virtual circuit (VC)
  138.    management intended to prevent VC thrashing, excessive VC consump-
  139.    tion, and other related problems. This section updates RFC 1755's
  140.    requirements related to VC teardown.
  141.  
  142.  
  143.    3.1.  VC Teardown
  144.  
  145.    In environments running layer 3 (L3) signalling protocols, such as
  146.    RSVP [RSVP], over ATM, data VCs might correspond to L3 reserved flows
  147.    (even if the VC is a 'best effort' VC). In such environments it is
  148.    beneficial for VCs to be torn down only when the L3 reservation has
  149.    expired. In other words, it is more efficient for the sender of a L3
  150.    reserved flow to initiate VC tear-down when the receiver(s) has
  151.    ceased refreshing the reservation.  To support such L3 behavior, sys-
  152.    tems implementing a Public ATM UNI interface and serving as the
  153.    _called_ party of a VC, MUST NOT use an inactivity timer to clear
  154.    connections that are idle for some period of time.
  155.  
  156.  
  157.    4.  Overview of Call Establishment Message Content
  158.  
  159.    Signalling messages are structured to contain mandatory and optional
  160.    variable length information elements (IEs).  A SETUP message which
  161.    establishes an ATM connection to be used for IP and multiprotocol
  162.    interconnection calls MUST contain the following IEs:
  163.  
  164.  
  165.  
  166.  
  167. Maher                                                           [Page 3]
  168.  
  169. RFC             IP over ATM Signalling - UNI 4.0 Update         May 1997
  170.  
  171.  
  172.         AAL Parameters
  173.         ATM Traffic Descriptor
  174.         Broadband Bearer Capability
  175.         Broadband Low Layer Information
  176.         QoS Parameter
  177.         Called Party Number
  178.         Calling Party Number
  179.  
  180.    and MAY, under certain circumstance contain the following IEs :
  181.  
  182.         Calling Party Subaddress
  183.         Called Party Subaddress
  184.         Transit Network Selection
  185.  
  186.         (New in UNI 4.0:)
  187.         Minimum Acceptable ATM Traffic Descriptor
  188.         Alternative ATM Traffic Descriptor
  189.         ABR Setup Parameters
  190.         ABR Additional Parameters
  191.         Connection Scope Selection
  192.         Extended QoS Parameters
  193.         End-to-End Transit Delay
  194.  
  195.    In UNI 4.0, like UNI 3.1, the AAL Parameters and the Broadband Low
  196.    Layer Information IEs are optional in a SETUP message.  However, in
  197.    support of IP over ATM these two IEs MUST be included. Appendix A
  198.    shows a sample setup message.
  199.  
  200.  
  201.    5.  Description of Information Elements
  202.  
  203.    This section describes the coding of, and procedures surrounding,
  204.    information elements in SETUP and CONNECT messages. The first two IEs
  205.    described, ATM Adaptation Layer Parameters and Broadband Low Layer
  206.    Information, are categorized as having significance only to the end-
  207.    points of an ATM call supporting IP. That is, the network does not
  208.    process these IEs.
  209.  
  210.  
  211.    5.1.  ATM Adaptation Layer (AAL) Parameters
  212.  
  213.    The AAL Parameters IE carries information about the ATM adaptation
  214.    layer to be used on the connection. The parameters specified in this
  215.    IE are the same as specified in [PER95].
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223. Maher                                                           [Page 4]
  224.  
  225. RFC             IP over ATM Signalling - UNI 4.0 Update         May 1997
  226.  
  227.  
  228.           Format and field values of AAL Parameters IE
  229.  
  230.           ----------------------------------------------------------
  231.           | aal_parameters                                         |
  232.           ----------------------------------------------------------
  233.           |  aal_type                    5        (AAL 5)          |
  234.           |  fwd_max_sdu_size_identifier 140                       |
  235.           |  fwd_max_sdu_size            65,535   (desired IP MTU) |
  236.           |  bkw_max_sdu_size_identifier 129                       |
  237.           |  bkw_max_sdu_size            65,535   (desired IP MTU) |
  238.           |  sscs_type identifier        132                       |
  239.           |  sscs_type                   0        (null SSCS)      |
  240.           ----------------------------------------------------------
  241.  
  242.    This shows maximum size MTUs.  In practice, most sites have used 9180
  243.    IP MTUs for ATM [RFC1626].
  244.  
  245.  
  246.    5.2.  Broadband Low Layer Information
  247.  
  248.    Selection of an encapsulation to support IP over an ATM VCC is done
  249.    using the Broadband Low Layer Information (B-LLI) IE, along with the
  250.    AAL Parameters IE, and the B-LLI negotiation procedure.  B-LLI nego-
  251.    tiation is described in [PER95] in Appendix D. The procedures remain
  252.    the same for this UNI 4.0 based specification.
  253.  
  254.           Format of B-LLI IE indicating LLC/SNAP encapsulation
  255.  
  256.           ----------------------------------------------------------
  257.           | bb_low_layer_information                               |
  258.           ----------------------------------------------------------
  259.           |  layer_2_id                 2                          |
  260.           |  user_information_layer     12  (lan_llc - ISO 8802/2) |
  261.           ----------------------------------------------------------
  262.  
  263.  
  264.  
  265.    5.3.  Traffic Management Issues and Related IEs
  266.  
  267.    The ATM Forum Traffic Management Sub-working group has completed ver-
  268.    sion 4.0 of their specification [TMGT96]. This latest version focuses
  269.    primarily on the definition of the ABR service category. As opposed
  270.    to the Unspecified Bit Rate (UBR) traffic class, ABR uses a rate-
  271.    based flow control mechanism to assure certain traffic guarantees
  272.    (bandwidth and delay).  There has been much debate on whether IP
  273.    benefits from ABR, and if so, how IP should use ABR. The Integrated
  274.    Internet Services (IIS) and RSVP models in IP add complexity to this
  275.    issue because mapping IIS traffic classes to ATM traffic classes is
  276.  
  277.  
  278.  
  279. Maher                                                           [Page 5]
  280.  
  281. RFC             IP over ATM Signalling - UNI 4.0 Update         May 1997
  282.  
  283.  
  284.    not straightforward.
  285.  
  286.    This document attempts only to present the required IP to ATM signal-
  287.    ling interface for IP over ATM systems that do not support IIS as
  288.    yet.  It is an attempt to cause IP over ATM vendors to support enough
  289.    options for signalling the traffic characteristics of VCs serving
  290.    non-IIS IP datagrams. This specification also aims to give guidance
  291.    to ATM system administrators so that they can configure their IP over
  292.    ATM entities to conform to the varied services that their ATM pro-
  293.    vider may have sold to them.  By definition, IP without IIS cannot be
  294.    expected to provide a signalling interface that is flexible and
  295.    allows application specific traffic descriptors. The topic of IP over
  296.    ATM signalling for IP _with_ IIS is to presented other specifications
  297.    produced by the ISSLL WG of the IETF.
  298.  
  299.  
  300.    An IP over ATM interface may be configured to support all the defined
  301.    ATM Service Categories (ASC). They are:
  302.  
  303.     - CBR
  304.     - CBR with CLR specified (loss-permitting CBR)
  305.     - ABR
  306.     - UBR
  307.     - real time VBR
  308.     - non-real time VBR
  309.  
  310.    The ATM Traffic Descriptor IE, Broadband Bearer Capability IE, and
  311.    the QoS Parameter IE together define the signalling view of ATM
  312.    traffic management. Additionally, the Extended QoS parameters IE and
  313.    the End-to-end Transit Delay IE may be used to provide more specifics
  314.    about traffic requirements, however this note does not provide expli-
  315.    cit recommendations on their use.  Annex 9 of [TMGT96] describes a
  316.    set of allowable combinations of traffic and QoS related paramenters
  317.    defined for UNI 4.0 signalling.  This set includes all forms of non-
  318.    IIS IP signalling configurations that MUST be implemented in ATM
  319.    endsystems to accommodate varied sites' needs. The principle is that
  320.    IP over ATM service may be available in different sites by different
  321.    types of procured ATM service; for one site, a CBR PVP might be
  322.    cost-effective and then the SVCs that IP over ATM without IIS must
  323.    establish must be CBR.  Similarly, VBR or ABR PVPs could be pro-
  324.    visioned.  The intent of this document is to specify the use of the
  325.    most sensible parameters within this non-IIS configuration.  For
  326.    instance, for non-IIS VBR, the SCR value may need to be hand-
  327.    configured for IP users, or for ABR, the PCR value may be link-rate
  328.    with a 0 MCR.
  329.  
  330.    For the reader's convenience, we have replicated the tables found in
  331.    Annex 9 of [TMGT96] in Appendix C of this document. Ideally this
  332.  
  333.  
  334.  
  335. Maher                                                           [Page 6]
  336.  
  337. RFC             IP over ATM Signalling - UNI 4.0 Update         May 1997
  338.  
  339.  
  340.    document could recommend specific values for the various table param-
  341.    eters that would offer the most sensible IP over ATM service.
  342.    Nevertheless, it is not possible to mandate specific values given the
  343.    varied scenarios of procured ATM service.
  344.  
  345.  
  346.    5.3.1.  ATM Traffic Descriptor
  347.  
  348.    Even with the newly defined ABR ASC, the most convenient model of IP
  349.    behavior still corresponds to the best effort capability. If a a
  350.    site's configuration allows this capability, a user MAY signal for it
  351.    using the IE's and parameters pertaining to the UBR ATM service
  352.    category. See Appendix C for the list of IE's and parameters.
  353.  
  354.    Although we consider the UBR ASC the most natural ASC for best-effort
  355.    IP, ATM vendors that implement VBR and ABR services could possibly
  356.    create hooks for convenient use of these services. If this is the
  357.    case, IP routers may perhaps have the most to gain from use of VBR or
  358.    ABR services because of the large aggregated traffic volume they are
  359.    required to forward. See appendix XX for detailed suggestions on VBR
  360.    and ABR signalling for IP routers.  We simply note here that, in sup-
  361.    port of ABR service, two new subfields have been added in UNI 4.0 to
  362.    the Traffic Descriptor IE. These fields are the forward and backward
  363.    'Minimum Cell Rate' fields.
  364.  
  365.  
  366.    5.3.1.1.  Tagging vs. Dropping
  367.  
  368.    The Traffic Descriptor IE contains a 'tagging' subfield used for
  369.    indicating whether the network is allowed to tag the source's data
  370.    cells. Tagging in the network may occur during periods of congestion
  371.    or when the source's traffic has violated the traffic contract for
  372.    the connection. See Section 4 of [TMGT96] for an explanation of ATM
  373.    connection conformance and the Usage Parameter Control (UPC) func-
  374.    tion.
  375.  
  376.    UNI 4.0 and TMGT 4.0 define two modes of UBR, UBR.1 which disables
  377.    tagging and UBR.2 which enables tagging (see Appendix C).  In some
  378.    network environments there is no potential for UBR traffic sources to
  379.    violate the connection traffic contract because, either the user's
  380.    terminal equipment supports traffic shaping, or the network does not
  381.    enforce PCR.  In such environments, the user SHOULD specify 'no tag-
  382.    ging' in the SETUP message (UBR.1).  Specifying 'no tagging' indi-
  383.    cates to the network that cells should be dropped during periods of
  384.    congestion instead of being randomly marked/tagged as low priority.
  385.    Cells of packets that the source itself has marked as low priority
  386.    are dropped first, thereby preserving the source's characterization
  387.    of the traffic.
  388.  
  389.  
  390.  
  391. Maher                                                           [Page 7]
  392.  
  393. RFC             IP over ATM Signalling - UNI 4.0 Update         May 1997
  394.  
  395.  
  396.    On the other hand, when the network applies PCR to the UPC function,
  397.    meaning it enforces PCR, and traffic shaping is not enabled at the
  398.    source, the source has the potential to violate the traffic contract
  399.    and SHOULD therefore signal for tagging (UBR.2). Tagging allows the
  400.    source's non-conforming cells to be tagged and forwarded instead of
  401.    dropped.
  402.  
  403.  
  404.    5.3.2.  Traffic Parameter Negotiation
  405.  
  406.    UNI 4.0 allows certain traffic parameters to be negotiated during the
  407.    call establishment phase Traffic parameters cannot be 'renegotiated'
  408.    after the call is active. Two new IEs make negotiation possible:
  409.  
  410.      - the Minimum Acceptable ATM Traffic Descriptor IE allows
  411.        negotiation of PCR parameters
  412.  
  413.      - the Alternative ATM Traffic Descriptor IE allows negotiation of
  414.        other traffic parameters
  415.  
  416.    A SETUP or CONNECT message may include ONLY one of the above IEs.
  417.    That is, the calling party may only offer an 'alternative' or
  418.    'minimum' to the requested traffic parameters. (See Section 8 of
  419.    [UNI96].) IP over ATM entities SHOULD take advantage of this capabil-
  420.    ity whenever possible. In order to do so, IP over ATM entities SHOULD
  421.    specify PCR _equal_ to the link rate in the ATM Traffic Descriptor IE
  422.    of the SETUP message and a minimum of zero PCR in the Minimum Accept-
  423.    able ATM Traffic Descriptor IE.
  424.  
  425.  
  426.    5.3.3.  Broadband Bearer Capability
  427.  
  428.    A new field in UNI signalling 4.0 called, 'ATM Transfer Capability'
  429.    (ATC), has been defined in the Broadband Bearer Capability IE for the
  430.    purpose of explicitly specifying the desired ATM traffic category.
  431.    The figure below shows the allowable ATC values.
  432.  
  433.           Format and field values of Broadband Bearer Capability IE
  434.  
  435.           -------------------------------------------------------------
  436.           | bb_bearer_capability                                      |
  437.           ------------------------------------------------------------|
  438.           |  spare                       0                            |
  439.           |  bearer_class                16    (bcob-x,c,a or VP)     |
  440.           |  transfer_capability         cbr, rt-vbr, nrt-vbr, abr    |
  441.           |  susceptibility_to_clipping  0     (not suscept)          |
  442.           |  spare                       0                            |
  443.           |  user_plane_configuration    pt-to-pt, pt-to-mpt          |
  444.  
  445.  
  446.  
  447. Maher                                                           [Page 8]
  448.  
  449. RFC             IP over ATM Signalling - UNI 4.0 Update         May 1997
  450.  
  451.  
  452.           -------------------------------------------------------------
  453.  
  454.  
  455.    5.3.4.  QoS Parameter
  456.  
  457.    Inclusion of the QoS Parameter IE is optional in UNI 4.0 signalling.
  458.    It may be omitted from a SETUP message when the Extended QoS Parame-
  459.    ters IE, discussed in the next section, is included. This specifica-
  460.    tion makes no explicit recommendation on the use of the QoS related
  461.    IEs.
  462.  
  463.  
  464.    5.3.4.1.  Two IEs for Signalling of Individual QoS Parameters
  465.  
  466.    UNI 4.0 allows for signalling of individual QoS parameters for the
  467.    purpose of giving the the network and called party a more exact
  468.    description of the desired delay and cell loss characteristics. The
  469.    two individual QoS related IEs, Extended QoS Parameters IE and End-
  470.    to-End Transit Delay IE, can be used in the SETUP and CONNECT signal-
  471.    ling messages in place of the 'generic' QoS Parameter IE. Note that
  472.    inclusion of these two IEs depends on the type of ATM service
  473.    category requested (see Annex 9 in [TMGT96]).
  474.  
  475.  
  476.  
  477.    5.4.  ATM Addressing Information
  478.  
  479.    ATM addressing information is carried in the Called Party Number,
  480.    Calling Party Number, and, under certain circumstance, Called Party
  481.    Subaddress, and Calling Party Subaddress IE. The ATM Forum ILMI
  482.    Specification 4.0 provides the procedure for an ATM endsystem to
  483.    learn its own ATM address from the ATM network, for use in populating
  484.    the Calling Party Number IE.
  485.  
  486.           Format and field values of Called Party Number IE
  487.           ----------------------------------------------------------
  488.           | called_party_number                                    |
  489.           ----------------------------------------------------------
  490.           |  type_of_number      (international number / unknown)  |
  491.           |  addr_plan_ident     (ISDN / ATM Endsystem Address)    |
  492.           |  addr_number         (E.164 / ATM Endsystem Address)   |
  493.           ----------------------------------------------------------
  494.  
  495.  
  496.    6.  ABR Signalling In More Detail
  497.  
  498.    The IEs and procedures pertaining to ABR signalling are briefly
  499.    described in this section. Nevertheless, this document makes no
  500.  
  501.  
  502.  
  503. Maher                                                           [Page 9]
  504.  
  505. RFC             IP over ATM Signalling - UNI 4.0 Update         May 1997
  506.  
  507.  
  508.    specific recommendation on when to use the ABR service category for
  509.    IP VCCs or give suggestions on appropriate values for the various
  510.    parameters in the ABR related IEs.
  511.  
  512.    Two new IEs have been defined for ABR signalling:
  513.  
  514.       o ABR Setup Parameters
  515.       o ABR Additional Parameters
  516.  
  517.    These IEs may be optionally included in a SETUP or CONNECT message.
  518.    The ABR Setup Parameters IE contains the following subfields:
  519.  
  520.       - Forward/Backward ABR Initial Cell Rate
  521.       - Forward/Backward ABR Transient Buffer Exposure
  522.       - Cumulative RM Fixed Round Trip Time
  523.       - Forward/Backward Rate Increment Factor
  524.       - Forward/Backward Rate Decrease Factor
  525.  
  526.    The ABR Additional Parameters IE contains one subfield:
  527.  
  528.       - Forward/Backward Additional Parameters Record
  529.  
  530.    The Additional Parameters Record value is a compressed encoding of a
  531.    set of ABR parameters (see TMGT96).
  532.  
  533.  
  534.    7.  Frame Discard Capability
  535.  
  536.    The frame discard capability in UNI 4.0 is primarily based on the
  537.    'Partial and Early Packet Discard' strategy [ROM94]. Its use is
  538.    defined for any of the ATM services, except for loss-less CBR.  Frame
  539.    discard signalling MUST be supported by all IP over ATM entities and
  540.    it is RECOMMENDED that frame discard be signalled for all IP SVCs
  541.    because it has been proven to increase throughput under network
  542.    congestion. Signalling for frame discard is done by setting the frame
  543.    discard bit in the 'Traffic Management Options' subfield in the
  544.    Traffic Descriptor IE.  It is possible that not all network entities
  545.    in the SVC path support frame discard, but it is required that they
  546.    all forward the signalling.
  547.  
  548.  
  549.  
  550.    8.  Security Considerations
  551.  
  552.    The ATM Forum has established an ATM Security sub-working group for
  553.    the purpose of defining security mechanisms in ATM. It is therefore
  554.    premature to begin defining IP over ATM signalling's use of ATM secu-
  555.    rity.  IP Security (RFC1825) can be applied to IP datagrams over any
  556.  
  557.  
  558.  
  559. Maher                                                          [Page 10]
  560.  
  561. RFC             IP over ATM Signalling - UNI 4.0 Update         May 1997
  562.  
  563.  
  564.    medium.
  565.  
  566.  
  567.    9.  Open Issues
  568.  
  569.    Description of Leaf Initiated Join (LIJ) signalling is not discussed
  570.    because the use of LIJ in IP over ATM has not been defined.
  571.  
  572.  
  573.    10.  Acknowledgements
  574.  
  575.    The authors would like to thank the members of the ION working group
  576.    for their input.
  577.  
  578.  
  579. REFERENCES
  580.  
  581.    [PER95] Perez*, M. et al, ""ATM Signaling Support for IP over ATM",
  582.        RFC1755, February 1995   (* see author's information below)
  583.  
  584.    [LAUB93] Laubach, M., "Classical IP and ARP over ATM", RFC1577,
  585.        Hewlett-Packard Laboratories, December 1993
  586.  
  587.    [UNI96] ATM Forum, "ATM User-Network Interface Specification Version
  588.        4.0", Prentice Hall, Upper Saddle River, NJ, specification final-
  589.        ized July 1996; expected publication, late 1996; available at
  590.        ftp://ftp.atmforum.com/pub.
  591.  
  592.    [UNI94] ATM Forum, "ATM User-Network Interface Specification Version
  593.        3.1", Prentice Hall, Upper Saddle River, NJ, 1995
  594.  
  595.    [TMGT96] ATM Forum, "ATM Forum Traffic Management Specification Ver-
  596.        sion 4.0", Prentice Hall, Upper Saddle River NJ; specification
  597.        finalized April 1996; expected publication, late 1996; available
  598.        at ftp://ftp.atmforum.com/pub.
  599.  
  600.    [RSVP] R. Braden, L. Zhang, S. Berson, S. Herzog and S. Jamin,
  601.        "Resource ReSerVation Protocol (RSVP) - Version 1 Functional
  602.        Specification", Internet Draft, May 1996, <draft-ietf-rsvp-spec-
  603.        14.txt>
  604.  
  605.    [LUC97] "NBMA Next Hop Resolution Protocol (NHRP)", Luciani, Katz,
  606.        Piscitello, Cole, draft-ietf-rolc-nhrp-11.txt. work in progress.
  607.  
  608.    [BRAD89] Braden, R., Editor, "Requirements for Internet Hosts -- Com-
  609.        munication Layers", RFC 1122, USC/Information Science Institute,
  610.        October 1989.
  611.  
  612.  
  613.  
  614.  
  615. Maher                                                          [Page 11]
  616.  
  617. RFC             IP over ATM Signalling - UNI 4.0 Update         May 1997
  618.  
  619.  
  620.    [BRAD94] Braden, R., Clark, D, Shenker, S., "Integrated Service in
  621.        the Internet Architecture:  An Overview", RFC 1633,
  622.        USC/Information Science Institute, June 1994.
  623.  
  624.    [HEIN93] Heinanen, J., "Multiprotocol Encapsulation over ATM Adapta-
  625.        tion Layer 5", RFC 1483, Telecom Finland, July 1993.
  626.  
  627.    [ISO8473] ISO/IEC 8473, Information processing systems - Data commun-
  628.        ications - Protocol for providing the connectionless-mode network
  629.        service, 1988.
  630.  
  631.    [ISO9577] Information Technology - Telecommunication and information
  632.        exchange between systems - Protocol identification in the network
  633.        layer ISO/IEC TR9577 (International Standards Organization:
  634.        Geneva, 1990)
  635.  
  636.    [ROM94] Romanow, A., and Floyd, S., Dynamics of TCP Traffic over ATM
  637.        Networks.  IEEE JSAC, V. 13 N. 4, May 1995, p. 633-641. Abstract.
  638.        An earlier version appeared in SIGCOMM '94, August 1994, pp. 79-
  639.        88.
  640.  
  641. Author's Address
  642.  
  643.    Maryann P. Maher (formerly Maryann Perez)
  644.    USC/ISI
  645.    4350 N. Fairfax Drive, Suite 620
  646.    Arlington VA 22203
  647.  
  648.  
  649.  
  650.  
  651.  
  652.  
  653.  
  654.  
  655.  
  656.  
  657.  
  658.  
  659.  
  660.  
  661.  
  662.  
  663.  
  664.  
  665.  
  666.  
  667.  
  668.  
  669.  
  670.  
  671. Maher                                                          [Page 12]
  672.  
  673. RFC             IP over ATM Signalling - UNI 4.0 Update         May 1997
  674.  
  675.  
  676.    Appendix A. A Sample UNI 4.0 SETUP Message
  677.  
  678.       +--------------------------------------------------------------------+
  679.                                     SETUP
  680.  
  681.         Information Elements/
  682.           Fields                         Value/(Meaning)
  683.         --------------------             ---------------
  684.  
  685.        aal_parameters
  686.           aal_type                         5        (AAL 5)
  687.           fwd_max_sdu_size_ident         140
  688.           fwd_max_sdu_size               (xmit IP MTU value)
  689.           bkw_max_sdu_size_ident         129
  690.           bkw_max_sdu_size         (recv IP MTU, 0 for disallowing return traffic)
  691.           sscs_type identifier           132
  692.           sscs_type                        0        (null SSCS)
  693.  
  694.        traffic_descriptor
  695.           fwd_peak_cell_rate_0_1_ident   132
  696.           fwd_peak_cell_rate_0_1         (link rate)
  697.           bkw_peak_cell_rate_0_1_ident   133
  698.           bkw_peak_cell_rate_0_1         (link rate)
  699.           traff_mngt_options_ident       191
  700.           fwd_frame_discard                1    (on)
  701.           bkw_frame_discard                1    (on if return traffic indicated)
  702.           spare                            0
  703.           tagging_bkw                      1    (on)
  704.           tagging_fwd                      1    (on if return traffic indicated)
  705.           best_effort_indication         190    (on)
  706.  
  707.        minimum_acceptable_traffic_descriptor
  708.           fwd_peak_cell_rate_0_1_ident   132
  709.           fwd_peak_cell_rate_0_1           0
  710.           bkw_peak_cell_rate_0_1_ident   133
  711.           bkw_peak_cell_rate_0_1           0
  712.  
  713.        bb_bearer_capability     /* a coding for specifying UBR like service */
  714.           spare                            0
  715.           bearer_class                    16      (BCOC-X)
  716.           spare                            0
  717.           atm_transfer_capability         10      (nrt-vbr)
  718.           timing_requirements             10      (timing not required)
  719.           susceptibility_to_clipping       0      (not susceptible to clipping)
  720.           spare                            0
  721.           user_plane_configuration         0      (point_to_point)
  722.  
  723.  
  724.  
  725.  
  726.  
  727. Maher                                                          [Page 13]
  728.  
  729. RFC             IP over ATM Signalling - UNI 4.0 Update         May 1997
  730.  
  731.  
  732.        bb_low_layer_information
  733.           layer_2_id                       2
  734.           user_information_layer          12       (lan_llc - ISO 8802/2)
  735.  
  736.  
  737.        qos_parameter
  738.           qos_class_fwd                    0        (class 0)
  739.           qos_class_bkw                    0        (class 0)
  740.  
  741.        called_party_number
  742.           type_of_number                   (international number / unknown)
  743.           addr_plan_ident                  (ISDN / ATM Endsystem Address)
  744.           number                           (E.164 / ATM Endsystem Address)
  745.  
  746.        calling_party_number
  747.           type_of_number                   (international number / unknown)
  748.           addr_plan_ident                  (ISDN / ATM Endsystem Address)
  749.           presentation_indic               (presentation allowed)
  750.           spare                            0
  751.           screening_indic                  (user_provided verified and passed)
  752.           number                           (E.164 / ATM Endsystem Address)
  753.  
  754.       +--------------------------------------------------------------------+
  755.  
  756.                                   Figure 1.
  757.                         Sample contents of SETUP message
  758.  
  759.  
  760.  
  761.  
  762.  
  763.  
  764.  
  765.  
  766.  
  767.  
  768.  
  769.  
  770.  
  771.  
  772.  
  773.  
  774.  
  775.  
  776.  
  777.  
  778.  
  779.  
  780.  
  781.  
  782.  
  783. Maher                                                          [Page 14]
  784.  
  785. RFC             IP over ATM Signalling - UNI 4.0 Update         May 1997
  786.  
  787.  
  788.    Appendix B. ABR and VBR Signalling Guidelines for IP Routers
  789.  
  790.    When ATM is used to interconnect routers that are supporting a best
  791.    effort service, the ATM connection typically carries an aggregation
  792.    of IP flows, e.g., all best effort IP traffic between a pair of
  793.    routers. With the efforts undertaken by ATM to be more "packet
  794.    friendly" (e.g., frame discard), it is useful to examine ways that a
  795.    VC can provide service comparable to or better than that of a dedi-
  796.    cated or leased "link" in terms of performance and packet loss.
  797.  
  798.    For ATM connections used to interconnect routers, a non-zero
  799.    bandwidth reservation may be required to achieve consistently ade-
  800.    quate performance for the aggregate set of flows.  The support of
  801.    bandwidth commitments for an ATM connection carrying IP traffic helps
  802.    to assure that a certain fraction of each link's capacity is reserved
  803.    for the total IP traffic between the routers.  Reserving bandwidth
  804.    for the aggregation of best-effort traffic between a pair of routers
  805.    is analogous to provisioning a particular link bandwidth between the
  806.    routers. There are at least 3 service classes defined in the ATM
  807.    Traffic Management specification that provide varying degrees of
  808.    capabilty that are suitable for interconnecting IP routers: UBR, ABR
  809.    and VBR non-real-time.  Although the use of best-effort service (UBR)
  810.    at the ATM layer is the most straightforward and uncomplicated, it
  811.    lacks the capability to enforce bandwidth commitments.
  812.  
  813.    Note that we are talking of providing a "virtual link" between
  814.    routers, for the aggregate traffic. The provisioning is for the
  815.    aggregate. It is therefore distinct from the per-flow bandwidth
  816.    reservations that might be appropriate for Integrated Services.
  817.  
  818.    Even best-effort IP flows, when supported on an aggregate basis, have
  819.    some broad service goals. The primary one is that of keeping packet
  820.    loss rate reasonably small. A service class that strives to achieve
  821.    this, keeping in mind the tradeoff between complexity and adequate
  822.    service, is desirable. It has been recommended in this draft that UBR
  823.    be the default service for this. UBR with (some form of) packet dis-
  824.    card has the desirable goal of being simple in function, and it
  825.    appears that vendors will be supporting it. However, when available,
  826.    it may be quite worthwhile to consider ABR and VBR non-real-time ser-
  827.    vice classes.
  828.  
  829.    Because AAL5 frames with missing cells are discarded by the receiver,
  830.    ATM bandwidth commitments are most useful if supported in the form of
  831.    a committed rate of cell delivery in complete, non-errored AAL5
  832.    frames delivered to the receiver. In addition, it is desirable for
  833.    the ATM connection to deliver additional complete frames, beyond this
  834.    commitment, on a best-effort basis.
  835.  
  836.  
  837.  
  838.  
  839. Maher                                                          [Page 15]
  840.  
  841. RFC             IP over ATM Signalling - UNI 4.0 Update         May 1997
  842.  
  843.  
  844.    These characteristics can be achieved through the ABR service
  845.    category through the use of a Minimum Cell Rate, if the ABR service
  846.    is supported by the ATM endpoints and if efficient frame discard is
  847.    supported at the ABR source. The mechanisms put in place for the ABR
  848.    service strive to keep loss quite low within the ATM network.
  849.  
  850.    The parameters that should be specified by the end system are (i) the
  851.    Peak Cell Rate (likely the link rate), (ii) the Minimum Cell Rate
  852.    (the committed rate), and (iii) the Cumulative RM Fixed Round-Trip
  853.    Time The remaining parameter values, if left unspecified by the cal-
  854.    ling party, are selected by the network or are chosen from the
  855.    default values specified in the ATM Forum Traffic Management specifi-
  856.    cation.
  857.  
  858.    Parameters (i) and (ii) are contained in the mandatory Traffic
  859.    Descriptor IE, whereas parameter (iii) is contained in the mandatory
  860.    ABR Setup Parameters IE. Other paramenters in the ABR Setup Parame-
  861.    ters IE may be ommitted. (Note that the third IE which pertains to
  862.    ABR signalling, the ABR Additional Parameters IE, is an optional IE
  863.    and therefore need not be include.) Parameter (iii) is dependent on
  864.    the hardware of the end system, so that the default value specified
  865.    for that hardware should be used. In the absense of such a default, a
  866.    value of zero MAY be specified by the end system. Entities using ABR
  867.    connections for IP over ATM SHOULD take advantage of parameter nego-
  868.    tiation by specifying Peak Cell Rate equal to the link rate in the
  869.    ATM Traffic Descriptor IE of the SETUP message. The value selected
  870.    for the Minimum Cell Rate is implementation specific. Note that the
  871.    MCR also MAY be negotiated if an MCR parameter is included by the end
  872.    system in the Minimum Acceptable ATM Traffic Descriptor IE.  The use
  873.    of MCR negotiation by the end system is implementation specific.
  874.    Also, note that Frame Discard MAY be requested for ABR connections as
  875.    for UBR connections. Although the ABR service attempts to minimize
  876.    cell loss, the use of Frame Discard may improve throughput when cell
  877.    loss is not eliminated.
  878.  
  879.    The VBR-nrt service category provides an alternate means of achieving
  880.    better throughput and delay.  This better performance may be obtained
  881.    with VBR-nrt connections for which (i) the VBR.3 conformance defini-
  882.    tion is used, (ii) a Sustainable Cell Rate (SCR) and Maximum Burst
  883.    Size (MBS), and Peak Cell Rate (PCR) are specified, and (iii) both
  884.    tagging and frame discard are requested.  A request for tagging indi-
  885.    cates that best-effort delivery is desired for traffic offered in
  886.    excess of the SCR and MBS.  A request for frame discard indicates to
  887.    the network that the user desires allocations of committed and excess
  888.    bandwidth to translate into corresponding throughputs at the frame
  889.    level.
  890.  
  891.    As with UBR connections, entities using VBR-nrt connections for IP
  892.  
  893.  
  894.  
  895. Maher                                                          [Page 16]
  896.  
  897. RFC             IP over ATM Signalling - UNI 4.0 Update         May 1997
  898.  
  899.  
  900.    over ATM should take advantage of parameter negotiation by specifying
  901.    PCR equal to the link rate in the ATM Traffic Descriptor IE of the
  902.    SETUP message and PCR equal to SCR in the Minimum Acceptable Traffic
  903.    descriptor. The selection of SCR, MBS, and CLR (cell loss ratio)
  904.    should be implementation specific. However, for IP over ATM, an MBS
  905.    value of N*(Maximum MTU) is RECOMMENDED, where N>=1 with a default of
  906.    2 and where Maximum MTU is equal to 192 cells (consistent with an IP
  907.    MTU size of 9180 bytes [RFC1626]).
  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. Maher                                                          [Page 17]
  952.  
  953. RFC             IP over ATM Signalling - UNI 4.0 Update         May 1997
  954.  
  955.  
  956.    Appendix C. Combinations of Traffic Related Parameters
  957.  
  958.    This appendix contains a copy of the five tables found in Annex 9 of
  959.    [UNI96] which show the allowable combinations of traffic and QoS related
  960.    parameters in a UNI 4.0 SETUP message.
  961.  
  962.       +--------------------------------------------------------------------+
  963.       |ATM Service Category|                     CBR                       |
  964.       |--------------------|---------------|---------------|---------------|
  965.       | Conformance        |CBR.1 (note 10)|   (note 4)    |   (note 4)    |
  966.       |--------------------|---------------|---------------|---------------|
  967.       | Bearer Capability  |               |               |               |
  968.       |--------------------|---------------|---------------|---------------|
  969.       | BB Bearer Class    |  A |  X  | VP |  A |  X  | VP^|  A |  X  | VP^|
  970.       |--------------------|---------------|----|-----|----|----|-----|----|
  971.       | ATM Transfer       |               |    | 4,5,|    |    | 4,5,|    |
  972.       | Capability (note 1)|       7       | abs| or 6|  5 | abs| or 6|  5 |
  973.       |--------------------|---------------|---------------|---------------|
  974.       | Traffic Descriptor |               |               |               |
  975.       |  for a given dir.  |               |               |               |
  976.       |--------------------|---------------|---------------|---------------|
  977.       | PCR (CLP=0)        |               |               |       S       |
  978.       |--------------------|---------------|---------------|---------------|
  979.       | PCR (CLP=0+1)      |       S       |       S       |       S       |
  980.       |--------------------|---------------|---------------|---------------|
  981.       | SCR, MBS (CLP=0)   |               |               |               |
  982.       |--------------------|---------------|---------------|---------------|
  983.       | SCR, MBS (CLP=0+1) |               |               |               |
  984.       |--------------------|---------------|---------------|---------------|
  985.       | Best Effort        |               |               |               |
  986.       |--------------------|---------------|---------------|---------------|
  987.       | Tagging            |       N       |       N       |      Y/N      |
  988.       |--------------------|---------------|---------------|---------------|
  989.       | Frame Discard      |      Y/N      |      Y/N      |      Y/N      |
  990.       |--------------------|---------------|---------------|---------------|
  991.       | QoS Classes        |       *       |       *       |       *       |
  992.       |--------------------|---------------|---------------|---------------|
  993.       | Transit Delay      |       O       |       O       |       O       |
  994.       |--------------------|---------------|---------------|---------------|
  995.       | Peak-to-Peak CDV   |       O       |       O       |       O       |
  996.       |--------------------|---------------|---------------|---------------|
  997.       | CLR (CLP=0)~       |               |       O       |       O       |
  998.       |--------------------|---------------|---------------|---------------|
  999.       | CLR (CLP=0+1)~     |       O       |               |               |
  1000.       +--------------------------------------------------------------------+
  1001.  
  1002.  
  1003.  
  1004.  
  1005.  
  1006.  
  1007. Maher                                                          [Page 18]
  1008.  
  1009. RFC             IP over ATM Signalling - UNI 4.0 Update         May 1997
  1010.  
  1011.  
  1012.       +--------------------------------------------------------------------+
  1013.       |ATM Service Category|                 Real Time VBR                 |
  1014.       |--------------------|---------------|---------------|---------------|
  1015.       | Conformance        |VBR.1 (note 10)|     VBR.2     |     VBR.3     |
  1016.       |--------------------|---------------|---------------|---------------|
  1017.       | Bearer Capability  |               |               |               |
  1018.       |--------------------|---------------|---------------|---------------|
  1019.       | BB Bearer Class    |  C |  X  | VP |  C |  X  | VP |  C |  X  | VP |
  1020.       |--------------------|---------------|----|-----|----|----|-----|----|
  1021.       | ATM Transfer       |               |    |  1  |    |    |  1  |    |
  1022.       | Capability         |      19       |  9 | or 9|  9 |  9 | or 9|  9 |
  1023.       |--------------------|---------------|---------------|---------------|
  1024.       | Traffic Descriptor |               |               |               |
  1025.       |  for a given dir.  |               |               |               |
  1026.       |--------------------|---------------|---------------|---------------|
  1027.       | PCR (CLP=0)        |               |               |               |
  1028.       |--------------------|---------------|---------------|---------------|
  1029.       | PCR (CLP=0+1)      |       S       |       S       |       S       |
  1030.       |--------------------|---------------|---------------|---------------|
  1031.       | SCR, MBS (CLP=0)   |               |       S       |       S       |
  1032.       |--------------------|---------------|---------------|---------------|
  1033.       | SCR, MBS (CLP=0+1) |      S        |               |               |
  1034.       |--------------------|---------------|---------------|---------------|
  1035.       | Best Effort        |               |               |               |
  1036.       |--------------------|---------------|---------------|---------------|
  1037.       | Tagging            |       N       |       N       |      Y/N      |
  1038.       |--------------------|---------------|---------------|---------------|
  1039.       | Frame Discard      |      Y/N      |      Y/N      |      Y/N      |
  1040.       |--------------------|---------------|---------------|---------------|
  1041.       | QoS Classes        |       *       |       *       |       *       |
  1042.       |--------------------|---------------|---------------|---------------|
  1043.       | Transit Delay(nt.2)|       O       |       O       |       O       |
  1044.       |--------------------|---------------|---------------|---------------|
  1045.       | Peak-to-Peak CDV   |       O       |       O       |       O       |
  1046.       |--------------------|---------------|---------------|---------------|
  1047.       | CLR (CLP=0)~       |               |       O       |       O       |
  1048.       |--------------------|---------------|---------------|---------------|
  1049.       | CLR (CLP=0+1)~     |       O       |               |               |
  1050.       +--------------------------------------------------------------------+
  1051.  
  1052.  
  1053.  
  1054.  
  1055.  
  1056.  
  1057.  
  1058.  
  1059.  
  1060.  
  1061.  
  1062.  
  1063. Maher                                                          [Page 19]
  1064.  
  1065. RFC             IP over ATM Signalling - UNI 4.0 Update         May 1997
  1066.  
  1067.  
  1068.       +--------------------------------------------------------------------+
  1069.       |ATM Service Category|                 Real Time VBR                 |
  1070.       |--------------------|---------------|---------------|---------------|
  1071.       | Conformance        |  (note 4,7)   |   (note 4,8)  |    (note 4)   |
  1072.       |--------------------|---------------|---------------|---------------|
  1073.       | Bearer Capability  |               |               |               |
  1074.       |--------------------|---------------|---------------|---------------|
  1075.       | BB Bearer Class    |       X       |       X       |   X | C or VP^|
  1076.       |--------------------|---------------|---------------|-----|---------|
  1077.       | ATM Transfer       |               |               |     |         |
  1078.       | Capability         |    1 or 9     |     1 or 9    | 1or9|    9    |
  1079.       |--------------------|---------------|---------------|---------------|
  1080.       | Traffic Descriptor |               |               |               |
  1081.       |  for a given dir.  |               |               |               |
  1082.       |--------------------|---------------|---------------|---------------|
  1083.       | PCR (CLP=0)        |       S       |               |               |
  1084.       |--------------------|---------------|---------------|---------------|
  1085.       | PCR (CLP=0+1)      |       S       |       S       |       S       |
  1086.       |--------------------|---------------|---------------|---------------|
  1087.       | SCR, MBS (CLP=0)   |               |               |               |
  1088.       |--------------------|---------------|---------------|---------------|
  1089.       | SCR, MBS (CLP=0+1) |               |               |       S       |
  1090.       |--------------------|---------------|---------------|---------------|
  1091.       | Best Effort        |               |               |               |
  1092.       |--------------------|---------------|---------------|---------------|
  1093.       | Tagging            |      Y/N      |       N       |       N       |
  1094.       |--------------------|---------------|---------------|---------------|
  1095.       | Frame Discard      |      Y/N      |      Y/N      |      Y/N      |
  1096.       |--------------------|---------------|---------------|---------------|
  1097.       | QoS Classes        |       *       |       *       |       *       |
  1098.       |--------------------|---------------|---------------|---------------|
  1099.       | Transit Delay(nt.2)|       O       |       O       |       O       |
  1100.       |--------------------|---------------|---------------|---------------|
  1101.       | Peak-to-Peak CDV   |       O       |       O       |       O       |
  1102.       |--------------------|---------------|---------------|---------------|
  1103.       | CLR (CLP=0)~       |       O       |       O       |       O       |
  1104.       |--------------------|---------------|---------------|---------------|
  1105.       | CLR (CLP=0+1)~     |               |               |               |
  1106.       +--------------------------------------------------------------------+
  1107.  
  1108.  
  1109.  
  1110.  
  1111.  
  1112.  
  1113.  
  1114.  
  1115.  
  1116.  
  1117.  
  1118.  
  1119. Maher                                                          [Page 20]
  1120.  
  1121. RFC             IP over ATM Signalling - UNI 4.0 Update         May 1997
  1122.  
  1123.  
  1124.       +--------------------------------------------------------------------+
  1125.       |ATM Service Category|               Non-Real Time VBR               |
  1126.       |--------------------|---------------|---------------|---------------|
  1127.       | Conformance        |VBR.1 (note 10)|     VBR.2     |     VBR.3     |
  1128.       |--------------------|---------------|---------------|---------------|
  1129.       | Bearer Capability  |               |               |               |
  1130.       |--------------------|---------------|---------------|---------------|
  1131.       | BB Bearer Class    |  C |  X  | VP |C |    X   | VP|C |    X   | VP|
  1132.       |--------------------|---------------|--|--------|---|--|--------|---|
  1133.       | ATM Transfer       |               |  |abs,0,2,|abs|  |abs,0,2,|abs|
  1134.       | Capability         |      11       |ab| 8,10   |10 |ab| 8,10   |10 |
  1135.       |--------------------|---------------|---------------|---------------|
  1136.       | Traffic Descriptor |               |               |               |
  1137.       |  for a given dir.  |               |               |               |
  1138.       |--------------------|---------------|---------------|---------------|
  1139.       | PCR (CLP=0)        |               |               |               |
  1140.       |--------------------|---------------|---------------|---------------|
  1141.       | PCR (CLP=0+1)      |       S       |       S       |       S       |
  1142.       |--------------------|---------------|---------------|---------------|
  1143.       | SCR, MBS (CLP=0)   |               |       S       |       S       |
  1144.       |--------------------|---------------|---------------|---------------|
  1145.       | SCR, MBS (CLP=0+1) |       S       |               |               |
  1146.       |--------------------|---------------|---------------|---------------|
  1147.       | Best Effort        |               |               |               |
  1148.       |--------------------|---------------|---------------|---------------|
  1149.       | Tagging            |       N       |       N       |       Y       |
  1150.       |--------------------|---------------|---------------|---------------|
  1151.       | Frame Discard      |      Y/N      |      Y/N      |      Y/N      |
  1152.       |--------------------|---------------|---------------|---------------|
  1153.       | QoS Classes        |       *       |       *       |       *       |
  1154.       |--------------------|---------------|---------------|---------------|
  1155.       | Transit Delay(nt.2)|    (note 3)   |   (note 3)    |    (note 3)   |
  1156.       |--------------------|---------------|---------------|---------------|
  1157.       | Peak-to-Peak CDV   |               |               |               |
  1158.       |--------------------|---------------|---------------|---------------|
  1159.       | CLR (CLP=0)~       |               |       O       |       O       |
  1160.       |--------------------|---------------|---------------|---------------|
  1161.       | CLR (CLP=0+1)~     |       O       |               |               |
  1162.       +--------------------------------------------------------------------+
  1163.  
  1164.  
  1165.  
  1166.  
  1167.  
  1168.  
  1169.  
  1170.  
  1171.  
  1172.  
  1173.  
  1174.  
  1175. Maher                                                          [Page 21]
  1176.  
  1177. RFC             IP over ATM Signalling - UNI 4.0 Update         May 1997
  1178.  
  1179.  
  1180.       +--------------------------------------------------------------------+
  1181.       |ATM Service Category|               Non-Real Time VBR               |
  1182.       |--------------------|---------------|---------------|---------------|
  1183.       | Conformance        |  (note 4,7)   |   (note 4,8)  |    (note 4)   |
  1184.       |--------------------|---------------|---------------|---------------|
  1185.       | Bearer Capability  |               |               |               |
  1186.       |--------------------|---------------|---------------|---------------|
  1187.       | BB Bearer Class    |   C   |   X   |   C   |   X   |C |    X   |VP^|
  1188.       |--------------------|-------|-------|-------|-------|--|--------|---|
  1189.       | ATM Transfer       |       |abs,0,2|       |abs,0,2|  |abs,0,2,|abs|
  1190.       | Capability         | abs   |8 or 10|       |8 or 10|ab| 8 or10 |10 |
  1191.       |--------------------|---------------|---------------|---------------|
  1192.       | Traffic Descriptor |               |               |               |
  1193.       |  for a given dir.  |               |               |               |
  1194.       |--------------------|---------------|---------------|---------------|
  1195.       | PCR (CLP=0)        |       S       |               |               |
  1196.       |--------------------|---------------|---------------|---------------|
  1197.       | PCR (CLP=0+1)      |       S       |       S       |       S       |
  1198.       |--------------------|---------------|---------------|---------------|
  1199.       | SCR, MBS (CLP=0)   |               |               |               |
  1200.       |--------------------|---------------|---------------|---------------|
  1201.       | SCR, MBS (CLP=0+1) |               |               |       S       |
  1202.       |--------------------|---------------|---------------|---------------|
  1203.       | Best Effort        |               |               |               |
  1204.       |--------------------|---------------|---------------|---------------|
  1205.       | Tagging            |     Y/N       |       N       |       N       |
  1206.       |--------------------|---------------|---------------|---------------|
  1207.       | Frame Discard      |      Y/N      |      Y/N      |      Y/N      |
  1208.       |--------------------|---------------|---------------|---------------|
  1209.       | QoS Classes        |       *       |       *       |       *       |
  1210.       |--------------------|---------------|---------------|---------------|
  1211.       | Transit Delay(nt.2)|    (note 3)   |   (note 3)    |    (note 3)   |
  1212.       |--------------------|---------------|---------------|---------------|
  1213.       | Peak-to-Peak CDV   |               |               |               |
  1214.       |--------------------|---------------|---------------|---------------|
  1215.       | CLR (CLP=0)~       |       O       |       O       |       O       |
  1216.       |--------------------|---------------|---------------|---------------|
  1217.       | CLR (CLP=0+1)~     |               |               |               |
  1218.       +--------------------------------------------------------------------+
  1219.  
  1220.  
  1221.  
  1222.  
  1223.  
  1224.  
  1225.  
  1226.  
  1227.  
  1228.  
  1229.  
  1230.  
  1231. Maher                                                          [Page 22]
  1232.  
  1233. RFC             IP over ATM Signalling - UNI 4.0 Update         May 1997
  1234.  
  1235.  
  1236.       +--------------------------------------------------------------------+
  1237.       |ATM Service Category|     ABR       |              UBR              |
  1238.       |--------------------|---------------|---------------|---------------|
  1239.       | Conformance        |     ABR       |     UBR.1     |     UBR.2     |
  1240.       |--------------------|---------------|---------------|---------------|
  1241.       | Bearer Capability  |               |               |               |
  1242.       |--------------------|---------------|---------------|---------------|
  1243.       | BB Bearer Class    |  C |  X  | VP |C |    X   | VP|C |    X   | VP|
  1244.       |--------------------|---------------|--|--------|---|--|--------|---|
  1245.       | ATM Transfer       |               |  |abs,0,2,|abs|  |abs,0,2,|abs|
  1246.       | Capability         |      12       |ab| 8,10   |10 |ab| 8,10   |10 |
  1247.       |--------------------|---------------|---------------|---------------|
  1248.       | Traffic Descriptor |               |               |               |
  1249.       |  for a given dir.  |               |               |               |
  1250.       |--------------------|---------------|---------------|---------------|
  1251.       | PCR (CLP=0)        |               |               |               |
  1252.       |--------------------|---------------|---------------|---------------|
  1253.       | PCR (CLP=0+1)      |       S       |       S       |       S       |
  1254.       |--------------------|---------------|---------------|---------------|
  1255.       | SCR, MBS (CLP=0)   |               |       S       |       S       |
  1256.       |--------------------|---------------|---------------|---------------|
  1257.       | SCR, MBS (CLP=0+1) |       S       |               |               |
  1258.       |--------------------|---------------|---------------|---------------|
  1259.       | ABR MCR            |    (note 6)   |               |               |
  1260.       |--------------------|---------------|---------------|---------------|
  1261.       | Best Effort        |               |  S (note 9)   |   S (note 9)  |
  1262.       |--------------------|---------------|---------------|---------------|
  1263.       | Tagging            |       N       |       N       |       N       |
  1264.       |--------------------|---------------|---------------|---------------|
  1265.       | Frame Discard      |      Y/N      |      Y/N      |      Y/N      |
  1266.       |--------------------|---------------|---------------|---------------|
  1267.       | QoS Classes        |       0       |       0       |       0       |
  1268.       |--------------------|---------------|---------------|---------------|
  1269.       | Transit Delay(nt.2)|               |               |               |
  1270.       |--------------------|---------------|---------------|---------------|
  1271.       | Peak-to-Peak CDV   |               |               |               |
  1272.       |--------------------|---------------|---------------|---------------|
  1273.       | CLR (CLP=0)~       |               |               |               |
  1274.       |--------------------|---------------|---------------|---------------|
  1275.       | CLR (CLP=0+1)~     |               |               |               |
  1276.       +--------------------------------------------------------------------+
  1277.  
  1278.  
  1279.  
  1280.       ab, abs = absent.
  1281.  
  1282.       Y/N = either "Yes" or "No" is allowed.
  1283.  
  1284.  
  1285.  
  1286.  
  1287. Maher                                                          [Page 23]
  1288.  
  1289. RFC             IP over ATM Signalling - UNI 4.0 Update         May 1997
  1290.  
  1291.  
  1292.       O = Optional. May be specified using:
  1293.                - an additional QoS parameter encoded i the Extended QoS parameters
  1294.                  information element or the end-to-end transit information
  1295.                  element; or,
  1296.                - objectives implied from the QoS class
  1297.                If an Extended QoS Parameters IE is not present in the message,
  1298.                then any value of this parameter is acceptable. If neither the
  1299.                parameter nor the Extended QoS Parameters IE is present, then the
  1300.                objective for this parameter is determined from the QoS class
  1301.                in the QoS Parameter IE.
  1302.  
  1303.       S = Specified.
  1304.  
  1305.       (blank) = Unspecified.
  1306.  
  1307.       * = allowed QoS class values are a network option. Class 0 is always
  1308.           for alignment with ITU-T.
  1309.  
  1310.       ^ = (note 5).
  1311.  
  1312.       ~ = (note 11).
  1313.  
  1314.       Note 1  - Values 0,1,2,4,6, and 8 are not used on transmission but shall
  1315.                 be understood on reception.
  1316.       Note 2  - Maximum end-2-end transit delay objectives may only be specified
  1317.                 for the forward direction.
  1318.       Note 3  - Maximum end-2-end transit delay objectives may be specified for
  1319.                 the ATM Service Category of Non-real Time VBR for reasons of
  1320.                 backward compatibility with ITU-T Recommendations.
  1321.       Note 4  - Included for reasons of backward compatibility with UNI 3.1 and
  1322.                 ITU-T Recommendations. With these conformance definitions, the
  1323.                 CLR commitment is only for the CLP=0 traffic stream.
  1324.       Note 5  - Included to allow switched virtual paths to use the UNI 3.1
  1325.                 conformance definitions.
  1326.       Note 6  - Optional in the user-to-network direction. Specified in the
  1327.                 network-to-user direction.
  1328.       Note 7  - This combination should be treated as if the received PCR (CLP=0)
  1329.                 parameter were a SCR (CLP=0) parameter and a MBS (CLP=0) parameter
  1330.                 with a value of 1.
  1331.       Note 8  - This combination should be treated as if an additional SCR (CLP=0)
  1332.                 parameter were received with the same value as a PCR (CLP=0+1)
  1333.                 parameter and a MBS (CLP=0) parameter
  1334.                 with a value of 1.
  1335.       Note 9  - The best effort parameter applies to both the forward and backward
  1336.                 directions.
  1337.       Note 10 - This combination should only be used when the CLR commitment on
  1338.                 CLP=0+1 is required versus  CLR commitment on CLP=0 traffic, since
  1339.                 these combinations are not supported by UNI 3.0/3.1 nor ITU-T
  1340.  
  1341.  
  1342.  
  1343. Maher                                                          [Page 24]
  1344.  
  1345. RFC             IP over ATM Signalling - UNI 4.0 Update         May 1997
  1346.  
  1347.  
  1348.                 Q.2931.
  1349.       Note 11 - In this table the CLR commitment is shown as two entries to
  1350.                 indicated explicitly whether the CLR commitment is for the CLP=0
  1351.                 or the CLP=0+1 cells.
  1352.  
  1353.  
  1354.  
  1355.  
  1356.  
  1357.  
  1358.  
  1359.  
  1360.  
  1361.  
  1362.  
  1363.  
  1364.  
  1365.  
  1366.  
  1367.  
  1368.  
  1369.  
  1370.  
  1371.  
  1372.  
  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. Maher                                                          [Page 25]
  1400.  
  1401.