<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.19 (Ruby 3.0.2) -->
<?rfc tocompact="yes"?>
<?rfc tocindent="yes"?>
<?rfc compact="yes"?>
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-bonica-6man-vpn-dest-opt-25" category="exp" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.23.0 -->
  <front>
    <title abbrev="Svc. Dest. Opt.">The IPv6 VPN Service Destination Option</title>
    <seriesInfo name="Internet-Draft" value="draft-bonica-6man-vpn-dest-opt-25"/>
    <author initials="R." surname="Bonica" fullname="Ron Bonica">
      <organization>Juniper Networks</organization>
      <address>
        <postal>
          <city>Herndon</city>
          <region>Virginia</region>
          <country>USA</country>
        </postal>
        <email>rbonica@juniper.net</email>
      </address>
    </author>
    <author initials="X." surname="Li" fullname="Xing Li">
      <organization>CERNET Center/Tsinghua University</organization>
      <address>
        <postal>
          <city>Beijing</city>
          <country>PRC</country>
        </postal>
        <email>xing@cernet.edu.cn</email>
      </address>
    </author>
    <author initials="A." surname="Farrel" fullname="Adrian Farrel">
      <organization>Old Dog Consulting</organization>
      <address>
        <postal>
          <country>UK</country>
        </postal>
        <email>adrian@olddog.co.uk</email>
      </address>
    </author>
    <author initials="Y." surname="Kamite" fullname="Yuji Kamite">
      <organization>NTT Communications Corporation</organization>
      <address>
        <postal>
          <city>3-4-1 Shibaura</city>
          <region>Minato-ku</region>
          <country>Japan</country>
        </postal>
        <email>y.kamite@ntt.com</email>
      </address>
    </author>
    <author initials="L." surname="Jalil" fullname="Luay Jalil">
      <organization>Verizon</organization>
      <address>
        <postal>
          <city>Richardson</city>
          <region>Texas</region>
          <country>USA</country>
        </postal>
        <email>luay.jalil@one.verizon.com</email>
      </address>
    </author>
    <date year="2024" month="September" day="13"/>
    <area>Internet</area>
    <workgroup>6man</workgroup>
    <keyword>IPv6, Destination Option, VPN</keyword>
    <abstract>
      <?line 96?>

<t>This document describes an experiment in which VPN service information is encoded in a new IPv6 Destination Option. The new IPv6 Destination Option is called the VPN Service Option.</t>
      <t>One purpose of this experiment is to demonstrate that the VPN Service Option can be implemented and deployed in a production network.  Another purpose is to demonstrate that the security considerations, described in this document, have been sufficiently addressed.  Finally, this document encourages replication of the experiment.</t>
    </abstract>
  </front>
  <middle>
    <?line 102?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>Generic Packet Tunneling <xref target="RFC2473"/> allows a router in one network to encapsulate a packet in an IP header and send that packet across the Internet to another router, creating a virtual link. The receiving router removes the outer IP header and forwards the original packet into its own network. One motivation for Generic Packet Tunneling is to provide connectivity between two networks that share a private addressing <xref target="RFC1918"/> <xref target="RFC4193"/> plan but are not connected by direct links.
In this case, all sites in the first network are accessible to all sites in the second network. Likewise, all sites in the second network are accessible to all sites in the first network.</t>
      <t>Virtual Private Networks (VPN) technologies provide additional functionality, allowing network providers to emulate private networks by using shared infrastructure.  For example, assume that red sites and blue sites connect to a provider network. The provider network allows communication among red sites. It also allows communication among blue sites.  However, it prevents communication between red sites and blue sites.</t>
      <t>The IETF has standardized many VPN technologies, including:</t>
      <ul spacing="normal">
        <li>
          <t>Layer 2 VPN (L2VPN) <xref target="RFC6624"/>.</t>
        </li>
        <li>
          <t>Layer 3 VPN (L3VPN) <xref target="RFC4364"/>.</t>
        </li>
        <li>
          <t>Virtual Private LAN Service (VPLS) <xref target="RFC4761"/><xref target="RFC4762"/>.</t>
        </li>
        <li>
          <t>Ethernet VPN (EVPN) <xref target="RFC7432"/>.</t>
        </li>
        <li>
          <t>Pseudowires <xref target="RFC8077"/>.</t>
        </li>
      </ul>
      <t>The VPN technologies mentioned above share the following characteristics:</t>
      <ul spacing="normal">
        <li>
          <t>An ingress Provider Edge (PE) device tunnels customer data to an egress PE device. A popular tunnel technology for all of these VPN approaches is MPLS where the tunnel header includes an MPLS <xref target="RFC3032"/> service label.</t>
        </li>
        <li>
          <t>The egress PE removes the tunnel header, exposing the customer data.  It then queries its Forwarding Information Base (FIB) to identify the interface through which the customer data is to be forwarded. The service label, found in the tunnel header, identifies either the outgoing interface or a VPN-specific portion of the FIB that will be used to determine the outgoing interface.</t>
        </li>
      </ul>
      <t>The mechanism described above requires both PE devices (ingress and egress) to support MPLS. It cannot be deployed where one or both of the PEs does not support MPLS.</t>
      <t>This document describes an experiment in which VPN service information is encoded in a new IPv6 Destination Option <xref target="RFC8200"/> called the VPN Service Option. This option will allow VPNs to be deployed between Provider Edge routers that support IPv6 but do not support MPLS.</t>
      <t>One purpose of this experiment is to demonstrate that the VPN Service Option can be implemented and deployed in a production network.  Another purpose is to demonstrate that the security considerations, described in this document, have been sufficiently addressed.  Finally, this document encourages replication of the experiment, so that operational issues can be discovered.</t>
    </section>
    <section anchor="conventions-and-definitions">
      <name>Conventions and Definitions</name>
      <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
      <?line -18?>

