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

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7. Network Working Group                                         W. Simpson Request for Comments: 1552                                    Daydreamer Category: Standards Track                                  December 1993 
  8.  
  9.       The PPP Internetwork Packet Exchange Control Protocol (IPXCP) 
  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 method for    transmitting 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.    The IPX protocol was originally used in Novell's NetWare products    [3], and is now supported by numerous other vendors.  This document    defines the Network Control Protocol for establishing and configuring    the IPX protocol over PPP. 
  20.  
  21.    This memo is the product of the Point-to-Point Protocol Working Group    of the IETF.  Comments should be submitted to the ietf-    ppp@ucdavis.edu mailing list. 
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41. Simpson                                                         [Page 1] 
  42.  RFC 1552                       PPP IPXCP                   December 1993 
  43.  
  44.  Table of Contents 
  45.  
  46.    1.  Introduction ...................................................2    1.1 Specification of Requirements ..................................3    1.2 Terminology ....................................................3    2.  A PPP Network Control Protocol for IPX .........................4    2.1 Sending IPX Datagrams ..........................................5    2.2 IPX-WAN protocol ...............................................5    2.3 Desired Parameters .............................................5    2.4 Co-existence with IPX-WAN ......................................6    3.  IPXCP Configuration Options ....................................6    3.1 IPX-Network-Number .............................................7    3.2 IPX-Node-Number ................................................8    3.3 IPX-Compression-Protocol .......................................9    3.4 IPX-Routing-Protocol ...........................................11    3.5 IPX-Router-Name ................................................12    3.6 IPX-Configuration-Complete .....................................13    APPENDIX A. Link Delay and Throughput ..............................14    SECURITY CONSIDERATIONS ............................................14    REFERENCES .........................................................15    ACKNOWLEDGEMENTS ...................................................15    CHAIR'S ADDRESS ....................................................15    AUTHOR'S ADDRESS ...................................................16 
  47.  
  48. 1. Introduction 
  49.  
  50.    PPP has three main components: 
  51.  
  52.       1. A method for encapsulating multi-protocol datagrams. 
  53.  
  54.       2. A Link Control Protocol (LCP) for establishing, configuring,          and testing the data-link connection. 
  55.  
  56.       3. A family of Network Control Protocols for establishing and          configuring different network-layer protocols. 
  57.  
  58.    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    IPXCP packets to choose and configure the IPX network-layer protocol.    Once IPXCP has reached the Opened state, IPX datagrams can be sent    over the link. 
  59.  
  60.    The link will remain configured for communications until explicit LCP    or IPXCP packets close the link down, or until some external event    occurs (an inactivity timer expires or network administrator    intervention). 
  61.  
  62.  
  63.  
  64. Simpson                                                         [Page 2] 
  65.  RFC 1552                       PPP IPXCP                   December 1993 
  66.  
  67.  1.1 Specification of Requirements 
  68.  
  69.    In this document, several words are used to signify the requirements    of the specification.  These words are often capitalized. 
  70.  
  71.     MUST 
  72.  
  73.       This word, or the adjective "required", means that the definition       is an absolute requirement of the specification. 
  74.  
  75.     MUST NOT 
  76.  
  77.       This phrase means that the definition is an absolute prohibition       of the specification. 
  78.  
  79.     SHOULD 
  80.  
  81.       This word, or the adjective "recommended", means that there may       exist valid reasons in particular circumstances to ignore this       item, but the full implications should be understood and carefully       weighed before choosing a different course. 
  82.  
  83.     MAY 
  84.  
  85.       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. 
  86.  
  87.  1.2 Terminology 
  88.  
  89.    This document frequently uses the following terms: 
  90.  
  91.     peer 
  92.  
  93.       The other end of the point-to-point link. 
  94.  
  95.     silently discard 
  96.  
  97.       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. 
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  Simpson                                                         [Page 3] 
  104.  RFC 1552                       PPP IPXCP                   December 1993 
  105.  
  106.      end-system 
  107.  
  108.       A user's machine.  It only sends packets to servers and other       end-systems.  It doesn't pass any packets through itself. 
  109.  
  110.     router 
  111.  
  112.       Allows packets to pass through, usually from one ethernet segment       to another.  Sometimes these are called "intermediate-systems". 
  113.  
  114.     half-router 
  115.  
  116.       Two normal routers, with an unnumbered link between them.  Each       looks like a router to the local users, but Netware doesn't       understand unnumbered links, so each router is made to look like       they both are a single machine. 
  117.  
  118. 2. A PPP Network Control Protocol for IPX 
  119.  
  120.    The IPX Control Protocol (IPXCP) is responsible for configuring,    enabling, and disabling the IPX protocol modules on both ends of the    point-to-point link.  IPXCP uses the same packet exchange mechanism    as the Link Control Protocol.  IPXCP packets may not be exchanged    until PPP has reached the Network-Layer Protocol phase.  IPXCP    packets received before this phase is reached should be silently    discarded. 
  121.  
  122.    The IPX Control Protocol is exactly the same as the Link Control    Protocol [1] with the following exceptions: 
  123.  
  124.     Frame Modifications 
  125.  
  126.       The packet may utilize any modifications to the basic frame format       which have been negotiated during the Link Establishment phase. 
  127.  
  128.     Data Link Layer Protocol Field 
  129.  
  130.       Exactly one IPXCP packet is encapsulated in the Information field       of a PPP Data Link Layer frame where the Protocol field indicates       type hex 802B (IPX Control Protocol). 
  131.  
  132.     Code field 
  133.  
  134.       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. 
  135.  
  136.  
  137.  
  138.  Simpson                                                         [Page 4] 
  139.  RFC 1552                       PPP IPXCP                   December 1993 
  140.  
  141.      Timeouts 
  142.  
  143.       IPXCP 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. 
  144.  
  145.     Configuration Option Types 
  146.  
  147.       IPXCP has a distinct set of Configuration Options. 
  148.  
  149. 2.1 Sending IPX Datagrams 
  150.  
  151.    Before any IPX packets may be communicated, PPP must reach the    Network-Layer Protocol phase, and the IPX Control Protocol must reach    the Opened state. 
  152.  
  153.    Exactly one IPX packet is encapsulated in the Information field of a    PPP Data Link Layer frame where the Protocol field indicates type hex    002B (IPX datagram). 
  154.  
  155.    The maximum length of an IPX 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 IPX datagrams, PPP links supporting IPX MUST allow    at least 576 octets in the information field of a data link layer    frame. 
  156.  
  157. 2.2 IPX-WAN protocol 
  158.  
  159.    A Novell specification called IPX-WAN [4] is intended to provide    mechanisms similar to IPXCP negotiation over wide area links.  As    viewed by PPP, IPX-WAN is a part of IPX, and IPX-WAN packets are    indistinguishable from other IPX packets. 
  160.  
  161.    Currently, Novell has implemented IPXCP without any Configuration    Options, and requires successful IPX-WAN completion, even when all    required parameters have been hand configured.  This makes it    impossible for the current Novell products to interoperate with other    IPXCP implementations which do not already include support for IPX-    WAN. 
  162.  
  163. 2.3 Desired Parameters 
  164.  
  165.    To resolve the possible conflict between the two configuration    methods, this specification defines the concept of "Desired 
  166.  
  167.  
  168.  
  169. Simpson                                                         [Page 5] 
  170.  RFC 1552                       PPP IPXCP                   December 1993 
  171.  
  172.     Parameters".  Where applicable, each Configuration Option indicates    the environment where the parameter which is negotiated MAY be    required by the implementation for proper operation. 
  173.  
  174.    This determination is highly implementation dependent.  For example,    a particular implementation might require that all links have    addresses, while another implementation might not need such    addresses.  The configuration negotiation is intended to discover    that this pair of implementations will never converge. 
  175.  
  176. 2.4 Co-existence with IPX-WAN 
  177.  
  178.    An IPXCP implementation which includes support for IPX-WAN SHOULD    always reach Opened state, even when unable to negotiate some    "Desired Parameter", and when no Configuration Options are    successfully negotiated.  This allows IPX-WAN the opportunity to    finish the negotiation. 
  179.  
  180.    If an implementation does not include support for IPX-WAN, it SHOULD    NOT reach Opened state when unable to negotiate some "Desired    Parameter". 
  181.  
  182.    IPX-WAN uses a "Timer Request" packet to set up the link.  These MUST    NOT be sent until IPXCP has Opened the link. 
  183.  
  184.    An implementation which provides both IPX-WAN and IPXCP Configuration    Options capability SHOULD only send a Timer Request packet when a    Timer Request packet is received, or upon failure to successfully    negotiate a "Desired Parameter". 
  185.  
  186.    If unable to complete IPX-WAN setup when a "Desired Parameter" is    unknown, by default IPXCP SHOULD terminate the link. 
  187.  
  188.    However, some implementations might be capable of operating without    all indicated "Desired Parameters", in which case the termination    MUST be configurable. 
  189.  
  190. 3. IPXCP Configuration Options 
  191.  
  192.    IPXCP 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. 
  193.  
  194.    IPXCP uses the same Configuration Option format defined for LCP [1],    with a separate set of Options. 
  195.  
  196.    Up-to-date values of the IPXCP Option Type field are specified in the 
  197.  
  198.  
  199.  
  200. Simpson                                                         [Page 6] 
  201.  RFC 1552                       PPP IPXCP                   December 1993 
  202.  
  203.     most recent "Assigned Numbers" RFC [2].  Current values are assigned    as follows: 
  204.  
  205.       1       IPX-Network-Number       2       IPX-Node-Number       3       IPX-Compression-Protocol       4       IPX-Routing-Protocol       5       IPX-Router-Name       6       IPX-Configuration-Complete 
  206.  
  207. 3.1 IPX-Network-Number 
  208.  
  209.    Description 
  210.  
  211.       This Configuration Option provides a way to negotiate the IPX       network number to be used for the link.  This allows an       implementation to learn the network number, or to ensure agreement       on the network number. 
  212.  
  213.       The network number MUST be unique within the routing domain, or       zero to indicate that it is not used for routing. 
  214.  
  215.       The sender of the Configure-Request states which network number is       desired.  A network number specified as zero in a Configure-       Request shall be interpreted as requesting the peer to specify       another value in a Configure-Nak.  A network number specified as       zero in a Configure-Ack shall be interpreted as agreement that no       value exists. 
  216.  
  217.       Both ends of the link MUST have the same network number.  When a       Configure-Request is received which has a lower network number       than locally configured, a Configure-Nak MUST be returned with the       highest network number. 
  218.  
  219.       When the peer did not provide the option in its Configure-Request,       the option SHOULD NOT be appended to a Configure-Nak. 
  220.  
  221.       By default, no network number is assigned to the link (the network       number is zero).  There is no need for a network number if the       interface is not used by a routing protocol. 
  222.  
  223.       This is a Desired Parameter when the implementation is operating       as a router.  It MUST be negotiated if the network number is non-       zero, and has been derived from another interface. 
  224.  
  225.       Any IPX-WAN packets received MUST supercede information negotiated       in this option. 
  226.  
  227.  
  228.  
  229.  Simpson                                                         [Page 7] 
  230.  RFC 1552                       PPP IPXCP                   December 1993 
  231.  
  232.      A summary of the IPX-Network-Number Configuration Option format is     shown below.  The fields are transmitted from left to right. 
  233.  
  234.         0                   1                   2                   3         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        +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+        |     Type      |    Length     |       IPX-Network-Number      |        +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+        |  IPX-Network-Number (cont.)   |        +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 
  235.  
  236.        Type 
  237.  
  238.           1 
  239.  
  240.        Length 
  241.  
  242.           6 
  243.  
  244.        IPX-Network-Number 
  245.  
  246.       The four octet IPX-Network-Number is the desired local IPX network       number of the sender of the Configure-Request.  This number may be       zero, which is interpreted as being a local network of unknown       number that is not used by the routing protocol. 
  247.  
  248. 3.2 IPX-Node-Number 
  249.  
  250.    Description 
  251.  
  252.       This Configuration Option provides a way to negotiate the IPX node       number to be used for the local end of the link.  This allows an       implementation to learn its node number, or to inform the peer of       its node number. 
  253.  
  254.       The node number MUST be unique for the network number. 
  255.  
  256.       The sender of the Configure-Request states which node number is       desired.  A node number specified as zero in a Configure-Request       shall be interpreted as requesting the peer to specify another       value in a Configure-Nak.  A node number specified as zero in a       Configure-Ack shall be interpreted as agreement that no value       exists. 
  257.  
  258.       If negotiation about the peer node number is required, and the       peer did not provide the option in its Configure-Request, the       option can be appended to a Configure-Nak.  The value of the node       number given MUST be acceptable as the peer IPX-Node-Number, or 
  259.  
  260.  
  261.  
  262. Simpson                                                         [Page 8] 
  263.  RFC 1552                       PPP IPXCP                   December 1993 
  264.  
  265.        indicate with a zero value that the peer provide the information. 
  266.  
  267.       By default, no node number is assigned to the link (the node       number is zero).  There is no need for a node number if the       interface is not used by a routing protocol. 
  268.  
  269.       This is a Desired Parameter when the implementation is operating       as an end-system.  However, when the node number has been       statically configured, this option SHOULD NOT be negotiated unless       requested by the peer. 
  270.  
  271.       Any IPX-WAN packets received MUST supercede information negotiated       in this option. 
  272.  
  273.     A summary of the IPX-Node-Number Configuration Option format is     shown below.  The fields are transmitted from left to right. 
  274.  
  275.        0                   1                   2                   3        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       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+       |     Type      |    Length     |       IPX-Node-Number         |       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+       |                     IPX-Node-Number (cont.)                   |       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 
  276.  
  277.       Type 
  278.  
  279.          2 
  280.  
  281.       Length 
  282.  
  283.          8 
  284.  
  285.       IPX-Node-Number 
  286.  
  287.       The six octet IPX-Node-Number is the desired local IPX node number       of the sender of the Configure-Request. 
  288.  
  289. 3.3 IPX-Compression-Protocol 
  290.  
  291.    Description 
  292.  
  293.       This Configuration Option provides a way to negotiate the use of a       specific compression protocol.  By default, compression is not       enabled. 
  294.  
  295.       The sender of this Configuration Option indicates that it can       receive packets with the specified compression technique.  A 
  296.  
  297.  
  298.  
  299. Simpson                                                         [Page 9] 
  300.  RFC 1552                       PPP IPXCP                   December 1993 
  301.  
  302.        Configure-Ack MAY obligate the peer to send such packets,       depending on the protocol negotiated. 
  303.  
  304.       Information negotiated in this option MUST supercede any IPX-WAN       packets received, since IPX-WAN packets could be affected by the       compression technique. 
  305.  
  306.     A summary of the IPX-Compression-Protocol Configuration Option     format is shown below.  The fields are transmitted from left to     right. 
  307.  
  308.        0                   1                   2                   3        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       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+       |     Type      |    Length     |   IPX-Compression-Protocol    |       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+       |     Data ...       +-+-+-+-+ 
  309.  
  310.       Type 
  311.  
  312.          3 
  313.  
  314.       Length 
  315.  
  316.          >= 4 
  317.  
  318.       IPX-Compression-Protocol 
  319.  
  320.    The IPX-Compression-Protocol field is two octets and indicates the    compression protocol desired.  Odd values for this field are always    the same as the PPP Data Link Layer Protocol field values for that    same compression protocol.  Even values are used when the compression    protocol is interleaved with IPX packets. 
  321.  
  322.    Up-to-date values of the IPX-Compression-Protocol field are specified    in the most recent "Assigned Numbers" RFC [2].  Current values are    assigned as follows: 
  323.  
  324.             Value (in hex)  Protocol 
  325.  
  326.             0002            Telebit Compressed IPX             0235            Shiva Compressed NCP/IPX 
  327.  
  328.     Data 
  329.  
  330.       The Data field is zero or more octets and contains additional data       as determined by the particular compression protocol. 
  331.  
  332.  
  333.  
  334. Simpson                                                        [Page 10] 
  335.  RFC 1552                       PPP IPXCP                   December 1993 
  336.  
  337.  3.4 IPX-Routing-Protocol 
  338.  
  339.    Description 
  340.  
  341.       This Configuration Option provides a way to negotiate the use of a       specific routing protocol (or no routing protocol, if desired).       The sender of this option is specifying that it wishes to receive       information of the specified routing protocol.  Multiple protocols       MAY be requested by sending multiple IPX-Routing-Protocol       Configuration Options.  The "no routing protocol required" value       is mutually exclusive with other values. 
  342.  
  343.       By default, Novell's combination of Routing Information Protocol       (RIP) and Server Advertising Protocol (SAP) is expected. 
  344.  
  345.       This is a Desired Parameter when the implementation is operating       as an end-system, to indicate that no routing protocol is       necessary. 
  346.  
  347.       Any IPX-WAN packets received MAY add to information negotiated in       this option. 
  348.  
  349.     A summary of the IPX-Routing-Protocol Configuration Option format is     shown below.  The fields are transmitted from left to right. 
  350.  
  351.        0                   1                   2                   3        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       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+       |     Type      |    Length     |     IPX-Routing-Protocol      |       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+       |     Data ...       +-+-+-+-+ 
  352.  
  353.       Type 
  354.  
  355.          4 
  356.  
  357.       Length 
  358.  
  359.          >= 4 
  360.  
  361.       IPX-Routing-Protocol 
  362.  
  363.       The IPX-Routing-Protocol field is two octets and indicates the       type of Routing-Protocol desired.  This two octet quantity is sent       most significant octet first. 
  364.  
  365.       Up-to-date values of the IPX-Routing-Protocol field are specified 
  366.  
  367.  
  368.  
  369. Simpson                                                        [Page 11] 
  370.  RFC 1552                       PPP IPXCP                   December 1993 
  371.  
  372.        in the most recent "Assigned Numbers" RFC [2].  Current values are       assigned as follows: 
  373.  
  374.       Value           Protocol 
  375.  
  376.         0             No routing protocol required         1             RESERVED         2             Novell RIP/SAP required         4             Novell NLSP required 
  377.  
  378.      Data 
  379.  
  380.       The Data field is zero or more octets and contains additional data       as determined by the routing protocol indicated in the Routing-       Protocol field. 
  381.  
  382. 3.5 IPX-Router-Name 
  383.  
  384.    Description 
  385.  
  386.       This Configuration Option provides a way to convey information       about the IPX server name. 
  387.  
  388.       The nature of this option is advisory only.  It is provided as a       means of improving the end system's ability to provide a simple       user interface.  This option MUST NOT be included in a Configure-       Nak. 
  389.  
  390.     A summary of the IPX-Router-Name Option format is shown below.  The     fields are transmitted from left to right. 
  391.  
  392.         0                   1                   2                   3         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        +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+        |     Type      |    Length     |           Name...             |        +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 
  393.  
  394.        Type 
  395.  
  396.           5 
  397.  
  398.        Length 
  399.  
  400.           >= 3 
  401.  
  402.  
  403.  
  404.  
  405.  
  406.  Simpson                                                        [Page 12] 
  407.  RFC 1552                       PPP IPXCP                   December 1993 
  408.  
  409.      Name 
  410.  
  411.       This field contains the name of the IPX entity on this end of the       link.  The symbolic name should be between 1 and 47 ASCII       characters in length, containing the characters 'A' through 'Z',       underscore (_), hyphen (-) and "at" sign (@).  The length of the       name is bounded by the option length. 
  412.  
  413.       On reception, the name SHOULD be padded to 48 characters using the       NUL character.  Those readers familiar with NetWare 3.x servers       will realize that this is equivalent to the file server name. 
  414.  
  415. 3.6 IPX-Configuration-Complete 
  416.  
  417.    Description 
  418.  
  419.       This Configuration Option provides a way to indicate that all       implementation-dependent Desired Parameters are satisfied.  It is       provided as a means of detecting when convergence will occur in a       heterogeneous environment. 
  420.  
  421.       This option SHOULD be included in a Configure-Request when the       combination of statically configured parameters and offered       Configuration Options will result in successful configuration. 
  422.  
  423.       The nature of this option is advisory only.  This option MUST NOT       be included in a Configure-Nak. 
  424.  
  425.       Implementation Note: An implementation which does not support       IPX-WAN can immediately detect that link setup will not be       successful when a Desired Parameter is unknown, if this option is       not present in the peer's Configure-Request or is Rejected by the       peer.  This avoids timeout delays. 
  426.  
  427.       An implementation which supports IPX-WAN may improve link setup       time by skipping IPX-WAN entirely when this option has been Ack'd       in both directions. 
  428.  
  429.       However, it is perfectly acceptable to complete configuration       without including this option.  An implementation which includes       the entire panoply of configuration options and IPX- WAN SHOULD       interoperate with an implementation which does not support IPX-WAN       nor any configuration options (including this one), as long as the       Desired Parameters are satisfied by default or hand configuration. 
  430.  
  431.     A summary of the IPX-Configuration-Complete Option format is shown     below.  The fields are transmitted from left to right. 
  432.  
  433.  
  434.  
  435.  Simpson                                                        [Page 13] 
  436.  RFC 1552                       PPP IPXCP                   December 1993 
  437.  
  438.          0                   1         0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5        +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+        |     Type      |    Length     |        +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 
  439.  
  440.        Type 
  441.  
  442.           6 
  443.  
  444.        Length 
  445.  
  446.           2 
  447.  
  448. APPENDIX A. Link Delay and Throughput 
  449.  
  450.    There has been some concern over correctly estimating the link delay    (in 55 millisecond ticks) used by Novell routing protocols. 
  451.  
  452.    IPX-WAN uses its Timer Request and Reply for this purpose.  The    measured delay is multiplied by a factor of 6, because the    measurement is done during initialization of the link, and does not    reflect actual loading. 
  453.  
  454.    The delay is better measured using the PPP LCP Echo facility, by    inserting a timestamp in the data part of the Request, and comparing    it with the same timer when the reply returns.  This method could be    used to periodically re-evaluate the actual round trip delay as link    and system loads change.  The echo packet size SHOULD be 576, to    match the default IPX packet size. 
  455.  
  456.    In the absence of such dynamic measurements, empirical evidence has    shown the following to be sufficient: 
  457.  
  458.                 2,400 bps    134 ticks                14,400 bps     21 ticks                57,600 bps      5 ticks                  >  1 Mbps     1 tick 
  459.  
  460. Security Considerations 
  461.  
  462.    Security issues are not discussed in this memo. 
  463.  
  464.  
  465.  
  466.  
  467.  
  468.  
  469.  
  470.  
  471.  
  472. Simpson                                                        [Page 14] 
  473.  RFC 1552                       PPP IPXCP                   December 1993 
  474.  
  475.  References 
  476.  
  477.    [1] Simpson, W., "The Point-to-Point Protocol (PPP)", RFC 1548,        Daydreamer, December 1993. 
  478.  
  479.    [2] Reynolds, J., and J. Postel, "Assigned Numbers", STD 2, RFC 1340,        USC/Information Sciences Institute, July 1992. 
  480.  
  481.    [3] Novell Inc., "NetWare System Interface Technical Overview",        Novell Part Number 883-001143-001. 
  482.  
  483.    [4] Allen, M., "Novell IPX Over Various WAN Media", RFC 1551,        Novell Inc., December 1993. 
  484.  
  485.    [5] Mathu, S., and M. Lewis, "Compressing IPX Headers Over WAN        Media (CIPX)", RFC 1553, Telebit Corporation, December 1993. 
  486.  
  487. Acknowledgments 
  488.  
  489.    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). 
  490.  
  491.    This document is derivative of drafts written by the following    people.  Many thanks for their work, and for taking an initial stab    at the protocol: 
  492.  
  493.          Michael Allen (mallen@novell.com)          Dave McCool (dave@shiva.com)          Robert D Vincent (bert@shiva.com)          Marty Del Vecchio (marty@shiva.com) 
  494.  
  495. Chair's Address 
  496.  
  497.    The working group can be contacted via the current chair: 
  498.  
  499.       Fred Baker       Advanced Computer Communications       315 Bollay Drive       Santa Barbara, California, 93111 
  500.  
  501.       EMail: fbaker@acc.com 
  502.  
  503.  
  504.  
  505.  
  506.  
  507.  
  508.  
  509.  
  510.  
  511. Simpson                                                        [Page 15] 
  512.  RFC 1552                       PPP IPXCP                   December 1993 
  513.  
  514.  Author's Address 
  515.  
  516.    Questions about this memo can also be directed to: 
  517.  
  518.       William Allen Simpson       Daydreamer       Computer Systems Consulting Services       P O Box 6205       East Lansing, MI  48826-6205 
  519.  
  520.       EMail: Bill.Simpson@um.cc.umich.edu 
  521.  
  522.  
  523.  
  524.  
  525.  
  526.  
  527.  
  528.  
  529.  
  530.  
  531.  
  532.  
  533.  
  534.  
  535.  
  536.  
  537.  
  538.  
  539.  
  540.  
  541.  
  542.  
  543.  
  544.  
  545.  
  546.  
  547.  
  548.  
  549.  
  550.  
  551.  
  552.  
  553.  
  554.  
  555.  
  556.  
  557.  
  558.  
  559.  
  560.  Simpson                                                        [Page 16] 
  561.  
  562.