1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277
  
     | 
    
      <pre>Network Working Group                                           S. Senum
Request for Comments: 1764                                     DigiBoard
Category: Standards Track                                     March 1995
                <span class="h1">The PPP XNS IDP Control Protocol (XNSCP)</span>
Status of this Memo
   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.
Abstract
   The Point-to-Point Protocol (PPP) [<a href="#ref-1" title=""The Point-to-Point Protocol (PPP)"">1</a>] 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.
   This document defines the Network Control Protocol for establishing
   and configuring the Xerox Network Systems (XNS) Internet Datagram
   Protocol (IDP) over PPP.
Table of Contents
   <a href="#section-1">1</a>.     Introduction ..........................................    <a href="#page-2">2</a>
      <a href="#section-1.1">1.1</a>       Specification of Requirements ...................    <a href="#page-2">2</a>
      <a href="#section-1.2">1.2</a>       Terminology .....................................    <a href="#page-3">3</a>
   <a href="#section-2">2</a>.     A PPP Network Control Protocol for XNS IDP ............    <a href="#page-3">3</a>
      <a href="#section-2.1">2.1</a>       Sending XNS IDP Datagrams .......................    <a href="#page-4">4</a>
   SECURITY CONSIDERATIONS ......................................    <a href="#page-5">5</a>
   REFERENCES ...................................................    <a href="#page-5">5</a>
      ACKNOWLEDGEMENTS ..........................................    <a href="#page-5">5</a>
   CHAIR'S ADDRESS ..............................................    <a href="#page-5">5</a>
   AUTHOR'S ADDRESS .............................................    <a href="#page-5">5</a>
<span class="grey">Senum                                                           [Page 1]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-2" ></span>
<span class="grey"><a href="./rfc1764">RFC 1764</a>                       PPP XNSCP                      March 1995</span>
<span class="h2"><a class="selflink" id="section-1" href="#section-1">1</a>.  Introduction</span>
   PPP has three main components:
      1. A method for encapsulating multi-protocol datagrams.
      2. A Link Control Protocol (LCP) for establishing, configuring,
         and testing the data-link connection.
      3. A family of Network Control Protocols for establishing and
         configuring different network-layer protocols.
   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
   XNSCP packets to choose and configure the XNS IDP network-layer
   protocol.  Once XNSCP has reached the Opened state, XNS IDP datagrams
   can be sent over the link.
   The link will remain configured for communications until explicit LCP
   or XNSCP packets close the link down, or until some external event
   occurs (an inactivity timer expires or network administrator
   intervention).
<span class="h3"><a class="selflink" id="section-1.1" href="#section-1.1">1.1</a>.  Specification of Requirements</span>
   In this document, several words are used to signify the requirements
   of the specification.  These words are often capitalized.
   MUST      This word, or the adjective "required", means that the
             definition is an absolute requirement of the specification.
   MUST NOT  This phrase means that the definition is an absolute
             prohibition of the specification.
   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.
   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.
<span class="grey">Senum                                                           [Page 2]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-3" ></span>
<span class="grey"><a href="./rfc1764">RFC 1764</a>                       PPP XNSCP                      March 1995</span>
<span class="h3"><a class="selflink" id="section-1.2" href="#section-1.2">1.2</a>.  Terminology</span>
   This document frequently uses the following terms:
   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.
   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.
   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.
   peer      The other end of the point-to-point link.
   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.
<span class="h2"><a class="selflink" id="section-2" href="#section-2">2</a>.  A PPP Network Control Protocol for XNS IDP</span>
   The XNS IDP Control Protocol (XNSCP) is responsible for configuring,
   enabling, and disabling the XNS IDP protocol modules on both ends of
   the point-to-point link.  XNSCP uses the same packet exchange
   mechanism as the Link Control Protocol (LCP).  XNSCP packets may not
   be exchanged until PPP has reached the Network-Layer Protocol phase.
   XNSCP packets received before this phase is reached should be
   silently discarded.
   The XNS IDP Control Protocol is exactly the same as the Link Control
   Protocol [<a href="#ref-1" title=""The Point-to-Point Protocol (PPP)"">1</a>] with the following exceptions:
   Frame Modifications
      The packet may utilize any modifications to the basic frame format
      which have been negotiated during the Link Establishment phase.
<span class="grey">Senum                                                           [Page 3]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-4" ></span>
<span class="grey"><a href="./rfc1764">RFC 1764</a>                       PPP XNSCP                      March 1995</span>
   Data Link Layer Protocol Field
      Exactly one XNSCP packet is encapsulated in the Information field
      of a PPP Data Link Layer frame, where the PPP Protocol field
      indicates type hex 8025 (XNS IDP Control Protocol).
   Code field
      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.
   Timeouts
      XNSCP 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.
   Configuration Option Types
      XNSCP has no Configuration Options.
<span class="h3"><a class="selflink" id="section-2.1" href="#section-2.1">2.1</a>.  Sending XNS IDP Datagrams</span>
   Before any XNS IDP packets may be communicated, PPP must reach the
   Network-Layer Protocol phase, and the XNS IDP Control Protocol must
   reach the Opened state.
   Exactly one XNS IDP packet is encapsulated in the Information field
   of a PPP Data Link Layer frame where the Protocol field indicates
   type hex 0025 (XNS IDP datagram).
   The maximum length of a XNS IDP datagram transmitted over a PPP link
   is the same as the maximum length of the Information field of a PPP
   data link layer frame.  Since there is no standard method for
   fragmenting and reassembling XNS IDP datagrams, PPP links supporting
   XNS IDP MUST allow at least 576 octets in the information field of a
   data link layer frame.
   The format of the Information field itself is the same as that
   defined in [<a href="#ref-2" title=""Internet Transport Protocols"">2</a>].
<span class="grey">Senum                                                           [Page 4]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-5" ></span>
<span class="grey"><a href="./rfc1764">RFC 1764</a>                       PPP XNSCP                      March 1995</span>
Security Considerations
   Security issues are not discussed in this memo.
References
   [<a id="ref-1">1</a>] Simpson, W., "The Point-to-Point Protocol (PPP)", STD 51, <a href="./rfc1661">RFC</a>
       <a href="./rfc1661">1661</a>, Daydreamer, July 1994.
   [<a id="ref-2">2</a>] Xerox, "Internet Transport Protocols", January 1991, Order No.
       XNSS 029101.
Acknowledgements
   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).
   In particular, Bill Simpson provided the boiler-plate used to create
   this document.
Chair's Address
   The working group can be contacted via the current chair:
   Fred Baker
   Cisco Systems
   519 Lado Drive
   Santa Barbara, California 93111
   Phone: (805) 681-0115
   EMail: fred@cisco.com
Author's Address
   Questions about this memo can also be directed to:
   Steven J. Senum
   DigiBoard
   6400 Flying Cloud Drive
   Eden Prairie, Minnesota 55344
   Phone: (612) 943-9020
   EMail: sjs@digibd.com
Senum                                                           [Page 5]
</pre>
 
     |