</section>
    <section anchor="option">
      <name>The VPN Service Option</name>
      <t>The VPN Service Option is an IPv6 Destination Option encoded following the encoding rules defined in <xref target="RFC8200"/>.</t>
      <t>As shown in section 4.2 of <xref target="RFC8200"/> the IPv6 Destination Option contains three fields: Option Type, Opt Data Len, Option Data. For the VPN Service Option the fields are used as follows:</t>
      <ul spacing="normal">
        <li>
          <t>Option Type: 8-bit selector.  VPN Service Option. This field <bcp14>MUST</bcp14> be set to RFC3692-style Experiment (0x5E)<xref target="V6MSG"/>.  See Note below.</t>
        </li>
        <li>
          <t>Opt Data Len - 8-bit unsigned integer.  Length of the option, in
 octets, excluding the Option Type and Option Length fields.  This
 field <bcp14>MUST</bcp14> be set to 4.</t>
        </li>
        <li>
          <t>Option Data - 32-bits.  VPN Service Information:
          </t>
          <ul spacing="normal">
            <li>
              <t>High-order 12 bits: A checksum. The checksum field is the 12 bit one's complement of the one's complement sum of all 16 bit words in the VPN Service Option Pseudo-header (see <xref target="pseudo-header"/>). For purposes of computing the checksum, the value of the checksum is zero. Some discussion of the use of the checksum is provided in <xref target="security"/>.</t>
            </li>
            <li>
              <t>Low-order 20 bits: Identifies either the outgoing interface or a VPN-specific portion of the FIB that will be used to determine the outgoing interface.</t>
            </li>
          </ul>
        </li>
      </ul>
      <t>The VPN Service Option <bcp14>MAY</bcp14> appear in a Destination Options header that
precedes an upper-layer header.  It <bcp14>MUST NOT</bcp14> appear in any other extension
header. If VPN Service option appears in appears in another extension header,
the receiver <bcp14>MUST</bcp14> discard the packet.</t>
      <t>NOTE : For this experiment, the Option Type is set to '01011110', i.e.,
