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

  1.  
  2.  
  3. Network Working Group                                          J. Postel Request for Comments: 861                                    J. Reynolds                                                                      ISI Obsoletes: NIC 16239                                            May 1983 
  4.  
  5.                  TELNET EXTENDED OPTIONS - LIST OPTION 
  6.  
  7.  This RFC specifies a standard for the ARPA Internet community.  Hosts on the ARPA Internet are expected to adopt and implement this standard. 
  8.  
  9. 1.  Command Name and Code 
  10.  
  11.    EXTENDED-OPTIONS-LIST (EXOPL)     255 
  12.  
  13. 2.  Command Meanings 
  14.  
  15.    IAC DO EXOPL 
  16.  
  17.       The sender of this command REQUESTS that the receiver of this       command begin negotiating, or confirms that the receiver of this       command is expected to begin negotiating, TELNET options which are       on the "Extended Options List". 
  18.  
  19.    IAC WILL EXOPL 
  20.  
  21.       The sender of this command requests permission to begin       negotiating, or confirms that it will begin negotiating, TELNET       options which are on the "Extended Options List". 
  22.  
  23.    IAC WON'T EXOPL 
  24.  
  25.       The sender of this command REFUSES to negotiate, or to continue       negotiating, options on the "Extended Options List". 
  26.  
  27.    IAC DON'T EXOPL 
  28.  
  29.       The sender of this command DEMANDS that the receiver conduct no       further negotiation of options on the "Extended Options List". 
  30.  
  31.    IAC SB EXOPL <subcommand> 
  32.  
  33.       The subcommand contains information required for the negotiation       of an option of the "Extended Options List".  The format of the       subcommand is discussed in section 5 below. 
  34.  
  35. 3.  Default 
  36.  
  37.    WON'T EXOPL, DON'T EXOPL 
  38.  
  39.  
  40.  
  41.  Postel & Reynolds                                               [Page 1] 
  42.  
  43.  
  44.  RFC 861                                                         May 1983 
  45.  
  46.        Negotiation of options on the "Extended Options List" is not       permitted. 
  47.  
  48.  4.  Motivation for the Option 
  49.  
  50.    Eventually, a 257th TELNET option will be needed.  This option will    extend the option list for another 256 options in a manner which is    easy to implement.  The option is proposed now, rather than later    (probably much later), in order to reserve the option number (255). 
  51.  
  52. 5.  An Abstract Description of the Option 
  53.  
  54.    The EXOPL option has five subcommand codes:  WILL, WON'T, DO, DON'T,    and SB.  They have exactly the same meanings as the TELNET commands    with the same names, and are used in exactly the same way.  For    consistency, these subcommand codes will have the same values as the    TELNET command codes (250-254).  Thus, the format for negotiating a    specific option on the "Extended Options List" (once both parties    have agreed to use it) is: 
  55.  
  56.       IAC SB EXOPL DO/DON'T/WILL/WON'T/<option code> IAC SE 
  57.  
  58.    Once both sides have agreed to use the specific option specified by    <option code>, subnegotiation may be required.  In this case the    format to be used is: 
  59.  
  60.       IAC SB EXOPL SB <option code> <parameters> SE IAC SE 
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82. Postel & Reynolds                                               [Page 2] 
  83.  
  84.