home *** CD-ROM | disk | FTP | other *** search
/ Handbook of Infosec Terms 2.0 / Handbook_of_Infosec_Terms_Version_2.0_ISSO.iso / text / rfcs / rfc1763.txt < prev    next >
Text File  |  1996-05-07  |  18KB  |  346 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7. Network Working Group                                           S. Senum Request for Comments: 1763                                     DigiBoard Category: Standards Track                                     March 1995 
  8.  
  9.                The PPP Banyan Vines Control Protocol (BVCP) 
  10.  
  11. Status of this Memo 
  12.  
  13.    This document specifies an Internet standards track protocol for the    Internet community, and requests discussion and suggestions for    improvements.  Please refer to the current edition of the "Internet    Official Protocol Standards" (STD 1) for the standardization state    and status of this protocol.  Distribution of this memo is unlimited. 
  14.  
  15. Abstract 
  16.  
  17.    The Point-to-Point Protocol (PPP) [1] provides a standard method for    transporting multi-protocol datagrams over point-to-point links.  PPP    defines an extensible Link Control Protocol, and proposes a family of    Network Control Protocols for establishing and configuring different    network-layer protocols. 
  18.  
  19.    This document defines the Network Control Protocol for establishing    and configuring the Banyan VINES protocol over PPP. 
  20.  
  21. Table of Contents 
  22.  
  23.    1.     Introduction ..........................................    2       1.1       Specification of Requirements ...................    2       1.2       Terminology .....................................    3    2.     A PPP Network Control Protocol for VINES ..............    3       2.1       Sending VINES Datagrams .........................    4       2.2       General Considerations ..........................    4    3.     BVCP Configuration Options ............................    5       3.1       BV-NS-RTP-Link-Type .............................    5       3.2       BV-FRP ..........................................    6       3.3       BV-RTP ..........................................    7       3.4       BV-Suppress-Broadcast ...........................    8    SECURITY CONSIDERATIONS ......................................    9    REFERENCES ...................................................    9       ACKNOWLEDGEMENTS ..........................................    9    CHAIR'S ADDRESS ..............................................   10    AUTHOR'S ADDRESS .............................................   10 
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31. Senum                                                           [Page 1] 
  32.  RFC 1763                        PPP BVCP                      March 1995 
  33.  
  34.  1.  Introduction 
  35.  
  36.    PPP has three main components: 
  37.  
  38.       1. A method for encapsulating multi-protocol datagrams. 
  39.  
  40.       2. A Link Control Protocol (LCP) for establishing, configuring,          and testing the data-link connection. 
  41.  
  42.       3. A family of Network Control Protocols for establishing and          configuring different network-layer protocols. 
  43.  
  44.    In order to establish communications over a point-to-point link, each    end of the PPP link must first send LCP packets to configure and test    the data link.  After the link has been established and optional    facilities have been negotiated as needed by the LCP, PPP must send    BVCP packets to choose and configure the VINES network-layer    protocol.  Once BVCP has reached the Opened state, VINES datagrams    can be sent over the link. 
  45.  
  46.    The link will remain configured for communications until explicit LCP    or BVCP packets close the link down, or until some external event    occurs (an inactivity timer expires or network administrator    intervention). 
  47.  
  48. 1.1.  Specification of Requirements 
  49.  
  50.    In this document, several words are used to signify the requirements    of the specification.  These words are often capitalized. 
  51.  
  52.    MUST      This word, or the adjective "required", means that the              definition is an absolute requirement of the specification. 
  53.  
  54.    MUST NOT  This phrase means that the definition is an absolute              prohibition of the specification. 
  55.  
  56.    SHOULD    This word, or the adjective "recommended", means that there              may exist valid reasons in particular circumstances to              ignore this item, but the full implications must be              understood and carefully weighed before choosing a              different course. 
  57.  
  58.    MAY       This word, or the adjective "optional", means that this              item is one of an allowed set of alternatives.  An              implementation which does not include this option MUST be              prepared to interoperate with another implementation which              does include the option. 
  59.  
  60.  
  61.  
  62.  Senum                                                           [Page 2] 
  63.  RFC 1763                        PPP BVCP                      March 1995 
  64.  
  65.  1.2.  Terminology 
  66.  
  67.    This document frequently uses the following terms: 
  68.  
  69.    datagram  The unit of transmission in the network layer (such as IP).              A datagram may be encapsulated in one or more packets              passed to the data link layer. 
  70.  
  71.    frame     The unit of transmission at the data link layer.  A frame              may include a header and/or a trailer, along with some              number of units of data. 
  72.  
  73.    packet    The basic unit of encapsulation, which is passed across the              interface between the network layer and the data link              layer.  A packet is usually mapped to a frame; the              exceptions are when data link layer fragmentation is being              performed, or when multiple packets are incorporated into a              single frame. 
  74.  
  75.    peer      The other end of the point-to-point link. 
  76.  
  77.    silently discard              This means the implementation discards the packet without              further processing.  The implementation SHOULD provide the              capability of logging the error, including the contents of              the silently discarded packet, and SHOULD record the event              in a statistics counter. 
  78.  
  79. 2.  A PPP Network Control Protocol for VINES 
  80.  
  81.    The Banyan VINES Control Protocol (BVCP) is responsible for    configuring, enabling, and disabling the VINES protocol modules on    both ends of the point-to-point link.  BVCP uses the same packet    exchange mechanism as the Link Control Protocol.  BVCP packets may    not be exchanged until PPP has reached the Network-Layer Protocol    phase.  BVCP packets received before this phase is reached should be    silently discarded. 
  82.  
  83.    The Baynan VINES Control Protocol is exactly the same as the Link    Control Protocol [1] with the following exceptions: 
  84.  
  85.    Frame Modifications 
  86.  
  87.       The packet may utilize any modifications to the basic frame format       which have been negotiated during the Link Establishment phase. 
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  Senum                                                           [Page 3] 
  94.  RFC 1763                        PPP BVCP                      March 1995 
  95.  
  96.     Data Link Layer Protocol Field 
  97.  
  98.       Exactly one BVCP packet is encapsulated in the Information field       of a PPP Data Link Layer frame where the Protocol field indicates       type hex 8035 (Banyan VINES Control Protocol). 
  99.  
  100.    Code field 
  101.  
  102.       Only Codes 1 through 7 (Configure-Request, Configure-Ack,       Configure-Nak, Configure-Reject, Terminate-Request, Terminate-Ack       and Code-Reject) are used.  Other Codes should be treated as       unrecognized and should result in Code-Rejects. 
  103.  
  104.    Timeouts 
  105.  
  106.       BVCP packets may not be exchanged until PPP has reached the       Network-Layer Protocol phase.  An implementation should be       prepared to wait for Authentication and Link Quality Determination       to finish before timing out waiting for a Configure-Ack or other       response.  It is suggested that an implementation give up only       after user intervention or a configurable amount of time. 
  107.  
  108.    Configuration Option Types 
  109.  
  110.       BVCP has a distinct set of Configuration Options. 
  111.  
  112. 2.1.  Sending VINES Datagrams 
  113.  
  114.    Before any VINES datagrams may be communicated, PPP must reach the    Network-Layer Protocol phase, and the Banyan VINES Control Protocol    must reach the Opened state. 
  115.  
  116.    Exactly one VINES packet is encapsulated in the Information field of    a PPP Data Link Layer frame where the Protocol field indicates type    hex 0035 (Banyan VINES datagram).  The maximum length of a VINES    datagram transmitted over a PPP link is the same as the maximum    length of the Information field of a PPP data link layer frame. 
  117.  
  118.    The format of the Information field itself is the same as that    defined in [2]. 
  119.  
  120. 2.2.  General Considerations 
  121.  
  122.    VINES supports an Address Resolution Protocol, VINES ARP, primarily    used for address assignment.  Since this protocol is part of VINES    IP, it is fully supported over BVCP.  VINES also supports a data-link    Echo Protocol (VINES Echo), used to test connectivity to a VINES    Server in a LAN environment, which is not supported over BVCP. 
  123.  
  124.  
  125.  
  126. Senum                                                           [Page 4] 
  127.  RFC 1763                        PPP BVCP                      March 1995 
  128.  
  129.  3.  BVCP Configuration Options 
  130.  
  131.    BVCP Configuration Options allow modifications to the standard    characteristics of the network-layer protocol to be negotiated.  If a    Configuration Option is not included in a Configure-Request packet,    the default value for that Configuration Option is assumed. 
  132.  
  133.    BVCP uses the same Configuration Option format defined for LCP [1],    with a separate set of Options. 
  134.  
  135.    Up-to-date values of the BVCP Option Type field are specified in the    most recent "Assigned Numbers" RFC [3].  Current values are assigned    as follows: 
  136.  
  137.       Value   Option 
  138.  
  139.         1     BV-NS-RTP-Link-Type         2     BV-FRP         3     BV-RTP         4     BV-Suppress-Broadcast 
  140.  
  141.    Note: A suggestion was made to combine the BV-NS-RTP-Link-Type option    and the BV-RTP option into a single option that could negotiate one    of four settings (S-RTP, NS-RTP-LAN, NS-RTP-WAN, NO-RTP).  This    suggestion has been rejected because VINES must already deal with a    mix of S-RTP and NS-RTP, and that pushing this information down to    the PPP layer is not desirable. 
  142.  
  143. 3.1.  BV-NS-RTP-Link-Type 
  144.  
  145.    Description 
  146.  
  147.       This Configuration Option provides a way to negotiate the way the       Non-Sequenced Routing Update Protocol (NS-RTP) (pre-VINES 5.5,       i.e., 4.11 and 5.0) will run on the link.  NS-RTP handles updates       differently depending on whether the interface is a LAN type or a       WAN type.  For a LAN type, the full routing table is rebroadcast       every update interval (90 seconds).  For a WAN type, the full       routing table is only transmitted for the first 3 update intervals       after the link comes up.  After that only changes are transmitted       (for 5 update intervals).  Note that this has no effect if       Sequenced RTP (VINES 5.5) is being used.  More information on this       can be found in [2]. 
  148.  
  149.       This option negotiates what an implementation is willing to       receive, and is negotiated separately per side of the PPP       connection.  The acceptance of this option (by the peer) indicates       that the peer will send NS-RTP updates as if the link was a LAN 
  150.  
  151.  
  152.  
  153. Senum                                                           [Page 5] 
  154.  RFC 1763                        PPP BVCP                      March 1995 
  155.  
  156.        type.  The rejection (or absence) of this option indicates that       the peer will send NS-RTP updates as if the link was a WAN type. 
  157.  
  158.       By default, NS-RTP updates are sent as if the link was a WAN type. 
  159.  
  160.    A summary of the BV-NS-RTP-Link-Type Configuration Option format is    shown below.  The fields are transmitted from left to right. 
  161.  
  162.        0                   1        0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+       |     Type      |    Length     |       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 
  163.  
  164.        Type 
  165.  
  166.          1 
  167.  
  168.       Length 
  169.  
  170.          2 
  171.  
  172. 3.2.  BV-FRP 
  173.  
  174.    Description 
  175.  
  176.       This Configuration Option provides a way to negotiate the use of       VINES Fragmentation Protocol (FRP).  This protocol is used to       allow fragmentation and reassembly of a VINES packet over the       link.  FRP prepends a two octet field to every packet going over       the link that contains a begin and end fragment information and a       sequence number.  With PPP's default MRU of 1500, FRP is not       normally needed, and no FRP header would be sent with the VINES       packet.  If a MRU of less than 1484 is negotiated, FRP will be       needed to send a full size VINES packet over the link.  More       information on this can be found in [2]. 
  177.  
  178.       This option negotiates what an implementation is willing to       receive, and is negotiated separately per side of the PPP       connection.  The acceptance of this option (by the peer) indicates       that the peer will send VINES packets with a FRP header.  The       rejection (or absence) of this option indicates that the peer will       send VINES packets without a FRP header. 
  179.  
  180.       By default, VINES packets are sent without a FRP header. 
  181.  
  182.  
  183.  
  184.  
  185.  
  186. Senum                                                           [Page 6] 
  187.  RFC 1763                        PPP BVCP                      March 1995 
  188.  
  189.     A summary of the BV-FRP Configuration Option format is shown below.    The fields are transmitted from left to right. 
  190.  
  191.        0                   1        0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+       |     Type      |    Length     |       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 
  192.  
  193.        Type 
  194.  
  195.          2 
  196.  
  197.       Length 
  198.  
  199.          2 
  200.  
  201. 3.3.  BV-RTP 
  202.  
  203.    Description 
  204.  
  205.       This Configuration Option provides a way to negotiate whether RTP       is used over the link.  If dial-up lines with static routes are       being used, the use of RTP may be totally suppressed to conserve       bandwidth on the link. 
  206.  
  207.       This option negotiates what an implementation is willing to       receive, and is negotiated separately per side of the PPP       connection.  The acceptance of this option (by the peer) indicates       that the peer will not send RTP packets.  The rejection (or       absence) of this option indicates that the peer will send any RTP       packets. 
  208.  
  209.       By default, RTP packets are sent over the link. 
  210.  
  211.  
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  Senum                                                           [Page 7] 
  226.  RFC 1763                        PPP BVCP                      March 1995 
  227.  
  228.     A summary of the BV-RTP Configuration Option format is shown below.    The fields are transmitted from left to right. 
  229.  
  230.        0                   1        0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+       |     Type      |    Length     |       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 
  231.  
  232.        Type 
  233.  
  234.          3 
  235.  
  236.       Length 
  237.  
  238.          2 
  239.  
  240. 3.4.  BV-Suppress-Broadcast 
  241.  
  242.    Description 
  243.  
  244.       This Configuration Option provides a way to negotiate the sending       of VINES broadcast packets, i.e., packets with a destination VINES       network address of all ones.  This option only affects VINES       packets that are not of type VINES ARP or VINES RTP.  This option       can be used by a VINES Client to request that most of the       broadcast packets that would normally be sent to it by a VINES       Server be discarded, in order to conserve link bandwidth.  Most of       the broadcast packets sent by a VINES Server are not useful to a       VINES Client. 
  245.  
  246.       This option negotiates what an implementation is willing to       receive, and is negotiated separately per side of the PPP       connection.  The acceptance of this option (by the peer) indicates       that the peer MUST NOT send any VINES broadcast packets, other       than packets of type VINES ARP or VINES RTP.  The rejection (or       absence) of this option indicates that the peer will send all       VINES broadcast packets. 
  247.  
  248.       By default, all VINES broadcast packets are sent. 
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  Senum                                                           [Page 8] 
  259.  RFC 1763                        PPP BVCP                      March 1995 
  260.  
  261.     A summary of the BV-Suppress-Broadcast Configuration Option format is    shown below.  The fields are transmitted from left to right. 
  262.  
  263.        0                   1        0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+       |     Type      |    Length     |       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 
  264.  
  265.        Type 
  266.  
  267.          4 
  268.  
  269.       Length 
  270.  
  271.          2 
  272.  
  273. Security Considerations 
  274.  
  275.    Security issues are not discussed in this memo. 
  276.  
  277. References 
  278.  
  279.    [1] Simpson, W., "The Point-to-Point Protocol (PPP)", STD 51, RFC        1661, Daydreamer, July 1994. 
  280.  
  281.    [2] Banyan, "VINES Protocol Definition", June 1993, Order No.        003673. 
  282.  
  283.    [3] Reynolds, J., and J. Postel, "Assigned Numbers", STD 2, RFC 1700,        USC/Information Sciences Institute, October 1994. 
  284.  
  285. Acknowledgements 
  286.  
  287.    Some of the text in this document is taken from previous documents    produced by the Point-to-Point Protocol Working Group of the Internet    Engineering Task Force (IETF). 
  288.  
  289.    In particular, Bill Simpson provided the boiler-plate used to create    this document. 
  290.  
  291.  
  292.  
  293.  
  294.  
  295.  
  296.  
  297.  
  298.  
  299.  Senum                                                           [Page 9] 
  300.  RFC 1763                        PPP BVCP                      March 1995 
  301.  
  302.  Chair's Address 
  303.  
  304.    The working group can be contacted via the current chair: 
  305.  
  306.    Fred Baker    Cisco Systems    519 Lado Drive    Santa Barbara, California 93111 
  307.  
  308.    Phone: (805) 681-0115    EMail: fred@cisco.com 
  309.  
  310. Author's Address 
  311.  
  312.    Questions about this memo can also be directed to: 
  313.  
  314.    Steven J. Senum    DigiBoard    6400 Flying Cloud Drive    Eden Prairie, Minnesota 55344 
  315.  
  316.    Phone: (612) 943-9020    EMail: sjs@digibd.com 
  317.  
  318.  
  319.  
  320.  
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329.  
  330.  
  331.  
  332.  
  333.  
  334.  
  335.  
  336.  
  337.  
  338.  
  339.  
  340.  
  341.  
  342.  
  343.  
  344.  Senum                                                          [Page 10] 
  345.  
  346.