A Unified Stateful/Stateless Configuration Service for IPv6
draft-templin-6man-dhcpv6-ndopt-11
|
Document |
Type |
|
Active Internet-Draft (individual)
|
|
Author |
|
Fred Templin
|
|
Last updated |
|
2021-01-01
|
|
Stream |
|
(None)
|
|
Intended RFC status |
|
(None)
|
|
Formats |
|
plain text
xml
pdf
htmlized (tools)
htmlized
bibtex
|
Stream |
Stream state |
|
(No stream defined) |
|
Consensus Boilerplate |
|
Unknown
|
|
RFC Editor Note |
|
(None)
|
IESG |
IESG state |
|
I-D Exists
|
|
Telechat date |
|
|
|
Responsible AD |
|
(None)
|
|
Send notices to |
|
(None)
|
Network Working Group F. Templin, Ed.
Internet-Draft Boeing Research & Technology
Intended status: Informational January 1, 2021
Expires: July 5, 2021
A Unified Stateful/Stateless Configuration Service for IPv6
draft-templin-6man-dhcpv6-ndopt-11
Abstract
IPv6 Neighbor Discovery (IPv6ND) specifies a control message set for
nodes to discover neighbors, routers, prefixes and other services on
the link. It also supports a manner of StateLess Address
AutoConfiguration (SLAAC), while the Dynamic Host Configuration
Protocol for IPv6 (DHCPv6) specifies a separate stateful service.
This document presents IPv6ND extensions for providing a unified
stateful/stateless configuration service.
Status of This Memo
This Internet-Draft is submitted in full conformance with the
provisions of BCP 78 and BCP 79.
Internet-Drafts are working documents of the Internet Engineering
Task Force (IETF). Note that other groups may also distribute
working documents as Internet-Drafts. The list of current Internet-
Drafts is at https://datatracker.ietf.org/drafts/current/.
Internet-Drafts are draft documents valid for a maximum of six months
and may be updated, replaced, or obsoleted by other documents at any
time. It is inappropriate to use Internet-Drafts as reference
material or to cite them other than as "work in progress."
This Internet-Draft will expire on July 5, 2021.
Copyright Notice
Copyright (c) 2021 IETF Trust and the persons identified as the
document authors. All rights reserved.
This document is subject to BCP 78 and the IETF Trust's Legal
Provisions Relating to IETF Documents
(https://trustee.ietf.org/license-info) in effect on the date of
publication of this document. Please review these documents
carefully, as they describe your rights and restrictions with respect
to this document. Code Components extracted from this document must
include Simplified BSD License text as described in Section 4.e of
Templin Expires July 5, 2021 [Page 1]
Internet-Draft IPv6 ND Extensions for PD January 2021
the Trust Legal Provisions and are provided without warranty as
described in the Simplified BSD License.
Table of Contents
1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . 2
2. DHCPv6 Options in IPv6 ND Messages . . . . . . . . . . . . . 4
2.1. The DHCPv6 Option . . . . . . . . . . . . . . . . . . . . 4
2.2. DHCPv6 Option Usage . . . . . . . . . . . . . . . . . . . 5
2.3. Stateful Provisioning Requirements . . . . . . . . . . . 6
2.4. Implementation Considerations . . . . . . . . . . . . . . 7
3. PIO Options in RS Messages . . . . . . . . . . . . . . . . . 7
3.1. The PIO Option in RS Messages . . . . . . . . . . . . . . 7
3.2. PIO Option Usage . . . . . . . . . . . . . . . . . . . . 7
3.3. Stateful Provisioning Requirements . . . . . . . . . . . 8
3.4. Implementation Considerations . . . . . . . . . . . . . . 8
4. Embedded Prefix Assertion . . . . . . . . . . . . . . . . . . 9
4.1. Embedded Prefix Assertion . . . . . . . . . . . . . . . . 9
4.2. Embedded Prefix Usage . . . . . . . . . . . . . . . . . . 9
4.3. Stateful Provisioning Requirements . . . . . . . . . . . 9
4.4. Implementation Considerations . . . . . . . . . . . . . . 10
5. Out-of-Band Network Login Messaging . . . . . . . . . . . . . 10
5.1. Out-of-Band Network Login . . . . . . . . . . . . . . . . 10
5.2. Out-of-Band Network Login Usage . . . . . . . . . . . . . 10
5.3. Stateful Provisioning Requirements . . . . . . . . . . . 11
5.4. Implementation Considerations . . . . . . . . . . . . . . 11
6. Implementation Status . . . . . . . . . . . . . . . . . . . . 11
7. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 11
8. Security Considerations . . . . . . . . . . . . . . . . . . . 11
9. Acknowledgements . . . . . . . . . . . . . . . . . . . . . . 12
10. References . . . . . . . . . . . . . . . . . . . . . . . . . 12
10.1. Normative References . . . . . . . . . . . . . . . . . . 12
10.2. Informative References . . . . . . . . . . . . . . . . . 12
Appendix A. Change Log . . . . . . . . . . . . . . . . . . . . . 13
Author's Address . . . . . . . . . . . . . . . . . . . . . . . . 14
1. Introduction
IPv6 Neighbor Discovery (IPv6ND) [RFC4861] specifies a control
message set for nodes to discover neighbors, routers, prefixes and
other services on the link. It also supports a manner of StateLess
Address AutoConfiguration (SLAAC). The Dynamic Host Configuration
Protocol for IPv6 (DHCPv6) specifies a separate service for
delegation of prefixes, addresses and any other stateful information
Show full document text