One document matched: draft-yeh-dhc-dhcpv6-prefix-pool-opt-00.xml
<?xml version="1.0" encoding="US-ASCII"?>
<!-- This template is for creating an Internet Draft using xml2rfc, which is available here: http://xml.resource.org. -->
<!DOCTYPE rfc SYSTEM "rfc2629.dtd" [
<!ENTITY RFC3315 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.3315.xml">
<!ENTITY RFC3633 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.3633.xml">
<!ENTITY RFC3769 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.3769.xml">
<!ENTITY RFC2119 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.2119.xml">
]>
<?xml-stylesheet type='text/xsl' href='rfc2629.xslt' ?>
<!-- used by XSLT processors -->
<!-- For a complete list and description of processing instructions (PIs), please see http://xml.resource.org/authoring/README.html. -->
<?rfc strict="yes" ?>
<!-- give errors regarding ID-nits and DTD validation -->
<!-- control the table of contents (ToC) -->
<?rfc toc="yes"?>
<!-- generate a ToC -->
<?rfc tocdepth="4"?>
<!-- the number of levels of subsections in ToC. default: 3 -->
<!-- control references -->
<?rfc symrefs="yes"?>
<!-- use symbolic references tags, i.e, [RFC2119] instead of [1] -->
<?rfc sortrefs="yes" ?>
<!-- sort the reference entries alphabetically -->
<!-- control vertical white space (using these PIs as follows is recommended by the RFC Editor) -->
<?rfc compact="yes" ?>
<!-- do not start each main section on a new page -->
<?rfc subcompact="no" ?>
<!-- keep one blank line between list items -->
<!-- end of list of popular I-D processing instructions -->
<rfc category="std" docName="draft-yeh-dhc-dhcpv6-prefix-pool-opt-00" ipr="trust200902">
<!-- category values: std, bcp, info, exp, and historic ipr values: trust200902, noModificationTrust200902, noDerivativesTrust200902, or pre5378Trust200902 you can add the attributes updates="NNNN" and obsoletes="NNNN" they will automatically be output with "(if approved)" -->
<!-- ***** FRONT MATTER ***** -->
<front>
<!-- The abbreviated title is used in the page header - it is only necessary if the full title is longer than 39 characters -->
<title abbrev="DHCPv6 Prefix Pool Option">Prefix Pool Option for DHCPv6 Relay Agent</title>
<author fullname="Leaf Y. Yeh" initials="L." role="editor" surname="Yeh">
<organization>Huawei Technologies</organization>
<address>
<postal>
<street>Area F, Park Huawei, Bantian</street>
<city>Longgang District</city>
<region>Shenzhen</region>
<code>518129</code>
<country>P.R.China</country>
</postal>
<phone>+86-755-28971871</phone>
<email>leaf.y.yeh@huawei.com</email>
</address>
</author>
<author fullname="Lehong Niu" initials="L." surname="Niu">
<organization>Huawei Technologies</organization>
<address>
<email>niulehong@huawei.com</email>
</address>
</author>
<author fullname="Shuxiang Wang" initials="S." surname="Wang">
<organization>Huawei Technologies</organization>
<address>
<email>wangshuxiang@huawei.com</email>
</address>
</author>
<author fullname="Tina Tsou" initials="T." surname="Tsou">
<organization>Huawei Technologies</organization>
<address>
<email>tena@huawei.com</email>
</address>
</author>
<date year="2010" />
<!-- Meta-data Declarations -->
<area>Internet</area>
<workgroup>DHC</workgroup>
<keyword>DHCPv6</keyword>
<keyword>Prefix Pool</keyword>
<keyword>Aggregation Route</keyword>
<abstract>
<t>The Prefix Pool option provides an automatic mechanism for the information exchange between DHCPv6 server and DHCPv6 Relay Agent. The information about Prefix Pools maintained on DHCPv6 server can be transferred from server to relay agent through this DHCPv6 option to support the necessary route aggregation on the provide edge router, which has a huge number of routes pointing to the customer networks before the aggregation.</t>
</abstract>
</front>
<!-- ***** MIDDLE MATTER ***** -->
<middle>
<section anchor="s1" title="Introduction">
<t>DHCPv6 Relay Agents <xref target="RFC3315"/> are deployed to relay messages between clients and servers when they are not on the same link, and are often implemented alongside a routing function in the provider edge (PE) routers <xref target="BBF WT-177"/>. Meanwhile, DHCPv6 Prefix Delegation <xref target="RFC3633"/> provides a mechanism for the automated delegation of IPv6 prefix to the customer network. </t>
<t>In order to make the customer network to be reachable in the IPv6 network, the PE routers always need to add or remove the route entry directing to each customer network in its routing table per the relay-forward or relay-reply message between DHCPv6 Server (Delegation Router) and Customer router (CPE, DHCPv6 Client, DHCPv6 Requesting Router) when the PE router acts as DHCPv6 Relay Agent <xref target="BBF WT-177"/>. </t>
<t>When the routing protocol is enabled on the network-facing interface of the PE router, all the routes directing to the customer networks are supposed to advertise in the ISP core network. This will make the number of entries in the routing table on the ISP core router to be an unacceptable huge one, so that it is necessary to aggregate the routes directing to the customer networks on the PE router. </t>
<t>Because the prefixes of the customer networks can not guarantee always to be valid and continuous, the routing protocol on the PE router can not make one aggregation route automatically to cover all the prefixes delegated to the customer networks, which are associated to the same client-facing link of the PE. On the other hand, the information of the prefix pools associated to each client-facing interface of PEs is always maintained on the DHCPv6 server. When the PE router acts as the DHCPv6 Server, the aggregation route can be generated by this information directly, but when the PE router acts as the DHCPv6 Relay Agent, a new mechanism to transfer the information of the prefix pools from the server to the relay agent for each client-facing interface of the PE is requested.</t>
<t>After the PE got the information of the prefix pools associated to its client-facing interfaces, the black-hole route entry pointing to each of these prefix pools can be added in the routing table of PE. When the routing protocol is enabled on PE's network-facing interface, the above black-hole route will be advertised to the whole ISP network as the aggregation route pointing to all of the customer networks attached on the same link of the PE's client-facing interface.</t>
</section>
<section anchor="s2" title="Terminology and Language">
<t>This document describes new DHCPv6 options of prefix pool and the associated mechanism for the configuration on the Relay Agent. This document should be read in conjunction with the DHCPv6 specification, RFC 3315 and RFC 3633, for a complete mechanism. Definitions for terms and acronyms not specifically defined in this document are defined in RFC 3315, RFC 3633 and RFC 3769 <xref target="RFC3769"/>.</t>
<t>The keywords MUST, MUST NOT, REQUIRED, SHALL, SHALL NOT, SHOULD, SHOULD NOT, RECOMMENDED, MAY, and OPTIONAL, when they appear in this document, are to be interpreted as described in BCP 14, RFC 2119 <xref target="RFC2119"/>.</t>
</section>
<section anchor="s3" title="Scenario and Network architecture">
<t>The following figure illustrates a typical ISP-Customer network architecture.</t>
<figure anchor="f1" title="An example of ISP-Customer network architecture">
<artwork>
+------+------+
| DHCPv6 | DHCPv6-PD Delegating Router
| Server |
+------+------+
_________|_________
/ \
| ISP Core Network |
\___________________/
|
| Network-facing interface
+------+------+
| PE | Provider Edge Router
| | DHCPv6 Relay Agent
+------+------+
| Client-facing interface (Interface ID)
_________|_________
/ \
| Access Network |
\___________________/
|
+------+------+ Customer Router
| CPE | DHCPv6 Client
| | DHCPv6-PD Requesting Router
+------+------+
_________|_________
/ \
| Customer Network |
\___________________/
</artwork>
</figure>
</section>
<section anchor="s4" title="Prefix Pool option">
<t>The format of the Prefix Pool option is:</t>
<figure>
<artwork>
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
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| OPTION_PREFIX_POOL | option-length |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| pfx-pool-len | |
+-+-+-+-+-+-+-+-+ IPv6 prefix +
| (16 octets) |
| |
| |
+ +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| | Status |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
option-code: OPTION_PREFIX_POOL (TBD)
option-length: 18
pfx-pool-len: Length for this prefix-pool in bits
IPv6 prefix: An IPv6 prefix of prefix pool
Status: Status of the prefix pool
</artwork>
</figure>
<t>The Status field in the Prefix Pool option indicates the availability of the prefix pool maintained on the Server. The code of the Status is defined in the following table.</t>
<figure><artwork>
Name Code
Valid 0
Released 1
Reserved 2~255
</artwork></figure>
</section>
<section anchor="s5" title="Relay Agent Behavior">
<t>The Relay Agent who needs the information from the Server£¬shall includes Option Request Option (OPTION_ORO, 6) to request Prefix Pool option from the Server, which contains the information about the prefix pool that will be configured on the associated client-facing interface of the Relay agent. The Relay Agent may include this ORO in the relay-forward (12) message of SOLICIT (1), REQUEST (3), RENEW (5) or REBIND (6).</t>
<t>The Relay Agent should includes Interface-ID Option (OPTION_INTERFACE_ID, 18) for the server to identify the associated interface on which the prefix pool is configured, if the Server would not like to use link-address specified in the DHCPv6 message encapsulation of relay-forward message to identify the interface of the link on which the client is located. </t>
<t>The Relay Agent shall advertise the aggregation route based on the information of prefix pool when the routing protocol is enabled on its network-facing interface.</t>
</section>
<section anchor="s6" title="Server Behavior">
<t>The Server must include Prefix Pool option in the relay-reply (13) message of REPLY (7) after it receives the relay-forward message, which is included an associated ORO. </t>
<t>The Server shall use the Interface-ID included by the Relay Agent to identify the client-facing interface of the Relay Agent on which the associated prefix pool is configured. </t>
<t>When multiple Prefix Pools are associated to the same client-facing interface of the Relay Agent, the server must include multiple Prefix Pool options in the same relay-reply message.</t>
<t>The Server shall include Prefix Pool option when it initiates the relay-reply message of RECONFIGURE (10). The Status of 'Valid' for the Prefix Pool option can be used to set up the Prefix Pool on the Relay Agent; the Status of 'Released' for the Prefix Pool option can be used to release the configuration of the Prefix Pool on the Relay Agent.</t>
</section>
<section anchor="s7" title="Security Considerations">
<t>Security issues related DHCPv6 are described in section 23 of RFC 3315.</t>
</section>
<section anchor="s8" title="IANA Considerations">
<t>IANA is requested to assign an option code to Option_Prefix_Pool from the "DHCPv6 and DHCPv6 options" registry (http://www.iana.org/assignments/dhcpv6-parameters/dhcpv6-parameters.xml).</t>
</section>
</middle>
<!-- ***** BACK MATTER ***** -->
<back>
<references title="Normative References">
&RFC3315;
&RFC3633;
&RFC3769;
&RFC2119;
</references>
<references title="Informative References">
<reference anchor='BBF WT-177'>
<front>
<title>IPv6 in the context of TR-101, Rev.16, Straw Ballot</title>
<author initials='' surname='Broadband Forum' fullname='' />
<date year='2010' month='September' />
</front>
</reference>
</references>
</back>
</rfc>
| PAFTECH AB 2003-2026 | 2026-04-24 04:27:24 |