home *** CD-ROM | disk | FTP | other *** search
/ Unix System Administration Handbook 1997 October / usah_oct97.iso / rfc / 1900s / rfc1954.txt < prev    next >
Text File  |  1996-05-20  |  16KB  |  452 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7. Network Working Group                                 P. Newman, Ipsilon
  8. Request for Comments: 1954                         W. L. Edwards, Sprint
  9. Category: Informational                               R. Hinden, Ipsilon
  10.                                                      E. Hoffman, Ipsilon
  11.                                                   F. Ching Liaw, Ipsilon
  12.                                                         T. Lyon, Ipsilon
  13.                                                     G. Minshall, Ipsilon
  14.                                                                 May 1996
  15.  
  16.  
  17.           Transmission of Flow Labelled IPv4 on ATM Data Links
  18.                           Ipsilon Version 1.0
  19.  
  20. Status of this Memo
  21.  
  22.    This document provides information for the Internet community.  This
  23.    memo does not specify an Internet standard of any kind.  Distribution
  24.    of this memo is unlimited.
  25.  
  26. IESG Note:
  27.  
  28.    This note documents a private protocol for IPv4-based flows.  This
  29.    protocol is NOT the product of an IETF working group nor is it a
  30.    standards track document. It has not necessarily benefited from the
  31.    widespread and in depth community review that standards track
  32.    documents receive.
  33.  
  34. Abstract
  35.  
  36.    This document specifies the manner for transmitting IPv4 datagrams
  37.    over an ATM data link, both in a default manner and in the presence
  38.    of flow labelling via Ipsilon Flow Management Protocol [IFMP].
  39.  
  40. Table of Contents
  41.  
  42.    Introduction....................................................2
  43.    1. Labels.......................................................2
  44.    2. Default Encapsulation........................................2
  45.    3. Flow Type 0 Encapsulation....................................3
  46.    4. Flow Type 1 Encapsulation....................................4
  47.    5. Flow Type 2 Encapsulation....................................5
  48.    References......................................................7
  49.    Security Considerations.........................................7
  50.    Authors' Addresses..............................................7
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58. Newman, et. al.              Informational                      [Page 1]
  59.  
  60. RFC 1954               Flow Labelled IPv4 on ATM                May 1996
  61.  
  62.  
  63. Introduction
  64.  
  65.    This document specifies the manner for transmitting IPv4 datagrams
  66.    over an ATM data link, both in a default manner and in the presence
  67.    of flow labelling via Ipsilon Flow Management Protocol [IFMP].  ATM
  68.    specific functions such as OAM cells, the CLP bit, and ABR RM cells
  69.    are not used.  There are no reserved VCIs other than VPI = 0, VCI =
  70.    0, which indicates an unassigned cell; and VPI = 0, VCI = 15, which
  71.    is used for the default encapsulation.  IFMP messages must be sent
  72.    using the default encapsulation.
  73.  
  74. 1. Labels
  75.  
  76.    Labels, as carried by IFMP, are realized on an ATM data link as
  77.    specific VPI/VCIs.  The format of the Label field for ATM labels is:
  78.  
  79.     0                   1                   2                   3
  80.     0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
  81.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  82.    |Reservd|          VPI          |             VCI               |
  83.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  84.  
  85.    The low order 16 bits of the label correspond to the VCI, with the
  86.    least significant bit of the Label field corresponding to the least
  87.    significant bit of the VCI.  If the link cannot support a full 16 bit
  88.    VCI the unused bits of the VCI must be the most significant bits and
  89.    they must be set to zero.
  90.  
  91.    The next 12 higher order bits of the label correspond to the VPI,
  92.    with the least significant of these bits corresponding to the least
  93.    significant bit of the VPI.  If the link cannot support a full 12 bit
  94.    VPI, then the unused bits of the VPI must be the most significant
  95.    bits and they must be set to zero.  The most significant four bits of
  96.    the label are reserved.  They should be set to zero by the sender and
  97.    ignored by the receiver.
  98.  
  99. 2. Default Encapsulation
  100.  
  101.    The default encapsulation for IPv4 packets on ATM data links is the
  102.    LLC/SNAP encapsulation specified in section 4.1 "LLC encapsulation
  103.    for routed protocols" of RFC 1483 [RFC1483].  Such frames begin with
  104.    the octets 0xAA 0xAA 0x03 0x00 0x00 0x00 0x08 0x00 (the LLC/SNAP
  105.    header for IPv4).  The LLC/SNAP header is prefixed to the IP datagram
  106.    and the entire packet is encapsulated within the payload of an AAL-5
  107.    CPCS-PDU as specified in RFC 1483 and illustrated below:
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114. Newman, et. al.              Informational                      [Page 2]
  115.  
  116. RFC 1954               Flow Labelled IPv4 on ATM                May 1996
  117.  
  118.  
  119.     0                   1                   2                   3
  120.     0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
  121.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  122.    |               LLC (0xAA-AA-03)                |               |
  123.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+               |
  124.    |                   SNAP (0x00-00-00-08-00)                     |
  125.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  126.    |                                                               |
  127.    ~                         IPv4 Datagram                         ~
  128.    |                                                               |
  129.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  130.    |                   Pad (0 - 47 octets)                         |
  131.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  132.    |                                                               |
  133.    +               AAL-5 CPCS-PDU Trailer (8 octets)               +
  134.    |                                                               |
  135.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  136.  
  137.    The maximum transmission unit (MTU) of an IPv4 datagram using the
  138.    default encapsulation is 1500 octets.
  139.  
  140.    Frames using the default encapsulation are sent to: VPI = 0, VCI =
  141.    15.
  142.  
  143. 3. Flow Type 0 Encapsulation
  144.  
  145.    All IPv4 frames using Flow Type 0 are encapsulated within the payload
  146.    of an AAL-5 CPCS-PDU.  This is the null encapsulation of section 5.1
  147.    "VC based multiplexing of routed protocols" from RFC 1483 [RFC1483].
  148.    There is no LLC/SNAP header.  The first octet of the frame
  149.    corresponds to the first octet of the IPv4 datagram (i.e., the octet
  150.    that contains the IP version number (4) and Internet Header Length
  151.    (IHL) ).  The IP datagram is encapsulated within the payload of an
  152.    AAL-5 CPCS-PDU as specified in RFC 1483 and illustrated below:
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170. Newman, et. al.              Informational                      [Page 3]
  171.  
  172. RFC 1954               Flow Labelled IPv4 on ATM                May 1996
  173.  
  174.  
  175.     0                   1                   2                   3
  176.     0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
  177.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  178.    |                                                               |
  179.    ~                         IPv4 Datagram                         ~
  180.    |                                                               |
  181.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  182.    |                     Pad (0 - 47 octets)                       |
  183.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  184.    |                                                               |
  185.    +                AAL-5 CPCS-PDU Trailer (8 octets)              +
  186.    |                                                               |
  187.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  188.  
  189.    The MTU of an IPv4 datagram using Flow Type 0 encapsulation is 1500
  190.    octets.
  191.  
  192.    Frames using Flow Type 0 encapsulation are sent to the VPI/VCI
  193.    specified in the Label field of the corresponding IFMP Flow Type 0
  194.    Redirect message element [IFMP].
  195.  
  196. 4. Flow Type 1 Encapsulation
  197.  
  198.    All IPv4 frames using Flow Type 1 are encapsulated directly in the
  199.    payload of an AAL-5 CPCS-PDU.  This is the null encapsulation of
  200.    section 5.1 "VC based multiplexing of routed protocols" from RFC 1483
  201.    [RFC1483].  There is no LLC/SNAP header.  Also, the following fields
  202.    of the IP header are not transmitted: Version, Internet Header Length
  203.    (IHL), Type of Service (TOS), Time to Live (TTL), Protocol, Source
  204.    Address, and Destination Address.  In addition, the first 4 octets
  205.    immediately following the IP header (as determined by the IHL field)
  206.    are not transmitted.  (These 4 octets correspond to the source and
  207.    destination ports for TCP and UDP datagrams.)  The value of the Total
  208.    Length field is not changed; it remains the total length of the IP
  209.    datagram before the above fields were removed.  The transmitted value
  210.    of the Checksum field is the checksum value that would have been
  211.    computed for the entire IP header if the TTL field had been set to
  212.    zero (i.e., the actual value of the TTL field is "subtracted", using
  213.    one's-complement arithmetic, from the Checksum before transmission).
  214.  
  215.    The IP datagram is encapsulated within the payload of an AAL-5 CPCS-
  216.    PDU as specified in RFC 1483 and illustrated below:
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226. Newman, et. al.              Informational                      [Page 4]
  227.  
  228. RFC 1954               Flow Labelled IPv4 on ATM                May 1996
  229.  
  230.  
  231.     0                   1                   2                   3
  232.     0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
  233.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  234.    |         Total Length          |        Identification         |
  235.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  236.    |Flags|     Fragment Offset     |           Checksum            |
  237.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  238.    |                                                               |
  239.    ~                             Data                              ~
  240.    |                                                               |
  241.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  242.    |                     Pad (0 - 47 octets)                       |
  243.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  244.    |                                                               |
  245.    +                AAL-5 CPCS-PDU Trailer (8 octets)              +
  246.    |                                                               |
  247.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  248.  
  249.    The MTU of the IPv4 datagram using Flow Type 1 encapsulation is 1484
  250.    octets (1500 octets minus the 16 octets specified above).
  251.  
  252.    Frames using Flow Type 1 encapsulation are sent to the VPI/VCI
  253.    specified in the Label field of the corresponding IFMP Flow Type 1
  254.    redirect message element [IFMP].
  255.  
  256. 5. Flow Type 2 Encapsulation
  257.  
  258.    All IPv4 frames using Flow Type 2 are encapsulated directly in the
  259.    payload of an AAL-5 CPCS-PDU.  This is the null encapsulation of
  260.    section 5.1 "VC based multiplexing of routed protocols" from RFC 1483
  261.    [RFC1483].  There is no LLC/SNAP header.  Also, the following fields
  262.    of the IP header are not transmitted: Version, Internet Header Length
  263.    (IHL), Time to Live (TTL), Source Address, and Destination Address.
  264.    The first 4 octets immediately following the IP header (as determined
  265.    by the IHL field) are transmitted.  (These 4 octets correspond to the
  266.    source and destination ports for TCP and UDP datagrams.) The value of
  267.    the Total Length field is not changed; it remains the total length of
  268.    the IP datagram before the above fields were removed.  The
  269.    transmitted value of the Checksum field is the checksum value that
  270.    would have been computed for the entire IP header if the TTL field
  271.    had been set to zero (i.e., the actual value of the TTL field is
  272.    "subtracted", using one's-complement arithmetic, from the Checksum
  273.    before transmission).
  274.  
  275.    The IP datagram is encapsulated within the payload of an AAL-5 CPCS-
  276.    PDU as specified in RFC 1483 and illustrated below:
  277.  
  278.  
  279.  
  280.  
  281.  
  282. Newman, et. al.              Informational                      [Page 5]
  283.  
  284. RFC 1954               Flow Labelled IPv4 on ATM                May 1996
  285.  
  286.  
  287.     0                   1                   2                   3
  288.     0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
  289.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  290.    |   Reserved    |Type of Service|         Total Length          |
  291.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  292.    |        Identification         |Flags|     Fragment Offset     |
  293.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  294.    |   Reserved    |   Protocol    |           Checksum            |
  295.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  296.    |                                                               |
  297.    ~                             Data                              ~
  298.    |                                                               |
  299.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  300.    |                     Pad (0 - 47 octets)                       |
  301.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  302.    |                                                               |
  303.    +                AAL-5 CPCS-PDU Trailer (8 octets)              +
  304.    |                                                               |
  305.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  306.  
  307.    The Reserved fields are not used and should be set to zero by the
  308.    sender and ignored by the receiver.
  309.  
  310.    The MTU of the IPv4 datagram using Flow Type 2 encapsulation is 1492
  311.    octets (1500 octets minus the 8 octets specified above).
  312.  
  313.    Frames using Flow Type 2 encapsulation are sent to the VPI/VCI
  314.    specified in the Label field of the corresponding IFMP Flow Type 2
  315.    redirect message element [IFMP].
  316.  
  317.  
  318.  
  319.  
  320.  
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329.  
  330.  
  331.  
  332.  
  333.  
  334.  
  335.  
  336.  
  337.  
  338. Newman, et. al.              Informational                      [Page 6]
  339.  
  340. RFC 1954               Flow Labelled IPv4 on ATM                May 1996
  341.  
  342.  
  343. References
  344.  
  345.       [IFMP] Newman, P., et. al., "Ipsilon Flow Management Protocol
  346.                 Specification for IPv Version 1.0", Ipsilon Networks
  347.                 Inc., RFC 1953, May 1996.
  348.  
  349.       [RFC1483] Heinanen, J., "Multiprotocol Encapsulation over ATM
  350.                 Adaptation Layer 5", RFC 1483, July 1993.
  351.  
  352. SECURITY CONSIDERATIONS
  353.  
  354.    Security issues are not discussed in this document.
  355.  
  356. AUTHORS' ADDRESSES
  357.  
  358.    Peter Newman                        Phone: +1 (415) 846-4603
  359.    Ipsilon Networks, Inc.              EMail: pn@ipsilon.com
  360.  
  361.    W. L. Edwards, Chief Scientist      Phone:  +1 (913) 534 5334
  362.    Sprint                              EMail:  texas@sprintcorp.com
  363.  
  364.    Robert M. Hinden                    Phone: +1 (415) 846-4604
  365.    Ipsilon Networks, Inc.              EMail: hinden@ipsilon.com
  366.  
  367.    Eric Hoffman                        Phone: +1 (415) 846-4610
  368.    Ipsilon Networks, Inc.              EMail: hoffman@ipsilon.com
  369.  
  370.    Fong Ching Liaw                     Phone: +1 (415) 846-4607
  371.    Ipsilon Networks, Inc.              EMail: fong@ipsilon.com
  372.  
  373.    Tom Lyon                            Phone: +1 (415) 846-4601
  374.    Ipsilon Networks, Inc.              EMail: pugs@ipsilon.com
  375.  
  376.    Greg Minshall                       Phone: +1 (415) 846-4605
  377.    Ipsilon Networks, Inc.              EMail: minshall@ipsilon.com
  378.  
  379.  
  380.  
  381.  
  382.  
  383.  
  384.  
  385.  
  386.  
  387.  
  388.  
  389.  
  390.  
  391.  
  392.  
  393.  
  394. Newman, et. al.              Informational                      [Page 7]
  395.  
  396. RFC 1954               Flow Labelled IPv4 on ATM                May 1996
  397.  
  398.  
  399. Ipsilon Networks, Inc. is located at:
  400.  
  401.    2191 East Bayshore Road
  402.    Suite 100
  403.    Palo Alto, CA 94303
  404.    USA
  405.  
  406. Sprint is located at:
  407.  
  408.    Sprint
  409.    Sprint Technology Services - Long Distance Division
  410.    9300 Metcalf Avenue
  411.    Mailstop KSOPKB0802
  412.    Overland Park, KS 66212-6333
  413.    USA
  414.  
  415.  
  416.  
  417.  
  418.  
  419.  
  420.  
  421.  
  422.  
  423.  
  424.  
  425.  
  426.  
  427.  
  428.  
  429.  
  430.  
  431.  
  432.  
  433.  
  434.  
  435.  
  436.  
  437.  
  438.  
  439.  
  440.  
  441.  
  442.  
  443.  
  444.  
  445.  
  446.  
  447.  
  448.  
  449.  
  450. Newman, et. al.              Informational                      [Page 8]
  451.  
  452.