rfc2132-Option60.txt
上传用户:hzq880830
上传日期:2022-08-07
资源大小:59k
文件大小:62k
源码类别:

网络编程

开发平台:

TEXT

  1. Network Working Group                                       S. Alexander
  2. Request for Comments: 2132                        Silicon Graphics, Inc.
  3. Obsoletes: 1533                                                 R. Droms
  4. Category: Standards Track                            Bucknell University
  5.                                                               March 1997
  6.                 DHCP Options and BOOTP Vendor Extensions
  7. Status of this memo
  8.    This document specifies an Internet standards track protocol for the
  9.    Internet community, and requests discussion and suggestions for
  10.    improvements.  Please refer to the current edition of the "Internet
  11.    Official Protocol Standards" (STD 1) for the standardization state
  12.    and status of this protocol.  Distribution of this memo is unlimited.
  13. Abstract
  14.    The Dynamic Host Configuration Protocol (DHCP) [1] provides a
  15.    framework for passing configuration information to hosts on a TCP/IP
  16.    network.  Configuration parameters and other control information are
  17.    carried in tagged data items that are stored in the 'options' field
  18.    of the DHCP message.  The data items themselves are also called
  19.    "options."
  20.    This document specifies the current set of DHCP options.  Future
  21.    options will be specified in separate RFCs.  The current list of
  22.    valid options is also available in ftp://ftp.isi.edu/in-
  23.    notes/iana/assignments [22].
  24.    All of the vendor information extensions defined in RFC 1497 [2] may
  25.    be used as DHCP options.  The definitions given in RFC 1497 are
  26.    included in this document, which supersedes RFC 1497.  All of the
  27.    DHCP options defined in this document, except for those specific to
  28.    DHCP as defined in section 9, may be used as BOOTP vendor information
  29.    extensions.
  30. Table of Contents
  31.     1.  Introduction ..............................................  2
  32.     2.  BOOTP Extension/DHCP Option Field Format ..................  4
  33.     3.  RFC 1497 Vendor Extensions ................................  5
  34.     4.  IP Layer Parameters per Host .............................. 11
  35.     5.  IP Layer Parameters per Interface ........................  13
  36.     6.  Link Layer Parameters per Interface ....................... 16
  37.     7.  TCP Parameters ............................................ 17
  38.     8.  Application and Service Parameters ........................ 18
  39.     9.  DHCP Extensions ........................................... 25
  40. Alexander & Droms           Standards Track                     [Page 1]
  41. RFC 2132        DHCP Options and BOOTP Vendor Extensions      March 1997
  42.    10.  Defining new extensions ................................... 31
  43.    11.  Acknowledgements .......................................... 31
  44.    12.  References ................................................ 32
  45.    13.  Security Considerations ................................... 33
  46.    14.  Authors' Addresses ........................................ 34
  47. 1. Introduction
  48.    This document specifies options for use with both the Dynamic Host
  49.    Configuration Protocol and the Bootstrap Protocol.
  50.    The full description of DHCP packet formats may be found in the DHCP
  51.    specification document [1], and the full description of BOOTP packet
  52.    formats may be found in the BOOTP specification document [3].  This
  53.    document defines the format of information in the last field of DHCP
  54.    packets ('options') and of BOOTP packets ('vend').  The remainder of
  55.    this section defines a generalized use of this area for giving
  56.    information useful to a wide class of machines, operating systems and
  57.    configurations. Sites with a single DHCP or BOOTP server that is
  58.    shared among heterogeneous clients may choose to define other, site-
  59.    specific formats for the use of the 'options' field.
  60.    Section 2 of this memo describes the formats of DHCP options and
  61.    BOOTP vendor extensions.  Section 3 describes options defined in
  62.    previous documents for use with BOOTP (all may also be used with
  63.    DHCP).  Sections 4-8 define new options intended for use with both
  64.    DHCP and BOOTP. Section 9 defines options used only in DHCP.
  65.    References further describing most of the options defined in sections
  66.    2-6 can be found in section 12.  The use of the options defined in
  67.    section 9 is described in the DHCP specification [1].
  68.    Information on registering new options is contained in section 10.
  69.    This document updates the definition of DHCP/BOOTP options that
  70.    appears in RFC1533.  The classing mechanism has been extended to
  71.    include vendor classes as described in section 8.4 and 9.13.  The new
  72.    procedure for defining new DHCP/BOOTP options in described in section
  73.    10.  Several new options, including NIS+ domain and servers, Mobile
  74.    IP home agent, SMTP server, TFTP server and Bootfile server, have
  75.    been added.  Text giving definitions used throughout the document has
  76.    been added in section 1.1.  Text emphasizing the need for uniqueness
  77.    of client-identifiers has been added to section 9.14.
  78. Alexander & Droms           Standards Track                     [Page 2]
  79. RFC 2132        DHCP Options and BOOTP Vendor Extensions      March 1997
  80. 1.1 Requirements
  81.    Throughout this document, the words that are used to define the
  82.    significance of particular requirements are capitalized.  These words
  83.    are:
  84.       o "MUST"
  85.        This word or the adjective "REQUIRED" means that the item is an
  86.        absolute requirement of this specification.
  87.       o "MUST NOT"
  88.        This phrase means that the item is an absolute prohibition of
  89.        this specification.
  90.       o "SHOULD"
  91.        This word or the adjective "RECOMMENDED" means that there may
  92.        exist valid reasons in particular circumstances to ignore this
  93.        item, but the full implications should be understood and the case
  94.        carefully weighed before choosing a different course.
  95.       o "SHOULD NOT"
  96.        This phrase means that there may exist valid reasons in
  97.        particular circumstances when the listed behavior is acceptable
  98.        or even useful, but the full implications should be understood
  99.        and the case carefully weighed before implementing any behavior
  100.        described with this label.
  101.       o "MAY"
  102.        This word or the adjective "OPTIONAL" means that this item is
  103.        truly optional.  One vendor may choose to include the item
  104.        because a particular marketplace requires it or because it
  105.        enhances the product, for example; another vendor may omit the
  106.        same item.
  107. 1.2 Terminology
  108.    This document uses the following terms:
  109.       o "DHCP client"
  110.        A DHCP client or "client" is an Internet host using DHCP to
  111.        obtain configuration parameters such as a network address.
  112. Alexander & Droms           Standards Track                     [Page 3]
  113. RFC 2132        DHCP Options and BOOTP Vendor Extensions      March 1997
  114.       o "DHCP server"
  115.        A DHCP server of "server"is an Internet host that returns
  116.        configuration parameters to DHCP clients.
  117.       o "binding"
  118.        A binding is a collection of configuration parameters, including
  119.        at least an IP address, associated with or "bound to" a DHCP
  120.        client.  Bindings are managed by DHCP servers.
  121. 2. BOOTP Extension/DHCP Option Field Format
  122.    DHCP options have the same format as the BOOTP 'vendor extensions'
  123.    defined in RFC 1497 [2].  Options may be fixed length or variable
  124.    length.  All options begin with a tag octet, which uniquely
  125.    identifies the option.  Fixed-length options without data consist of
  126.    only a tag octet.  Only options 0 and 255 are fixed length.  All
  127.    other options are variable-length with a length octet following the
  128.    tag octet.  The value of the length octet does not include the two
  129.    octets specifying the tag and length.  The length octet is followed
  130.    by "length" octets of data.  Options containing NVT ASCII data SHOULD
  131.    NOT include a trailing NULL; however, the receiver of such options
  132.    MUST be prepared to delete trailing nulls if they exist.  The
  133.    receiver MUST NOT require that a trailing null be included in the
  134.    data.  In the case of some variable-length options the length field
  135.    is a constant but must still be specified.
  136.    Any options defined subsequent to this document MUST contain a length
  137.    octet even if the length is fixed or zero.
  138.    All multi-octet quantities are in network byte-order.
  139.    When used with BOOTP, the first four octets of the vendor information
  140.    field have been assigned to the "magic cookie" (as suggested in RFC
  141.    951).  This field identifies the mode in which the succeeding data is
  142.    to be interpreted.  The value of the magic cookie is the 4 octet
  143.    dotted decimal 99.130.83.99 (or hexadecimal number 63.82.53.63) in
  144.    network byte order.
  145.    All of the "vendor extensions" defined in RFC 1497 are also DHCP
  146.    options.
  147.    Option codes 128 to 254 (decimal) are reserved for site-specific
  148.    options.
  149. Alexander & Droms           Standards Track                     [Page 4]
  150. RFC 2132        DHCP Options and BOOTP Vendor Extensions      March 1997
  151.    Except for the options in section 9, all options may be used with
  152.    either DHCP or BOOTP.
  153.    Many of these options have their default values specified in other
  154.    documents.  In particular, RFC 1122 [4] specifies default values for
  155.    most IP and TCP configuration parameters.
  156.    Many options supply one or more 32-bit IP address.  Use of IP
  157.    addresses rather than fully-qualified Domain Names (FQDNs) may make
  158.    future renumbering of IP hosts more difficult.  Use of these
  159.    addresses is discouraged at sites that may require renumbering.
  160. 3. RFC 1497 Vendor Extensions
  161.    This section lists the vendor extensions as defined in RFC 1497.
  162.    They are defined here for completeness.
  163. 3.1. Pad Option
  164.    The pad option can be used to cause subsequent fields to align on
  165.    word boundaries.
  166.    The code for the pad option is 0, and its length is 1 octet.
  167.     Code
  168.    +-----+
  169.    |  0  |
  170.    +-----+
  171. 3.2. End Option
  172.    The end option marks the end of valid information in the vendor
  173.    field.  Subsequent octets should be filled with pad options.
  174.    The code for the end option is 255, and its length is 1 octet.
  175.     Code
  176.    +-----+
  177.    | 255 |
  178.    +-----+
  179. 3.3. Subnet Mask
  180.    The subnet mask option specifies the client's subnet mask as per RFC
  181.    950 [5].
  182.    If both the subnet mask and the router option are specified in a DHCP
  183.    reply, the subnet mask option MUST be first.
  184. Alexander & Droms           Standards Track                     [Page 5]
  185. RFC 2132        DHCP Options and BOOTP Vendor Extensions      March 1997
  186.    The code for the subnet mask option is 1, and its length is 4 octets.
  187.     Code   Len        Subnet Mask
  188.    +-----+-----+-----+-----+-----+-----+
  189.    |  1  |  4  |  m1 |  m2 |  m3 |  m4 |
  190.    +-----+-----+-----+-----+-----+-----+
  191. 3.4. Time Offset
  192.    The time offset field specifies the offset of the client's subnet in
  193.    seconds from Coordinated Universal Time (UTC).  The offset is
  194.    expressed as a two's complement 32-bit integer.  A positive offset
  195.    indicates a location east of the zero meridian and a negative offset
  196.    indicates a location west of the zero meridian.
  197.    The code for the time offset option is 2, and its length is 4 octets.
  198.     Code   Len        Time Offset
  199.    +-----+-----+-----+-----+-----+-----+
  200.    |  2  |  4  |  n1 |  n2 |  n3 |  n4 |
  201.    +-----+-----+-----+-----+-----+-----+
  202. 3.5. Router Option
  203.    The router option specifies a list of IP addresses for routers on the
  204.    client's subnet.  Routers SHOULD be listed in order of preference.
  205.    The code for the router option is 3.  The minimum length for the
  206.    router option is 4 octets, and the length MUST always be a multiple
  207.    of 4.
  208.     Code   Len         Address 1               Address 2
  209.    +-----+-----+-----+-----+-----+-----+-----+-----+--
  210.    |  3  |  n  |  a1 |  a2 |  a3 |  a4 |  a1 |  a2 |  ...
  211.    +-----+-----+-----+-----+-----+-----+-----+-----+--
  212. 3.6. Time Server Option
  213.    The time server option specifies a list of RFC 868 [6] time servers
  214.    available to the client.  Servers SHOULD be listed in order of
  215.    preference.
  216.    The code for the time server option is 4.  The minimum length for
  217.    this option is 4 octets, and the length MUST always be a multiple of
  218.    4.
  219. Alexander & Droms           Standards Track                     [Page 6]
  220. RFC 2132        DHCP Options and BOOTP Vendor Extensions      March 1997
  221.     Code   Len         Address 1               Address 2
  222.    +-----+-----+-----+-----+-----+-----+-----+-----+--
  223.    |  4  |  n  |  a1 |  a2 |  a3 |  a4 |  a1 |  a2 |  ...
  224.    +-----+-----+-----+-----+-----+-----+-----+-----+--
  225. 3.7. Name Server Option
  226.    The name server option specifies a list of IEN 116 [7] name servers
  227.    available to the client.  Servers SHOULD be listed in order of
  228.    preference.
  229.    The code for the name server option is 5.  The minimum length for
  230.    this option is 4 octets, and the length MUST always be a multiple of
  231.    4.
  232.     Code   Len         Address 1               Address 2
  233.    +-----+-----+-----+-----+-----+-----+-----+-----+--
  234.    |  5  |  n  |  a1 |  a2 |  a3 |  a4 |  a1 |  a2 |  ...
  235.    +-----+-----+-----+-----+-----+-----+-----+-----+--
  236. 3.8. Domain Name Server Option
  237.    The domain name server option specifies a list of Domain Name System
  238.    (STD 13, RFC 1035 [8]) name servers available to the client.  Servers
  239.    SHOULD be listed in order of preference.
  240.    The code for the domain name server option is 6.  The minimum length
  241.    for this option is 4 octets, and the length MUST always be a multiple
  242.    of 4.
  243.     Code   Len         Address 1               Address 2
  244.    +-----+-----+-----+-----+-----+-----+-----+-----+--
  245.    |  6  |  n  |  a1 |  a2 |  a3 |  a4 |  a1 |  a2 |  ...
  246.    +-----+-----+-----+-----+-----+-----+-----+-----+--
  247. 3.9. Log Server Option
  248.    The log server option specifies a list of MIT-LCS UDP log servers
  249.    available to the client.  Servers SHOULD be listed in order of
  250.    preference.
  251.    The code for the log server option is 7.  The minimum length for this
  252.    option is 4 octets, and the length MUST always be a multiple of 4.
  253.     Code   Len         Address 1               Address 2
  254.    +-----+-----+-----+-----+-----+-----+-----+-----+--
  255.    |  7  |  n  |  a1 |  a2 |  a3 |  a4 |  a1 |  a2 |  ...
  256.    +-----+-----+-----+-----+-----+-----+-----+-----+--
  257. Alexander & Droms           Standards Track                     [Page 7]
  258. RFC 2132        DHCP Options and BOOTP Vendor Extensions      March 1997
  259. 3.10. Cookie Server Option
  260.    The cookie server option specifies a list of RFC 865 [9] cookie
  261.    servers available to the client.  Servers SHOULD be listed in order
  262.    of preference.
  263.    The code for the log server option is 8.  The minimum length for this
  264.    option is 4 octets, and the length MUST always be a multiple of 4.
  265.     Code   Len         Address 1               Address 2
  266.    +-----+-----+-----+-----+-----+-----+-----+-----+--
  267.    |  8  |  n  |  a1 |  a2 |  a3 |  a4 |  a1 |  a2 |  ...
  268.    +-----+-----+-----+-----+-----+-----+-----+-----+--
  269. 3.11. LPR Server Option
  270.    The LPR server option specifies a list of RFC 1179 [10] line printer
  271.    servers available to the client.  Servers SHOULD be listed in order
  272.    of preference.
  273.    The code for the LPR server option is 9.  The minimum length for this
  274.    option is 4 octets, and the length MUST always be a multiple of 4.
  275.     Code   Len         Address 1               Address 2
  276.    +-----+-----+-----+-----+-----+-----+-----+-----+--
  277.    |  9  |  n  |  a1 |  a2 |  a3 |  a4 |  a1 |  a2 |  ...
  278.    +-----+-----+-----+-----+-----+-----+-----+-----+--
  279. 3.12. Impress Server Option
  280.    The Impress server option specifies a list of Imagen Impress servers
  281.    available to the client.  Servers SHOULD be listed in order of
  282.    preference.
  283.    The code for the Impress server option is 10.  The minimum length for
  284.    this option is 4 octets, and the length MUST always be a multiple of
  285.    4.
  286.     Code   Len         Address 1               Address 2
  287.    +-----+-----+-----+-----+-----+-----+-----+-----+--
  288.    |  10 |  n  |  a1 |  a2 |  a3 |  a4 |  a1 |  a2 |  ...
  289.    +-----+-----+-----+-----+-----+-----+-----+-----+--
  290. 3.13. Resource Location Server Option
  291.    This option specifies a list of RFC 887 [11] Resource Location
  292.    servers available to the client.  Servers SHOULD be listed in order
  293.    of preference.
  294. Alexander & Droms           Standards Track                     [Page 8]
  295. RFC 2132        DHCP Options and BOOTP Vendor Extensions      March 1997
  296.    The code for this option is 11.  The minimum length for this option
  297.    is 4 octets, and the length MUST always be a multiple of 4.
  298.     Code   Len         Address 1               Address 2
  299.    +-----+-----+-----+-----+-----+-----+-----+-----+--
  300.    |  11 |  n  |  a1 |  a2 |  a3 |  a4 |  a1 |  a2 |  ...
  301.    +-----+-----+-----+-----+-----+-----+-----+-----+--
  302. 3.14. Host Name Option
  303.    This option specifies the name of the client.  The name may or may
  304.    not be qualified with the local domain name (see section 3.17 for the
  305.    preferred way to retrieve the domain name).  See RFC 1035 for
  306.    character set restrictions.
  307.    The code for this option is 12, and its minimum length is 1.
  308.     Code   Len                 Host Name
  309.    +-----+-----+-----+-----+-----+-----+-----+-----+--
  310.    |  12 |  n  |  h1 |  h2 |  h3 |  h4 |  h5 |  h6 |  ...
  311.    +-----+-----+-----+-----+-----+-----+-----+-----+--
  312. 3.15. Boot File Size Option
  313.    This option specifies the length in 512-octet blocks of the default
  314.    boot image for the client.  The file length is specified as an
  315.    unsigned 16-bit integer.
  316.    The code for this option is 13, and its length is 2.
  317.     Code   Len   File Size
  318.    +-----+-----+-----+-----+
  319.    |  13 |  2  |  l1 |  l2 |
  320.    +-----+-----+-----+-----+
  321. 3.16. Merit Dump File
  322.    This option specifies the path-name of a file to which the client's
  323.    core image should be dumped in the event the client crashes.  The
  324.    path is formatted as a character string consisting of characters from
  325.    the NVT ASCII character set.
  326.    The code for this option is 14.  Its minimum length is 1.
  327.     Code   Len      Dump File Pathname
  328.    +-----+-----+-----+-----+-----+-----+---
  329.    |  14 |  n  |  n1 |  n2 |  n3 |  n4 | ...
  330.    +-----+-----+-----+-----+-----+-----+---
  331. Alexander & Droms           Standards Track                     [Page 9]
  332. RFC 2132        DHCP Options and BOOTP Vendor Extensions      March 1997
  333. 3.17. Domain Name
  334.    This option specifies the domain name that client should use when
  335.    resolving hostnames via the Domain Name System.
  336.    The code for this option is 15.  Its minimum length is 1.
  337.     Code   Len        Domain Name
  338.    +-----+-----+-----+-----+-----+-----+--
  339.    |  15 |  n  |  d1 |  d2 |  d3 |  d4 |  ...
  340.    +-----+-----+-----+-----+-----+-----+--
  341. 3.18. Swap Server
  342.    This specifies the IP address of the client's swap server.
  343.    The code for this option is 16 and its length is 4.
  344.     Code   Len    Swap Server Address
  345.    +-----+-----+-----+-----+-----+-----+
  346.    |  16 |  n  |  a1 |  a2 |  a3 |  a4 |
  347.    +-----+-----+-----+-----+-----+-----+
  348. 3.19. Root Path
  349.    This option specifies the path-name that contains the client's root
  350.    disk.  The path is formatted as a character string consisting of
  351.    characters from the NVT ASCII character set.
  352.    The code for this option is 17.  Its minimum length is 1.
  353.     Code   Len      Root Disk Pathname
  354.    +-----+-----+-----+-----+-----+-----+---
  355.    |  17 |  n  |  n1 |  n2 |  n3 |  n4 | ...
  356.    +-----+-----+-----+-----+-----+-----+---
  357. 3.20. Extensions Path
  358.    A string to specify a file, retrievable via TFTP, which contains
  359.    information which can be interpreted in the same way as the 64-octet
  360.    vendor-extension field within the BOOTP response, with the following
  361.    exceptions:
  362.           - the length of the file is unconstrained;
  363.           - all references to Tag 18 (i.e., instances of the
  364.             BOOTP Extensions Path field) within the file are
  365.             ignored.
  366. Alexander & Droms           Standards Track                    [Page 10]
  367. RFC 2132        DHCP Options and BOOTP Vendor Extensions      March 1997
  368.    The code for this option is 18.  Its minimum length is 1.
  369.     Code   Len      Extensions Pathname
  370.    +-----+-----+-----+-----+-----+-----+---
  371.    |  18 |  n  |  n1 |  n2 |  n3 |  n4 | ...
  372.    +-----+-----+-----+-----+-----+-----+---
  373. 4. IP Layer Parameters per Host
  374.    This section details the options that affect the operation of the IP
  375.    layer on a per-host basis.
  376. 4.1. IP Forwarding Enable/Disable Option
  377.    This option specifies whether the client should configure its IP
  378.    layer for packet forwarding.  A value of 0 means disable IP
  379.    forwarding, and a value of 1 means enable IP forwarding.
  380.    The code for this option is 19, and its length is 1.
  381.     Code   Len  Value
  382.    +-----+-----+-----+
  383.    |  19 |  1  | 0/1 |
  384.    +-----+-----+-----+
  385. 4.2. Non-Local Source Routing Enable/Disable Option
  386.    This option specifies whether the client should configure its IP
  387.    layer to allow forwarding of datagrams with non-local source routes
  388.    (see Section 3.3.5 of [4] for a discussion of this topic).  A value
  389.    of 0 means disallow forwarding of such datagrams, and a value of 1
  390.    means allow forwarding.
  391.    The code for this option is 20, and its length is 1.
  392.     Code   Len  Value
  393.    +-----+-----+-----+
  394.    |  20 |  1  | 0/1 |
  395.    +-----+-----+-----+
  396. 4.3. Policy Filter Option
  397.    This option specifies policy filters for non-local source routing.
  398.    The filters consist of a list of IP addresses and masks which specify
  399.    destination/mask pairs with which to filter incoming source routes.
  400.    Any source routed datagram whose next-hop address does not match one
  401.    of the filters should be discarded by the client.
  402. Alexander & Droms           Standards Track                    [Page 11]
  403. RFC 2132        DHCP Options and BOOTP Vendor Extensions      March 1997
  404.    See [4] for further information.
  405.    The code for this option is 21.  The minimum length of this option is
  406.    8, and the length MUST be a multiple of 8.
  407.     Code   Len         Address 1                  Mask 1
  408.    +-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
  409.    |  21 |  n  |  a1 |  a2 |  a3 |  a4 |  m1 |  m2 |  m3 |  m4 |
  410.    +-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
  411.            Address 2                  Mask 2
  412.    +-----+-----+-----+-----+-----+-----+-----+-----+---
  413.    |  a1 |  a2 |  a3 |  a4 |  m1 |  m2 |  m3 |  m4 | ...
  414.    +-----+-----+-----+-----+-----+-----+-----+-----+---
  415. 4.4. Maximum Datagram Reassembly Size
  416.    This option specifies the maximum size datagram that the client
  417.    should be prepared to reassemble.  The size is specified as a 16-bit
  418.    unsigned integer.  The minimum value legal value is 576.
  419.    The code for this option is 22, and its length is 2.
  420.     Code   Len      Size
  421.    +-----+-----+-----+-----+
  422.    |  22 |  2  |  s1 |  s2 |
  423.    +-----+-----+-----+-----+
  424. 4.5. Default IP Time-to-live
  425.    This option specifies the default time-to-live that the client should
  426.    use on outgoing datagrams.  The TTL is specified as an octet with a
  427.    value between 1 and 255.
  428.    The code for this option is 23, and its length is 1.
  429.     Code   Len   TTL
  430.    +-----+-----+-----+
  431.    |  23 |  1  | ttl |
  432.    +-----+-----+-----+
  433. 4.6. Path MTU Aging Timeout Option
  434.    This option specifies the timeout (in seconds) to use when aging Path
  435.    MTU values discovered by the mechanism defined in RFC 1191 [12].  The
  436.    timeout is specified as a 32-bit unsigned integer.
  437.    The code for this option is 24, and its length is 4.
  438. Alexander & Droms           Standards Track                    [Page 12]
  439. RFC 2132        DHCP Options and BOOTP Vendor Extensions      March 1997
  440.     Code   Len           Timeout
  441.    +-----+-----+-----+-----+-----+-----+
  442.    |  24 |  4  |  t1 |  t2 |  t3 |  t4 |
  443.    +-----+-----+-----+-----+-----+-----+
  444. 4.7. Path MTU Plateau Table Option
  445.    This option specifies a table of MTU sizes to use when performing
  446.    Path MTU Discovery as defined in RFC 1191.  The table is formatted as
  447.    a list of 16-bit unsigned integers, ordered from smallest to largest.
  448.    The minimum MTU value cannot be smaller than 68.
  449.    The code for this option is 25.  Its minimum length is 2, and the
  450.    length MUST be a multiple of 2.
  451.     Code   Len     Size 1      Size 2
  452.    +-----+-----+-----+-----+-----+-----+---
  453.    |  25 |  n  |  s1 |  s2 |  s1 |  s2 | ...
  454.    +-----+-----+-----+-----+-----+-----+---
  455. 5. IP Layer Parameters per Interface
  456.    This section details the options that affect the operation of the IP
  457.    layer on a per-interface basis.  It is expected that a client can
  458.    issue multiple requests, one per interface, in order to configure
  459.    interfaces with their specific parameters.
  460. 5.1. Interface MTU Option
  461.    This option specifies the MTU to use on this interface.  The MTU is
  462.    specified as a 16-bit unsigned integer.  The minimum legal value for
  463.    the MTU is 68.
  464.    The code for this option is 26, and its length is 2.
  465.     Code   Len      MTU
  466.    +-----+-----+-----+-----+
  467.    |  26 |  2  |  m1 |  m2 |
  468.    +-----+-----+-----+-----+
  469. 5.2. All Subnets are Local Option
  470.    This option specifies whether or not the client may assume that all
  471.    subnets of the IP network to which the client is connected use the
  472.    same MTU as the subnet of that network to which the client is
  473.    directly connected.  A value of 1 indicates that all subnets share
  474.    the same MTU.  A value of 0 means that the client should assume that
  475.    some subnets of the directly connected network may have smaller MTUs.
  476. Alexander & Droms           Standards Track                    [Page 13]
  477. RFC 2132        DHCP Options and BOOTP Vendor Extensions      March 1997
  478.    The code for this option is 27, and its length is 1.
  479.     Code   Len  Value
  480.    +-----+-----+-----+
  481.    |  27 |  1  | 0/1 |
  482.    +-----+-----+-----+
  483. 5.3. Broadcast Address Option
  484.    This option specifies the broadcast address in use on the client's
  485.    subnet.  Legal values for broadcast addresses are specified in
  486.    section 3.2.1.3 of [4].
  487.    The code for this option is 28, and its length is 4.
  488.     Code   Len     Broadcast Address
  489.    +-----+-----+-----+-----+-----+-----+
  490.    |  28 |  4  |  b1 |  b2 |  b3 |  b4 |
  491.    +-----+-----+-----+-----+-----+-----+
  492. 5.4. Perform Mask Discovery Option
  493.    This option specifies whether or not the client should perform subnet
  494.    mask discovery using ICMP.  A value of 0 indicates that the client
  495.    should not perform mask discovery.  A value of 1 means that the
  496.    client should perform mask discovery.
  497.    The code for this option is 29, and its length is 1.
  498.     Code   Len  Value
  499.    +-----+-----+-----+
  500.    |  29 |  1  | 0/1 |
  501.    +-----+-----+-----+
  502. 5.5. Mask Supplier Option
  503.    This option specifies whether or not the client should respond to
  504.    subnet mask requests using ICMP.  A value of 0 indicates that the
  505.    client should not respond.  A value of 1 means that the client should
  506.    respond.
  507.    The code for this option is 30, and its length is 1.
  508.     Code   Len  Value
  509.    +-----+-----+-----+
  510.    |  30 |  1  | 0/1 |
  511.    +-----+-----+-----+
  512. Alexander & Droms           Standards Track                    [Page 14]
  513. RFC 2132        DHCP Options and BOOTP Vendor Extensions      March 1997
  514. 5.6. Perform Router Discovery Option
  515.    This option specifies whether or not the client should solicit
  516.    routers using the Router Discovery mechanism defined in RFC 1256
  517.    [13].  A value of 0 indicates that the client should not perform
  518.    router discovery.  A value of 1 means that the client should perform
  519.    router discovery.
  520.    The code for this option is 31, and its length is 1.
  521.     Code   Len  Value
  522.    +-----+-----+-----+
  523.    |  31 |  1  | 0/1 |
  524.    +-----+-----+-----+
  525. 5.7. Router Solicitation Address Option
  526.    This option specifies the address to which the client should transmit
  527.    router solicitation requests.
  528.    The code for this option is 32, and its length is 4.
  529.     Code   Len            Address
  530.    +-----+-----+-----+-----+-----+-----+
  531.    |  32 |  4  |  a1 |  a2 |  a3 |  a4 |
  532.    +-----+-----+-----+-----+-----+-----+
  533. 5.8. Static Route Option
  534.    This option specifies a list of static routes that the client should
  535.    install in its routing cache.  If multiple routes to the same
  536.    destination are specified, they are listed in descending order of
  537.    priority.
  538.    The routes consist of a list of IP address pairs.  The first address
  539.    is the destination address, and the second address is the router for
  540.    the destination.
  541.    The default route (0.0.0.0) is an illegal destination for a static
  542.    route.  See section 3.5 for information about the router option.
  543.    The code for this option is 33.  The minimum length of this option is
  544.    8, and the length MUST be a multiple of 8.
  545. Alexander & Droms           Standards Track                    [Page 15]
  546. RFC 2132        DHCP Options and BOOTP Vendor Extensions      March 1997
  547.     Code   Len         Destination 1           Router 1
  548.    +-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
  549.    |  33 |  n  |  d1 |  d2 |  d3 |  d4 |  r1 |  r2 |  r3 |  r4 |
  550.    +-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
  551.            Destination 2           Router 2
  552.    +-----+-----+-----+-----+-----+-----+-----+-----+---
  553.    |  d1 |  d2 |  d3 |  d4 |  r1 |  r2 |  r3 |  r4 | ...
  554.    +-----+-----+-----+-----+-----+-----+-----+-----+---
  555. 6. Link Layer Parameters per Interface
  556.    This section lists the options that affect the operation of the data
  557.    link layer on a per-interface basis.
  558. 6.1. Trailer Encapsulation Option
  559.    This option specifies whether or not the client should negotiate the
  560.    use of trailers (RFC 893 [14]) when using the ARP protocol.  A value
  561.    of 0 indicates that the client should not attempt to use trailers.  A
  562.    value of 1 means that the client should attempt to use trailers.
  563.    The code for this option is 34, and its length is 1.
  564.     Code   Len  Value
  565.    +-----+-----+-----+
  566.    |  34 |  1  | 0/1 |
  567.    +-----+-----+-----+
  568. 6.2. ARP Cache Timeout Option
  569.    This option specifies the timeout in seconds for ARP cache entries.
  570.    The time is specified as a 32-bit unsigned integer.
  571.    The code for this option is 35, and its length is 4.
  572.     Code   Len           Time
  573.    +-----+-----+-----+-----+-----+-----+
  574.    |  35 |  4  |  t1 |  t2 |  t3 |  t4 |
  575.    +-----+-----+-----+-----+-----+-----+
  576. 6.3. Ethernet Encapsulation Option
  577.    This option specifies whether or not the client should use Ethernet
  578.    Version 2 (RFC 894 [15]) or IEEE 802.3 (RFC 1042 [16]) encapsulation
  579.    if the interface is an Ethernet.  A value of 0 indicates that the
  580.    client should use RFC 894 encapsulation.  A value of 1 means that the
  581.    client should use RFC 1042 encapsulation.
  582. Alexander & Droms           Standards Track                    [Page 16]
  583. RFC 2132        DHCP Options and BOOTP Vendor Extensions      March 1997
  584.    The code for this option is 36, and its length is 1.
  585.     Code   Len  Value
  586.    +-----+-----+-----+
  587.    |  36 |  1  | 0/1 |
  588.    +-----+-----+-----+
  589. 7. TCP Parameters
  590.    This section lists the options that affect the operation of the TCP
  591.    layer on a per-interface basis.
  592. 7.1. TCP Default TTL Option
  593.    This option specifies the default TTL that the client should use when
  594.    sending TCP segments.  The value is represented as an 8-bit unsigned
  595.    integer.  The minimum value is 1.
  596.    The code for this option is 37, and its length is 1.
  597.     Code   Len   TTL
  598.    +-----+-----+-----+
  599.    |  37 |  1  |  n  |
  600.    +-----+-----+-----+
  601. 7.2. TCP Keepalive Interval Option
  602.    This option specifies the interval (in seconds) that the client TCP
  603.    should wait before sending a keepalive message on a TCP connection.
  604.    The time is specified as a 32-bit unsigned integer.  A value of zero
  605.    indicates that the client should not generate keepalive messages on
  606.    connections unless specifically requested by an application.
  607.    The code for this option is 38, and its length is 4.
  608.     Code   Len           Time
  609.    +-----+-----+-----+-----+-----+-----+
  610.    |  38 |  4  |  t1 |  t2 |  t3 |  t4 |
  611.    +-----+-----+-----+-----+-----+-----+
  612. 7.3. TCP Keepalive Garbage Option
  613.    This option specifies the whether or not the client should send TCP
  614.    keepalive messages with a octet of garbage for compatibility with
  615.    older implementations.  A value of 0 indicates that a garbage octet
  616.    should not be sent. A value of 1 indicates that a garbage octet
  617.    should be sent.
  618. Alexander & Droms           Standards Track                    [Page 17]
  619. RFC 2132        DHCP Options and BOOTP Vendor Extensions      March 1997
  620.    The code for this option is 39, and its length is 1.
  621.     Code   Len  Value
  622.    +-----+-----+-----+
  623.    |  39 |  1  | 0/1 |
  624.    +-----+-----+-----+
  625. 8. Application and Service Parameters
  626.    This section details some miscellaneous options used to configure
  627.    miscellaneous applications and services.
  628. 8.1. Network Information Service Domain Option
  629.    This option specifies the name of the client's NIS [17] domain.  The
  630.    domain is formatted as a character string consisting of characters
  631.    from the NVT ASCII character set.
  632.    The code for this option is 40.  Its minimum length is 1.
  633.     Code   Len      NIS Domain Name
  634.    +-----+-----+-----+-----+-----+-----+---
  635.    |  40 |  n  |  n1 |  n2 |  n3 |  n4 | ...
  636.    +-----+-----+-----+-----+-----+-----+---
  637. 8.2. Network Information Servers Option
  638.    This option specifies a list of IP addresses indicating NIS servers
  639.    available to the client.  Servers SHOULD be listed in order of
  640.    preference.
  641.    The code for this option is 41.  Its minimum length is 4, and the
  642.    length MUST be a multiple of 4.
  643.     Code   Len         Address 1               Address 2
  644.    +-----+-----+-----+-----+-----+-----+-----+-----+--
  645.    |  41 |  n  |  a1 |  a2 |  a3 |  a4 |  a1 |  a2 |  ...
  646.    +-----+-----+-----+-----+-----+-----+-----+-----+--
  647. 8.3. Network Time Protocol Servers Option
  648.    This option specifies a list of IP addresses indicating NTP [18]
  649.    servers available to the client.  Servers SHOULD be listed in order
  650.    of preference.
  651.    The code for this option is 42.  Its minimum length is 4, and the
  652.    length MUST be a multiple of 4.
  653. Alexander & Droms           Standards Track                    [Page 18]
  654. RFC 2132        DHCP Options and BOOTP Vendor Extensions      March 1997
  655.     Code   Len         Address 1               Address 2
  656.    +-----+-----+-----+-----+-----+-----+-----+-----+--
  657.    |  42 |  n  |  a1 |  a2 |  a3 |  a4 |  a1 |  a2 |  ...
  658.    +-----+-----+-----+-----+-----+-----+-----+-----+--
  659. 8.4. Vendor Specific Information
  660.    This option is used by clients and servers to exchange vendor-
  661.    specific information.  The information is an opaque object of n
  662.    octets, presumably interpreted by vendor-specific code on the clients
  663.    and servers.  The definition of this information is vendor specific.
  664.    The vendor is indicated in the vendor class identifier option.
  665.    Servers not equipped to interpret the vendor-specific information
  666.    sent by a client MUST ignore it (although it may be reported).
  667.    Clients which do not receive desired vendor-specific information
  668.    SHOULD make an attempt to operate without it, although they may do so
  669.    (and announce they are doing so) in a degraded mode.
  670.    If a vendor potentially encodes more than one item of information in
  671.    this option, then the vendor SHOULD encode the option using
  672.    "Encapsulated vendor-specific options" as described below:
  673.    The Encapsulated vendor-specific options field SHOULD be encoded as a
  674.    sequence of code/length/value fields of identical syntax to the DHCP
  675.    options field with the following exceptions:
  676.       1) There SHOULD NOT be a "magic cookie" field in the encapsulated
  677.          vendor-specific extensions field.
  678.       2) Codes other than 0 or 255 MAY be redefined by the vendor within
  679.          the encapsulated vendor-specific extensions field, but SHOULD
  680.          conform to the tag-length-value syntax defined in section 2.
  681.       3) Code 255 (END), if present, signifies the end of the
  682.          encapsulated vendor extensions, not the end of the vendor
  683.          extensions field. If no code 255 is present, then the end of
  684.          the enclosing vendor-specific information field is taken as the
  685.          end of the encapsulated vendor-specific extensions field.
  686.    The code for this option is 43 and its minimum length is 1.
  687.    Code   Len   Vendor-specific information
  688.    +-----+-----+-----+-----+---
  689.    |  43 |  n  |  i1 |  i2 | ...
  690.    +-----+-----+-----+-----+---
  691. Alexander & Droms           Standards Track                    [Page 19]
  692. RFC 2132        DHCP Options and BOOTP Vendor Extensions      March 1997
  693.    When encapsulated vendor-specific extensions are used, the
  694.    information bytes 1-n have the following format:
  695.     Code   Len   Data item        Code   Len   Data item       Code
  696.    +-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
  697.    |  T1 |  n  |  d1 |  d2 | ... |  T2 |  n  |  D1 |  D2 | ... | ... |
  698.    +-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
  699. 8.5. NetBIOS over TCP/IP Name Server Option
  700.    The NetBIOS name server (NBNS) option specifies a list of RFC
  701.    1001/1002 [19] [20] NBNS name servers listed in order of preference.
  702.    The code for this option is 44.  The minimum length of the option is
  703.    4 octets, and the length must always be a multiple of 4.
  704.     Code   Len           Address 1              Address 2
  705.    +-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+----
  706.    |  44 |  n  |  a1 |  a2 |  a3 |  a4 |  b1 |  b2 |  b3 |  b4 | ...
  707.    +-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+----
  708. 8.6. NetBIOS over TCP/IP Datagram Distribution Server Option
  709.    The NetBIOS datagram distribution server (NBDD) option specifies a
  710.    list of RFC 1001/1002 NBDD servers listed in order of preference. The
  711.    code for this option is 45.  The minimum length of the option is 4
  712.    octets, and the length must always be a multiple of 4.
  713.     Code   Len           Address 1              Address 2
  714.    +-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+----
  715.    |  45 |  n  |  a1 |  a2 |  a3 |  a4 |  b1 |  b2 |  b3 |  b4 | ...
  716.    +-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+----
  717. 8.7. NetBIOS over TCP/IP Node Type Option
  718.    The NetBIOS node type option allows NetBIOS over TCP/IP clients which
  719.    are configurable to be configured as described in RFC 1001/1002.  The
  720.    value is specified as a single octet which identifies the client type
  721.    as follows:
  722.       Value         Node Type
  723.       -----         ---------
  724.       0x1           B-node
  725.       0x2           P-node
  726.       0x4           M-node
  727.       0x8           H-node
  728. Alexander & Droms           Standards Track                    [Page 20]
  729. RFC 2132        DHCP Options and BOOTP Vendor Extensions      March 1997
  730.    In the above chart, the notation '0x' indicates a number in base-16
  731.    (hexadecimal).
  732.    The code for this option is 46.  The length of this option is always
  733.    1.
  734.     Code   Len  Node Type
  735.    +-----+-----+-----------+
  736.    |  46 |  1  | see above |
  737.    +-----+-----+-----------+
  738. 8.8. NetBIOS over TCP/IP Scope Option
  739.    The NetBIOS scope option specifies the NetBIOS over TCP/IP scope
  740.    parameter for the client as specified in RFC 1001/1002. See [19],
  741.    [20], and [8] for character-set restrictions.
  742.    The code for this option is 47.  The minimum length of this option is
  743.    1.
  744.     Code   Len       NetBIOS Scope
  745.    +-----+-----+-----+-----+-----+-----+----
  746.    |  47 |  n  |  s1 |  s2 |  s3 |  s4 | ...
  747.    +-----+-----+-----+-----+-----+-----+----
  748. 8.9. X Window System Font Server Option
  749.    This option specifies a list of X Window System [21] Font servers
  750.    available to the client. Servers SHOULD be listed in order of
  751.    preference.
  752.    The code for this option is 48.  The minimum length of this option is
  753.    4 octets, and the length MUST be a multiple of 4.
  754.     Code   Len         Address 1               Address 2
  755.    +-----+-----+-----+-----+-----+-----+-----+-----+---
  756.    |  48 |  n  |  a1 |  a2 |  a3 |  a4 |  a1 |  a2 |   ...
  757.    +-----+-----+-----+-----+-----+-----+-----+-----+---
  758. 8.10. X Window System Display Manager Option
  759.    This option specifies a list of IP addresses of systems that are
  760.    running the X Window System Display Manager and are available to the
  761.    client.
  762.    Addresses SHOULD be listed in order of preference.
  763. Alexander & Droms           Standards Track                    [Page 21]
  764. RFC 2132        DHCP Options and BOOTP Vendor Extensions      March 1997
  765.    The code for the this option is 49. The minimum length of this option
  766.    is 4, and the length MUST be a multiple of 4.
  767.     Code   Len         Address 1               Address 2
  768.    +-----+-----+-----+-----+-----+-----+-----+-----+---
  769.    |  49 |  n  |  a1 |  a2 |  a3 |  a4 |  a1 |  a2 |   ...
  770.    +-----+-----+-----+-----+-----+-----+-----+-----+---
  771. 8.11. Network Information Service+ Domain Option
  772.    This option specifies the name of the client's NIS+ [17] domain.  The
  773.    domain is formatted as a character string consisting of characters
  774.    from the NVT ASCII character set.
  775.    The code for this option is 64.  Its minimum length is 1.
  776.     Code   Len      NIS Client Domain Name
  777.    +-----+-----+-----+-----+-----+-----+---
  778.    |  64 |  n  |  n1 |  n2 |  n3 |  n4 | ...
  779.    +-----+-----+-----+-----+-----+-----+---
  780. 8.12. Network Information Service+ Servers Option
  781.    This option specifies a list of IP addresses indicating NIS+ servers
  782.    available to the client.  Servers SHOULD be listed in order of
  783.    preference.
  784.    The code for this option is 65.  Its minimum length is 4, and the
  785.    length MUST be a multiple of 4.
  786.     Code   Len         Address 1               Address 2
  787.    +-----+-----+-----+-----+-----+-----+-----+-----+--
  788.    |  65 |  n  |  a1 |  a2 |  a3 |  a4 |  a1 |  a2 |  ...
  789.    +-----+-----+-----+-----+-----+-----+-----+-----+--
  790. 8.13. Mobile IP Home Agent option
  791.    This option specifies a list of IP addresses indicating mobile IP
  792.    home agents available to the client.  Agents SHOULD be listed in
  793.    order of preference.
  794.    The code for this option is 68.  Its minimum length is 0 (indicating
  795.    no home agents are available) and the length MUST be a multiple of 4.
  796.    It is expected that the usual length will be four octets, containing
  797.    a single home agent's address.
  798. Alexander & Droms           Standards Track                    [Page 22]
  799. RFC 2132        DHCP Options and BOOTP Vendor Extensions      March 1997
  800.     Code Len    Home Agent Addresses (zero or more)
  801.    +-----+-----+-----+-----+-----+-----+--
  802.    | 68  |  n  | a1  | a2  | a3  | a4  | ...
  803.    +-----+-----+-----+-----+-----+-----+--
  804. 8.14. Simple Mail Transport Protocol (SMTP) Server Option
  805.    The SMTP server option specifies a list of SMTP servers available to
  806.    the client.  Servers SHOULD be listed in order of preference.
  807.    The code for the SMTP server option is 69.  The minimum length for
  808.    this option is 4 octets, and the length MUST always be a multiple of
  809.    4.
  810.     Code   Len         Address 1               Address 2
  811.    +-----+-----+-----+-----+-----+-----+-----+-----+--
  812.    | 69  |  n  |  a1 |  a2 |  a3 |  a4 |  a1 |  a2 |  ...
  813.    +-----+-----+-----+-----+-----+-----+-----+-----+--
  814. 8.15. Post Office Protocol (POP3) Server Option
  815.    The POP3 server option specifies a list of POP3 available to the
  816.    client.  Servers SHOULD be listed in order of preference.
  817.    The code for the POP3 server option is 70.  The minimum length for
  818.    this option is 4 octets, and the length MUST always be a multiple of
  819.    4.
  820.     Code   Len         Address 1               Address 2
  821.    +-----+-----+-----+-----+-----+-----+-----+-----+--
  822.    | 70  |  n  |  a1 |  a2 |  a3 |  a4 |  a1 |  a2 |  ...
  823.    +-----+-----+-----+-----+-----+-----+-----+-----+--
  824. 8.16. Network News Transport Protocol (NNTP) Server Option
  825.    The NNTP server option specifies a list of NNTP available to the
  826.    client.  Servers SHOULD be listed in order of preference.
  827.    The code for the NNTP server option is 71. The minimum length for
  828.    this option is 4 octets, and the length MUST always be a multiple of
  829.    4.
  830.     Code   Len         Address 1               Address 2
  831.    +-----+-----+-----+-----+-----+-----+-----+-----+--
  832.    | 71  |  n  |  a1 |  a2 |  a3 |  a4 |  a1 |  a2 |  ...
  833.    +-----+-----+-----+-----+-----+-----+-----+-----+--
  834. Alexander & Droms           Standards Track                    [Page 23]
  835. RFC 2132        DHCP Options and BOOTP Vendor Extensions      March 1997
  836. 8.17. Default World Wide Web (WWW) Server Option
  837.    The WWW server option specifies a list of WWW available to the
  838.    client.  Servers SHOULD be listed in order of preference.
  839.    The code for the WWW server option is 72.  The minimum length for
  840.    this option is 4 octets, and the length MUST always be a multiple of
  841.    4.
  842.     Code   Len         Address 1               Address 2
  843.    +-----+-----+-----+-----+-----+-----+-----+-----+--
  844.    | 72  |  n  |  a1 |  a2 |  a3 |  a4 |  a1 |  a2 |  ...
  845.    +-----+-----+-----+-----+-----+-----+-----+-----+--
  846. 8.18. Default Finger Server Option
  847.    The Finger server option specifies a list of Finger available to the
  848.    client.  Servers SHOULD be listed in order of preference.
  849.    The code for the Finger server option is 73.  The minimum length for
  850.    this option is 4 octets, and the length MUST always be a multiple of
  851.    4.
  852.     Code   Len         Address 1               Address 2
  853.    +-----+-----+-----+-----+-----+-----+-----+-----+--
  854.    | 73  |  n  |  a1 |  a2 |  a3 |  a4 |  a1 |  a2 |  ...
  855.    +-----+-----+-----+-----+-----+-----+-----+-----+--
  856. 8.19. Default Internet Relay Chat (IRC) Server Option
  857.    The IRC server option specifies a list of IRC available to the
  858.    client.  Servers SHOULD be listed in order of preference.
  859.    The code for the IRC server option is 74.  The minimum length for
  860.    this option is 4 octets, and the length MUST always be a multiple of
  861.    4.
  862.     Code   Len         Address 1               Address 2
  863.    +-----+-----+-----+-----+-----+-----+-----+-----+--
  864.    | 74  |  n  |  a1 |  a2 |  a3 |  a4 |  a1 |  a2 |  ...
  865.    +-----+-----+-----+-----+-----+-----+-----+-----+--
  866. 8.20. StreetTalk Server Option
  867.    The StreetTalk server option specifies a list of StreetTalk servers
  868.    available to the client.  Servers SHOULD be listed in order of
  869.    preference.
  870. Alexander & Droms           Standards Track                    [Page 24]
  871. RFC 2132        DHCP Options and BOOTP Vendor Extensions      March 1997
  872.    The code for the StreetTalk server option is 75.  The minimum length
  873.    for this option is 4 octets, and the length MUST always be a multiple
  874.    of 4.
  875.     Code   Len         Address 1               Address 2
  876.    +-----+-----+-----+-----+-----+-----+-----+-----+--
  877.    | 75  |  n  |  a1 |  a2 |  a3 |  a4 |  a1 |  a2 |  ...
  878.    +-----+-----+-----+-----+-----+-----+-----+-----+--
  879. 8.21. StreetTalk Directory Assistance (STDA) Server Option
  880.    The StreetTalk Directory Assistance (STDA) server option specifies a
  881.    list of STDA servers available to the client.  Servers SHOULD be
  882.    listed in order of preference.
  883.    The code for the StreetTalk Directory Assistance server option is 76.
  884.    The minimum length for this option is 4 octets, and the length MUST
  885.    always be a multiple of 4.
  886.     Code   Len         Address 1               Address 2
  887.    +-----+-----+-----+-----+-----+-----+-----+-----+--
  888.    | 76  |  n  |  a1 |  a2 |  a3 |  a4 |  a1 |  a2 |  ...
  889.    +-----+-----+-----+-----+-----+-----+-----+-----+--
  890. 9. DHCP Extensions
  891.    This section details the options that are specific to DHCP.
  892. 9.1. Requested IP Address
  893.    This option is used in a client request (DHCPDISCOVER) to allow the
  894.    client to request that a particular IP address be assigned.
  895.    The code for this option is 50, and its length is 4.
  896.     Code   Len          Address
  897.    +-----+-----+-----+-----+-----+-----+
  898.    |  50 |  4  |  a1 |  a2 |  a3 |  a4 |
  899.    +-----+-----+-----+-----+-----+-----+
  900. 9.2. IP Address Lease Time
  901.    This option is used in a client request (DHCPDISCOVER or DHCPREQUEST)
  902.    to allow the client to request a lease time for the IP address.  In a
  903.    server reply (DHCPOFFER), a DHCP server uses this option to specify
  904.    the lease time it is willing to offer.
  905. Alexander & Droms           Standards Track                    [Page 25]
  906. RFC 2132        DHCP Options and BOOTP Vendor Extensions      March 1997
  907.    The time is in units of seconds, and is specified as a 32-bit
  908.    unsigned integer.
  909.    The code for this option is 51, and its length is 4.
  910.     Code   Len         Lease Time
  911.    +-----+-----+-----+-----+-----+-----+
  912.    |  51 |  4  |  t1 |  t2 |  t3 |  t4 |
  913.    +-----+-----+-----+-----+-----+-----+
  914. 9.3. Option Overload
  915.    This option is used to indicate that the DHCP 'sname' or 'file'
  916.    fields are being overloaded by using them to carry DHCP options. A
  917.    DHCP server inserts this option if the returned parameters will
  918.    exceed the usual space allotted for options.
  919.    If this option is present, the client interprets the specified
  920.    additional fields after it concludes interpretation of the standard
  921.    option fields.
  922.    The code for this option is 52, and its length is 1.  Legal values
  923.    for this option are:
  924.            Value   Meaning
  925.            -----   --------
  926.              1     the 'file' field is used to hold options
  927.              2     the 'sname' field is used to hold options
  928.              3     both fields are used to hold options
  929.     Code   Len  Value
  930.    +-----+-----+-----+
  931.    |  52 |  1  |1/2/3|
  932.    +-----+-----+-----+
  933. 9.4 TFTP server name
  934.    This option is used to identify a TFTP server when the 'sname' field
  935.    in the DHCP header has been used for DHCP options.
  936.    The code for this option is 66, and its minimum length is 1.
  937.        Code  Len   TFTP server
  938.       +-----+-----+-----+-----+-----+---
  939.       | 66  |  n  |  c1 |  c2 |  c3 | ...
  940.       +-----+-----+-----+-----+-----+---
  941. Alexander & Droms           Standards Track                    [Page 26]
  942. RFC 2132        DHCP Options and BOOTP Vendor Extensions      March 1997
  943. 9.5 Bootfile name
  944.    This option is used to identify a bootfile when the 'file' field in
  945.    the DHCP header has been used for DHCP options.
  946.    The code for this option is 67, and its minimum length is 1.
  947.        Code  Len   Bootfile name
  948.       +-----+-----+-----+-----+-----+---
  949.       | 67  |  n  |  c1 |  c2 |  c3 | ...
  950.       +-----+-----+-----+-----+-----+---
  951. 9.6. DHCP Message Type
  952.    This option is used to convey the type of the DHCP message.  The code
  953.    for this option is 53, and its length is 1.  Legal values for this
  954.    option are:
  955.            Value   Message Type
  956.            -----   ------------
  957.              1     DHCPDISCOVER
  958.              2     DHCPOFFER
  959.              3     DHCPREQUEST
  960.              4     DHCPDECLINE
  961.              5     DHCPACK
  962.              6     DHCPNAK
  963.              7     DHCPRELEASE
  964.              8     DHCPINFORM
  965.     Code   Len  Type
  966.    +-----+-----+-----+
  967.    |  53 |  1  | 1-9 |
  968.    +-----+-----+-----+
  969. 9.7. Server Identifier
  970.    This option is used in DHCPOFFER and DHCPREQUEST messages, and may
  971.    optionally be included in the DHCPACK and DHCPNAK messages.  DHCP
  972.    servers include this option in the DHCPOFFER in order to allow the
  973.    client to distinguish between lease offers.  DHCP clients use the
  974.    contents of the 'server identifier' field as the destination address
  975.    for any DHCP messages unicast to the DHCP server.  DHCP clients also
  976.    indicate which of several lease offers is being accepted by including
  977.    this option in a DHCPREQUEST message.
  978.    The identifier is the IP address of the selected server.
  979.    The code for this option is 54, and its length is 4.
  980. Alexander & Droms           Standards Track                    [Page 27]
  981. RFC 2132        DHCP Options and BOOTP Vendor Extensions      March 1997
  982.     Code   Len            Address
  983.    +-----+-----+-----+-----+-----+-----+
  984.    |  54 |  4  |  a1 |  a2 |  a3 |  a4 |
  985.    +-----+-----+-----+-----+-----+-----+
  986. 9.8. Parameter Request List
  987.    This option is used by a DHCP client to request values for specified
  988.    configuration parameters.  The list of requested parameters is
  989.    specified as n octets, where each octet is a valid DHCP option code
  990.    as defined in this document.
  991.    The client MAY list the options in order of preference.  The DHCP
  992.    server is not required to return the options in the requested order,
  993.    but MUST try to insert the requested options in the order requested
  994.    by the client.
  995.    The code for this option is 55.  Its minimum length is 1.
  996.     Code   Len   Option Codes
  997.    +-----+-----+-----+-----+---
  998.    |  55 |  n  |  c1 |  c2 | ...
  999.    +-----+-----+-----+-----+---
  1000. 9.9. Message
  1001.    This option is used by a DHCP server to provide an error message to a
  1002.    DHCP client in a DHCPNAK message in the event of a failure. A client
  1003.    may use this option in a DHCPDECLINE message to indicate the why the
  1004.    client declined the offered parameters.  The message consists of n
  1005.    octets of NVT ASCII text, which the client may display on an
  1006.    available output device.
  1007.    The code for this option is 56 and its minimum length is 1.
  1008.     Code   Len     Text
  1009.    +-----+-----+-----+-----+---
  1010.    |  56 |  n  |  c1 |  c2 | ...
  1011.    +-----+-----+-----+-----+---
  1012. 9.10. Maximum DHCP Message Size
  1013.    This option specifies the maximum length DHCP message that it is
  1014.    willing to accept.  The length is specified as an unsigned 16-bit
  1015.    integer.  A client may use the maximum DHCP message size option in
  1016.    DHCPDISCOVER or DHCPREQUEST messages, but should not use the option
  1017.    in DHCPDECLINE messages.
  1018. Alexander & Droms           Standards Track                    [Page 28]
  1019. RFC 2132        DHCP Options and BOOTP Vendor Extensions      March 1997
  1020.    The code for this option is 57, and its length is 2.  The minimum
  1021.    legal value is 576 octets.
  1022.     Code   Len     Length
  1023.    +-----+-----+-----+-----+
  1024.    |  57 |  2  |  l1 |  l2 |
  1025.    +-----+-----+-----+-----+
  1026. 9.11. Renewal (T1) Time Value
  1027.    This option specifies the time interval from address assignment until
  1028.    the client transitions to the RENEWING state.
  1029.    The value is in units of seconds, and is specified as a 32-bit
  1030.    unsigned integer.
  1031.    The code for this option is 58, and its length is 4.
  1032.     Code   Len         T1 Interval
  1033.    +-----+-----+-----+-----+-----+-----+
  1034.    |  58 |  4  |  t1 |  t2 |  t3 |  t4 |
  1035.    +-----+-----+-----+-----+-----+-----+
  1036. 9.12. Rebinding (T2) Time Value
  1037.    This option specifies the time interval from address assignment until
  1038.    the client transitions to the REBINDING state.
  1039.    The value is in units of seconds, and is specified as a 32-bit
  1040.    unsigned integer.
  1041.    The code for this option is 59, and its length is 4.
  1042.     Code   Len         T2 Interval
  1043.    +-----+-----+-----+-----+-----+-----+
  1044.    |  59 |  4  |  t1 |  t2 |  t3 |  t4 |
  1045.    +-----+-----+-----+-----+-----+-----+
  1046. 9.13. Vendor class identifier
  1047.    This option is used by DHCP clients to optionally identify the vendor
  1048.    type and configuration of a DHCP client.  The information is a string
  1049.    of n octets, interpreted by servers.  Vendors may choose to define
  1050.    specific vendor class identifiers to convey particular configuration
  1051.    or other identification information about a client.  For example, the
  1052.    identifier may encode the client's hardware configuration.  Servers
  1053.    not equipped to interpret the class-specific information sent by a
  1054.    client MUST ignore it (although it may be reported). Servers that
  1055. Alexander & Droms           Standards Track                    [Page 29]
  1056. RFC 2132        DHCP Options and BOOTP Vendor Extensions      March 1997
  1057.    respond SHOULD only use option 43 to return the vendor-specific
  1058.    information to the client.
  1059.    The code for this option is 60, and its minimum length is 1.
  1060.    Code   Len   Vendor class Identifier
  1061.    +-----+-----+-----+-----+---
  1062.    |  60 |  n  |  i1 |  i2 | ...
  1063.    +-----+-----+-----+-----+---
  1064. 9.14. Client-identifier
  1065.    This option is used by DHCP clients to specify their unique
  1066.    identifier.  DHCP servers use this value to index their database of
  1067.    address bindings.  This value is expected to be unique for all
  1068.    clients in an administrative domain.
  1069.    Identifiers SHOULD be treated as opaque objects by DHCP servers.
  1070.    The client identifier MAY consist of type-value pairs similar to the
  1071.    'htype'/'chaddr' fields defined in [3]. For instance, it MAY consist
  1072.    of a hardware type and hardware address. In this case the type field
  1073.    SHOULD be one of the ARP hardware types defined in STD2 [22].  A
  1074.    hardware type of 0 (zero) should be used when the value field
  1075.    contains an identifier other than a hardware address (e.g. a fully
  1076.    qualified domain name).
  1077.    For correct identification of clients, each client's client-
  1078.    identifier MUST be unique among the client-identifiers used on the
  1079.    subnet to which the client is attached.  Vendors and system
  1080.    administrators are responsible for choosing client-identifiers that
  1081.    meet this requirement for uniqueness.
  1082.    The code for this option is 61, and its minimum length is 2.
  1083.    Code   Len   Type  Client-Identifier
  1084.    +-----+-----+-----+-----+-----+---
  1085.    |  61 |  n  |  t1 |  i1 |  i2 | ...
  1086.    +-----+-----+-----+-----+-----+---
  1087. Alexander & Droms           Standards Track                    [Page 30]
  1088. RFC 2132        DHCP Options and BOOTP Vendor Extensions      March 1997
  1089. 10. Defining new extensions
  1090.    The author of a new DHCP option will follow these steps to obtain
  1091.    acceptance of the option as a part of the DHCP Internet Standard:
  1092.    1. The author devises the new option.
  1093.    2. The author requests a number for the new option from IANA by
  1094.       contacting:
  1095.       Internet Assigned Numbers Authority (IANA)
  1096.       USC/Information Sciences Institute
  1097.       4676 Admiralty Way
  1098.       Marina del Rey, California  90292-6695
  1099.       or by email as: iana@iana.org
  1100.    3. The author documents the new option, using the newly obtained
  1101.       option number, as an Internet Draft.
  1102.    4. The author submits the Internet Draft for review through the IETF
  1103.       standards process as defined in "Internet Official Protocol
  1104.       Standards" (STD 1).  The new option will be submitted for eventual
  1105.       acceptance as an Internet Standard.
  1106.    5. The new option progresses through the IETF standards process; the
  1107.       new option will be reviewed by the Dynamic Host Configuration
  1108.       Working Group (if that group still exists), or as an Internet
  1109.       Draft not submitted by an IETF working group.
  1110.    6. If the new option fails to gain acceptance as an Internet
  1111.       Standard, the assigned option number will be returned to IANA for
  1112.       reassignment.
  1113.       This procedure for defining new extensions will ensure that:
  1114.       * allocation of new option numbers is coordinated from a single
  1115.         authority,
  1116.       * new options are reviewed for technical correctness and
  1117.         appropriateness, and
  1118.       * documentation for new options is complete and published.
  1119. 11. Acknowledgements
  1120.    The author thanks the many (and too numerous to mention!) members of
  1121.    the DHC WG for their tireless and ongoing efforts in the development
  1122.    of DHCP and this document.
  1123.    The efforts of J Allard, Mike Carney, Dave Lapp, Fred Lien and John
  1124.    Mendonca in organizing DHCP interoperability testing sessions are
  1125.    gratefully acknowledged.
  1126. Alexander & Droms           Standards Track                    [Page 31]
  1127. RFC 2132        DHCP Options and BOOTP Vendor Extensions      March 1997
  1128.    The development of this document was supported in part by grants from
  1129.    the Corporation for National Research Initiatives (CNRI), Bucknell
  1130.    University and Sun Microsystems.
  1131. 12. References
  1132.    [1] Droms, R., "Dynamic Host Configuration Protocol", RFC 2131,
  1133.        Bucknell University, March 1997.
  1134.    [2] Reynolds, J., "BOOTP Vendor Information Extensions", RFC 1497,
  1135.        USC/Information Sciences Institute, August 1993.
  1136.    [3] Croft, W., and J. Gilmore, "Bootstrap Protocol", RFC 951,
  1137.        Stanford University and Sun Microsystems, September 1985.
  1138.    [4] Braden, R., Editor, "Requirements for Internet Hosts -
  1139.        Communication Layers", STD 3, RFC 1122, USC/Information Sciences
  1140.        Institute, October 1989.
  1141.    [5] Mogul, J., and J. Postel, "Internet Standard Subnetting
  1142.        Procedure", STD 5, RFC 950, USC/Information Sciences Institute,
  1143.        August 1985.
  1144.    [6] Postel, J., and K. Harrenstien, "Time Protocol", STD 26, RFC
  1145.        868, USC/Information Sciences Institute, SRI, May 1983.
  1146.    [7] Postel, J., "Name Server", IEN 116, USC/Information Sciences
  1147.        Institute, August 1979.
  1148.    [8] Mockapetris, P., "Domain Names - Implementation and
  1149.        Specification", STD 13, RFC 1035, USC/Information Sciences
  1150.        Institute, November 1987.
  1151.    [9] Postel, J., "Quote of the Day Protocol", STD 23, RFC 865,
  1152.        USC/Information Sciences Institute, May 1983.
  1153.    [10] McLaughlin, L., "Line Printer Daemon Protocol", RFC 1179, The
  1154.         Wollongong Group, August 1990.
  1155.    [11] Accetta, M., "Resource Location Protocol", RFC 887, CMU,
  1156.         December 1983.
  1157.    [12] Mogul, J. and S. Deering, "Path MTU Discovery", RFC 1191,
  1158.         DECWRL,  Stanford University, November 1990.
  1159.    [13] Deering, S., "ICMP Router Discovery Messages", RFC 1256,
  1160.         Xerox PARC, September 1991.
  1161. Alexander & Droms           Standards Track                    [Page 32]
  1162. RFC 2132        DHCP Options and BOOTP Vendor Extensions      March 1997
  1163.    [14] Leffler, S. and M. Karels, "Trailer Encapsulations", RFC 893,
  1164.         U. C. Berkeley, April 1984.
  1165.    [15] Hornig, C., "Standard for the Transmission of IP Datagrams over
  1166.         Ethernet Networks", RFC 894, Symbolics, April 1984.
  1167.    [16] Postel, J. and J. Reynolds, "Standard for the Transmission of
  1168.         IP Datagrams Over IEEE 802 Networks", RFC 1042,  USC/Information
  1169.         Sciences Institute, February 1988.
  1170.    [17] Sun Microsystems, "System and Network Administration", March
  1171.         1990.
  1172.    [18] Mills, D., "Internet Time Synchronization: The Network Time
  1173.         Protocol", RFC 1305, UDEL, March 1992.
  1174.    [19] NetBIOS Working Group, "Protocol Standard for a NetBIOS Service
  1175.         on a TCP/UDP transport: Concepts and Methods", STD 19, RFC 1001,
  1176.         March 1987.
  1177.    [20] NetBIOS Working Group, "Protocol Standard for a NetBIOS Service
  1178.         on a TCP/UDP transport: Detailed Specifications", STD 19, RFC
  1179.         1002, March 1987.
  1180.    [21] Scheifler, R., "FYI On the X Window System", FYI 6, RFC 1198,
  1181.         MIT Laboratory for Computer Science, January 1991.
  1182.    [22] Reynolds, J., and J. Postel, "Assigned Numbers", STD 2, RFC 1700,
  1183.         USC/Information Sciences Institute, July 1992.
  1184. 13. Security Considerations
  1185.    Security issues are not discussed in this memo.
  1186. Alexander & Droms           Standards Track                    [Page 33]
  1187. RFC 2132        DHCP Options and BOOTP Vendor Extensions      March 1997
  1188. 14. Authors' Addresses
  1189.    Steve Alexander
  1190.    Silicon Graphics, Inc.
  1191.    2011 N. Shoreline Boulevard
  1192.    Mailstop 510
  1193.    Mountain View, CA 94043-1389
  1194.    Phone: (415) 933-6172
  1195.    EMail: sca@engr.sgi.com
  1196.    Ralph Droms
  1197.    Bucknell University
  1198.    Lewisburg, PA 17837
  1199.    Phone: (717) 524-1145
  1200.    EMail: droms@bucknell.edu
  1201. Alexander & Droms           Standards Track                    [Page 34]