0x5E. The highest-order two bits are set to 01 to indicate that the
required action by a destination node that does not recognize the option
is to discard the packet. The third highest-order bit is set to 0 to
indicate that Option Data cannot be modified along the path between
the packet's source and its destination. The remaining low-order bits
are set to '11110' to indicate the single IPv6 Destination Option Type
code point available in the registry for experimentation.</t>
      <section anchor="pseudo-header">
        <name>VPN Service Option Pseudo-header</name>
        <t><xref target="box-fig"/>  depicts the VPN Service Option Pseudo-header. It is used to calculate the checksum in the VPN Service Option.</t>
        <figure anchor="box-fig">
          <name>Pseudo-header</name>
          <artwork><![CDATA[
*---------------------------------------------------------------*
| IPv6 Source Address  |IPv6 Destination Address | Option Data  |
*---------------------------------------------------------------*
]]></artwork>
        </figure>
      </section>
    </section>
    <section anchor="forwarding-plane-considerations">
      <name>Forwarding Plane Considerations</name>
      <t>The ingress PE encapsulates customer payload in a tunnel header. The tunnel header contains:</t>
      <ul spacing="normal">
        <li>
          <t>An IPv6 header</t>
        </li>
        <li>
          <t>An optional IPv6 Authentication Header (AH) <xref target="RFC4302"/></t>
        </li>
        <li>
          <t>An IPv6 Destination Options Extension Header</t>
        </li>
      </ul>
      <t>The IPv6 header contains:</t>
      <ul spacing="normal">
        <li>
          <t>Version - Defined in <xref target="RFC8200"/>. <bcp14>MUST</bcp14> be equal to 6.</t>
        </li>
        <li>
          <t>Traffic Class - Defined in <xref target="RFC8200"/>.</t>
        </li>
        <li>
          <t>Flow Label - Defined in <xref target="RFC8200"/>.</t>
        </li>
        <li>
          <t>Payload Length - Defined in <xref target="RFC8200"/>.</t>
        </li>
        <li>
          <t>Next Header - Defined in <xref target="RFC8200"/>. <bcp14>MUST</bcp14> be equal to either Authentication Header (51) or Destination Options (60).</t>
        </li>
        <li>
          <t>Hop Limit - Defined in <xref target="RFC8200"/>.</t>
        </li>
        <li>
          <t>Source Address - Defined in <xref target="RFC8200"/>. Represents an interface on the ingress PE device.</t>
        </li>
        <li>
          <t>Destination Address - Defined in <xref target="RFC8200"/>. Represents an interface on the egress PE device.</t>
        </li>
      </ul>
      <t>If the Authentication Header is present, it contains:</t>
      <ul spacing="normal">
        <li>
          <t>Next Header - Defined in <xref target="RFC4302"/>. <bcp14>MUST</bcp14> be equal to Destination Options (60) or Encapsulating Security Payload (ESP) (50).</t>
        </li>
        <li>
          <t>Payload Length - Defined in <xref target="RFC4302"/>.</t>
        </li>
        <li>
          <t>Reserved - Defined in <xref target="RFC4302"/>. <bcp14>MUST</bcp14> be set to zero by the sender, and <bcp14>SHOULD</bcp14> be ignored by the recipient.</t>
        </li>
        <li>
          <t>Security Parameters Index (SPI) - Defined in <xref target="RFC4302"/>.</t>
        </li>
        <li>
          <t>Sequence Number - Defined in <xref target="RFC4302"/>.</t>
        </li>
        <li>
          <t>Integrity Check Value (ICV) - Defined in <xref target="RFC4302"/>.</t>
        </li>
      </ul>
      <t>IPsec processing of the AH and ESP headers would occur before the VPN Service Option is available for processing by tunnel egress PE.</t>
      <t>The IPv6 Destination Options Extension Header contains:</t>
      <ul spacing="normal">
        <li>
          <t>Next Header - Defined in <xref target="RFC8200"/>. <bcp14>MUST</bcp14> identify the protocol of the customer data.</t>
        </li>
        <li>
          <t>Hdr Ext Len - Defined in <xref target="RFC8200"/>. <bcp14>MUST</bcp14> be equal to 0.</t>
        </li>
        <li>
          <t>Options - *  Options - Defined in <xref target="RFC8200"/>.  <bcp14>MUST</bcp14> contain exactly one VPN Service Option as defined in <xref target="option"/> of this document.</t>
        </li>
      </ul>
    </section>
    <section anchor="control-plane-considerations">
      <name>Control Plane Considerations</name>
      <t>The FIB can be populated:</t>
      <ul spacing="normal">
        <li>
          <t>By an operator, using a Command Line Interface (CLI).</t>
        </li>
        <li>
          <t>By a controller, using the Path Computation Element (PCE)
Communication Protocol (PCEP) <xref target="RFC5440"/> or the Network
Configuration Protocol (NETCONF) <xref target="RFC6241"/>.</t>
        </li>
        <li>
          <t>By the Border Gateway Protocol (BGP) <xref target="RFC4271"/> <xref target="RFC4760"/>.</t>
        </li>
      </ul>
      <t>If the FIB is populated using BGP, BGP creates a Label-FIB (LFIB), exactly as it would if VPN service information were encoded in an MPLS service label. The egress PE queries the LFIB to resolve information contained by the VPN Service Option.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document does not make any IANA requests.</t>
      <t>However, if the experiment described herein succeeds, the authors will reissue this document, to be published on the Standards Track. The reissued document will request an IPv6 Destination Option number.</t>
    </section>
    <section anchor="security">
      <name>Security Considerations</name>
      <t>IETF VPN technologies assume that PE devices trust one another. If an egress PE processes a VPN Service Option from an untrusted device, VPN boundaries can be breached.</t>
      <t>The following are acceptable methods of risk mitigation:</t>
      <ul spacing="normal">
        <li>
          <t>Authenticate the packet option using the IPv6 Authentication
Header (AH) <xref target="RFC4302"/> or the IPv6 Encapsulating Security Payload
(ESP) Header <xref target="RFC4303"/>. If the ESP Header is used, it encapsulates the entire packet.</t>
        </li>
        <li>
          <t>Maintain a limited domain.</t>
        </li>
      </ul>
      <t>All nodes at the edge limited domain maintain Access Control Lists (ACLs) that discard packets that satisfy the following criteria:</t>
      <ul spacing="normal">
        <li>
          <t>Contain an IPv6 VPN Service option.</t>
        </li>
        <li>
          <t>Contain an IPv6 Destination Address that represents an interface
inside of the secure limited domain.</t>
        </li>
      </ul>
      <t>The checksum in the VPN Service Option provides some protection against accidental modification of the fields that form the pseudo-header, but it does not provide any additional security for the mechanisms defined in this document because any attacker modifying the pseudo-header can also modify the checksum. It does provide protection against accidental collisions between experiments as described in Section 8 because a packet from another experiment using the same Experimental codepoint will not contain a valid entry in the checksum field and so will be rejected without interfering with the experiment.</t>
    </section>
    <section anchor="deployment-considerations">
      <name>Deployment Considerations</name>
      <t>The VPN Service Option is imposed by an ingress PE and processed by an egress PE. It is not processed by any nodes along the delivery path between the ingress PE and egress PE. So, it is safe to deploy the VPN Service Option across the Internet.</t>
      <t>However, some networks discard packets that include IPv6 Destination Options. This is an imediment to deplyment.</t>
      <t>Because the VPN Service Option uses an experimental code point, there is a risk of collisions with other experiments. Specifically, the egress PE may process packets from another experiment that uses the same code point. This risk is mitigated by the VPN Service Option checksum. It is highly unlikely that a packet received from the other experiment will pass checksum validation.</t>
      <t>It is expected that, as with all experiments with IETF protocols, care is taken by the operator to ensure that all nodes participating in an experiment are carefully configured.</t>
    </section>
    <section anchor="experimental-results">
      <name>Experimental Results</name>
      <t>Parties participating in this experiment should publish experimental results within one year of the publication of this document. Experimental results should address the following:</t>
      <ul spacing="normal">
        <li>
          <t>Effort required to deploy
          </t>
          <ul spacing="normal">
            <li>
              <t>Was deployment incremental or network-wide?</t>
            </li>
            <li>
              <t>Was there a need to synchronize configurations at each node or could nodes be configured independently</t>
            </li>
            <li>
              <t>Did the deployment require hardware upgrade?</t>
            </li>
          </ul>
        </li>
        <li>
          <t>Effort required to secure
          </t>
          <ul spacing="normal">
            <li>
              <t>Performance impact</t>
            </li>
            <li>
              <t>Effectiveness of risk mitigation with ACLs</t>
            </li>
            <li>
              <t>Cost of risk mitigation with ACLs</t>
            </li>
          </ul>
        </li>
        <li>
          <t>Mechanism used to populate the FIB</t>
        </li>
        <li>
          <t>Scale of deployment</t>
        </li>
        <li>
          <t>Interoperability
          </t>
          <ul spacing="normal">
            <li>
              <t>Did you deploy two inter-operable implementations?</t>
            </li>
            <li>
              <t>Did you experience interoperability problems?</t>
            </li>
          </ul>
        </li>
        <li>
          <t>Effectiveness and sufficiency of OAM mechanism
          </t>
          <ul spacing="normal">
            <li>
              <t>Did PING work?</t>
            </li>
            <li>
              <t>Did TRACEROUTE work?</t>
            </li>
            <li>
              <t>Did Wireshark work?</t>
            </li>
            <li>
              <t>Did TCPDUMP work?</t>
            </li>
          </ul>
        </li>
      </ul>
    </section>
    <section anchor="acknowledgements">
      <name>Acknowledgements</name>
      <t>Thanks to Eliot Lear and Mark Smith for their reviews and contributions to this document.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC4302">
          <front>
            <title>IP Authentication Header</title>
            <author fullname="S. Kent" initials="S." surname="Kent"/>
            <date month="December" year="2005"/>
            <abstract>
              <t>This document describes an updated version of the IP Authentication Header (AH), which is designed to provide authentication services in IPv4 and IPv6. This document obsoletes RFC 2402 (November 1998). [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4302"/>
          <seriesInfo name="DOI" value="10.17487/RFC4302"/>
        </reference>
        <reference anchor="RFC4303">
          <front>
            <title>IP Encapsulating Security Payload (ESP)</title>
            <author fullname="S. Kent" initials="S." surname="Kent"/>
            <date month="December" year="2005"/>
            <abstract>
              <t>This document describes an updated version of the Encapsulating Security Payload (ESP) protocol, which is designed to provide a mix of security services in IPv4 and IPv6. ESP is used to provide confidentiality, data origin authentication, connectionless integrity, an anti-replay service (a form of partial sequence integrity), and limited traffic flow confidentiality. This document obsoletes RFC 2406 (November 1998). [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4303"/>
          <seriesInfo name="DOI" value="10.17487/RFC4303"/>
        </reference>
        <reference anchor="RFC4271">
          <front>
            <title>A Border Gateway Protocol 4 (BGP-4)</title>
            <author fullname="Y. Rekhter" initials="Y." role="editor" surname="Rekhter"/>
            <author fullname="T. Li" initials="T." role="editor" surname="Li"/>
            <author fullname="S. Hares" initials="S." role="editor" surname="Hares"/>
            <date month="January" year="2006"/>
            <abstract>
              <t>This document discusses the Border Gateway Protocol (BGP), which is an inter-Autonomous System routing protocol.</t>
              <t>The primary function of a BGP speaking system is to exchange network reachability information with other BGP systems. This network reachability information includes information on the list of Autonomous Systems (ASes) that reachability information traverses. This information is sufficient for constructing a graph of AS connectivity for this reachability from which routing loops may be pruned, and, at the AS level, some policy decisions may be enforced.</t>
              <t>BGP-4 provides a set of mechanisms for supporting Classless Inter-Domain Routing (CIDR). These mechanisms include support for advertising a set of destinations as an IP prefix, and eliminating the concept of network "class" within BGP. BGP-4 also introduces mechanisms that allow aggregation of routes, including aggregation of AS paths.</t>
              <t>This document obsoletes RFC 1771. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4271"/>
          <seriesInfo name="DOI" value="10.17487/RFC4271"/>
        </reference>
        <reference anchor="RFC4760">
          <front>
            <title>Multiprotocol Extensions for BGP-4</title>
            <author fullname="T. Bates" initials="T." surname="Bates"/>
            <author fullname="R. Chandra" initials="R." surname="Chandra"/>
            <author fullname="D. Katz" initials="D." surname="Katz"/>
            <author fullname="Y. Rekhter" initials="Y." surname="Rekhter"/>
            <date month="January" year="2007"/>
            <abstract>
              <t>This document defines extensions to BGP-4 to enable it to carry routing information for multiple Network Layer protocols (e.g., IPv6, IPX, L3VPN, etc.). The extensions are backward compatible - a router that supports the extensions can interoperate with a router that doesn't support the extensions. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4760"/>
          <seriesInfo name="DOI" value="10.17487/RFC4760"/>
        </reference>
        <reference anchor="RFC5440">
          <front>
            <title>Path Computation Element (PCE) Communication Protocol (PCEP)</title>
            <author fullname="JP. Vasseur" initials="JP." role="editor" surname="Vasseur"/>
            <author fullname="JL. Le Roux" initials="JL." role="editor" surname="Le Roux"/>
            <date month="March" year="2009"/>
            <abstract>
              <t>This document specifies the Path Computation Element (PCE) Communication Protocol (PCEP) for communications between a Path Computation Client (PCC) and a PCE, or between two PCEs. Such interactions include path computation requests and path computation replies as well as notifications of specific states related to the use of a PCE in the context of Multiprotocol Label Switching (MPLS) and Generalized MPLS (GMPLS) Traffic Engineering. PCEP is designed to be flexible and extensible so as to easily allow for the addition of further messages and objects, should further requirements be expressed in the future. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5440"/>
          <seriesInfo name="DOI" value="10.17487/RFC5440"/>
        </reference>
        <reference anchor="RFC6241">
          <front>
            <title>Network Configuration Protocol (NETCONF)</title>
            <author fullname="R. Enns" initials="R." role="editor" surname="Enns"/>
            <author fullname="M. Bjorklund" initials="M." role="editor" surname="Bjorklund"/>
            <author fullname="J. Schoenwaelder" initials="J." role="editor" surname="Schoenwaelder"/>
            <author fullname="A. Bierman" initials="A." role="editor" surname="Bierman"/>
            <date month="June" year="2011"/>
            <abstract>
              <t>The Network Configuration Protocol (NETCONF) defined in this document provides mechanisms to install, manipulate, and delete the configuration of network devices. It uses an Extensible Markup Language (XML)-based data encoding for the configuration data as well as the protocol messages. The NETCONF protocol operations are realized as remote procedure calls (RPCs). This document obsoletes RFC 4741. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6241"/>
          <seriesInfo name="DOI" value="10.17487/RFC6241"/>
        </reference>
        <reference anchor="RFC6335">
          <front>
            <title>Internet Assigned Numbers Authority (IANA) Procedures for the Management of the Service Name and Transport Protocol Port Number Registry</title>
            <author fullname="M. Cotton" initials="M." surname="Cotton"/>
            <author fullname="L. Eggert" initials="L." surname="Eggert"/>
            <author fullname="J. Touch" initials="J." surname="Touch"/>
            <author fullname="M. Westerlund" initials="M." surname="Westerlund"/>
            <author fullname="S. Cheshire" initials="S." surname="Cheshire"/>
            <date month="August" year="2011"/>
            <abstract>
              <t>This document defines the procedures that the Internet Assigned Numbers Authority (IANA) uses when handling assignment and other requests related to the Service Name and Transport Protocol Port Number registry. It also discusses the rationale and principles behind these procedures and how they facilitate the long-term sustainability of the registry.</t>
              <t>This document updates IANA's procedures by obsoleting the previous UDP and TCP port assignment procedures defined in Sections 8 and 9.1 of the IANA Allocation Guidelines, and it updates the IANA service name and port assignment procedures for UDP-Lite, the Datagram Congestion Control Protocol (DCCP), and the Stream Control Transmission Protocol (SCTP). It also updates the DNS SRV specification to clarify what a service name is and how it is registered. This memo documents an Internet Best Current Practice.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="165"/>
          <seriesInfo name="RFC" value="6335"/>
          <seriesInfo name="DOI" value="10.17487/RFC6335"/>
        </reference>
        <reference anchor="RFC8200">
          <front>
            <title>Internet Protocol, Version 6 (IPv6) Specification</title>
            <author fullname="S. Deering" initials="S." surname="Deering"/>
            <author fullname="R. Hinden" initials="R." surname="Hinden"/>
            <date month="July" year="2017"/>
            <abstract>
              <t>This document specifies version 6 of the Internet Protocol (IPv6). It obsoletes RFC 2460.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="86"/>
          <seriesInfo name="RFC" value="8200"/>
          <seriesInfo name="DOI" value="10.17487/RFC8200"/>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="RFC1918">
          <front>
            <title>Address Allocation for Private Internets</title>
            <author fullname="Y. Rekhter" initials="Y." surname="Rekhter"/>
            <author fullname="B. Moskowitz" initials="B." surname="Moskowitz"/>
            <author fullname="D. Karrenberg" initials="D." surname="Karrenberg"/>
            <author fullname="G. J. de Groot" initials="G. J." surname="de Groot"/>
            <author fullname="E. Lear" initials="E." surname="Lear"/>
            <date month="February" year="1996"/>
            <abstract>
              <t>This document describes address allocation for private internets. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="5"/>
          <seriesInfo name="RFC" value="1918"/>
          <seriesInfo name="DOI" value="10.17487/RFC1918"/>
        </reference>
        <reference anchor="RFC2473">
          <front>
            <title>Generic Packet Tunneling in IPv6 Specification</title>
            <author fullname="A. Conta" initials="A." surname="Conta"/>
            <author fullname="S. Deering" initials="S." surname="Deering"/>
            <date month="December" year="1998"/>
            <abstract>
              <t>This document defines the model and generic mechanisms for IPv6 encapsulation of Internet packets, such as IPv6 and IPv4. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2473"/>
          <seriesInfo name="DOI" value="10.17487/RFC2473"/>
        </reference>
        <reference anchor="RFC3032">
          <front>
            <title>MPLS Label Stack Encoding</title>
            <author fullname="E. Rosen" initials="E." surname="Rosen"/>
            <author fullname="D. Tappan" initials="D." surname="Tappan"/>
            <author fullname="G. Fedorkow" initials="G." surname="Fedorkow"/>
            <author fullname="Y. Rekhter" initials="Y." surname="Rekhter"/>
            <author fullname="D. Farinacci" initials="D." surname="Farinacci"/>
            <author fullname="T. Li" initials="T." surname="Li"/>
            <author fullname="A. Conta" initials="A." surname="Conta"/>
            <date month="January" year="2001"/>
            <abstract>
              <t>This document specifies the encoding to be used by an LSR in order to transmit labeled packets on Point-to-Point Protocol (PPP) data links, on LAN data links, and possibly on other data links as well. This document also specifies rules and procedures for processing the various fields of the label stack encoding. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3032"/>
          <seriesInfo name="DOI" value="10.17487/RFC3032"/>
        </reference>
        <reference anchor="RFC3209">
          <front>
            <title>RSVP-TE: Extensions to RSVP for LSP Tunnels</title>
            <author fullname="D. Awduche" initials="D." surname="Awduche"/>
            <author fullname="L. Berger" initials="L." surname="Berger"/>
            <author fullname="D. Gan" initials="D." surname="Gan"/>
            <author fullname="T. Li" initials="T." surname="Li"/>
            <author fullname="V. Srinivasan" initials="V." surname="Srinivasan"/>
            <author fullname="G. Swallow" initials="G." surname="Swallow"/>
            <date month="December" year="2001"/>
            <abstract>
              <t>This document describes the use of RSVP (Resource Reservation Protocol), including all the necessary extensions, to establish label-switched paths (LSPs) in MPLS (Multi-Protocol Label Switching). Since the flow along an LSP is completely identified by the label applied at the ingress node of the path, these paths may be treated as tunnels. A key application of LSP tunnels is traffic engineering with MPLS as specified in RFC 2702. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3209"/>
          <seriesInfo name="DOI" value="10.17487/RFC3209"/>
        </reference>
        <reference anchor="RFC4193">
          <front>
            <title>Unique Local IPv6 Unicast Addresses</title>
            <author fullname="R. Hinden" initials="R." surname="Hinden"/>
            <author fullname="B. Haberman" initials="B." surname="Haberman"/>
            <date month="October" year="2005"/>
            <abstract>
              <t>This document defines an IPv6 unicast address format that is globally unique and is intended for local communications, usually inside of a site. These addresses are not expected to be routable on the global Internet. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4193"/>
          <seriesInfo name="DOI" value="10.17487/RFC4193"/>
        </reference>
        <reference anchor="RFC4364">
          <front>
            <title>BGP/MPLS IP Virtual Private Networks (VPNs)</title>
            <author fullname="E. Rosen" initials="E." surname="Rosen"/>
            <author fullname="Y. Rekhter" initials="Y." surname="Rekhter"/>
            <date month="February" year="2006"/>
            <abstract>
              <t>This document describes a method by which a Service Provider may use an IP backbone to provide IP Virtual Private Networks (VPNs) for its customers. This method uses a "peer model", in which the customers' edge routers (CE routers) send their routes to the Service Provider's edge routers (PE routers); there is no "overlay" visible to the customer's routing algorithm, and CE routers at different sites do not peer with each other. Data packets are tunneled through the backbone, so that the core routers do not need to know the VPN routes. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4364"/>
          <seriesInfo name="DOI" value="10.17487/RFC4364"/>
        </reference>
        <reference anchor="RFC4761">
          <front>
            <title>Virtual Private LAN Service (VPLS) Using BGP for Auto-Discovery and Signaling</title>
            <author fullname="K. Kompella" initials="K." role="editor" surname="Kompella"/>
            <author fullname="Y. Rekhter" initials="Y." role="editor" surname="Rekhter"/>
            <date month="January" year="2007"/>
            <abstract>
              <t>Virtual Private LAN Service (VPLS), also known as Transparent LAN Service and Virtual Private Switched Network service, is a useful Service Provider offering. The service offers a Layer 2 Virtual Private Network (VPN); however, in the case of VPLS, the customers in the VPN are connected by a multipoint Ethernet LAN, in contrast to the usual Layer 2 VPNs, which are point-to-point in nature.</t>
              <t>This document describes the functions required to offer VPLS, a mechanism for signaling a VPLS, and rules for forwarding VPLS frames across a packet switched network. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4761"/>
          <seriesInfo name="DOI" value="10.17487/RFC4761"/>
        </reference>
        <reference anchor="RFC4762">
          <front>
            <title>Virtual Private LAN Service (VPLS) Using Label Distribution Protocol (LDP) Signaling</title>
            <author fullname="M. Lasserre" initials="M." role="editor" surname="Lasserre"/>
            <author fullname="V. Kompella" initials="V." role="editor" surname="Kompella"/>
            <date month="January" year="2007"/>
            <abstract>
              <t>This document describes a Virtual Private LAN Service (VPLS) solution using pseudowires, a service previously implemented over other tunneling technologies and known as Transparent LAN Services (TLS). A VPLS creates an emulated LAN segment for a given set of users; i.e., it creates a Layer 2 broadcast domain that is fully capable of learning and forwarding on Ethernet MAC addresses and that is closed to a given set of users. Multiple VPLS services can be supported from a single Provider Edge (PE) node.</t>
              <t>This document describes the control plane functions of signaling pseudowire labels using Label Distribution Protocol (LDP), extending RFC 4447. It is agnostic to discovery protocols. The data plane functions of forwarding are also described, focusing in particular on the learning of MAC addresses. The encapsulation of VPLS packets is described by RFC 4448. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4762"/>
          <seriesInfo name="DOI" value="10.17487/RFC4762"/>
        </reference>
        <reference anchor="RFC6624">
          <front>
            <title>Layer 2 Virtual Private Networks Using BGP for Auto-Discovery and Signaling</title>
            <author fullname="K. Kompella" initials="K." surname="Kompella"/>
            <author fullname="B. Kothari" initials="B." surname="Kothari"/>
            <author fullname="R. Cherukuri" initials="R." surname="Cherukuri"/>
            <date month="May" year="2012"/>
            <abstract>
              <t>Layer 2 Virtual Private Networks (L2VPNs) based on Frame Relay or ATM circuits have been around a long time; more recently, Ethernet VPNs, including Virtual Private LAN Service, have become popular. Traditional L2VPNs often required a separate Service Provider infrastructure for each type and yet another for the Internet and IP VPNs. In addition, L2VPN provisioning was cumbersome. This document presents a new approach to the problem of offering L2VPN services where the L2VPN customer's experience is virtually identical to that offered by traditional L2VPNs, but such that a Service Provider can maintain a single network for L2VPNs, IP VPNs, and the Internet, as well as a common provisioning methodology for all services. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6624"/>
          <seriesInfo name="DOI" value="10.17487/RFC6624"/>
        </reference>
        <reference anchor="RFC7432">
          <front>
            <title>BGP MPLS-Based Ethernet VPN</title>
            <author fullname="A. Sajassi" initials="A." role="editor" surname="Sajassi"/>
            <author fullname="R. Aggarwal" initials="R." surname="Aggarwal"/>
            <author fullname="N. Bitar" initials="N." surname="Bitar"/>
            <author fullname="A. Isaac" initials="A." surname="Isaac"/>
            <author fullname="J. Uttaro" initials="J." surname="Uttaro"/>
            <author fullname="J. Drake" initials="J." surname="Drake"/>
            <author fullname="W. Henderickx" initials="W." surname="Henderickx"/>
            <date month="February" year="2015"/>
            <abstract>
              <t>This document describes procedures for BGP MPLS-based Ethernet VPNs (EVPN). The procedures described here meet the requirements specified in RFC 7209 -- "Requirements for Ethernet VPN (EVPN)".</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7432"/>
          <seriesInfo name="DOI" value="10.17487/RFC7432"/>
        </reference>
        <reference anchor="RFC8660">
          <front>
            <title>Segment Routing with the MPLS Data Plane</title>
            <author fullname="A. Bashandy" initials="A." role="editor" surname="Bashandy"/>
            <author fullname="C. Filsfils" initials="C." role="editor" surname="Filsfils"/>
            <author fullname="S. Previdi" initials="S." surname="Previdi"/>
            <author fullname="B. Decraene" initials="B." surname="Decraene"/>
            <author fullname="S. Litkowski" initials="S." surname="Litkowski"/>
            <author fullname="R. Shakir" initials="R." surname="Shakir"/>
            <date month="December" year="2019"/>
            <abstract>
              <t>Segment Routing (SR) leverages the source-routing paradigm. A node steers a packet through a controlled set of instructions, called segments, by prepending the packet with an SR header. In the MPLS data plane, the SR header is instantiated through a label stack. This document specifies the forwarding behavior to allow instantiating SR over the MPLS data plane (SR-MPLS).</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8660"/>
          <seriesInfo name="DOI" value="10.17487/RFC8660"/>
        </reference>
        <reference anchor="RFC8665">
          <front>
            <title>OSPF Extensions for Segment Routing</title>
            <author fullname="P. Psenak" initials="P." role="editor" surname="Psenak"/>
            <author fullname="S. Previdi" initials="S." role="editor" surname="Previdi"/>
            <author fullname="C. Filsfils" initials="C." surname="Filsfils"/>
            <author fullname="H. Gredler" initials="H." surname="Gredler"/>
            <author fullname="R. Shakir" initials="R." surname="Shakir"/>
            <author fullname="W. Henderickx" initials="W." surname="Henderickx"/>
            <author fullname="J. Tantsura" initials="J." surname="Tantsura"/>
            <date month="December" year="2019"/>
            <abstract>
              <t>Segment Routing (SR) allows a flexible definition of end-to-end paths within IGP topologies by encoding paths as sequences of topological subpaths called "segments". These segments are advertised by the link-state routing protocols (IS-IS and OSPF).</t>
              <t>This document describes the OSPFv2 extensions required for Segment Routing.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8665"/>
          <seriesInfo name="DOI" value="10.17487/RFC8665"/>
        </reference>
        <reference anchor="RFC8666">
          <front>
            <title>OSPFv3 Extensions for Segment Routing</title>
            <author fullname="P. Psenak" initials="P." role="editor" surname="Psenak"/>
            <author fullname="S. Previdi" initials="S." role="editor" surname="Previdi"/>
            <date month="December" year="2019"/>
            <abstract>
              <t>Segment Routing (SR) allows a flexible definition of end-to-end paths within IGP topologies by encoding paths as sequences of topological subpaths called "segments". These segments are advertised by the link-state routing protocols (IS-IS and OSPF).</t>
              <t>This document describes the OSPFv3 extensions required for Segment Routing with the MPLS data plane.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8666"/>
          <seriesInfo name="DOI" value="10.17487/RFC8666"/>
        </reference>
        <reference anchor="RFC8667">
          <front>
            <title>IS-IS Extensions for Segment Routing</title>
            <author fullname="S. Previdi" initials="S." role="editor" surname="Previdi"/>
            <author fullname="L. Ginsberg" initials="L." role="editor" surname="Ginsberg"/>
            <author fullname="C. Filsfils" initials="C." surname="Filsfils"/>
            <author fullname="A. Bashandy" initials="A." surname="Bashandy"/>
            <author fullname="H. Gredler" initials="H." surname="Gredler"/>
            <author fullname="B. Decraene" initials="B." surname="Decraene"/>
            <date month="December" year="2019"/>
            <abstract>
              <t>Segment Routing (SR) allows for a flexible definition of end-to-end paths within IGP topologies by encoding paths as sequences of topological sub-paths, called "segments". These segments are advertised by the link-state routing protocols (IS-IS and OSPF).</t>
              <t>This document describes the IS-IS extensions that need to be introduced for Segment Routing operating on an MPLS data plane.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8667"/>
          <seriesInfo name="DOI" value="10.17487/RFC8667"/>
        </reference>
        <reference anchor="RFC8077">
          <front>
            <title>Pseudowire Setup and Maintenance Using the Label Distribution Protocol (LDP)</title>
            <author fullname="L. Martini" initials="L." role="editor" surname="Martini"/>
            <author fullname="G. Heron" initials="G." role="editor" surname="Heron"/>
            <date month="February" year="2017"/>
            <abstract>
              <t>Layer 2 services (such as Frame Relay, Asynchronous Transfer Mode, and Ethernet) can be emulated over an MPLS backbone by encapsulating the Layer 2 Protocol Data Units (PDUs) and then transmitting them over pseudowires (PWs). It is also possible to use pseudowires to provide low-rate Time-Division Multiplexed and Synchronous Optical NETworking circuit emulation over an MPLS-enabled network. This document specifies a protocol for establishing and maintaining the pseudowires, using extensions to the Label Distribution Protocol (LDP). Procedures for encapsulating Layer 2 PDUs are specified in other documents.</t>
              <t>This document is a rewrite of RFC 4447 for publication as an Internet Standard.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="84"/>
          <seriesInfo name="RFC" value="8077"/>
          <seriesInfo name="DOI" value="10.17487/RFC8077"/>
        </reference>
        <reference anchor="V6MSG">
          <front>
            <title>Internet Protocol Version 6 (IPv6) Parameters: Destination Options and Hop-by-Hop Options</title>
            <author>
              <organization>Internet Assigned Numbers Authority (IANA)</organization>
            </author>
            <date/>
          </front>
          <seriesInfo name="Web" value="https://www.iana.org/assignments/ipv6-parameters/ipv6-parameters.xhtml#ipv6-parameters-2"/>
        </reference>
      </references>
    </references>
  </back>
  <!-- ##markdown-source:
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
0Tx51BH5LwzRm36VOAAA

-->

</rfc>
