xref: /minix3/external/bsd/dhcp/dist/doc/References.html (revision 83ee113ee0d94f3844d44065af2311604e9a30ad)
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2<html lang="en"><head><title>ISC-DHCP-REFERENCES: ISC DHCP References Collection</title>
3<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4<meta name="description" content="ISC DHCP References Collection">
5<meta name="keywords" content="ISC, DHCP, Reference Implementation">
6<meta name="generator" content="xml2rfc v1.36 (http://xml.resource.org/)">
7<style type='text/css'><!--
8        body {
9                font-family: verdana, charcoal, helvetica, arial, sans-serif;
10                font-size: small; color: #000; background-color: #FFF;
11                margin: 2em;
12        }
13        h1, h2, h3, h4, h5, h6 {
14                font-family: helvetica, monaco, "MS Sans Serif", arial, sans-serif;
15                font-weight: bold; font-style: normal;
16        }
17        h1 { color: #900; background-color: transparent; text-align: right; }
18        h3 { color: #333; background-color: transparent; }
19
20        td.RFCbug {
21                font-size: x-small; text-decoration: none;
22                width: 30px; height: 30px; padding-top: 2px;
23                text-align: justify; vertical-align: middle;
24                background-color: #000;
25        }
26        td.RFCbug span.RFC {
27                font-family: monaco, charcoal, geneva, "MS Sans Serif", helvetica, verdana, sans-serif;
28                font-weight: bold; color: #666;
29        }
30        td.RFCbug span.hotText {
31                font-family: charcoal, monaco, geneva, "MS Sans Serif", helvetica, verdana, sans-serif;
32                font-weight: normal; text-align: center; color: #FFF;
33        }
34
35        table.TOCbug { width: 30px; height: 15px; }
36        td.TOCbug {
37                text-align: center; width: 30px; height: 15px;
38                color: #FFF; background-color: #900;
39        }
40        td.TOCbug a {
41                font-family: monaco, charcoal, geneva, "MS Sans Serif", helvetica, sans-serif;
42                font-weight: bold; font-size: x-small; text-decoration: none;
43                color: #FFF; background-color: transparent;
44        }
45
46        td.header {
47                font-family: arial, helvetica, sans-serif; font-size: x-small;
48                vertical-align: top; width: 33%;
49                color: #FFF; background-color: #666;
50        }
51        td.author { font-weight: bold; font-size: x-small; margin-left: 4em; }
52        td.author-text { font-size: x-small; }
53
54        /* info code from SantaKlauss at http://www.madaboutstyle.com/tooltip2.html */
55        a.info {
56                /* This is the key. */
57                position: relative;
58                z-index: 24;
59                text-decoration: none;
60        }
61        a.info:hover {
62                z-index: 25;
63                color: #FFF; background-color: #900;
64        }
65        a.info span { display: none; }
66        a.info:hover span.info {
67                /* The span will display just on :hover state. */
68                display: block;
69                position: absolute;
70                font-size: smaller;
71                top: 2em; left: -5em; width: 15em;
72                padding: 2px; border: 1px solid #333;
73                color: #900; background-color: #EEE;
74                text-align: left;
75        }
76
77        a { font-weight: bold; }
78        a:link    { color: #900; background-color: transparent; }
79        a:visited { color: #633; background-color: transparent; }
80        a:active  { color: #633; background-color: transparent; }
81
82        p { margin-left: 2em; margin-right: 2em; }
83        p.copyright { font-size: x-small; }
84        p.toc { font-size: small; font-weight: bold; margin-left: 3em; }
85        table.toc { margin: 0 0 0 3em; padding: 0; border: 0; vertical-align: text-top; }
86        td.toc { font-size: small; font-weight: bold; vertical-align: text-top; }
87
88        ol.text { margin-left: 2em; margin-right: 2em; }
89        ul.text { margin-left: 2em; margin-right: 2em; }
90        li      { margin-left: 3em; }
91
92        /* RFC-2629 <spanx>s and <artwork>s. */
93        em     { font-style: italic; }
94        strong { font-weight: bold; }
95        dfn    { font-weight: bold; font-style: normal; }
96        cite   { font-weight: normal; font-style: normal; }
97        tt     { color: #036; }
98        tt, pre, pre dfn, pre em, pre cite, pre span {
99                font-family: "Courier New", Courier, monospace; font-size: small;
100        }
101        pre {
102                text-align: left; padding: 4px;
103                color: #000; background-color: #CCC;
104        }
105        pre dfn  { color: #900; }
106        pre em   { color: #66F; background-color: #FFC; font-weight: normal; }
107        pre .key { color: #33C; font-weight: bold; }
108        pre .id  { color: #900; }
109        pre .str { color: #000; background-color: #CFF; }
110        pre .val { color: #066; }
111        pre .rep { color: #909; }
112        pre .oth { color: #000; background-color: #FCF; }
113        pre .err { background-color: #FCC; }
114
115        /* RFC-2629 <texttable>s. */
116        table.all, table.full, table.headers, table.none {
117                font-size: small; text-align: center; border-width: 2px;
118                vertical-align: top; border-collapse: collapse;
119        }
120        table.all, table.full { border-style: solid; border-color: black; }
121        table.headers, table.none { border-style: none; }
122        th {
123                font-weight: bold; border-color: black;
124                border-width: 2px 2px 3px 2px;
125        }
126        table.all th, table.full th { border-style: solid; }
127        table.headers th { border-style: none none solid none; }
128        table.none th { border-style: none; }
129        table.all td {
130                border-style: solid; border-color: #333;
131                border-width: 1px 2px;
132        }
133        table.full td, table.headers td, table.none td { border-style: none; }
134
135        hr { height: 1px; }
136        hr.insert {
137                width: 80%; border-style: none; border-width: 0;
138                color: #CCC; background-color: #CCC;
139        }
140--></style>
141</head>
142<body>
143<table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
144<table summary="layout" width="66%" border="0" cellpadding="0" cellspacing="0"><tr><td><table summary="layout" width="100%" border="0" cellpadding="2" cellspacing="1">
145<tr><td class="header">ISC-DHCP-REFERENCES</td><td class="header">D. Hankins</td></tr>
146<tr><td class="header">&nbsp;</td><td class="header">T. Mrugalski</td></tr>
147<tr><td class="header">&nbsp;</td><td class="header">ISC</td></tr>
148<tr><td class="header">&nbsp;</td><td class="header">January 04, 2012</td></tr>
149</table></td></tr></table>
150<h1><br />ISC DHCP References Collection</h1>
151
152<h3>Abstract</h3>
153
154<p>This document describes a collection of reference material
155	to which ISC DHCP has been implemented as well as a more
156	complete listing of references for DHCP and DHCPv6 protocols.
157</p>
158<h3>Copyright Notice</h3>
159
160<p>Copyright (c) 2006-2007,2009,2011 by Internet Systems
161	  Consortium, Inc. ("ISC")
162</p>
163<p>Permission to use, copy, modify, and distribute this software for
164	any purpose with or without fee is hereby granted, provided that the
165	above copyright notice and this permission notice appear in all
166	copies.
167</p>
168<p>THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
169	WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
170	MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR
171	ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
172	WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
173	ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
174	OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
175</p><a name="toc"></a><br /><hr />
176<h3>Table of Contents</h3>
177<p class="toc">
178<a href="#anchor1">1.</a>&nbsp;
179Introduction<br />
180<br />
181<a href="#anchor2">2.</a>&nbsp;
182Definition: Reference Implementation<br />
183<br />
184<a href="#anchor3">3.</a>&nbsp;
185Low Layer References<br />
186&nbsp;&nbsp;&nbsp;&nbsp;<a href="#anchor4">3.1.</a>&nbsp;
187Ethernet Protocol References<br />
188&nbsp;&nbsp;&nbsp;&nbsp;<a href="#anchor5">3.2.</a>&nbsp;
189Token Ring Protocol References<br />
190&nbsp;&nbsp;&nbsp;&nbsp;<a href="#anchor6">3.3.</a>&nbsp;
191FDDI Protocol References<br />
192&nbsp;&nbsp;&nbsp;&nbsp;<a href="#anchor7">3.4.</a>&nbsp;
193Internet Protocol Version 4 References<br />
194&nbsp;&nbsp;&nbsp;&nbsp;<a href="#anchor8">3.5.</a>&nbsp;
195Unicast Datagram Protocol References<br />
196<br />
197<a href="#anchor9">4.</a>&nbsp;
198BOOTP Protocol References<br />
199<br />
200<a href="#anchor10">5.</a>&nbsp;
201DHCPv4 Protocol References<br />
202&nbsp;&nbsp;&nbsp;&nbsp;<a href="#anchor11">5.1.</a>&nbsp;
203DHCPv4 Protocol<br />
204&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#anchor12">5.1.1.</a>&nbsp;
205Core Protocol References<br />
206&nbsp;&nbsp;&nbsp;&nbsp;<a href="#anchor13">5.2.</a>&nbsp;
207DHCPv4 Option References<br />
208&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#anchor14">5.2.1.</a>&nbsp;
209Relay Agent Information Option Options<br />
210&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#anchor15">5.2.2.</a>&nbsp;
211Dynamic DNS Updates References<br />
212&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#anchor16">5.2.3.</a>&nbsp;
213Experimental: Failover References<br />
214&nbsp;&nbsp;&nbsp;&nbsp;<a href="#anchor17">5.3.</a>&nbsp;
215DHCP Procedures<br />
216<br />
217<a href="#anchor18">6.</a>&nbsp;
218DHCPv6 Protocol References<br />
219&nbsp;&nbsp;&nbsp;&nbsp;<a href="#anchor19">6.1.</a>&nbsp;
220DHCPv6 Protocol References<br />
221&nbsp;&nbsp;&nbsp;&nbsp;<a href="#anchor20">6.2.</a>&nbsp;
222DHCPv6 Options References<br />
223<br />
224<a href="#rfc.references1">7.</a>&nbsp;
225References<br />
226&nbsp;&nbsp;&nbsp;&nbsp;<a href="#rfc.references1">7.1.</a>&nbsp;
227Published DHCPv4 References<br />
228&nbsp;&nbsp;&nbsp;&nbsp;<a href="#rfc.references2">7.2.</a>&nbsp;
229Published Common (DHCPv4/DHCPv6) References<br />
230&nbsp;&nbsp;&nbsp;&nbsp;<a href="#rfc.references3">7.3.</a>&nbsp;
231Published DHCPv6 References<br />
232<br />
233<a href="#rfc.authors">&#167;</a>&nbsp;
234Authors' Addresses<br />
235</p>
236<br clear="all" />
237
238<a name="anchor1"></a><br /><hr />
239<table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
240<a name="rfc.section.1"></a><h3>1.&nbsp;
241Introduction</h3>
242
243<p>As a little historical anecdote, ISC DHCP once packaged all the
244	relevant RFCs and standards documents along with the software
245	package.  Until one day when a voice was heard from one of the
246	many fine institutions that build and distribute this software...
247	they took issue with the IETF's copyright on the RFC's.  It
248	seems the IETF's copyrights don't allow modification of RFC's
249	(except for translation purposes).
250</p>
251<p>Our main purpose in providing the RFCs is to aid in
252	documentation, but since RFCs are now available widely from many
253	points of distribution on the Internet, there is no real need to
254	provide the documents themselves.  So, this document has been
255	created in their stead, to list the various IETF RFCs one might
256	want to read, and to comment on how well (or poorly) we have
257	managed to implement them.
258</p>
259<a name="anchor2"></a><br /><hr />
260<table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
261<a name="rfc.section.2"></a><h3>2.&nbsp;
262Definition: Reference Implementation</h3>
263
264<p>ISC DHCP, much like its other cousins in ISC software, is
265	self-described as a 'Reference Implementation.'  There has been
266	a great deal of confusion about this term.  Some people seem to
267	think that this term applies to any software that once passed
268	a piece of reference material on its way to market (but may do
269	quite a lot of things that aren't described in any reference, or
270	may choose to ignore the reference it saw entirely).  Other folks
271	get confused by the word 'reference' and understand that to mean
272	that there is some special status applied to the software - that
273	the software itself is the reference by which all other software
274	is measured.  Something along the lines of being "The DHCP
275	Protocol's Reference Clock," it is supposed.
276</p>
277<p>The truth is actually quite a lot simpler.  Reference
278	implementations are software packages which were written
279	to behave precisely as appears in reference material.  They
280	are written "to match reference."
281</p>
282<p>If the software has a behaviour that manifests itself
283	externally (whether it be something as simple as the 'wire
284	format' or something higher level, such as a complicated
285	behaviour that arises from multiple message exchanges), that
286	behaviour must be found in a reference document.
287</p>
288<p>Anything else is a bug, the only question is whether the
289	bug is in reference or software (failing to implement the
290	reference).
291</p>
292<p>This means:
293</p>
294<p>
295      </p>
296<ul class="text">
297<li>To produce new externally-visible behaviour, one must first
298	provide a reference.
299</li>
300<li>Before changing externally visible behaviour to work around
301	simple incompatibilities in any other implementation, one must
302	first provide a reference.
303</li>
304</ul><p>
305
306</p>
307<p>That is the lofty goal, at any rate.  It's well understood that,
308	especially because the ISC DHCP Software package has not always been
309	held to this standard (but not entirely due to it), there are many
310	non-referenced behaviours within ISC DHCP.
311</p>
312<p>The primary goal of reference implementation is to prove the
313	reference material.  If the reference material is good, then you
314	should be able to sit down and write a program that implements the
315	reference, to the word, and come to an implementation that
316	is distinguishable from others in the details, but not in the
317	facts of operating the protocol.  This means that there is no
318	need for 'special knowledge' to work around arcane problems that
319	were left undocumented.  No secret handshakes need to be learned
320	to be imparted with the necessary "real documentation".
321</p>
322<p>Also, by accepting only reference as the guidebook for ISC
323	DHCP's software implementation, anyone who can make an impact on
324	the color texture or form of that reference has a (somewhat
325	indirect) voice in ISC DHCP's software design.  As the IETF RFC's
326	have been selected as the source of reference, that means everyone
327	on the Internet with the will to participate has a say.
328</p>
329<a name="anchor3"></a><br /><hr />
330<table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
331<a name="rfc.section.3"></a><h3>3.&nbsp;
332Low Layer References</h3>
333
334<p>It may surprise you to realize that ISC DHCP implements 802.1
335	'Ethernet' framing, Token Ring, and FDDI.  In order to bridge the
336	gap there between these physical and DHCP layers, it must also
337	implement IP and UDP framing.
338</p>
339<p>The reason for this stems from Unix systems' handling of BSD
340	sockets (the general way one might engage in transmission of UDP
341	packets) on unconfigured interfaces, or even the handling of
342	broadcast addressing on configured interfaces.
343</p>
344<p>There are a few things that DHCP servers, relays, and clients all
345	need to do in order to speak the DHCP protocol in strict compliance
346	with <a class='info' href='#RFC2131'>[RFC2131]<span> (</span><span class='info'>Droms, R., &ldquo;Dynamic Host Configuration Protocol,&rdquo; March&nbsp;1997.</span><span>)</span></a>.
347
348      </p>
349<ol class="text">
350<li>Transmit a UDP packet from IP:0.0.0.0 Ethernet:Self, destined to
351	IP:255.255.255.255 LinkLayer:Broadcast on an unconfigured (no IP
352	address yet) interface.
353</li>
354<li>Receive a UDP packet from IP:remote-system LinkLayer:remote-system,
355	destined to IP:255.255.255.255 LinkLayer:Broadcast, again on an
356	unconfigured interface.
357</li>
358<li>Transmit a UDP packet from IP:Self, Ethernet:Self, destined to
359	IP:remote-system LinkLayer:remote-system, without transmitting a
360	single ARP.
361</li>
362<li>And of course the simple case, a regular IP unicast that is
363	routed via the usual means (so it may be direct to a local system,
364	with ARP providing the glue, or it may be to a remote system via
365	one or more routers as normal).  In this case, the interfaces are
366	always configured.
367</li>
368</ol>
369
370<p>The above isn't as simple as it sounds on a regular BSD socket.
371	Many unix implementations will transmit broadcasts not to
372	255.255.255.255, but to x.y.z.255 (where x.y.z is the system's local
373	subnet).  Such packets are not received by several known DHCP client
374	implementations - and it's not their fault, <a class='info' href='#RFC2131'>[RFC2131]<span> (</span><span class='info'>Droms, R., &ldquo;Dynamic Host Configuration Protocol,&rdquo; March&nbsp;1997.</span><span>)</span></a>
375	very explicitly demands that these packets' IP destination
376	addresses be set to 255.255.255.255.
377</p>
378<p>Receiving packets sent to 255.255.255.255 isn't a problem on most
379	modern unixes...so long as the interface is configured.  When there
380	is no IPv4 address on the interface, things become much more murky.
381</p>
382<p>So, for this convoluted and unfortunate state of affairs in the
383	unix systems of the day ISC DHCP was manufactured, in order to do
384	what it needs not only to implement the reference but to interoperate
385	with other implementations, the software must create some form of
386	raw socket to operate on.
387</p>
388<p>What it actually does is create, for each interface detected on
389	the system, a Berkeley Packet Filter socket (or equivalent), and
390	program it with a filter that brings in only DHCP packets.  A
391	"fallback" UDP Berkeley socket is generally also created, a single
392	one no matter how many interfaces.  Should the software need to
393	transmit a contrived packet to the local network the packet is
394	formed piece by piece and transmitted via the BPF socket.  Hence
395	the need to implement many forms of Link Layer framing and above.
396	The software gets away with not having to implement IP routing
397	tables as well by simply utilizing the aforementioned 'fallback'
398	UDP socket when unicasting between two configured systems is
399	needed.
400</p>
401<p>Modern unixes have opened up some facilities that diminish how
402	much of this sort of nefarious kludgery is necessary, but have not
403	found the state of affairs absolutely resolved.  In particular,
404	one might now unicast without ARP by inserting an entry into the
405	ARP cache prior to transmitting.  Unconfigured interfaces remain
406	the sticking point, however...on virtually no modern unixes is
407	it possible to receive broadcast packets unless a local IPv4
408	address has been configured, unless it is done with raw sockets.
409</p>
410<a name="anchor4"></a><br /><hr />
411<table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
412<a name="rfc.section.3.1"></a><h3>3.1.&nbsp;
413Ethernet Protocol References</h3>
414
415<p>ISC DHCP Implements Ethernet Version 2 ("DIX"), which is a variant
416	of IEEE 802.2.  No good reference of this framing is known to exist
417	at this time, but it is vaguely described in <a class='info' href='#RFC0894'>[RFC0894]<span> (</span><span class='info'>Hornig, C., &ldquo;Standard for the transmission of IP datagrams over Ethernet networks,&rdquo; April&nbsp;1984.</span><span>)</span></a>
418	see the section titled "Packet format"), and
419	the following URL is also thought to be useful.
420</p>
421<p><a href='http://en.wikipedia.org/wiki/DIX_Ethernet'>http://en.wikipedia.org/wiki/DIX_Ethernet</a>
422</p>
423<a name="anchor5"></a><br /><hr />
424<table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
425<a name="rfc.section.3.2"></a><h3>3.2.&nbsp;
426Token Ring Protocol References</h3>
427
428<p>IEEE 802.5 defines the Token Ring framing format used by ISC
429	DHCP.
430</p>
431<a name="anchor6"></a><br /><hr />
432<table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
433<a name="rfc.section.3.3"></a><h3>3.3.&nbsp;
434FDDI Protocol References</h3>
435
436<p><a class='info' href='#RFC1188'>[RFC1188]<span> (</span><span class='info'>Katz, D., &ldquo;Proposed Standard for the Transmission of IP Datagrams over FDDI Networks,&rdquo; October&nbsp;1990.</span><span>)</span></a> is the most helpful
437	reference ISC DHCP has used to form FDDI packets.
438</p>
439<a name="anchor7"></a><br /><hr />
440<table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
441<a name="rfc.section.3.4"></a><h3>3.4.&nbsp;
442Internet Protocol Version 4 References</h3>
443
444<p><a class='info' href='#RFC0760'>RFC760<span> (</span><span class='info'>Postel, J., &ldquo;DoD standard Internet Protocol,&rdquo; January&nbsp;1980.</span><span>)</span></a> [RFC0760] fundamentally defines the
445	bare IPv4 protocol which ISC DHCP implements.
446</p>
447<a name="anchor8"></a><br /><hr />
448<table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
449<a name="rfc.section.3.5"></a><h3>3.5.&nbsp;
450Unicast Datagram Protocol References</h3>
451
452<p><a class='info' href='#RFC0768'>RFC768<span> (</span><span class='info'>Postel, J., &ldquo;User Datagram Protocol,&rdquo; August&nbsp;1980.</span><span>)</span></a> [RFC0768] defines the User Datagram
453	Protocol that ultimately carries the DHCP or BOOTP protocol.  The
454	destination DHCP server port is 67, the client port is 68.  Source
455	ports are irrelevant.
456</p>
457<a name="anchor9"></a><br /><hr />
458<table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
459<a name="rfc.section.4"></a><h3>4.&nbsp;
460BOOTP Protocol References</h3>
461
462<p>The DHCP Protocol is strange among protocols in that it is
463	grafted over the top of another protocol - BOOTP (but we don't
464	call it "DHCP over BOOTP" like we do, say "TCP over IP").  BOOTP
465	and DHCP share UDP packet formats - DHCP is merely a conventional
466	use of both BOOTP header fields and the trailing 'options' space.
467</p>
468<p>The ISC DHCP server supports BOOTP clients conforming to
469	<a class='info' href='#RFC0951'>RFC951<span> (</span><span class='info'>Croft, B. and J. Gilmore, &ldquo;Bootstrap Protocol,&rdquo; September&nbsp;1985.</span><span>)</span></a> [RFC0951] and <a class='info' href='#RFC1542'>RFC1542<span> (</span><span class='info'>Wimer, W., &ldquo;Clarifications and Extensions for the Bootstrap Protocol,&rdquo; October&nbsp;1993.</span><span>)</span></a> [RFC1542].
470</p>
471<a name="anchor10"></a><br /><hr />
472<table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
473<a name="rfc.section.5"></a><h3>5.&nbsp;
474DHCPv4 Protocol References</h3>
475
476<a name="anchor11"></a><br /><hr />
477<table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
478<a name="rfc.section.5.1"></a><h3>5.1.&nbsp;
479DHCPv4 Protocol</h3>
480
481<p>"The DHCP[v4] Protocol" is not defined in a single document.  The
482	following collection of references of what ISC DHCP terms "The
483	DHCPv4 Protocol".
484</p>
485<a name="anchor12"></a><br /><hr />
486<table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
487<a name="rfc.section.5.1.1"></a><h3>5.1.1.&nbsp;
488Core Protocol References</h3>
489
490<p><a class='info' href='#RFC2131'>RFC2131<span> (</span><span class='info'>Droms, R., &ldquo;Dynamic Host Configuration Protocol,&rdquo; March&nbsp;1997.</span><span>)</span></a> [RFC2131] defines the protocol format
491	and procedures.  ISC DHCP is not known to diverge from this document
492	in any way.  There are, however, a few points on which different
493	implementations have arisen out of vagueries in the document.
494	DHCP Clients exist which, at one time, present themselves as using
495	a Client Identifier Option which is equal to the client's hardware
496	address.  Later, the client transmits DHCP packets with no Client
497	Identifier Option present - essentially identifying themselves using
498	the hardware address.  Some DHCP Servers have been developed which
499	identify this client as a single client.  ISC has interpreted
500	RFC2131 to indicate that these clients must be treated as two
501	separate entities (and hence two, separate addresses).  Client
502	behaviour (Embedded Windows products) has developed that relies on
503	the former implementation, and hence is incompatible with the
504	latter.  Also, RFC2131 demands explicitly that some header fields
505	be zeroed upon certain message types.  The ISC DHCP Server instead
506	copies many of these fields from the packet received from the client
507	or relay, which may not be zero.  It is not known if there is a good
508	reason for this that has not been documented.
509</p>
510<p><a class='info' href='#RFC2132'>RFC2132<span> (</span><span class='info'>Alexander, S. and R. Droms, &ldquo;DHCP Options and BOOTP Vendor Extensions,&rdquo; March&nbsp;1997.</span><span>)</span></a> [RFC2132] defines the initial set of
511	DHCP Options and provides a great deal of guidance on how to go about
512	formatting and processing options.  The document unfortunately
513	waffles to a great extent about the NULL termination of DHCP Options,
514	and some DHCP Clients (Windows 95) have been implemented that rely
515	upon DHCP Options containing text strings to be NULL-terminated (or
516	else they crash).  So, ISC DHCP detects if clients null-terminate the
517	host-name option and, if so, null terminates any text options it
518	transmits to the client.  It also removes NULL termination from any
519	known text option it receives prior to any other processing.
520</p>
521<a name="anchor13"></a><br /><hr />
522<table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
523<a name="rfc.section.5.2"></a><h3>5.2.&nbsp;
524DHCPv4 Option References</h3>
525
526<p><a class='info' href='#RFC2241'>RFC2241<span> (</span><span class='info'>Provan, D., &ldquo;DHCP Options for Novell Directory Services,&rdquo; November&nbsp;1997.</span><span>)</span></a> [RFC2241] defines options for
527	Novell Directory Services.
528</p>
529<p><a class='info' href='#RFC2242'>RFC2242<span> (</span><span class='info'>Droms, R. and K. Fong, &ldquo;NetWare/IP Domain Name and Information,&rdquo; November&nbsp;1997.</span><span>)</span></a> [RFC2242] defines an encapsulated
530	option space for NWIP configuration.
531</p>
532<p><a class='info' href='#RFC2485'>RFC2485<span> (</span><span class='info'>Drach, S., &ldquo;DHCP Option for The Open Group&apos;s User Authentication Protocol,&rdquo; January&nbsp;1999.</span><span>)</span></a> [RFC2485] defines the Open Group's
533	UAP option.
534</p>
535<p><a class='info' href='#RFC2610'>RFC2610<span> (</span><span class='info'>Perkins, C. and E. Guttman, &ldquo;DHCP Options for Service Location Protocol,&rdquo; June&nbsp;1999.</span><span>)</span></a> [RFC2610] defines options for
536	the Service Location Protocol (SLP).
537</p>
538<p><a class='info' href='#RFC2937'>RFC2937<span> (</span><span class='info'>Smith, C., &ldquo;The Name Service Search Option for DHCP,&rdquo; September&nbsp;2000.</span><span>)</span></a> [RFC2937] defines the Name Service
539	Search Option (not to be confused with the domain-search option).
540	The Name Service Search Option allows eg nsswitch.conf to be
541	reconfigured via dhcp.  The ISC DHCP server implements this option,
542	and the ISC DHCP client is compatible...but does not by default
543	install this option's value.  One would need to make their relevant
544	dhclient-script process this option in a way that is suitable for
545	the system.
546</p>
547<p><a class='info' href='#RFC3004'>RFC3004<span> (</span><span class='info'>Stump, G., Droms, R., Gu, Y., Vyaghrapuri, R., Demirtjis, A., Beser, B., and J. Privat, &ldquo;The User Class Option for DHCP,&rdquo; November&nbsp;2000.</span><span>)</span></a> [RFC3004] defines the User-Class
548	option.  Note carefully that ISC DHCP currently does not implement
549	to this reference, but has (inexplicably) selected an incompatible
550	format: a plain text string.
551</p>
552<p><a class='info' href='#RFC3011'>RFC3011<span> (</span><span class='info'>Waters, G., &ldquo;The IPv4 Subnet Selection Option for DHCP,&rdquo; November&nbsp;2000.</span><span>)</span></a> [RFC3011] defines the Subnet-Selection
553	plain DHCPv4 option.  Do not confuse this option with the relay agent
554	"link selection" sub-option, although their behaviour is
555	similar.
556</p>
557<p><a class='info' href='#RFC3396'>RFC3396<span> (</span><span class='info'>Lemon, T. and S. Cheshire, &ldquo;Encoding Long Options in the Dynamic Host Configuration Protocol (DHCPv4),&rdquo; November&nbsp;2002.</span><span>)</span></a> [RFC3396] documents both how long
558	options may be encoded in DHCPv4 packets, and also how multiple
559	instances of the same option code within a DHCPv4 packet will be
560	decoded by receivers.
561</p>
562<p><a class='info' href='#RFC3397'>RFC3397<span> (</span><span class='info'>Aboba, B. and S. Cheshire, &ldquo;Dynamic Host Configuration Protocol (DHCP) Domain Search Option,&rdquo; November&nbsp;2002.</span><span>)</span></a> [RFC3397] documents the Domain-Search
563	Option, which allows the configuration of the /etc/resolv.conf
564	'search' parameter in a way that is <a class='info' href='#RFC1035'>RFC1035<span> (</span><span class='info'>Mockapetris, P., &ldquo;Domain names - implementation and specification,&rdquo; November&nbsp;1987.</span><span>)</span></a> [RFC1035] wire format compatible (in fact, it uses the RFC1035 wire
565	format).  ISC DHCP has both client and server support, and supports
566	RFC1035 name compression.
567</p>
568<p><a class='info' href='#RFC3679'>RFC3679<span> (</span><span class='info'>Droms, R., &ldquo;Unused Dynamic Host Configuration Protocol (DHCP) Option Codes,&rdquo; January&nbsp;2004.</span><span>)</span></a> [RFC3679] documents a number of
569	options that were documented earlier in history, but were not
570	made use of.
571</p>
572<p><a class='info' href='#RFC3925'>RFC3925<span> (</span><span class='info'>Littlefield, J., &ldquo;Vendor-Identifying Vendor Options for Dynamic Host Configuration Protocol version 4 (DHCPv4),&rdquo; October&nbsp;2004.</span><span>)</span></a> [RFC3925] documents a pair of
573	Enterprise-ID delimited option spaces for vendors to use in order
574	to inform servers of their "vendor class" (sort of like 'uname'
575	or 'who and what am I'), and a means to deliver vendor-specific
576	and vendor-documented option codes and values.
577</p>
578<p><a class='info' href='#RFC3942'>RFC3942<span> (</span><span class='info'>Volz, B., &ldquo;Reclassifying Dynamic Host Configuration Protocol version 4 (DHCPv4) Options,&rdquo; November&nbsp;2004.</span><span>)</span></a> [RFC3942] redefined the 'site local'
579	option space.
580</p>
581<p><a class='info' href='#RFC4280'>[RFC4280]<span> (</span><span class='info'>Chowdhury, K., Yegani, P., and L. Madour, &ldquo;Dynamic Host Configuration Protocol (DHCP) Options for Broadcast and Multicast Control Servers,&rdquo; November&nbsp;2005.</span><span>)</span></a> defines two BCMS server options
582	for each protocol family.
583</p>
584<p><a class='info' href='#RFC4388'>RFC4388<span> (</span><span class='info'>Woundy, R. and K. Kinnear, &ldquo;Dynamic Host Configuration Protocol (DHCP) Leasequery,&rdquo; February&nbsp;2006.</span><span>)</span></a> [RFC4388] defined the DHCPv4
585	LEASEQUERY message type and a number of suitable response messages,
586	for the purpose of sharing information about DHCP served addresses
587	and clients.
588</p>
589<a name="anchor14"></a><br /><hr />
590<table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
591<a name="rfc.section.5.2.1"></a><h3>5.2.1.&nbsp;
592Relay Agent Information Option Options</h3>
593
594<p><a class='info' href='#RFC3046'>RFC3046<span> (</span><span class='info'>Patrick, M., &ldquo;DHCP Relay Agent Information Option,&rdquo; January&nbsp;2001.</span><span>)</span></a> [RFC3046] defines the Relay Agent
595	  Information Option and provides a number of sub-option
596	  definitions.
597</p>
598<p><a class='info' href='#RFC3256'>RFC3256<span> (</span><span class='info'>Jones, D. and R. Woundy, &ldquo;The DOCSIS (Data-Over-Cable Service Interface Specifications) Device Class DHCP (Dynamic Host Configuration Protocol) Relay Agent Information Sub-option,&rdquo; April&nbsp;2002.</span><span>)</span></a> [RFC3256] defines the DOCSIS Device
599	  Class sub-option.
600</p>
601<p><a class='info' href='#RFC3527'>RFC3527<span> (</span><span class='info'>Kinnear, K., Stapp, M., Johnson, R., and J. Kumarasamy, &ldquo;Link Selection sub-option for the Relay Agent Information Option for DHCPv4,&rdquo; April&nbsp;2003.</span><span>)</span></a> [RFC3527] defines the Link Selection
602	  sub-option.
603</p>
604<a name="anchor15"></a><br /><hr />
605<table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
606<a name="rfc.section.5.2.2"></a><h3>5.2.2.&nbsp;
607Dynamic DNS Updates References</h3>
608
609<p>The collection of documents that describe the standards-based
610	  method to update dns names of DHCP clients starts most easily
611	  with <a class='info' href='#RFC4703'>RFC4703<span> (</span><span class='info'>Stapp, M. and B. Volz, &ldquo;Resolution of Fully Qualified Domain Name (FQDN) Conflicts among Dynamic Host Configuration Protocol (DHCP) Clients,&rdquo; October&nbsp;2006.</span><span>)</span></a> [RFC4703] to define the overall
612	  architecture, travels through RFCs <a class='info' href='#RFC4702'>4702<span> (</span><span class='info'>Stapp, M., Volz, B., and Y. Rekhter, &ldquo;The Dynamic Host Configuration Protocol (DHCP) Client Fully Qualified Domain Name (FQDN) Option,&rdquo; October&nbsp;2006.</span><span>)</span></a> [RFC4702]
613	  and <a class='info' href='#RFC4704'>4704<span> (</span><span class='info'>Volz, B., &ldquo;The Dynamic Host Configuration Protocol for IPv6 (DHCPv6) Client Fully Qualified Domain Name (FQDN) Option,&rdquo; October&nbsp;2006.</span><span>)</span></a> [RFC4704] to describe the DHCPv4 and
614	  DHCPv6 FQDN options (to carry the client name), and ends up at
615	  <a class='info' href='#RFC4701'>RFC4701<span> (</span><span class='info'>Stapp, M., Lemon, T., and A. Gustafsson, &ldquo;A DNS Resource Record (RR) for Encoding Dynamic Host Configuration Protocol (DHCP) Information (DHCID RR),&rdquo; October&nbsp;2006.</span><span>)</span></a> [RFC4701] which describes the DHCID
616	  RR used in DNS to perform a kind of atomic locking.
617</p>
618<p>ISC DHCP adopted early versions of these documents, and has not
619	  yet synchronized with the final standards versions.
620</p>
621<p>For RFCs 4702 and 4704, the 'N' bit is not yet supported.  The
622	  result is that it is always set zero, and is ignored if set.
623</p>
624<p>For RFC4701, which is used to match client identities with names
625	  in the DNS as part of name conflict resolution.  Note that ISC DHCP's
626	  implementation of DHCIDs vary wildly from this specification.
627	  First, ISC DHCP uses a TXT record in which the contents are stored
628	  in hexadecimal.  Second, there is a flaw in the selection of the
629	  'Identifier Type', which results in a completely different value
630	  being selected than was defined in an older revision of this
631	  document...also this field is one byte prior to hexadecimal
632	  encoding rather than two.  Third, ISC DHCP does not use a digest
633	  type code.  Rather, all values for such TXT records are reached
634	  via an MD5 sum.  In short, nothing is compatible, but the
635	  principle of the TXT record is the same as the standard DHCID
636	  record.  However, for DHCPv6 FQDN, we do use DHCID type code '2',
637	  as no other value really makes sense in our context.
638</p>
639<a name="anchor16"></a><br /><hr />
640<table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
641<a name="rfc.section.5.2.3"></a><h3>5.2.3.&nbsp;
642Experimental: Failover References</h3>
643
644<p>The Failover Protocol defines means by which two DHCP Servers
645	  can share all the relevant information about leases granted to
646	  DHCP clients on given networks, so that one of the two servers may
647	  fail and be survived by a server that can act responsibly.
648</p>
649<p>Unfortunately it has been quite some years (2003) since the last
650	  time this document was edited, and the authors no longer show any
651	  interest in fielding comments or improving the document.
652</p>
653<p>The status of this protocol is very unsure, but ISC's
654	  implementation of it has proven stable and suitable for use in
655	  sizable production environments.
656</p>
657<p><a class='info' href='#draft-failover'>draft-ietf-dhc-failover-12.txt<span> (</span><span class='info'>Droms, R., &ldquo;DHCP Failover Protocol,&rdquo; March&nbsp;2003.</span><span>)</span></a> [draft&#8209;failover]
658	  describes the Failover Protocol.  In addition to what is described
659	  in this document, ISC DHCP has elected to make some experimental
660	  changes that may be revoked in a future version of ISC DHCP (if the
661	  draft authors do not adopt the new behaviour).  Specifically, ISC
662	  DHCP's POOLREQ behaviour differs substantially from what is
663	  documented in the draft, and the server also implements a form of
664	  'MAC Address Affinity' which is not described in the failover
665	  document.  The full nature of these changes have been described on
666	  the IETF DHC WG mailing list (which has archives), and also in ISC
667	  DHCP's manual pages.  Also note that although this document
668	  references a RECOVER-WAIT state, it does not document a protocol
669	  number assignment for this state.  As a consequence, ISC DHCP has
670	  elected to use the value 254.
671</p>
672<p> An optimization described in the failover protocol draft
673	  is included since 4.2.0a1. It permits a DHCP server
674	  operating in communications-interrupted state to 'rewind' a
675	  lease to the state most recently transmitted to its peer,
676	  greatly increasing a server's endurance in
677	  communications-interrupted.  This is supported using a new
678	  'rewind state' record on the dhcpd.leases entry for each
679	  lease.
680
681</p>
682<p><a class='info' href='#RFC3074'>[RFC3074]<span> (</span><span class='info'>Volz, B., Gonczi, S., Lemon, T., and R. Stevens, &ldquo;DHC Load Balancing Algorithm,&rdquo; February&nbsp;2001.</span><span>)</span></a> describes the Load Balancing
683	  Algorithm (LBA) that ISC DHCP uses in concert with the Failover
684	  protocol.  Note that versions 3.0.* are known to misimplement the
685	  hash algorithm (it will only use the low 4 bits of every byte of
686	  the hash bucket array).
687</p>
688<a name="anchor17"></a><br /><hr />
689<table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
690<a name="rfc.section.5.3"></a><h3>5.3.&nbsp;
691DHCP Procedures</h3>
692
693<p><a class='info' href='#RFC2939'>[RFC2939]<span> (</span><span class='info'>Droms, R., &ldquo;Procedures and IANA Guidelines for Definition of New DHCP Options and Message Types,&rdquo; September&nbsp;2000.</span><span>)</span></a> explains how to go about
694	obtaining a new DHCP Option code assignment.
695</p>
696<a name="anchor18"></a><br /><hr />
697<table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
698<a name="rfc.section.6"></a><h3>6.&nbsp;
699DHCPv6 Protocol References</h3>
700
701<a name="anchor19"></a><br /><hr />
702<table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
703<a name="rfc.section.6.1"></a><h3>6.1.&nbsp;
704DHCPv6 Protocol References</h3>
705
706<p>For now there is only one document that specifies the base
707	of the DHCPv6 protocol (there have been no updates yet),
708	<a class='info' href='#RFC3315'>[RFC3315]<span> (</span><span class='info'>Droms, R., Bound, J., Volz, B., Lemon, T., Perkins, C., and M. Carney, &ldquo;Dynamic Host Configuration Protocol for IPv6 (DHCPv6),&rdquo; July&nbsp;2003.</span><span>)</span></a>.
709</p>
710<p>Support for DHCPv6 was first added in version 4.0.0.  The server
711	and client support only IA_NA.  While the server does support multiple
712	IA_NAs within one packet from the client, our client only supports
713	sending one.  There is no relay support.
714</p>
715<p>DHCPv6 introduces some new and uncomfortable ideas to the common
716	software library.
717</p>
718<p>
719	</p>
720<ol class="text">
721<li>Options sometimes may appear multiple times.  The common
722	  library used to treat all appearance of multiple options as
723	  specified in RFC2131 - to be concatenated.  DHCPv6 options
724	  may sometimes appear multiple times (such as with IA_NA or
725	  IAADDR), but often must not. As of 4.2.1-P1, multiple IA_NA, IA_PD
726	  or IA_TA are not supported.
727</li>
728<li>The same option space appears in DHCPv6 packets multiple times.
729	  If the packet was got via a relay, then the client's packet is
730	  stored to an option within the relay's packet...if there were two
731	  relays, this recurses.  At each of these steps, the root "DHCPv6
732	  option space" is used.  Further, a client packet may contain an
733	  IA_NA, which may contain an IAADDR - but really, in an abstract
734	  sense, this is again re-encapsulation of the DHCPv6 option space
735	  beneath options it also contains.
736</li>
737</ol><p>
738
739</p>
740<p>Precisely how to correctly support the above conundrums has not
741	quite yet been settled, so support is incomplete.
742</p>
743<p><a class='info' href='#RFC5453'>[RFC5453]<span> (</span><span class='info'>Krishnan, S., &ldquo;Reserved IPv6 Interface Identifiers,&rdquo; February&nbsp;2009.</span><span>)</span></a> creates a registry at IANA to reserve
744	interface identifiers and specifies a starting set.  These IIDs should
745	not be used when constructing addresses to avoid possible conflicts.
746</p>
747<a name="anchor20"></a><br /><hr />
748<table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
749<a name="rfc.section.6.2"></a><h3>6.2.&nbsp;
750DHCPv6 Options References</h3>
751
752<p><a class='info' href='#RFC3319'>[RFC3319]<span> (</span><span class='info'>Schulzrinne, H. and B. Volz, &ldquo;Dynamic Host Configuration Protocol (DHCPv6) Options for Session Initiation Protocol (SIP) Servers,&rdquo; July&nbsp;2003.</span><span>)</span></a> defines the SIP server
753	options for DHCPv6.
754</p>
755<p><a class='info' href='#RFC3646'>[RFC3646]<span> (</span><span class='info'>Droms, R., &ldquo;DNS Configuration options for Dynamic Host Configuration Protocol for IPv6 (DHCPv6),&rdquo; December&nbsp;2003.</span><span>)</span></a> documents the DHCPv6
756	name-servers and domain-search options.
757</p>
758<p><a class='info' href='#RFC3633'>[RFC3633]<span> (</span><span class='info'>Troan, O. and R. Droms, &ldquo;IPv6 Prefix Options for Dynamic Host Configuration Protocol (DHCP) version 6,&rdquo; December&nbsp;2003.</span><span>)</span></a> documents the Identity
759	Association Prefix Delegation for DHCPv6, which is included
760	here for protocol wire reference, but which is not supported
761	by ISC DHCP.
762</p>
763<p><a class='info' href='#RFC3898'>[RFC3898]<span> (</span><span class='info'>Kalusivalingam, V., &ldquo;Network Information Service (NIS) Configuration Options for Dynamic Host Configuration Protocol for IPv6 (DHCPv6),&rdquo; October&nbsp;2004.</span><span>)</span></a> documents four NIS options
764	for delivering NIS servers and domain information in DHCPv6.
765</p>
766<p><a class='info' href='#RFC4075'>[RFC4075]<span> (</span><span class='info'>Kalusivalingam, V., &ldquo;Simple Network Time Protocol (SNTP) Configuration Option for DHCPv6,&rdquo; May&nbsp;2005.</span><span>)</span></a> defines the DHCPv6 SNTP
767	Servers option.
768</p>
769<p><a class='info' href='#RFC4242'>[RFC4242]<span> (</span><span class='info'>Venaas, S., Chown, T., and B. Volz, &ldquo;Information Refresh Time Option for Dynamic Host Configuration Protocol for IPv6 (DHCPv6),&rdquo; November&nbsp;2005.</span><span>)</span></a> defines the Information
770	Refresh Time option, which advises DHCPv6 Information-Request
771	clients to return for updated information.
772</p>
773<p><a class='info' href='#RFC4280'>[RFC4280]<span> (</span><span class='info'>Chowdhury, K., Yegani, P., and L. Madour, &ldquo;Dynamic Host Configuration Protocol (DHCP) Options for Broadcast and Multicast Control Servers,&rdquo; November&nbsp;2005.</span><span>)</span></a> defines two BCMS server options
774	for each protocol family.
775</p>
776<p><a class='info' href='#RFC4580'>[RFC4580]<span> (</span><span class='info'>Volz, B., &ldquo;Dynamic Host Configuration Protocol for IPv6 (DHCPv6) Relay Agent Subscriber-ID Option,&rdquo; June&nbsp;2006.</span><span>)</span></a> defines a DHCPv6
777	subscriber-id option, which is similar in principle to the DHCPv4
778	relay agent option of the same name.
779</p>
780<p><a class='info' href='#RFC4649'>[RFC4649]<span> (</span><span class='info'>Volz, B., &ldquo;Dynamic Host Configuration Protocol for IPv6 (DHCPv6) Relay Agent Remote-ID Option,&rdquo; August&nbsp;2006.</span><span>)</span></a> defines a DHCPv6 remote-id
781	option, which is similar in principle to the DHCPv4 relay agent
782	remote-id.
783</p>
784<a name="rfc.references"></a><br /><hr />
785<table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
786<a name="rfc.section.7"></a><h3>7.&nbsp;
787References</h3>
788
789<a name="rfc.references1"></a><br /><hr />
790<table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
791<h3>7.1.&nbsp;Published DHCPv4 References</h3>
792<table width="99%" border="0">
793<tr><td class="author-text" valign="top"><a name="RFC0760">[RFC0760]</a></td>
794<td class="author-text">Postel, J., &ldquo;<a href="http://tools.ietf.org/html/rfc760">DoD standard Internet Protocol</a>,&rdquo; RFC&nbsp;760, January&nbsp;1980 (<a href="http://www.rfc-editor.org/rfc/rfc760.txt">TXT</a>).</td></tr>
795<tr><td class="author-text" valign="top"><a name="RFC0768">[RFC0768]</a></td>
796<td class="author-text">Postel, J., &ldquo;<a href="http://tools.ietf.org/html/rfc768">User Datagram Protocol</a>,&rdquo; STD&nbsp;6, RFC&nbsp;768, August&nbsp;1980 (<a href="http://www.rfc-editor.org/rfc/rfc768.txt">TXT</a>).</td></tr>
797<tr><td class="author-text" valign="top"><a name="RFC0894">[RFC0894]</a></td>
798<td class="author-text">Hornig, C., &ldquo;<a href="http://tools.ietf.org/html/rfc894">Standard for the transmission of IP datagrams over Ethernet networks</a>,&rdquo; STD&nbsp;41, RFC&nbsp;894, April&nbsp;1984 (<a href="http://www.rfc-editor.org/rfc/rfc894.txt">TXT</a>).</td></tr>
799<tr><td class="author-text" valign="top"><a name="RFC0951">[RFC0951]</a></td>
800<td class="author-text">Croft, B. and J. Gilmore, &ldquo;<a href="http://tools.ietf.org/html/rfc951">Bootstrap Protocol</a>,&rdquo; RFC&nbsp;951, September&nbsp;1985 (<a href="http://www.rfc-editor.org/rfc/rfc951.txt">TXT</a>).</td></tr>
801<tr><td class="author-text" valign="top"><a name="RFC1035">[RFC1035]</a></td>
802<td class="author-text">Mockapetris, P., &ldquo;<a href="http://tools.ietf.org/html/rfc1035">Domain names - implementation and specification</a>,&rdquo; STD&nbsp;13, RFC&nbsp;1035, November&nbsp;1987 (<a href="http://www.rfc-editor.org/rfc/rfc1035.txt">TXT</a>).</td></tr>
803<tr><td class="author-text" valign="top"><a name="RFC1188">[RFC1188]</a></td>
804<td class="author-text"><a href="mailto:dkatz@merit.edu">Katz, D.</a>, &ldquo;<a href="http://tools.ietf.org/html/rfc1188">Proposed Standard for the Transmission of IP Datagrams over FDDI Networks</a>,&rdquo; RFC&nbsp;1188, October&nbsp;1990 (<a href="http://www.rfc-editor.org/rfc/rfc1188.txt">TXT</a>).</td></tr>
805<tr><td class="author-text" valign="top"><a name="RFC1542">[RFC1542]</a></td>
806<td class="author-text"><a href="mailto:Walter.Wimer@CMU.EDU">Wimer, W.</a>, &ldquo;<a href="http://tools.ietf.org/html/rfc1542">Clarifications and Extensions for the Bootstrap Protocol</a>,&rdquo; RFC&nbsp;1542, October&nbsp;1993 (<a href="http://www.rfc-editor.org/rfc/rfc1542.txt">TXT</a>).</td></tr>
807<tr><td class="author-text" valign="top"><a name="RFC2131">[RFC2131]</a></td>
808<td class="author-text"><a href="mailto:droms@bucknell.edu">Droms, R.</a>, &ldquo;<a href="http://tools.ietf.org/html/rfc2131">Dynamic Host Configuration Protocol</a>,&rdquo; RFC&nbsp;2131, March&nbsp;1997 (<a href="http://www.rfc-editor.org/rfc/rfc2131.txt">TXT</a>, <a href="http://xml.resource.org/public/rfc/html/rfc2131.html">HTML</a>, <a href="http://xml.resource.org/public/rfc/xml/rfc2131.xml">XML</a>).</td></tr>
809<tr><td class="author-text" valign="top"><a name="RFC2132">[RFC2132]</a></td>
810<td class="author-text"><a href="mailto:sca@engr.sgi.com">Alexander, S.</a> and <a href="mailto:droms@bucknell.edu">R. Droms</a>, &ldquo;<a href="http://tools.ietf.org/html/rfc2132">DHCP Options and BOOTP Vendor Extensions</a>,&rdquo; RFC&nbsp;2132, March&nbsp;1997 (<a href="http://www.rfc-editor.org/rfc/rfc2132.txt">TXT</a>, <a href="http://xml.resource.org/public/rfc/html/rfc2132.html">HTML</a>, <a href="http://xml.resource.org/public/rfc/xml/rfc2132.xml">XML</a>).</td></tr>
811<tr><td class="author-text" valign="top"><a name="RFC2241">[RFC2241]</a></td>
812<td class="author-text"><a href="mailto:donp@Novell.Com">Provan, D.</a>, &ldquo;<a href="http://tools.ietf.org/html/rfc2241">DHCP Options for Novell Directory Services</a>,&rdquo; RFC&nbsp;2241, November&nbsp;1997 (<a href="http://www.rfc-editor.org/rfc/rfc2241.txt">TXT</a>, <a href="http://xml.resource.org/public/rfc/html/rfc2241.html">HTML</a>, <a href="http://xml.resource.org/public/rfc/xml/rfc2241.xml">XML</a>).</td></tr>
813<tr><td class="author-text" valign="top"><a name="RFC2242">[RFC2242]</a></td>
814<td class="author-text"><a href="mailto:droms@bucknell.edu">Droms, R.</a> and <a href="mailto:kfong@novell.com">K. Fong</a>, &ldquo;<a href="http://tools.ietf.org/html/rfc2242">NetWare/IP Domain Name and Information</a>,&rdquo; RFC&nbsp;2242, November&nbsp;1997 (<a href="http://www.rfc-editor.org/rfc/rfc2242.txt">TXT</a>, <a href="http://xml.resource.org/public/rfc/html/rfc2242.html">HTML</a>, <a href="http://xml.resource.org/public/rfc/xml/rfc2242.xml">XML</a>).</td></tr>
815<tr><td class="author-text" valign="top"><a name="RFC2485">[RFC2485]</a></td>
816<td class="author-text"><a href="mailto:drach@sun.com">Drach, S.</a>, &ldquo;<a href="http://tools.ietf.org/html/rfc2485">DHCP Option for The Open Group&#039;s User Authentication Protocol</a>,&rdquo; RFC&nbsp;2485, January&nbsp;1999 (<a href="http://www.rfc-editor.org/rfc/rfc2485.txt">TXT</a>, <a href="http://xml.resource.org/public/rfc/html/rfc2485.html">HTML</a>, <a href="http://xml.resource.org/public/rfc/xml/rfc2485.xml">XML</a>).</td></tr>
817<tr><td class="author-text" valign="top"><a name="RFC2563">[RFC2563]</a></td>
818<td class="author-text"><a href="mailto:rtroll@corp.home.net">Troll, R.</a>, &ldquo;<a href="http://tools.ietf.org/html/rfc2563">DHCP Option to Disable Stateless Auto-Configuration in IPv4 Clients</a>,&rdquo; RFC&nbsp;2563, May&nbsp;1999 (<a href="http://www.rfc-editor.org/rfc/rfc2563.txt">TXT</a>).</td></tr>
819<tr><td class="author-text" valign="top"><a name="RFC2610">[RFC2610]</a></td>
820<td class="author-text"><a href="mailto:Charles.Perkins@Sun.Com">Perkins, C.</a> and <a href="mailto:Erik.Guttman@Sun.Com">E. Guttman</a>, &ldquo;<a href="http://tools.ietf.org/html/rfc2610">DHCP Options for Service Location Protocol</a>,&rdquo; RFC&nbsp;2610, June&nbsp;1999 (<a href="http://www.rfc-editor.org/rfc/rfc2610.txt">TXT</a>).</td></tr>
821<tr><td class="author-text" valign="top"><a name="RFC2855">[RFC2855]</a></td>
822<td class="author-text">Fujisawa, K., &ldquo;<a href="http://tools.ietf.org/html/rfc2855">DHCP for IEEE 1394</a>,&rdquo; RFC&nbsp;2855, June&nbsp;2000 (<a href="http://www.rfc-editor.org/rfc/rfc2855.txt">TXT</a>).</td></tr>
823<tr><td class="author-text" valign="top"><a name="RFC2937">[RFC2937]</a></td>
824<td class="author-text">Smith, C., &ldquo;<a href="http://tools.ietf.org/html/rfc2937">The Name Service Search Option for DHCP</a>,&rdquo; RFC&nbsp;2937, September&nbsp;2000 (<a href="http://www.rfc-editor.org/rfc/rfc2937.txt">TXT</a>).</td></tr>
825<tr><td class="author-text" valign="top"><a name="RFC2939">[RFC2939]</a></td>
826<td class="author-text">Droms, R., &ldquo;<a href="http://tools.ietf.org/html/rfc2939">Procedures and IANA Guidelines for Definition of New DHCP Options and Message Types</a>,&rdquo; BCP&nbsp;43, RFC&nbsp;2939, September&nbsp;2000 (<a href="http://www.rfc-editor.org/rfc/rfc2939.txt">TXT</a>).</td></tr>
827<tr><td class="author-text" valign="top"><a name="RFC3004">[RFC3004]</a></td>
828<td class="author-text">Stump, G., Droms, R., Gu, Y., Vyaghrapuri, R., Demirtjis, A., Beser, B., and J. Privat, &ldquo;<a href="http://tools.ietf.org/html/rfc3004">The User Class Option for DHCP</a>,&rdquo; RFC&nbsp;3004, November&nbsp;2000 (<a href="http://www.rfc-editor.org/rfc/rfc3004.txt">TXT</a>).</td></tr>
829<tr><td class="author-text" valign="top"><a name="RFC3011">[RFC3011]</a></td>
830<td class="author-text">Waters, G., &ldquo;<a href="http://tools.ietf.org/html/rfc3011">The IPv4 Subnet Selection Option for DHCP</a>,&rdquo; RFC&nbsp;3011, November&nbsp;2000 (<a href="http://www.rfc-editor.org/rfc/rfc3011.txt">TXT</a>).</td></tr>
831<tr><td class="author-text" valign="top"><a name="RFC3046">[RFC3046]</a></td>
832<td class="author-text">Patrick, M., &ldquo;<a href="http://tools.ietf.org/html/rfc3046">DHCP Relay Agent Information Option</a>,&rdquo; RFC&nbsp;3046, January&nbsp;2001 (<a href="http://www.rfc-editor.org/rfc/rfc3046.txt">TXT</a>).</td></tr>
833<tr><td class="author-text" valign="top"><a name="RFC3074">[RFC3074]</a></td>
834<td class="author-text">Volz, B., Gonczi, S., Lemon, T., and R. Stevens, &ldquo;<a href="http://tools.ietf.org/html/rfc3074">DHC Load Balancing Algorithm</a>,&rdquo; RFC&nbsp;3074, February&nbsp;2001 (<a href="http://www.rfc-editor.org/rfc/rfc3074.txt">TXT</a>).</td></tr>
835<tr><td class="author-text" valign="top"><a name="RFC3118">[RFC3118]</a></td>
836<td class="author-text">Droms, R. and W. Arbaugh, &ldquo;<a href="http://tools.ietf.org/html/rfc3118">Authentication for DHCP Messages</a>,&rdquo; RFC&nbsp;3118, June&nbsp;2001 (<a href="http://www.rfc-editor.org/rfc/rfc3118.txt">TXT</a>).</td></tr>
837<tr><td class="author-text" valign="top"><a name="RFC3203">[RFC3203]</a></td>
838<td class="author-text">T&#039;Joens, Y., Hublet, C., and P. De Schrijver, &ldquo;<a href="http://tools.ietf.org/html/rfc3203">DHCP reconfigure extension</a>,&rdquo; RFC&nbsp;3203, December&nbsp;2001 (<a href="http://www.rfc-editor.org/rfc/rfc3203.txt">TXT</a>).</td></tr>
839<tr><td class="author-text" valign="top"><a name="RFC3256">[RFC3256]</a></td>
840<td class="author-text">Jones, D. and R. Woundy, &ldquo;<a href="http://tools.ietf.org/html/rfc3256">The DOCSIS (Data-Over-Cable Service Interface Specifications) Device Class DHCP (Dynamic Host Configuration Protocol) Relay Agent Information Sub-option</a>,&rdquo; RFC&nbsp;3256, April&nbsp;2002 (<a href="http://www.rfc-editor.org/rfc/rfc3256.txt">TXT</a>).</td></tr>
841<tr><td class="author-text" valign="top"><a name="RFC3361">[RFC3361]</a></td>
842<td class="author-text">Schulzrinne, H., &ldquo;<a href="http://tools.ietf.org/html/rfc3361">Dynamic Host Configuration Protocol (DHCP-for-IPv4) Option for Session Initiation Protocol (SIP) Servers</a>,&rdquo; RFC&nbsp;3361, August&nbsp;2002 (<a href="http://www.rfc-editor.org/rfc/rfc3361.txt">TXT</a>).</td></tr>
843<tr><td class="author-text" valign="top"><a name="RFC3396">[RFC3396]</a></td>
844<td class="author-text">Lemon, T. and S. Cheshire, &ldquo;<a href="http://tools.ietf.org/html/rfc3396">Encoding Long Options in the Dynamic Host Configuration Protocol (DHCPv4)</a>,&rdquo; RFC&nbsp;3396, November&nbsp;2002 (<a href="http://www.rfc-editor.org/rfc/rfc3396.txt">TXT</a>).</td></tr>
845<tr><td class="author-text" valign="top"><a name="RFC3397">[RFC3397]</a></td>
846<td class="author-text">Aboba, B. and S. Cheshire, &ldquo;<a href="http://tools.ietf.org/html/rfc3397">Dynamic Host Configuration Protocol (DHCP) Domain Search Option</a>,&rdquo; RFC&nbsp;3397, November&nbsp;2002 (<a href="http://www.rfc-editor.org/rfc/rfc3397.txt">TXT</a>).</td></tr>
847<tr><td class="author-text" valign="top"><a name="RFC3442">[RFC3442]</a></td>
848<td class="author-text">Lemon, T., Cheshire, S., and B. Volz, &ldquo;<a href="http://tools.ietf.org/html/rfc3442">The Classless Static Route Option for Dynamic Host Configuration Protocol (DHCP) version 4</a>,&rdquo; RFC&nbsp;3442, December&nbsp;2002 (<a href="http://www.rfc-editor.org/rfc/rfc3442.txt">TXT</a>).</td></tr>
849<tr><td class="author-text" valign="top"><a name="RFC3456">[RFC3456]</a></td>
850<td class="author-text">Patel, B., Aboba, B., Kelly, S., and V. Gupta, &ldquo;<a href="http://tools.ietf.org/html/rfc3456">Dynamic Host Configuration Protocol (DHCPv4) Configuration of IPsec Tunnel Mode</a>,&rdquo; RFC&nbsp;3456, January&nbsp;2003 (<a href="http://www.rfc-editor.org/rfc/rfc3456.txt">TXT</a>).</td></tr>
851<tr><td class="author-text" valign="top"><a name="RFC3495">[RFC3495]</a></td>
852<td class="author-text">Beser, B. and P. Duffy, &ldquo;<a href="http://tools.ietf.org/html/rfc3495">Dynamic Host Configuration Protocol (DHCP) Option for CableLabs Client Configuration</a>,&rdquo; RFC&nbsp;3495, March&nbsp;2003 (<a href="http://www.rfc-editor.org/rfc/rfc3495.txt">TXT</a>).</td></tr>
853<tr><td class="author-text" valign="top"><a name="RFC3527">[RFC3527]</a></td>
854<td class="author-text">Kinnear, K., Stapp, M., Johnson, R., and J. Kumarasamy, &ldquo;<a href="http://tools.ietf.org/html/rfc3527">Link Selection sub-option for the Relay Agent Information Option for DHCPv4</a>,&rdquo; RFC&nbsp;3527, April&nbsp;2003 (<a href="http://www.rfc-editor.org/rfc/rfc3527.txt">TXT</a>).</td></tr>
855<tr><td class="author-text" valign="top"><a name="RFC3594">[RFC3594]</a></td>
856<td class="author-text">Duffy, P., &ldquo;<a href="http://tools.ietf.org/html/rfc3594">PacketCable Security Ticket Control Sub-Option for the DHCP CableLabs Client Configuration (CCC) Option</a>,&rdquo; RFC&nbsp;3594, September&nbsp;2003 (<a href="http://www.rfc-editor.org/rfc/rfc3594.txt">TXT</a>).</td></tr>
857<tr><td class="author-text" valign="top"><a name="RFC3634">[RFC3634]</a></td>
858<td class="author-text">Luehrs, K., Woundy, R., Bevilacqua, J., and N. Davoust, &ldquo;<a href="http://tools.ietf.org/html/rfc3634">Key Distribution Center (KDC) Server Address Sub-option for the Dynamic Host Configuration Protocol (DHCP) CableLabs Client Configuration (CCC) Option</a>,&rdquo; RFC&nbsp;3634, December&nbsp;2003 (<a href="http://www.rfc-editor.org/rfc/rfc3634.txt">TXT</a>).</td></tr>
859<tr><td class="author-text" valign="top"><a name="RFC3679">[RFC3679]</a></td>
860<td class="author-text">Droms, R., &ldquo;<a href="http://tools.ietf.org/html/rfc3679">Unused Dynamic Host Configuration Protocol (DHCP) Option Codes</a>,&rdquo; RFC&nbsp;3679, January&nbsp;2004 (<a href="http://www.rfc-editor.org/rfc/rfc3679.txt">TXT</a>).</td></tr>
861<tr><td class="author-text" valign="top"><a name="RFC3825">[RFC3825]</a></td>
862<td class="author-text">Polk, J., Schnizlein, J., and M. Linsner, &ldquo;<a href="http://tools.ietf.org/html/rfc3825">Dynamic Host Configuration Protocol Option for Coordinate-based Location Configuration Information</a>,&rdquo; RFC&nbsp;3825, July&nbsp;2004 (<a href="http://www.rfc-editor.org/rfc/rfc3825.txt">TXT</a>).</td></tr>
863<tr><td class="author-text" valign="top"><a name="RFC3925">[RFC3925]</a></td>
864<td class="author-text">Littlefield, J., &ldquo;<a href="http://tools.ietf.org/html/rfc3925">Vendor-Identifying Vendor Options for Dynamic Host Configuration Protocol version 4 (DHCPv4)</a>,&rdquo; RFC&nbsp;3925, October&nbsp;2004 (<a href="http://www.rfc-editor.org/rfc/rfc3925.txt">TXT</a>).</td></tr>
865<tr><td class="author-text" valign="top"><a name="RFC3942">[RFC3942]</a></td>
866<td class="author-text">Volz, B., &ldquo;<a href="http://tools.ietf.org/html/rfc3942">Reclassifying Dynamic Host Configuration Protocol version 4 (DHCPv4) Options</a>,&rdquo; RFC&nbsp;3942, November&nbsp;2004 (<a href="http://www.rfc-editor.org/rfc/rfc3942.txt">TXT</a>).</td></tr>
867<tr><td class="author-text" valign="top"><a name="RFC3993">[RFC3993]</a></td>
868<td class="author-text">Johnson, R., Palaniappan, T., and M. Stapp, &ldquo;<a href="http://tools.ietf.org/html/rfc3993">Subscriber-ID Suboption for the Dynamic Host Configuration Protocol (DHCP) Relay Agent Option</a>,&rdquo; RFC&nbsp;3993, March&nbsp;2005 (<a href="http://www.rfc-editor.org/rfc/rfc3993.txt">TXT</a>).</td></tr>
869<tr><td class="author-text" valign="top"><a name="RFC4014">[RFC4014]</a></td>
870<td class="author-text">Droms, R. and J. Schnizlein, &ldquo;<a href="http://tools.ietf.org/html/rfc4014">Remote Authentication Dial-In User Service (RADIUS) Attributes Suboption for the Dynamic Host Configuration Protocol (DHCP) Relay Agent Information Option</a>,&rdquo; RFC&nbsp;4014, February&nbsp;2005 (<a href="http://www.rfc-editor.org/rfc/rfc4014.txt">TXT</a>).</td></tr>
871<tr><td class="author-text" valign="top"><a name="RFC4030">[RFC4030]</a></td>
872<td class="author-text">Stapp, M. and T. Lemon, &ldquo;<a href="http://tools.ietf.org/html/rfc4030">The Authentication Suboption for the Dynamic Host Configuration Protocol (DHCP) Relay Agent Option</a>,&rdquo; RFC&nbsp;4030, March&nbsp;2005 (<a href="http://www.rfc-editor.org/rfc/rfc4030.txt">TXT</a>).</td></tr>
873<tr><td class="author-text" valign="top"><a name="RFC4039">[RFC4039]</a></td>
874<td class="author-text">Park, S., Kim, P., and B. Volz, &ldquo;<a href="http://tools.ietf.org/html/rfc4039">Rapid Commit Option for the Dynamic Host Configuration Protocol version 4 (DHCPv4)</a>,&rdquo; RFC&nbsp;4039, March&nbsp;2005 (<a href="http://www.rfc-editor.org/rfc/rfc4039.txt">TXT</a>).</td></tr>
875<tr><td class="author-text" valign="top"><a name="RFC4174">[RFC4174]</a></td>
876<td class="author-text">Monia, C., Tseng, J., and K. Gibbons, &ldquo;<a href="http://tools.ietf.org/html/rfc4174">The IPv4 Dynamic Host Configuration Protocol (DHCP) Option for the Internet Storage Name Service</a>,&rdquo; RFC&nbsp;4174, September&nbsp;2005 (<a href="http://www.rfc-editor.org/rfc/rfc4174.txt">TXT</a>).</td></tr>
877<tr><td class="author-text" valign="top"><a name="RFC4243">[RFC4243]</a></td>
878<td class="author-text">Stapp, M., Johnson, R., and T. Palaniappan, &ldquo;<a href="http://tools.ietf.org/html/rfc4243">Vendor-Specific Information Suboption for the Dynamic Host Configuration Protocol (DHCP) Relay Agent Option</a>,&rdquo; RFC&nbsp;4243, December&nbsp;2005 (<a href="http://www.rfc-editor.org/rfc/rfc4243.txt">TXT</a>).</td></tr>
879<tr><td class="author-text" valign="top"><a name="RFC4361">[RFC4361]</a></td>
880<td class="author-text">Lemon, T. and B. Sommerfeld, &ldquo;<a href="http://tools.ietf.org/html/rfc4361">Node-specific Client Identifiers for Dynamic Host Configuration Protocol Version Four (DHCPv4)</a>,&rdquo; RFC&nbsp;4361, February&nbsp;2006 (<a href="http://www.rfc-editor.org/rfc/rfc4361.txt">TXT</a>).</td></tr>
881<tr><td class="author-text" valign="top"><a name="RFC4388">[RFC4388]</a></td>
882<td class="author-text">Woundy, R. and K. Kinnear, &ldquo;<a href="http://tools.ietf.org/html/rfc4388">Dynamic Host Configuration Protocol (DHCP) Leasequery</a>,&rdquo; RFC&nbsp;4388, February&nbsp;2006 (<a href="http://www.rfc-editor.org/rfc/rfc4388.txt">TXT</a>).</td></tr>
883<tr><td class="author-text" valign="top"><a name="RFC4390">[RFC4390]</a></td>
884<td class="author-text">Kashyap, V., &ldquo;<a href="http://tools.ietf.org/html/rfc4390">Dynamic Host Configuration Protocol (DHCP) over InfiniBand</a>,&rdquo; RFC&nbsp;4390, April&nbsp;2006 (<a href="http://www.rfc-editor.org/rfc/rfc4390.txt">TXT</a>).</td></tr>
885<tr><td class="author-text" valign="top"><a name="RFC4436">[RFC4436]</a></td>
886<td class="author-text">Aboba, B., Carlson, J., and S. Cheshire, &ldquo;<a href="http://tools.ietf.org/html/rfc4436">Detecting Network Attachment in IPv4 (DNAv4)</a>,&rdquo; RFC&nbsp;4436, March&nbsp;2006 (<a href="http://www.rfc-editor.org/rfc/rfc4436.txt">TXT</a>).</td></tr>
887<tr><td class="author-text" valign="top"><a name="RFC4701">[RFC4701]</a></td>
888<td class="author-text">Stapp, M., Lemon, T., and A. Gustafsson, &ldquo;<a href="http://tools.ietf.org/html/rfc4701">A DNS Resource Record (RR) for Encoding Dynamic Host Configuration Protocol (DHCP) Information (DHCID RR)</a>,&rdquo; RFC&nbsp;4701, October&nbsp;2006 (<a href="http://www.rfc-editor.org/rfc/rfc4701.txt">TXT</a>).</td></tr>
889<tr><td class="author-text" valign="top"><a name="RFC4702">[RFC4702]</a></td>
890<td class="author-text">Stapp, M., Volz, B., and Y. Rekhter, &ldquo;<a href="http://tools.ietf.org/html/rfc4702">The Dynamic Host Configuration Protocol (DHCP) Client Fully Qualified Domain Name (FQDN) Option</a>,&rdquo; RFC&nbsp;4702, October&nbsp;2006 (<a href="http://www.rfc-editor.org/rfc/rfc4702.txt">TXT</a>).</td></tr>
891<tr><td class="author-text" valign="top"><a name="RFC4703">[RFC4703]</a></td>
892<td class="author-text">Stapp, M. and B. Volz, &ldquo;<a href="http://tools.ietf.org/html/rfc4703">Resolution of Fully Qualified Domain Name (FQDN) Conflicts among Dynamic Host Configuration Protocol (DHCP) Clients</a>,&rdquo; RFC&nbsp;4703, October&nbsp;2006 (<a href="http://www.rfc-editor.org/rfc/rfc4703.txt">TXT</a>).</td></tr>
893<tr><td class="author-text" valign="top"><a name="RFC5010">[RFC5010]</a></td>
894<td class="author-text">Kinnear, K., Normoyle, M., and M. Stapp, &ldquo;<a href="http://tools.ietf.org/html/rfc5010">The Dynamic Host Configuration Protocol Version 4 (DHCPv4) Relay Agent Flags Suboption</a>,&rdquo; RFC&nbsp;5010, September&nbsp;2007 (<a href="http://www.rfc-editor.org/rfc/rfc5010.txt">TXT</a>).</td></tr>
895<tr><td class="author-text" valign="top"><a name="RFC5071">[RFC5071]</a></td>
896<td class="author-text">Hankins, D., &ldquo;<a href="http://tools.ietf.org/html/rfc5071">Dynamic Host Configuration Protocol Options Used by PXELINUX</a>,&rdquo; RFC&nbsp;5071, December&nbsp;2007 (<a href="http://www.rfc-editor.org/rfc/rfc5071.txt">TXT</a>).</td></tr>
897<tr><td class="author-text" valign="top"><a name="RFC5107">[RFC5107]</a></td>
898<td class="author-text">Johnson, R., Kumarasamy, J., Kinnear, K., and M. Stapp, &ldquo;<a href="http://tools.ietf.org/html/rfc5107">DHCP Server Identifier Override Suboption</a>,&rdquo; RFC&nbsp;5107, February&nbsp;2008 (<a href="http://www.rfc-editor.org/rfc/rfc5107.txt">TXT</a>).</td></tr>
899<tr><td class="author-text" valign="top"><a name="RFC5192">[RFC5192]</a></td>
900<td class="author-text">Morand, L., Yegin, A., Kumar, S., and S. Madanapalli, &ldquo;<a href="http://tools.ietf.org/html/rfc5192">DHCP Options for Protocol for Carrying Authentication for Network Access (PANA) Authentication Agents</a>,&rdquo; RFC&nbsp;5192, May&nbsp;2008 (<a href="http://www.rfc-editor.org/rfc/rfc5192.txt">TXT</a>).</td></tr>
901<tr><td class="author-text" valign="top"><a name="RFC5223">[RFC5223]</a></td>
902<td class="author-text">Schulzrinne, H., Polk, J., and H. Tschofenig, &ldquo;<a href="http://tools.ietf.org/html/rfc5223">Discovering Location-to-Service Translation (LoST) Servers Using the Dynamic Host Configuration Protocol (DHCP)</a>,&rdquo; RFC&nbsp;5223, August&nbsp;2008 (<a href="http://www.rfc-editor.org/rfc/rfc5223.txt">TXT</a>).</td></tr>
903<tr><td class="author-text" valign="top"><a name="RFC5859">[RFC5859]</a></td>
904<td class="author-text">Johnson, R., &ldquo;<a href="http://tools.ietf.org/html/rfc5859">TFTP Server Address Option for DHCPv4</a>,&rdquo; RFC&nbsp;5859, June&nbsp;2010 (<a href="http://www.rfc-editor.org/rfc/rfc5859.txt">TXT</a>).</td></tr>
905<tr><td class="author-text" valign="top"><a name="RFC5969">[RFC5969]</a></td>
906<td class="author-text">Townsley, W. and O. Troan, &ldquo;<a href="http://tools.ietf.org/html/rfc5969">IPv6 Rapid Deployment on IPv4 Infrastructures (6rd) -- Protocol Specification</a>,&rdquo; RFC&nbsp;5969, August&nbsp;2010 (<a href="http://www.rfc-editor.org/rfc/rfc5969.txt">TXT</a>).</td></tr>
907<tr><td class="author-text" valign="top"><a name="draft-failover">[draft-failover]</a></td>
908<td class="author-text">Droms, R., &ldquo;<a href="https://www.isc.org/sw/dhcp/drafts/draft-ietf-dhc-failover-12.txt">DHCP Failover Protocol</a>,&rdquo; March&nbsp;2003.</td></tr>
909<tr><td class="author-text" valign="top"><a name="I-D.ietf-dhc-dhcpv4-relay-encapsulation">[I-D.ietf-dhc-dhcpv4-relay-encapsulation]</a></td>
910<td class="author-text">Lemon, T. and H. Deng, &ldquo;<a href="http://tools.ietf.org/html/draft-ietf-dhc-dhcpv4-relay-encapsulation-00">Relay Agent Encapsulation for DHCPv4</a>,&rdquo; draft-ietf-dhc-dhcpv4-relay-encapsulation-00 (work in progress), October&nbsp;2010 (<a href="http://www.ietf.org/internet-drafts/draft-ietf-dhc-dhcpv4-relay-encapsulation-00.txt">TXT</a>).</td></tr>
911<tr><td class="author-text" valign="top"><a name="I-D.ietf-dhc-dhcpv4-bulk-leasequery">[I-D.ietf-dhc-dhcpv4-bulk-leasequery]</a></td>
912<td class="author-text">Kinnear, K., Volz, B., Russell, N., Stapp, M., Rao, D., Joshi, B., and P. Kurapati, &ldquo;<a href="http://tools.ietf.org/html/draft-ietf-dhc-dhcpv4-bulk-leasequery-03">Bulk DHCPv4 Lease Query</a>,&rdquo; draft-ietf-dhc-dhcpv4-bulk-leasequery-03 (work in progress), October&nbsp;2010 (<a href="http://www.ietf.org/internet-drafts/draft-ietf-dhc-dhcpv4-bulk-leasequery-03.txt">TXT</a>).</td></tr>
913<tr><td class="author-text" valign="top"><a name="I-D.ietf-dhc-leasequery-by-remote-id">[I-D.ietf-dhc-leasequery-by-remote-id]</a></td>
914<td class="author-text">Kurapati, P. and B. Joshi, &ldquo;<a href="http://tools.ietf.org/html/draft-ietf-dhc-leasequery-by-remote-id-09">DHCPv4 lease query by Relay Agent Remote ID</a>,&rdquo; draft-ietf-dhc-leasequery-by-remote-id-09 (work in progress), December&nbsp;2010 (<a href="http://www.ietf.org/internet-drafts/draft-ietf-dhc-leasequery-by-remote-id-09.txt">TXT</a>).</td></tr>
915<tr><td class="author-text" valign="top"><a name="I-D.ietf-dhc-relay-id-suboption">[I-D.ietf-dhc-relay-id-suboption]</a></td>
916<td class="author-text">Stapp, M., &ldquo;<a href="http://tools.ietf.org/html/draft-ietf-dhc-relay-id-suboption-07">The DHCPv4 Relay Agent Identifier Suboption</a>,&rdquo; draft-ietf-dhc-relay-id-suboption-07 (work in progress), July&nbsp;2009 (<a href="http://www.ietf.org/internet-drafts/draft-ietf-dhc-relay-id-suboption-07.txt">TXT</a>).</td></tr>
917<tr><td class="author-text" valign="top"><a name="I-D.ietf-mip6-hiopt">[I-D.ietf-mip6-hiopt]</a></td>
918<td class="author-text">Jang, H., Yegin, A., Chowdhury, K., and J. Choi, &ldquo;<a href="http://tools.ietf.org/html/draft-ietf-mip6-hiopt-17">DHCP Options for Home Information Discovery in MIPv6</a>,&rdquo; draft-ietf-mip6-hiopt-17 (work in progress), May&nbsp;2008 (<a href="http://www.ietf.org/internet-drafts/draft-ietf-mip6-hiopt-17.txt">TXT</a>).</td></tr>
919</table>
920
921<a name="rfc.references2"></a><br /><hr />
922<table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
923<h3>7.2.&nbsp;Published Common (DHCPv4/DHCPv6) References</h3>
924<table width="99%" border="0">
925<tr><td class="author-text" valign="top"><a name="RFC4280">[RFC4280]</a></td>
926<td class="author-text">Chowdhury, K., Yegani, P., and L. Madour, &ldquo;<a href="http://tools.ietf.org/html/rfc4280">Dynamic Host Configuration Protocol (DHCP) Options for Broadcast and Multicast Control Servers</a>,&rdquo; RFC&nbsp;4280, November&nbsp;2005 (<a href="http://www.rfc-editor.org/rfc/rfc4280.txt">TXT</a>).</td></tr>
927<tr><td class="author-text" valign="top"><a name="RFC4477">[RFC4477]</a></td>
928<td class="author-text">Chown, T., Venaas, S., and C. Strauf, &ldquo;<a href="http://tools.ietf.org/html/rfc4477">Dynamic Host Configuration Protocol (DHCP): IPv4 and IPv6 Dual-Stack Issues</a>,&rdquo; RFC&nbsp;4477, May&nbsp;2006 (<a href="http://www.rfc-editor.org/rfc/rfc4477.txt">TXT</a>).</td></tr>
929<tr><td class="author-text" valign="top"><a name="RFC4578">[RFC4578]</a></td>
930<td class="author-text">Johnston, M. and S. Venaas, &ldquo;<a href="http://tools.ietf.org/html/rfc4578">Dynamic Host Configuration Protocol (DHCP) Options for the Intel Preboot eXecution Environment (PXE)</a>,&rdquo; RFC&nbsp;4578, November&nbsp;2006 (<a href="http://www.rfc-editor.org/rfc/rfc4578.txt">TXT</a>).</td></tr>
931<tr><td class="author-text" valign="top"><a name="RFC4776">[RFC4776]</a></td>
932<td class="author-text">Schulzrinne, H., &ldquo;<a href="http://tools.ietf.org/html/rfc4776">Dynamic Host Configuration Protocol (DHCPv4 and DHCPv6) Option for Civic Addresses Configuration Information</a>,&rdquo; RFC&nbsp;4776, November&nbsp;2006 (<a href="http://www.rfc-editor.org/rfc/rfc4776.txt">TXT</a>).</td></tr>
933<tr><td class="author-text" valign="top"><a name="RFC4833">[RFC4833]</a></td>
934<td class="author-text">Lear, E. and P. Eggert, &ldquo;<a href="http://tools.ietf.org/html/rfc4833">Timezone Options for DHCP</a>,&rdquo; RFC&nbsp;4833, April&nbsp;2007 (<a href="http://www.rfc-editor.org/rfc/rfc4833.txt">TXT</a>).</td></tr>
935<tr><td class="author-text" valign="top"><a name="RFC5417">[RFC5417]</a></td>
936<td class="author-text">Calhoun, P., &ldquo;<a href="http://tools.ietf.org/html/rfc5417">Control And Provisioning of Wireless Access Points (CAPWAP) Access Controller DHCP Option</a>,&rdquo; RFC&nbsp;5417, March&nbsp;2009 (<a href="http://www.rfc-editor.org/rfc/rfc5417.txt">TXT</a>).</td></tr>
937<tr><td class="author-text" valign="top"><a name="RFC5678">[RFC5678]</a></td>
938<td class="author-text">Bajko, G. and S. Das, &ldquo;<a href="http://tools.ietf.org/html/rfc5678">Dynamic Host Configuration Protocol (DHCPv4 and DHCPv6) Options for IEEE 802.21 Mobility Services (MoS) Discovery</a>,&rdquo; RFC&nbsp;5678, December&nbsp;2009 (<a href="http://www.rfc-editor.org/rfc/rfc5678.txt">TXT</a>).</td></tr>
939<tr><td class="author-text" valign="top"><a name="RFC5908">[RFC5908]</a></td>
940<td class="author-text">Gayraud, R. and B. Lourdelet, &ldquo;<a href="http://tools.ietf.org/html/rfc5908">Network Time Protocol (NTP) Server Option for DHCPv6</a>,&rdquo; RFC&nbsp;5908, June&nbsp;2010 (<a href="http://www.rfc-editor.org/rfc/rfc5908.txt">TXT</a>).</td></tr>
941<tr><td class="author-text" valign="top"><a name="RFC5970">[RFC5970]</a></td>
942<td class="author-text">Huth, T., Freimann, J., Zimmer, V., and D. Thaler, &ldquo;<a href="http://tools.ietf.org/html/rfc5970">DHCPv6 Options for Network Boot</a>,&rdquo; RFC&nbsp;5970, September&nbsp;2010 (<a href="http://www.rfc-editor.org/rfc/rfc5970.txt">TXT</a>).</td></tr>
943<tr><td class="author-text" valign="top"><a name="RFC5986">[RFC5986]</a></td>
944<td class="author-text">Thomson, M. and J. Winterbottom, &ldquo;<a href="http://tools.ietf.org/html/rfc5986">Discovering the Local Location Information Server (LIS)</a>,&rdquo; RFC&nbsp;5986, September&nbsp;2010 (<a href="http://www.rfc-editor.org/rfc/rfc5986.txt">TXT</a>).</td></tr>
945<tr><td class="author-text" valign="top"><a name="I-D.ietf-dhc-vpn-option">[I-D.ietf-dhc-vpn-option]</a></td>
946<td class="author-text">Kinnear, K., Johnson, R., and M. Stapp, &ldquo;<a href="http://tools.ietf.org/html/draft-ietf-dhc-vpn-option-12">Virtual Subnet Selection Options for DHCPv4 and DHCPv6</a>,&rdquo; draft-ietf-dhc-vpn-option-12 (work in progress), October&nbsp;2010 (<a href="http://www.ietf.org/internet-drafts/draft-ietf-dhc-vpn-option-12.txt">TXT</a>).</td></tr>
947</table>
948
949<a name="rfc.references3"></a><br /><hr />
950<table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
951<h3>7.3.&nbsp;Published DHCPv6 References</h3>
952<table width="99%" border="0">
953<tr><td class="author-text" valign="top"><a name="RFC3315">[RFC3315]</a></td>
954<td class="author-text">Droms, R., Bound, J., Volz, B., Lemon, T., Perkins, C., and M. Carney, &ldquo;<a href="http://tools.ietf.org/html/rfc3315">Dynamic Host Configuration Protocol for IPv6 (DHCPv6)</a>,&rdquo; RFC&nbsp;3315, July&nbsp;2003 (<a href="http://www.rfc-editor.org/rfc/rfc3315.txt">TXT</a>).</td></tr>
955<tr><td class="author-text" valign="top"><a name="RFC3319">[RFC3319]</a></td>
956<td class="author-text">Schulzrinne, H. and B. Volz, &ldquo;<a href="http://tools.ietf.org/html/rfc3319">Dynamic Host Configuration Protocol (DHCPv6) Options for Session Initiation Protocol (SIP) Servers</a>,&rdquo; RFC&nbsp;3319, July&nbsp;2003 (<a href="http://www.rfc-editor.org/rfc/rfc3319.txt">TXT</a>).</td></tr>
957<tr><td class="author-text" valign="top"><a name="RFC3633">[RFC3633]</a></td>
958<td class="author-text">Troan, O. and R. Droms, &ldquo;<a href="http://tools.ietf.org/html/rfc3633">IPv6 Prefix Options for Dynamic Host Configuration Protocol (DHCP) version 6</a>,&rdquo; RFC&nbsp;3633, December&nbsp;2003 (<a href="http://www.rfc-editor.org/rfc/rfc3633.txt">TXT</a>).</td></tr>
959<tr><td class="author-text" valign="top"><a name="RFC3646">[RFC3646]</a></td>
960<td class="author-text">Droms, R., &ldquo;<a href="http://tools.ietf.org/html/rfc3646">DNS Configuration options for Dynamic Host Configuration Protocol for IPv6 (DHCPv6)</a>,&rdquo; RFC&nbsp;3646, December&nbsp;2003 (<a href="http://www.rfc-editor.org/rfc/rfc3646.txt">TXT</a>).</td></tr>
961<tr><td class="author-text" valign="top"><a name="RFC3736">[RFC3736]</a></td>
962<td class="author-text">Droms, R., &ldquo;<a href="http://tools.ietf.org/html/rfc3736">Stateless Dynamic Host Configuration Protocol (DHCP) Service for IPv6</a>,&rdquo; RFC&nbsp;3736, April&nbsp;2004 (<a href="http://www.rfc-editor.org/rfc/rfc3736.txt">TXT</a>).</td></tr>
963<tr><td class="author-text" valign="top"><a name="RFC3898">[RFC3898]</a></td>
964<td class="author-text">Kalusivalingam, V., &ldquo;<a href="http://tools.ietf.org/html/rfc3898">Network Information Service (NIS) Configuration Options for Dynamic Host Configuration Protocol for IPv6 (DHCPv6)</a>,&rdquo; RFC&nbsp;3898, October&nbsp;2004 (<a href="http://www.rfc-editor.org/rfc/rfc3898.txt">TXT</a>).</td></tr>
965<tr><td class="author-text" valign="top"><a name="RFC4075">[RFC4075]</a></td>
966<td class="author-text">Kalusivalingam, V., &ldquo;<a href="http://tools.ietf.org/html/rfc4075">Simple Network Time Protocol (SNTP) Configuration Option for DHCPv6</a>,&rdquo; RFC&nbsp;4075, May&nbsp;2005 (<a href="http://www.rfc-editor.org/rfc/rfc4075.txt">TXT</a>).</td></tr>
967<tr><td class="author-text" valign="top"><a name="RFC4076">[RFC4076]</a></td>
968<td class="author-text">Chown, T., Venaas, S., and A. Vijayabhaskar, &ldquo;<a href="http://tools.ietf.org/html/rfc4076">Renumbering Requirements for Stateless Dynamic Host Configuration Protocol for IPv6 (DHCPv6)</a>,&rdquo; RFC&nbsp;4076, May&nbsp;2005 (<a href="http://www.rfc-editor.org/rfc/rfc4076.txt">TXT</a>).</td></tr>
969<tr><td class="author-text" valign="top"><a name="RFC4242">[RFC4242]</a></td>
970<td class="author-text">Venaas, S., Chown, T., and B. Volz, &ldquo;<a href="http://tools.ietf.org/html/rfc4242">Information Refresh Time Option for Dynamic Host Configuration Protocol for IPv6 (DHCPv6)</a>,&rdquo; RFC&nbsp;4242, November&nbsp;2005 (<a href="http://www.rfc-editor.org/rfc/rfc4242.txt">TXT</a>).</td></tr>
971<tr><td class="author-text" valign="top"><a name="RFC4580">[RFC4580]</a></td>
972<td class="author-text">Volz, B., &ldquo;<a href="http://tools.ietf.org/html/rfc4580">Dynamic Host Configuration Protocol for IPv6 (DHCPv6) Relay Agent Subscriber-ID Option</a>,&rdquo; RFC&nbsp;4580, June&nbsp;2006 (<a href="http://www.rfc-editor.org/rfc/rfc4580.txt">TXT</a>).</td></tr>
973<tr><td class="author-text" valign="top"><a name="RFC4649">[RFC4649]</a></td>
974<td class="author-text">Volz, B., &ldquo;<a href="http://tools.ietf.org/html/rfc4649">Dynamic Host Configuration Protocol for IPv6 (DHCPv6) Relay Agent Remote-ID Option</a>,&rdquo; RFC&nbsp;4649, August&nbsp;2006 (<a href="http://www.rfc-editor.org/rfc/rfc4649.txt">TXT</a>).</td></tr>
975<tr><td class="author-text" valign="top"><a name="RFC4704">[RFC4704]</a></td>
976<td class="author-text">Volz, B., &ldquo;<a href="http://tools.ietf.org/html/rfc4704">The Dynamic Host Configuration Protocol for IPv6 (DHCPv6) Client Fully Qualified Domain Name (FQDN) Option</a>,&rdquo; RFC&nbsp;4704, October&nbsp;2006 (<a href="http://www.rfc-editor.org/rfc/rfc4704.txt">TXT</a>).</td></tr>
977<tr><td class="author-text" valign="top"><a name="RFC4994">[RFC4994]</a></td>
978<td class="author-text">Zeng, S., Volz, B., Kinnear, K., and J. Brzozowski, &ldquo;<a href="http://tools.ietf.org/html/rfc4994">DHCPv6 Relay Agent Echo Request Option</a>,&rdquo; RFC&nbsp;4994, September&nbsp;2007 (<a href="http://www.rfc-editor.org/rfc/rfc4994.txt">TXT</a>).</td></tr>
979<tr><td class="author-text" valign="top"><a name="RFC5007">[RFC5007]</a></td>
980<td class="author-text">Brzozowski, J., Kinnear, K., Volz, B., and S. Zeng, &ldquo;<a href="http://tools.ietf.org/html/rfc5007">DHCPv6 Leasequery</a>,&rdquo; RFC&nbsp;5007, September&nbsp;2007 (<a href="http://www.rfc-editor.org/rfc/rfc5007.txt">TXT</a>).</td></tr>
981<tr><td class="author-text" valign="top"><a name="RFC5453">[RFC5453]</a></td>
982<td class="author-text">Krishnan, S., &ldquo;<a href="http://tools.ietf.org/html/rfc5453">Reserved IPv6 Interface Identifiers</a>,&rdquo; RFC&nbsp;5453, February&nbsp;2009 (<a href="http://www.rfc-editor.org/rfc/rfc5453.txt">TXT</a>).</td></tr>
983<tr><td class="author-text" valign="top"><a name="RFC5460">[RFC5460]</a></td>
984<td class="author-text">Stapp, M., &ldquo;<a href="http://tools.ietf.org/html/rfc5460">DHCPv6 Bulk Leasequery</a>,&rdquo; RFC&nbsp;5460, February&nbsp;2009 (<a href="http://www.rfc-editor.org/rfc/rfc5460.txt">TXT</a>).</td></tr>
985<tr><td class="author-text" valign="top"><a name="I-D.ietf-mif-dhcpv6-route-option">[I-D.ietf-mif-dhcpv6-route-option]</a></td>
986<td class="author-text">Dec, W., Mrugalski, T., Sun, T., and B. Sarikaya, &ldquo;<a href="http://tools.ietf.org/html/draft-ietf-mif-dhcpv6-route-option-03">DHCPv6 Route Options</a>,&rdquo; draft-ietf-mif-dhcpv6-route-option-03 (work in progress), September&nbsp;2011 (<a href="http://www.ietf.org/internet-drafts/draft-ietf-mif-dhcpv6-route-option-03.txt">TXT</a>).</td></tr>
987<tr><td class="author-text" valign="top"><a name="I-D.ietf-dhc-dhcpv6-ldra">[I-D.ietf-dhc-dhcpv6-ldra]</a></td>
988<td class="author-text">Miles, D., Ooghe, S., Dec, W., Krishnan, S., and A. Kavanagh, &ldquo;<a href="http://tools.ietf.org/html/draft-ietf-dhc-dhcpv6-ldra-03">Lightweight DHCPv6 Relay Agent</a>,&rdquo; draft-ietf-dhc-dhcpv6-ldra-03 (work in progress), October&nbsp;2010 (<a href="http://www.ietf.org/internet-drafts/draft-ietf-dhc-dhcpv6-ldra-03.txt">TXT</a>).</td></tr>
989<tr><td class="author-text" valign="top"><a name="I-D.ietf-dhc-dhcpv6-relay-supplied-options">[I-D.ietf-dhc-dhcpv6-relay-supplied-options]</a></td>
990<td class="author-text">Lemon, T. and W. Wu, &ldquo;<a href="http://tools.ietf.org/html/draft-ietf-dhc-dhcpv6-relay-supplied-options-09">Relay-Supplied DHCP Options</a>,&rdquo; draft-ietf-dhc-dhcpv6-relay-supplied-options-09 (work in progress), September&nbsp;2011 (<a href="http://www.ietf.org/internet-drafts/draft-ietf-dhc-dhcpv6-relay-supplied-options-09.txt">TXT</a>).</td></tr>
991<tr><td class="author-text" valign="top"><a name="I-D.ietf-dhc-pd-exclude">[I-D.ietf-dhc-pd-exclude]</a></td>
992<td class="author-text">Korhonen, J., Savolainen, T., Krishnan, S., and O. Troan, &ldquo;<a href="http://tools.ietf.org/html/draft-ietf-dhc-pd-exclude-01">Prefix Exclude Option for DHCPv6-based Prefix Delegation</a>,&rdquo; draft-ietf-dhc-pd-exclude-01 (work in progress), January&nbsp;2011 (<a href="http://www.ietf.org/internet-drafts/draft-ietf-dhc-pd-exclude-01.txt">TXT</a>).</td></tr>
993<tr><td class="author-text" valign="top"><a name="I-D.ietf-dhc-secure-dhcpv6">[I-D.ietf-dhc-secure-dhcpv6]</a></td>
994<td class="author-text">Jiang, S., &ldquo;<a href="http://tools.ietf.org/html/draft-ietf-dhc-secure-dhcpv6-02">Secure DHCPv6 Using CGAs</a>,&rdquo; draft-ietf-dhc-secure-dhcpv6-02 (work in progress), December&nbsp;2010 (<a href="http://www.ietf.org/internet-drafts/draft-ietf-dhc-secure-dhcpv6-02.txt">TXT</a>).</td></tr>
995<tr><td class="author-text" valign="top"><a name="I-D.ietf-mext-nemo-pd">[I-D.ietf-mext-nemo-pd]</a></td>
996<td class="author-text">Droms, R., Thubert, P., Dupont, F., Haddad, W., and C. Bernardos, &ldquo;<a href="http://tools.ietf.org/html/draft-ietf-mext-nemo-pd-07">DHCPv6 Prefix Delegation for NEMO</a>,&rdquo; draft-ietf-mext-nemo-pd-07 (work in progress), December&nbsp;2010 (<a href="http://www.ietf.org/internet-drafts/draft-ietf-mext-nemo-pd-07.txt">TXT</a>).</td></tr>
997<tr><td class="author-text" valign="top"><a name="I-D.ietf-dhc-duid-uuid">[I-D.ietf-dhc-duid-uuid]</a></td>
998<td class="author-text">Narten, T. and J. Johnson, &ldquo;<a href="http://tools.ietf.org/html/draft-ietf-dhc-duid-uuid-03">Definition of the UUID-based DHCPv6 Unique Identifier (DUID-UUID)</a>,&rdquo; draft-ietf-dhc-duid-uuid-03 (work in progress), February&nbsp;2011 (<a href="http://www.ietf.org/internet-drafts/draft-ietf-dhc-duid-uuid-03.txt">TXT</a>).</td></tr>
999<tr><td class="author-text" valign="top"><a name="I-D.ietf-softwire-ds-lite-tunnel-option">[I-D.ietf-softwire-ds-lite-tunnel-option]</a></td>
1000<td class="author-text">Hankins, D. and T. Mrugalski, &ldquo;<a href="http://tools.ietf.org/html/draft-ietf-softwire-ds-lite-tunnel-option-10">Dynamic Host Configuration Protocol for IPv6 (DHCPv6) Option for Dual- Stack Lite</a>,&rdquo; draft-ietf-softwire-ds-lite-tunnel-option-10 (work in progress), March&nbsp;2011 (<a href="http://www.ietf.org/internet-drafts/draft-ietf-softwire-ds-lite-tunnel-option-10.txt">TXT</a>).</td></tr>
1001<tr><td class="author-text" valign="top"><a name="I-D.ietf-mif-dns-server-selection">[I-D.ietf-mif-dns-server-selection]</a></td>
1002<td class="author-text">Savolainen, T. and J. Kato, &ldquo;<a href="http://tools.ietf.org/html/draft-ietf-mif-dns-server-selection-01">Improved DNS Server Selection for Multi-Homed Nodes</a>,&rdquo; draft-ietf-mif-dns-server-selection-01 (work in progress), March&nbsp;2011 (<a href="http://www.ietf.org/internet-drafts/draft-ietf-mif-dns-server-selection-01.txt">TXT</a>).</td></tr>
1003<tr><td class="author-text" valign="top"><a name="I-D.ietf-geopriv-rfc3825bis">[I-D.ietf-geopriv-rfc3825bis]</a></td>
1004<td class="author-text">Polk, J., Linsner, M., Thomson, M., and B. Aboba, &ldquo;<a href="http://tools.ietf.org/html/draft-ietf-geopriv-rfc3825bis-17">Dynamic Host Configuration Protocol Options for Coordinate-based Location Configuration Information</a>,&rdquo; draft-ietf-geopriv-rfc3825bis-17 (work in progress), February&nbsp;2011 (<a href="http://www.ietf.org/internet-drafts/draft-ietf-geopriv-rfc3825bis-17.txt">TXT</a>).</td></tr>
1005<tr><td class="author-text" valign="top"><a name="draft-addr-params">[draft-addr-params]</a></td>
1006<td class="author-text">Mrugalski, T., &ldquo;<a href="http://klub.com.pl/dhcpv6/doc/draft-mrugalski-addropts-XX-2007-04-17.txt">Address Parameters Option for DHCPv6</a>,&rdquo; April&nbsp;2007.</td></tr>
1007</table>
1008
1009<a name="rfc.authors"></a><br /><hr />
1010<table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
1011<h3>Authors' Addresses</h3>
1012<table width="99%" border="0" cellpadding="0" cellspacing="0">
1013<tr><td class="author-text">&nbsp;</td>
1014<td class="author-text">David W. Hankins</td></tr>
1015<tr><td class="author-text">&nbsp;</td>
1016<td class="author-text">Internet Systems Consortium,
1017				 Inc.</td></tr>
1018<tr><td class="author-text">&nbsp;</td>
1019<td class="author-text">950 Charter Street</td></tr>
1020<tr><td class="author-text">&nbsp;</td>
1021<td class="author-text">Redwood City, CA  94063</td></tr>
1022<tr cellpadding="3"><td>&nbsp;</td><td>&nbsp;</td></tr>
1023<tr><td class="author-text">&nbsp;</td>
1024<td class="author-text">Tomasz Mrugalski</td></tr>
1025<tr><td class="author-text">&nbsp;</td>
1026<td class="author-text">Internet Systems Consortium,
1027				 Inc.</td></tr>
1028<tr><td class="author-text">&nbsp;</td>
1029<td class="author-text">950 Charter Street</td></tr>
1030<tr><td class="author-text">&nbsp;</td>
1031<td class="author-text">Redwood City, CA  94063</td></tr>
1032<tr><td class="author" align="right">Phone:&nbsp;</td>
1033<td class="author-text">+1 650 423 1345</td></tr>
1034<tr><td class="author" align="right">Email:&nbsp;</td>
1035<td class="author-text"><a href="mailto:Tomasz_Mrugalski@isc.org">Tomasz_Mrugalski@isc.org</a></td></tr>
1036</table>
1037</body></html>
1038