⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 draft-ietf-dhc-dhcpv6-stateless-00.txt

📁 DHCPv6协议在Linux操作系统下的一个客户端实现。
💻 TXT
📖 第 1 页 / 共 2 页
字号:
Network Working Group                                           R. DromsInternet-Draft                                             Cisco SystemsExpires: October 5, 2003                                   April 6, 2003            A Guide to Implementing Stateless DHCPv6 Service                 draft-ietf-dhc-dhcpv6-stateless-00.txtStatus of this Memo      This document is an Internet-Draft and is in full conformance with      all provisions of Section 10 of RFC2026.      Internet-Drafts are working documents of the Internet Engineering      Task Force (IETF), its areas, and its working groups.  Note that      other groups may also distribute working documents as Internet-      Drafts.      Internet-Drafts are draft documents valid for a maximum of six      months and may be updated, replaced, or obsoleted by other      documents at any time.  It is inappropriate to use Internet-Drafts      as reference material or to cite them other than as "work in      progress."      The list of current Internet-Drafts can be accessed at      http://www.ietf.org/ietf/1id-abstracts.txt.      The list of Internet-Draft Shadow Directories can be accessed at      http://www.ietf.org/shadow.html.      This Internet-Draft will expire on October 5, 2003.Copyright Notice      Copyright (C) The Internet Society (2003).  All Rights Reserved.Abstract      Stateless DHCPv6 service is used by nodes to obtain configuration      information such as the addresses of DNS recursive name servers      that does not require the maintenance of any dynamic state for      individual clients.  A node that uses stateless DHCP must have      obtained its IPv6 addresses through some other mechanism,      typically stateless address autoconfiguration.  This document is a      guide to the protocol messages and options that must be      implemented to provide stateless DHCPv6 service.Droms                    Expires October 5, 2003                [Page 1]Internet-Draft    Stateless DHCPv6 Implementation Guide       April 2003   1. Introduction      Nodes that have obtained IPv6 addresses through some other      mechanism can use stateless DHCPv6 to obtain other configuration      information such as a list of DNS recursive name servers or NTP      servers.  A stateless DHCPv6 server provides only configuration      information to nodes and does not perform any address assignment.      Such a server is called "stateless" because it need not maintain      any dynamic state for individual clients.      While the DHCPv6 specification [1] defines more than 10 protocol      messages and 20 options, only a subset of those messages and      options are required for stateless DHCPv6 service.  This document      gives guidelines about which messages and options are required for      stateless DHCPv6 service.  The intended use of the document is to      guide the efficient and complete implementation of clients and      servers that use stateless DHCPv6 service.      The operation of relay agents is the same for stateless and      stateful DHCPv6 service.  The operation of relay agents is      described in the DHCPv6 specification.      Section 4 of this document lists the sections of the DHCPv6      document that an implementor should read for an overview of the      DHCPv6 specification and the basic requirements of a DHCPv6      service.  Section 5 lists the specific messages and options that      are specifically required for stateless DHCPv6 service.  Section 6      describes how stateless and stateful DHCPv6 servers interact to      provide service to clients that require address assignment and      clients that require only stateless service.   2. Terminology      Throughout this document, "DHCP" refers to DHCP for IPv6.      This document uses the terminology defined in RFC2460 [2], the      DHCP specification, the DHCP DNS configuration options      specification [3] and the DHCP NTP configuration options      specification [4].      "Stateless DHCP" refers to the use of DHCP to provide      configuration information to clients that does not require the      server to maintain dynamic state about the DHCP clients.   3. Overview      This document assumes that a node using stateless DHCP      configuration is not using DHCP for address assignment, and that aDroms                    Expires October 5, 2003                [Page 2]Internet-Draft    Stateless DHCPv6 Implementation Guide       April 2003      node has determined at least a link-local address as described in      section 5.3 of RFC2461 [5]      To obtain configuration parameters through stateless DHCP, a node      uses the DHCP Information-request message.  DHCP servers respond      to the node's message with a Reply message that carries the DNS      configuration parameters.  The Reply message from the server can      carry configuration information such as a list of DNS recursive      name servers and NTP servers.   4. Basic Requirements for Implementation of DHCP      Several sections of the DHCP specification [1] provide background      information or define parts of the specification that are common      to all implementations:      1-4:   give an introduction to DHCPv6 and an overview of DHCP         message flows      5:     defines constants used throughout the protocol         specification      6, 7:  illustrates the format of DHCP messages      8:     describes the representation of Domain Names      9:     defines the "DHCP unique identifier" (DUID) optionally used         to identify DHCP participants      13-16: describe DHCP message transmission, retransmission and         validation      21:    describes authentication for DHCP   5. Implementation of stateless DHCP      The client indicates that it is requesting configuration      information by sending an Information-request message that      includes an Option Request option specifying the options that it      wishes to receive from the DHCP server.  For example, if the      client is attempting to obtain DNS configuration information, it      includes either or both of the DNS configuration options in the      Information-request message.  The server determines the      appropriate configuration parameters for the client based on its      configuration policies and responds with a Reply message      containing the requested parameters.  In this example, the server      would respond with DNS configuration parameters.Droms                    Expires October 5, 2003                [Page 3]Internet-Draft    Stateless DHCPv6 Implementation Guide       April 2003      A node uses the DUID option to identify itself to a server,      because the server administrator may want to customize the      server's response to each node, based on the node's identity.   5.1 Messages required for stateless DHCP      Clients and servers implement the following messages for stateless      DHCP service; the section numbers in this list refer to the DHCPv6      specification:      Information-request: sent by a DHCP client to a server to request         DNS configuration parameters (sections 18.1.5 and 18.2.5)      Reply:               sent by a DHCP server to a client containing         the DNS configuration parameters (sections 18.2.6 and 18.2.8)      In addition, servers and relay agents implement the following      messages for stateless DHCP service:      Relay-forward: Sent by a DHCP relay agent to carry the client         message to a server (section 15.13)      Relay-reply:   Sent by a DHCP server to carry a response message         to the relay agent (section 15.14)   5.2 Options required for stateless DHCP service      Clients and servers implement the following options for stateless      DHCP service; the section numbers in this list refer to the DHCPv6      specification:      Option Request: specifies the configuration information that the         client is requesting from the server (section 22.7)      Status Code:    used to indicate completion status or other status         information (section 22.13)      Servers and relay agents implement the following options for      stateless DHCP service; the section numbers in this list refer to      the DHCPv6 specification:      Client message: Sent by a DHCP relay agent in a Relay-forward         message to carry the client message to a server (section 20)      Server message: Sent by a DHCP server in a Relay-reply message to         carry a response message to the relay agent (section 20)Droms                    Expires October 5, 2003                [Page 4]Internet-Draft    Stateless DHCPv6 Implementation Guide       April 2003      Interface-ID:   Sent by the DHCP relay agent and returned by the         server to identify the interface to use to forward a message to         the client (section 22.18)   5.3 Options used for configuration information      Clients and servers use the following options to pass      configuration information to clients:      DNS Recursive Name Servers:  specifies the DNS recursive name         servers [6] the client uses for name resolution; see "DNS         Configuration options for DHCPv6"      DNS search list:             specifies the domain names to be         searched during name resolution; see "DNS Configuration options         for DHCPv6"      NTP Servers:                 specifies the NTP servers the client         uses for synchronizing its clock; see "Time Configuration         Options for DHCPv6"   5.4 Other options used in stateless DHCP      Clients and servers may implement the following options for

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -