<?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.6.17 (Ruby 3.0.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-giuliano-treedn-01" category="info" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.15.0 -->
  <front>
    <title abbrev="TreeDN">TreeDN- Tree-based CDNs for Live Streaming to Mass Audiences</title>
    <seriesInfo name="Internet-Draft" value="draft-giuliano-treedn-01"/>
    <author initials="L." surname="Giuliano" fullname="Lenny Giuliano">
      <organization>Juniper Networks</organization>
      <address>
        <postal>
          <street>2251 Corporate Park Drive</street>
          <city>Herndon</city>
          <code>20171</code>
          <country>USA</country>
        </postal>
        <email>lenny@juniper.net</email>
      </address>
    </author>
    <author initials="C." surname="Lenart" fullname="Chris Lenart">
      <organization>Verizon</organization>
      <address>
        <postal>
          <street>22001 Loudoun County Parkway</street>
          <city>Ashburn</city>
          <code>95134</code>
          <country>USA</country>
        </postal>
        <email>chris.lenart@verizon.com</email>
      </address>
    </author>
    <date year="2022" month="October" day="12"/>
    <area>Ops</area>
    <workgroup>mboned</workgroup>
    <keyword>multicast, SSM, AMT, LISP, CDN, PIM-SSM</keyword>
    <abstract>
      <t>As Internet audience sizes for high-interest live events reach unprecedented levels and bitrates climb to support 4K/8K/AR, live streaming can place a unique type of stress upon network resources.  TreeDN is a tree-based CDN architecture designed to address the distinctive scaling challenges of live streaming to mass audiences.  TreeDN enables operators to offer Replication-as-a-Service (RaaS) at a fraction the cost of traditional, unicast-based CDNs- in some cases, at no additional cost to the infrastructure.  In addition to efficiently utilizing network resources to deliver existing multi-destination traffic, this architecture also enables new types of content and use cases that previously weren't possible or economically viable using traditional CDN approaches.  Finally, TreeDN is a decentralized architecture and a democratizing technology for content distribution.</t>
    </abstract>
  </front>
  <middle>
    <section anchor="introduction">
      <name>Introduction</name>
      <t>Live streaming to mass audiences can impose unique demands on network resources.  For example, live sporting events broadcast over the Internet to end users has much lower tolerance for long playout buffers than typical on-demand video streaming.  Viewers of live sporting events have long been conditioned by broadcast television to expect to see the content in real time, with only very short buffers for broadcast delays to prevent profanity and other objectionable content from making on the air (the "seven-second delay").  With in-game betting, even this 5-10 second delay can be too long. By comparison, when watching on-demand movies, an extra one- or two-minute playout buffer tends to be perfectly acceptable for viewers.  If playout buffers for live sports are that long, viewers run the risk of being alerted to the game winning score from text messages from friends or cheers from the bar across the street, minutes before they view it themselves.</t>
      <t>Another unique characteristic of live streaming is join rate.  While on-demand video streaming can consume massive amounts of network resources, the viewing rates tend to be smooth and predictable.  Service Providers observe gradual levels of traffic increases over the evening hours corresponding to prime-time viewing habits.  By comparison, viewing rates of live video streams can more closely resemble step functions with much less predictability as mass audiences of viewers tune in to watch the game at the same time.</t>
      <t>Previous efforts at more efficient network replication of multi-destination traffic have experienced mixed success in terms of adoption.  IP multicast is widely deployed on financial networks, video distribution networks, L3VPN networks and certain enterprises.  But most of these deployments are restricted to "walled-garden" networks.  Multicast over the global Internet has failed to gain traction, as only a very small portion of the Internet is multicast-enabled at this time.</t>
      <t>TreeDN is the result of the evolution of network-based replication mechanisms based on lessons learned from what has and has not worked well in the past.  TreeDN addresses the fundamental issues of what has hindered multicast from adoption on the global Internet and enables service providers the opportunity to deliver new Replication-as-a-Service (RaaS) offerings to content providers, while more efficiently utilizing network resources, and thus, improving the experience of end users.  Further, by more efficiently supporting multi-destination traffic, TreeDN is an architecture that can enable new types of content, such as Augmented Reality (AR) live streaming to mass audiences, that previously weren't possible or economically viable on the Internet due to the inefficiencies of unicast.</t>
      <section anchor="requirements-language">
        <name>Requirements Language</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 BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
      </section>
    </section>
    <section anchor="applicability">
      <name>Applicability</name>
      <t>While the primary use case mentioned throughout this document is live streaming of multimedia content (audio, video, AR, real-time telemetry data), the TreeDN architecture is ideal for any content that needs to be replicated and delivered to multiple destinations.  For example, large software file updates (eg, OS upgrades) that need to be delivered to many end users in a very short window of time can cause significant strain on network resources.  Using TreeDN, this use case be handled much more efficiently by the network.</t>
    </section>
    <section anchor="problem-statement">
      <name>Problem Statement</name>
      <t>The following issues have been the primary challenges for deployment of IP multicast over the global Internet:</t>
      <ul spacing="normal">
        <li>The "All or Nothing" Problem: IP multicast requires every layer 3 hop between source and receivers to be multicast-enabled.  To achieve ubiquitous availability on the global Internet, this essentially means nearly every interface on every router and firewall on the Internet must support a multicast routing protocol like PIM-SM <xref target="RFC7761"/> or mLDP <xref target="RFC6388"/>.  This requirement creates a bar to deployment that is practically impossible to overcome.</li>
        <li>The "It's Too Complex" Problem: operators have long complained that multicast routing protocols like PIM-SM are simply too complex, making it costly to design, configure, manage and troubleshoot IP multicast in the network.</li>
        <li>The "Chicken and Egg" Problem: there's not much multicast content because there's not much of a multicast-enabled audience, but there's not much of a multicast-enabled audience because there's not much multicast content.</li>
      </ul>
      <t>TreeDN is the evolution of network-based replication based on lessons learned over decades and is designed to address the problems listed above.</t>
    </section>
    <section anchor="treedn-architecture">
      <name>TreeDN Architecture</name>
      <t>TreeDN leverages advances in the availability and understanding of overlay and underlay networking.  With network overlays, a service can be achieved and delivered to end users while recognizing and tolerating the practical realities of what is possible over a network as diverse as the global Internet.  That is, the replication service is available to users and applications regardless of what protocols may exist in the underlying networks.</t>
      <section anchor="treedn-overlays">
        <name>TreeDN Overlays</name>
        <t>One overlay technology that TreeDN leverages is Automatic Multicast Tunneling (AMT) <xref target="RFC7450"/>.  With AMT, users on unicast-only networks (AMT Gateways) can dynamically build tunnels to routers on the multicast-enabled part of the network (AMT Relays) and receive multicast streams.  The AMT Gateway is a thin software client which typically sits on the receiving end host and initiates the tunnel at an AMT Relay, which is a tunnel server that typically sits at the border of the multicast network.  AMT allows any end host on the Internet to receive multicast content regardless of whether their local provider supports multicast, which addresses the "All or Nothing" Problem.  Links and devices that do not support multicast are simply tunneled over- they no longer present a barrier to the overall replication service for end users.  Those networks that do deploy and support multicast, as well as the content providers that serve up multicast content, are able to enjoy the benefits of efficient replication and delivery.  Further, these benefits can serve as incentives for operators who do not yet support multicast to enable it on their networks.  Once the cost of carrying duplicated unicast tunnels is perceived by those operators to exceed the cost of deploying multicast, they are more likely to enable multicast on their networks.  In this way, TreeDN effectively supports incremental deployment in a way that was not previously possible with traditional (non-overlay) multicast networking.  Finally, AMT also addresses the "Chicken and Egg" Problem, as all end hosts on the global Internet that have access to an AMT Relay are potential audience members.</t>
        <t>In addition to AMT, other overlay technologies like Locator/ID Separation Protocol (LISP) <xref target="RFC6830"/> can be utilized to deliver content from multicast-enabled networks to end hosts that are separated by portions of the network (at the last/middle/first mile) that do not support multicast.</t>
      </section>
      <section anchor="treedn-underlay">
        <name>TreeDN Underlay</name>
        <t>Networks that support multicast provide the "underlay" component of TreeDN.  The primary requirement of the underlay is to support Source-Specific Multicast (SSM) <xref target="RFC4607"/>.  PIM-SSM, which is merely a subset of PIM-SM, is the multicast routing protocol typically used in SSM.  However, any multicast routing protocol capable of supporting SSM can be used as a TreeDN underlay, such as mLDP, GTM <xref target="RFC7716"/> and BGP-based Multicast <xref target="I-D.ietf-bess-bgp-multicast"/>, or even BGP-MVPN <xref target="RFC6513"/> for those operators who carry the global routing table in a VRF.  Likewise, any data plane technology that supports SSM, including BIER <xref target="RFC8279"/> and SR-P2MP <xref target="I-D.ietf-spring-sr-replication-segment"/> can be used.</t>
        <t>The key benefit of SSM as the underlay component of TreeDN is that it radically simplifies the control plane needed to support replication in the network.  This benefit addresses the "It's Too Complex" Problem.  Most of the complexity of multicast is eliminated in SSM, which reduces the cost of deploying and operating a multicast network.  Further rationale for this SSM-only approach can be found in ASM Deprecation <xref target="RFC8815"/>.</t>
      </section>
    </section>
    <section anchor="replication-as-a-service-raas">
      <name>Replication-as-a-Service (RaaS)</name>
      <t>Content providers have traditionally used CDNs to distribute content that needs to be delivered to large audiences, essentially outsourcing the task of replication to CDN providers.  Most CDNs utilize unicast delivery, as multicast is not an option due to its lack of general availability on the global Internet.  TreeDN is a CDN architecture that leverages tree-based replication to more efficiently utilize network resources to deliver simultaneous multi-destination traffic.  By leveraging overlay networking to address the "All or Nothing" and "Chicken and Egg" Problems and SSM to address the "It's Too Complex" Problem, TreeDN avoids the practical issues that previously prevented multicast from being a viable option for CDN providers.</t>
      <t>TreeDN has several advantages over traditional unicast-based CDN approaches.  First, the TreeDN functionality can be delivered entirely by the existing network infrastructure.  Specifically, for operators with routers that support AMT natively, multicast traffic can be delivered directly to end users without the need for specialized CDN devices, which typically are servers that need to be racked, powered and connected to revenue-generating ports on routers.  In this way, SPs can offer new RaaS functionality to content providers at potentially zero additional cost in new equipment (modulo the additional bandwidth consumption).</t>
      <t>Additionally, TreeDN is an open, standards-based architecture based on mature, widely implemented protocols.  TreeDN also requires far less coordination between the content provider and the CDN operator.  That is, there are no storage requirements for the data, nor group-key management issues since a TreeDN provider merely forwards packets.  A TreeDN provider simply needs to have enough accounting data (eg, traffic data, number of AMT tunnels, etc) to properly bill customers for the service.  By contrast, traditional unicast-based CDNs often incorporate proprietary, non-interoperable technologies and require significant coordination between the content provider and the CDN to handle such things as file storage, data protection and key-management.</t>
    </section>
    <section anchor="decentralizationdemocratization-of-content-sourcing">
      <name>Decentralization/Democratization of Content Sourcing</name>
      <t>TreeDN is an inherently decentralized architecture.  This reduces the cost for content sourcing, as any host connected to a multicast-enabled network, or on a source-capable overlay, can send out a single data stream that can be reached by an arbitrarily large audience.  By effectively reducing to zero the marginal cost to the source of reaching each additional audience member, TreeDN democratizes content sourcing on the Internet.</t>
    </section>
    <section anchor="integration-with-unicast">
      <name>Integration with Unicast</name>
      <t>Since SSM inherently implies unidirectional traffic flows from one to many, mechanisms that rely on bidirectional communication between receivers and the content provider, such as bespoke advertising, telemetry data from receivers detailing end user experience, distribution of decryption keys, switching to higher/lower bandwidth streams, etc, are not well suited to SSM delivery.  As such, separate unicast streams between receivers and content providers may be used for this type of "out-of-band" functions while SSM is used to deliver the actual content of interest.  Further details on this hybrid unicast-multicast model for content delivery are beyond the scope of this document.</t>
    </section>
    <section anchor="security-consideration">
      <name>Security Consideration</name>
      <t>TreeDN is essentially the synthesis of SSM plus overlay networking technologies like AMT.  As such, the TreeDN architecture introduces no new security threats that aren't already documented in SSM and the overlay technologies that comprise it.  Further, RFC 4609 and RFC 8815 describes the additional security benefits of using SSM instead of ASM.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document has no IANA actions.</t>
    </section>
    <section anchor="acknowledgements">
      <name>Acknowledgements</name>
      <t>Many thanks to those who have contributed to building and operating the first TreeDN network on the Internet, including Pete Morasca, William Zhang, Lauren Delwiche, Natalie Landsberg, Wayne Brassem, Jake Holland, Andrew Gallo, Casey Russell, Janus Varmarken, Csaba Mate, Frederic Loui, Max Franke, Todor Moskov and Erik Herz.  The writing of this document to describe the TreeDN architecture was inspired by a conversation with Dino Farinacci and Mike McBride.  Thanks also to Jeff Haas and Vinod Kumar for their thoughtful reviews and suggestions.</t>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <reference anchor="RFC2119" target="https://www.rfc-editor.org/info/rfc2119" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.2119.xml">
          <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" target="https://www.rfc-editor.org/info/rfc8174" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8174.xml">
          <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>
        <name>Informative References</name>
        <reference anchor="RFC7761" target="https://www.rfc-editor.org/info/rfc7761" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7761.xml">
          <front>
            <title>Protocol Independent Multicast - Sparse Mode (PIM-SM): Protocol Specification (Revised)</title>
            <author fullname="B. Fenner" initials="B." surname="Fenner"/>
            <author fullname="M. Handley" initials="M." surname="Handley"/>
            <author fullname="H. Holbrook" initials="H." surname="Holbrook"/>
            <author fullname="I. Kouvelas" initials="I." surname="Kouvelas"/>
            <author fullname="R. Parekh" initials="R." surname="Parekh"/>
            <author fullname="Z. Zhang" initials="Z." surname="Zhang"/>
            <author fullname="L. Zheng" initials="L." surname="Zheng"/>
            <date month="March" year="2016"/>
            <abstract>
              <t>This document specifies Protocol Independent Multicast - Sparse Mode (PIM-SM). PIM-SM is a multicast routing protocol that can use the underlying unicast routing information base or a separate multicast-capable routing information base. It builds unidirectional shared trees rooted at a Rendezvous Point (RP) per group, and it optionally creates shortest-path trees per source.</t>
              <t>This document obsoletes RFC 4601 by replacing it, addresses the errata filed against it, removes the optional (*,*,RP), PIM Multicast Border Router features and authentication using IPsec that lack sufficient deployment experience (see Appendix A), and moves the PIM specification to Internet Standard.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="83"/>
          <seriesInfo name="RFC" value="7761"/>
          <seriesInfo name="DOI" value="10.17487/RFC7761"/>
        </reference>
        <reference anchor="RFC6388" target="https://www.rfc-editor.org/info/rfc6388" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.6388.xml">
          <front>
            <title>Label Distribution Protocol Extensions for Point-to-Multipoint and Multipoint-to-Multipoint Label Switched Paths</title>
            <author fullname="IJ. Wijnands" initials="IJ." role="editor" surname="Wijnands"/>
            <author fullname="I. Minei" initials="I." role="editor" surname="Minei"/>
            <author fullname="K. Kompella" initials="K." surname="Kompella"/>
            <author fullname="B. Thomas" initials="B." surname="Thomas"/>
            <date month="November" year="2011"/>
            <abstract>
              <t>This document describes extensions to the Label Distribution Protocol (LDP) for the setup of point-to-multipoint (P2MP) and multipoint-to-multipoint (MP2MP) Label Switched Paths (LSPs) in MPLS networks.  These extensions are also referred to as multipoint LDP.  Multipoint LDP constructs the P2MP or MP2MP LSPs without interacting with or relying upon any other multicast tree construction protocol.  Protocol elements and procedures for this solution are described for building such LSPs in a receiver-initiated manner.  There can be various applications for multipoint LSPs, for example IP multicast or support for multicast in BGP/MPLS Layer 3 Virtual Private Networks (L3VPNs).  Specification of how such applications can use an LDP signaled multipoint LSP is outside the scope of this document. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6388"/>
          <seriesInfo name="DOI" value="10.17487/RFC6388"/>
        </reference>
        <reference anchor="RFC7450" target="https://www.rfc-editor.org/info/rfc7450" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7450.xml">
          <front>
            <title>Automatic Multicast Tunneling</title>
            <author fullname="G. Bumgardner" initials="G." surname="Bumgardner"/>
            <date month="February" year="2015"/>
            <abstract>
              <t>This document describes Automatic Multicast Tunneling (AMT), a protocol for delivering multicast traffic from sources in a multicast-enabled network to receivers that lack multicast connectivity to the source network. The protocol uses UDP encapsulation and unicast replication to provide this functionality.</t>
              <t>The AMT protocol is specifically designed to support rapid deployment by requiring minimal changes to existing network infrastructure.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7450"/>
          <seriesInfo name="DOI" value="10.17487/RFC7450"/>
        </reference>
        <reference anchor="RFC6830" target="https://www.rfc-editor.org/info/rfc6830" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.6830.xml">
          <front>
            <title>The Locator/ID Separation Protocol (LISP)</title>
            <author fullname="D. Farinacci" initials="D." surname="Farinacci"/>
            <author fullname="V. Fuller" initials="V." surname="Fuller"/>
            <author fullname="D. Meyer" initials="D." surname="Meyer"/>
            <author fullname="D. Lewis" initials="D." surname="Lewis"/>
            <date month="January" year="2013"/>
            <abstract>
              <t>This document describes a network-layer-based protocol that enables separation of IP addresses into two new numbering spaces: Endpoint Identifiers (EIDs) and Routing Locators (RLOCs). No changes are required to either host protocol stacks or to the "core" of the Internet infrastructure. The Locator/ID Separation Protocol (LISP) can be incrementally deployed, without a "flag day", and offers Traffic Engineering, multihoming, and mobility benefits to early adopters, even when there are relatively few LISP-capable sites.</t>
              <t>Design and development of LISP was largely motivated by the problem statement produced by the October 2006 IAB Routing and Addressing Workshop. This document defines an Experimental Protocol for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6830"/>
          <seriesInfo name="DOI" value="10.17487/RFC6830"/>
        </reference>
        <reference anchor="RFC4607" target="https://www.rfc-editor.org/info/rfc4607" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.4607.xml">
          <front>
            <title>Source-Specific Multicast for IP</title>
            <author fullname="H. Holbrook" initials="H." surname="Holbrook"/>
            <author fullname="B. Cain" initials="B." surname="Cain"/>
            <date month="August" year="2006"/>
            <abstract>
              <t>IP version 4 (IPv4) addresses in the 232/8 (232.0.0.0 to 232.255.255.255) range are designated as source-specific multicast (SSM) destination addresses and are reserved for use by source-specific applications and protocols.  For IP version 6 (IPv6), the address prefix FF3x::/32 is reserved for source-specific multicast use.  This document defines an extension to the Internet network service that applies to datagrams sent to SSM addresses and defines the host and router requirements to support this extension. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4607"/>
          <seriesInfo name="DOI" value="10.17487/RFC4607"/>
        </reference>
        <reference anchor="RFC7716" target="https://www.rfc-editor.org/info/rfc7716" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7716.xml">
          <front>
            <title>Global Table Multicast with BGP Multicast VPN (BGP-MVPN) Procedures</title>
            <author fullname="J. Zhang" initials="J." surname="Zhang"/>
            <author fullname="L. Giuliano" initials="L." surname="Giuliano"/>
            <author fullname="E. Rosen" initials="E." role="editor" surname="Rosen"/>
            <author fullname="K. Subramanian" initials="K." surname="Subramanian"/>
            <author fullname="D. Pacella" initials="D." surname="Pacella"/>
            <date month="December" year="2015"/>
            <abstract>
              <t>RFCs 6513, 6514, and others describe protocols and procedures that a Service Provider (SP) may deploy in order to offer Multicast Virtual Private Network (Multicast VPN or MVPN) service to its customers.  Some of these procedures use BGP to distribute VPN-specific multicast routing information across a backbone network.  With a small number of relatively minor modifications, the same BGP procedures can also be used to distribute multicast routing information that is not specific to any VPN.  Multicast that is outside the context of a VPN is known as "Global Table Multicast", or sometimes simply as "Internet multicast".  In this document, we describe the modifications that are needed to use the BGP-MVPN procedures for Global Table Multicast.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7716"/>
          <seriesInfo name="DOI" value="10.17487/RFC7716"/>
        </reference>
        <reference anchor="I-D.ietf-bess-bgp-multicast" target="https://www.ietf.org/archive/id/draft-ietf-bess-bgp-multicast-04.txt" xml:base="https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.ietf-bess-bgp-multicast.xml">
          <front>
            <title>BGP Based Multicast</title>
            <author fullname="Zhaohui Zhang">
              <organization>Juniper Networks</organization>
            </author>
            <author fullname="Lenny Giuliano">
              <organization>Juniper Networks</organization>
            </author>
            <author fullname="Keyur Patel">
              <organization>Arrcus</organization>
            </author>
            <author fullname="IJsbrand Wijnands">
              <organization>Cisco Systems</organization>
            </author>
            <author fullname="Mankamana Mishra">
              <organization>Cisco Systems</organization>
            </author>
            <author fullname="Arkadiy Gulko">
              <organization>Refinitiv</organization>
            </author>
            <date day="7" month="January" year="2022"/>
            <abstract>
              <t>This document specifies a BGP address family and related procedures that allow BGP to be used for setting up multicast distribution trees. This document also specifies procedures that enable BGP to be used for multicast source discovery, and for showing interest in receiving particular multicast flows. Taken together, these procedures allow BGP to be used as a replacement for other multicast routing protocols, such as PIM or mLDP. The BGP procedures specified here are based on the BGP multicast procedures that were originally designed for use by providers of Multicast Virtual Private Network service. This document also describes how various signaling mechanisms can be used to set up end-to-end inter-region multiast trees.</t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-bess-bgp-multicast-04"/>
        </reference>
        <reference anchor="RFC6513" target="https://www.rfc-editor.org/info/rfc6513" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.6513.xml">
          <front>
            <title>Multicast in MPLS/BGP IP VPNs</title>
            <author fullname="E. Rosen" initials="E." role="editor" surname="Rosen"/>
            <author fullname="R. Aggarwal" initials="R." role="editor" surname="Aggarwal"/>
            <date month="February" year="2012"/>
            <abstract>
              <t>In order for IP multicast traffic within a BGP/MPLS IP VPN (Virtual Private Network) to travel from one VPN site to another, special protocols and procedures must be implemented by the VPN Service Provider.  These protocols and procedures are specified in this document. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6513"/>
          <seriesInfo name="DOI" value="10.17487/RFC6513"/>
        </reference>
        <reference anchor="RFC8279" target="https://www.rfc-editor.org/info/rfc8279" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8279.xml">
          <front>
            <title>Multicast Using Bit Index Explicit Replication (BIER)</title>
            <author fullname="IJ. Wijnands" initials="IJ." role="editor" surname="Wijnands"/>
            <author fullname="E. Rosen" initials="E." role="editor" surname="Rosen"/>
            <author fullname="A. Dolganow" initials="A." surname="Dolganow"/>
            <author fullname="T. Przygienda" initials="T." surname="Przygienda"/>
            <author fullname="S. Aldrin" initials="S." surname="Aldrin"/>
            <date month="November" year="2017"/>
            <abstract>
              <t>This document specifies a new architecture for the forwarding of multicast data packets.  It provides optimal forwarding of multicast packets through a "multicast domain".  However, it does not require a protocol for explicitly building multicast distribution trees, nor does it require intermediate nodes to maintain any per-flow state.  This architecture is known as "Bit Index Explicit Replication" (BIER).  When a multicast data packet enters the domain, the ingress router determines the set of egress routers to which the packet needs to be sent.  The ingress router then encapsulates the packet in a BIER header.  The BIER header contains a bit string in which each bit represents exactly one egress router in the domain; to forward the packet to a given set of egress routers, the bits corresponding to those routers are set in the BIER header.  The procedures for forwarding a packet based on its BIER header are specified in this document.  Elimination of the per-flow state and the explicit tree-building protocols results in a considerable simplification.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8279"/>
          <seriesInfo name="DOI" value="10.17487/RFC8279"/>
        </reference>
        <reference anchor="I-D.ietf-spring-sr-replication-segment" target="https://www.ietf.org/archive/id/draft-ietf-spring-sr-replication-segment-09.txt" xml:base="https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.ietf-spring-sr-replication-segment.xml">
          <front>
            <title>SR Replication Segment for Multi-point Service Delivery</title>
            <author fullname="Daniel Voyer" initials="D." surname="Voyer">
              <organization>Bell Canada</organization>
            </author>
            <author fullname="Clarence Filsfils" initials="C." surname="Filsfils">
              <organization>Cisco Systems, Inc.</organization>
            </author>
            <author fullname="Rishabh Parekh" initials="R." surname="Parekh">
              <organization>Cisco Systems, Inc.</organization>
            </author>
            <author fullname="Hooman Bidgoli" initials="H." surname="Bidgoli">
              <organization>Nokia</organization>
            </author>
            <author fullname="Zhaohui (Jeffrey) Zhang" initials="Z. J." surname="Zhang">
              <organization>Juniper Networks</organization>
            </author>
            <date day="6" month="October" year="2022"/>
            <abstract>
              <t>This document describes the SR Replication segment for Multi-point service delivery. A SR Replication segment allows a packet to be replicated from a Replication Node to Downstream nodes.</t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-spring-sr-replication-segment-09"/>
        </reference>
        <reference anchor="RFC8815" target="https://www.rfc-editor.org/info/rfc8815" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8815.xml">
          <front>
            <title>Deprecating Any-Source Multicast (ASM) for Interdomain Multicast</title>
            <author fullname="M. Abrahamsson" initials="M." surname="Abrahamsson"/>
            <author fullname="T. Chown" initials="T." surname="Chown"/>
            <author fullname="L. Giuliano" initials="L." surname="Giuliano"/>
            <author fullname="T. Eckert" initials="T." surname="Eckert"/>
            <date month="August" year="2020"/>
            <abstract>
              <t>This document recommends deprecation of the use of Any-Source Multicast (ASM) for interdomain multicast.  It recommends the use of Source-Specific Multicast (SSM) for interdomain multicast applications and recommends that hosts and routers in these deployments fully support SSM.  The recommendations in this document do not preclude the continued use of ASM within a single organization or domain and are especially easy to adopt in existing deployments of intradomain ASM using PIM Sparse Mode (PIM-SM).</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="229"/>
          <seriesInfo name="RFC" value="8815"/>
          <seriesInfo name="DOI" value="10.17487/RFC8815"/>
        </reference>
      </references>
    </references>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA51b224bSZJ9J9D/kKN+GGtA2pbvLSx2h5babXVLslaU3Zgd
DBbJqiSZrarKmsoq0fTAQP/GADPAfst+Sn/JnojIrAtJ2bv74G6yWJkZGZcT
JyJTk8lkVNs6M8fqpjLm9HLC/5/MtTepOjm99GrhKnVu74ya1ZXRuS2Wqnbq
Qnuvpk1qTZEYP9LzeWXu4iSj1CWFzjFpWulFPVnaJrO6cBPMYNJi8vholOja
LF21OVa2WLiRLatjVVeNr588fvzd4ycjjbWO1bvSj9auul1WrimPVT53hUlH
t2aDhym+N1ltE+3rsZrNLsZqenEzVudns6sxiT5WV2cXE/wwGummXrnqeKTU
BP8U1vTH6vyh+iEIxg9F4nNTFJvhD65aHqsfm8KWplKXpiaJPP/iaUP1sXry
5PmROnFV6SrsS13p6ladVlAav5XYGvt8a6oidYU8cSmWevL46OVR+N4UNSnj
/WzKD0yubXasMhLmj7/I0g8LUw93cPKQxNVV3ZP/ZFVZ33/M0n8wlf0UFu+E
fvz4SJ27JsXqkB4ibFj0td705J761byp+nJ/9/zo6bMvyp2QEA8zFuKPd7L2
w8Tlo9HI17pI/1NnsOSxgoJLe6z+XLtkrLyrINnC49Mmpw9/GY0KV+W6hiKP
RyNylO7bZDJReo696KQejaZenRU1NGxqpYNXKm8/GfHflV2uJpZeML5WGXmz
uTNF7RXcLFmppigrk5gUj+D2GX7LvIKcam5rsqhXSWbzOTm+b0pYuVbPfnr0
6qdH0+uxTOfb4Eh0ocpMY32Nee1fG6PqTWmUW/BLCJumdIUqxI8ggHdNhRh6
qEL0KNhPq3oQhkpXycrWJqmbyqjUeLtEJJA8Ok150nqF59bXtkhqFijRGYuz
0hkMscQeIMGWrBifUyBHlfWEgO3mGQ2C5+naVZ5edosFQuDalBnCrraumGg/
0ZOZqe4sNvzgWuvZodKwgVqQYfAGC5Y4qB3LQ5mppac6G5NyKHZ7WDOBW8MN
cgzAMzgCZip4i2GQTARBaFL4Q4XxVcNKgeRnRfsqvWMWC5tgW3W2UU1tM/uJ
tryjd3o1NaSYSpmPrMGlIMsEesY3LRMCyTDfGEuTffrm0Jl3rb4Ks2Z7s7oT
B4cqanalxodtYQbsCw53Z13jIdwabln89uvf8dB5bzENglYZDHY5VJThlTtL
s2MOtlqnRfGNsqwc3JjN9wYCY8R44EwpnBuBCo/4BFUPhYdo9ELuEthZdITf
VoXL3HLD0RN3Qe5V2XlDSz9UEoK5TdPMjEbfUvxVLm3Y6KPR+VccjcPE5tiw
iVECGSAM9LY/ON6QTj7qvMxMjDkKRJo9xPIcWkjJpZQjY5KPtKBA/iBGgCev
tIeFEfeZW9OLLoOPE2LQboFMSwrgjWtqNW/I49lkBZmVzAEBJyIrzJIa120T
Un6wZk0D2ljbknGl8ZCXmBtTkGrFlDDLfNPbQW2AQtZHV/5YwlwMP8aEiBKb
IGCweKZqm0Mta1uvIB45jKk2yq8IqeIeaHPdAnB5vWHnJ0+kqeBEC10A89kn
HFaplJv/Ytii7H5x0UXlctjzlvYVIlzbSj2gD7/9+g9P8008OXAq6/z26z8P
oZyfSTxbTJbIVNh/TYoZs2Ykqp5Pjh6r/jj2kjl27Bwr7aF6jWcuLzXyiyuw
4RXGrnUNh2ZZomFyd2cZQAroDo6Pn8yEogp+NYGpGmTpoY2hcXI+6APrAfMW
2Df0qJPElDXvnvR3J+YlsFnsOAl7T2t0AgkjsU6ij+NYVTWiMmzhlvxkbkh2
DR+sBdLpR1bR2hYF/eYTh6lY6zW2o3IAviZE50eLyrLoFKkrw4Lwm5hlrivs
oHIhP0jmHytRAALGLBzLaDYsnbI1fcm9ye4Qc9+MvhlNC3GEEKPIJoTryOhA
xmRPRoEVf3HklMiaZPGVJTS7L2DYvjC3b7BbAgiaTOfEKjiEdnBgzPsgWWm0
pGYyXLCbzx3EZf+FV6c2YctBjpihripHIlCAzgEFWG0JMG0QQCHpS5IipIej
JhCTALuFE3JVWngFaQBhroJgJYWwQFxZIQonFIqtiCsNCkH+suW4wy1EPfbV
IxCZk4GSDDAJZ8RqJidX9LUp1aIpODS9hL0AGlGBduvIeRTNfht7sVx0xrop
KJOS9BxGnfPpWnyGPtOW2B2uQtai5Co+XouIbbLt2axlCbTgvRlVIJEQrmLx
ELz2I/7rG4QexCbhTJWz1Dp1pWQfdXbV0X/yujVUBxWlWNVtMBwLLLBSkVgY
N8jkx0HD/UzW+/H86Yery/Y7u1GCqNQQgZhhBft6zkWvG9p24DTIuyasmzPG
U9wT0axgBIlogOKaaFgK6KtSSvb/bJfBdBftRlpPW2ZuDsHb/EUpawFuLfMt
SaQ6MKwxWZhBXwfYz7GW4sQjuh9kQus7xU2EtaRibPzSGrpjDwxVxmNInMrc
uayJc4dtBBbXN3oOFoF84mE6+RHPyD/JYzOjK8p5jFRrwkjaICmc/g/MUTQp
XlgbbMUKYJaQuCOogfgakRDBkGpSP5RmvW/Ey9uZkR4Q9eRbrap56ehQMY1t
q50kiszOBwwpWwyhEY7LgYbzZo9JEg38Gk9mNg0Q4KwTc2s7OyU3As9heH2Z
y45Z4HrV4BPIFU1FyLTqxxfppaVCxKuaihB+TPxjZ61Q7XyFEveoZjFkl5z+
CMdEiXvZ8ZhCfUVOPG2WuZRg1+A0pNEH0+vDrxYt4/2M+vdf59PB6q25UyrW
YnUR9YB/LG6oVxAeo2+/hYR/bWxlJOLPdbFskJFHoxsMvUU6pQaFVwcX72c3
B2P5v7p8x5+vv//392fX35/S59nb6fl5+2EU3pi9fff+/LT71I08eXdx8f3l
qQzGUzV4NDq4mP7pQJzg4N3Vzdm7y+n5gYQPjJO6pMm5HKlMSJhWYM2QzrUf
wboJcBFfMOb1ydV//9fRM/W3v/3u+s3Jk6Oj7z5/Dl9eHb18hi/EvmQ1hh/5
SmxihJIEEU6zEBQlurQITM9IBVK6LhQ8zjwcjf7wZ9LMX47Vv8yT8ujZv4YH
tOHBw6izwUPW2e6TncGixD2P9izTanPwfEvTQ3mnfxp8j3rvPaTyaFoyGEhO
JoQVasS4BtqggduxQlRkJKkJ6lXlmuWKWObQhPi8FRYxx+ZI/rqFkwcUJS7k
vbGifgXVC0JSqMjITY2lU13rQyFXEV77YYzVMB7ASBRXF5t2eg68wpiWOccE
QP4kLJ7gULIWi4fyTfVAZLey09US23KLek1uuiAlNWXKNOmBAY1+N8N3Ym3G
H3brh+WH65GkXdVHztivi8C/UrfmpGa55QAqqskG1FyxiH2NDVKDyRb31aTv
uR4XjYXOQGtESIP0l2acdIBvO9gKvCV9h3kZVoifApdyNauxYTK0IMrCZShV
hV9zbmPOxBVk34F6vR4yVMdJaJMDwnQfzzgmz5yoGynkpohdzHMJTo21ibQE
+Y6Hs1WChZ74McRAWYTZn4Ill1TlrUlM0Rn7BHXayEjRZXbYCOV4h7plZTGf
auaoPGxNpFPfgQFFWrs/YwcrEDFADDHW50YX1JfRFb6IhAx7C+rRYRZ5hDjD
MxZwgb0QXdtJD3mDzcYGoO4rAIPJOsi4tUscqgl7a6T9fAHI/DdA5suXL44A
mVBnfn56FR6+ePrq1efPtF8SuupSiqLSg1xecw3HxKI1Jju9JZ5PBFASGrdS
JNdRnw5bQrVBVK415ln9269/99CsUyeOYu3jwKBdn69rUVDBksH9GYiI6d+7
YT/YMQWuh0TZhiv3RJYbx5YBqkzq42WBMFG4jQlRFnYJsKHXCuRSoTJYiMjX
CnXdFuUvtqKn3ejJyia3cDka//1y6LbEdAzrgTimxGU7ZQS1uREc2PMy1SD7
6HOgIiBRjNT/13FfWnJHvj38/H/JyO+l4QwHKWRIjbBwSjX3NJlL0SVZ3DPM
zzFa0CsINe2ljp6sVGFX3LbQ6Z3mQjQYcRDX3Cslts4nBSGzkYDUD2p/pC9h
o9J4495SxOjwOhGOlraHVlKAlT3pqcsUQryBUw6JgJk2+yK3CevIqNvo44Rq
a9srOSg4W+pJutWtaGBAKaOfoY97EIzRgOcYh9qrM2Dci22xUOJdxOZWbtm+
TYBC5Sb3BKJkXcDm0CD3u6MVRK+bXmEhLaBvW8O+C2qFsd8VpjVKr13MMLFj
b0vUvnZ0dpP0it2bpigMH1I8mF7cHEagfPb8MWMiW5SP9GR72H88MmC62dbp
NFr9ALhcQ7ZDNnS6KXTk+vPGZik1Ogpq8EBbAvU+wvtuWJa6aovdaDde5Jqb
pof9NNaLz9C3YQMa1RMqnOis+HQjEJsk424JXI2aLtJZpoLL1q1gsgI3j6kw
pn4DxyZqTSudL7wk++Izl0K1Mo7DxLKwvML9rkpMtLVg6PXMUbRQ03cx1EsL
sooX0MRFvIrkiuXazpSk5R39RHzddkvDHUb8x1L3nSIqFsEx2fr+Ua/sbFj+
f4msQOxzW4R+TmoogMIZTOoYZmNG7yTtJzBWXsDIifRKC+lGQ76SWnJUUVGa
Rn1dxfKR3iYKsS96iZv1K/CbFZ2CtO4cRZOMz1LvSMiVFPdGAojstA9kGulx
NuWuFca8yQggpvjFCR2dGxS+VtqvXVOvv40ecG76/QNphLXjKQxleU1ATwdQ
GCLMtCMb65WLZtiYfaao49Ea0QZxM1v1m2fvKH/2DxkTWIJRLG3aWiQAR4sC
BNCgSOSgqRBxMsHgrNN8TLiu6M0sFmmbIWII9gjSJRN8okFCbILUPc69R/iz
UJqvdXdiB60bPsPt+i9emtGhv9WjglzTEMKwtdehd9brhLRpiHvE/ZPDB4Ur
JgHCD3eDXbJqe5ooge/dbtzdT7fYSSkIIkz4+9pstfTpyFek6UucowdnrN/S
1cLpO9qUm3xOMURpauv0lxNHOMTazlOUqpmvngNtYO9HZ6dqZoD64uBXkcU/
oLskMS+9ePUUeSnSCGnCCXGIPb/h8dhOVukC3PU0wltnvBEBxB9D89bvZKGA
1BkmfiRnr49QrsBsOSjL4ZdhbSubvw88ip5eDsBnNwoDrESbRwpGxiZ274pQ
ZMrUIQPGsrRf14T9tBzO+v6lihlXiZNZaRIqwHtc4cFsdhEt8ezF45fMEML9
nl6yy0HmuBHum7k3vJzUJONIlb9QtHVJsfHSAsPkWOatWxOVGXPK+8L4RJfS
VVz0+6aYo3Uaz202iBdMENXQtUCpOByrH266svHoBbyOguv1D1eB03dqwUtn
k9OH1tSLyRyBM5kvy0kr4ufPY+580gErjb6g443gzc+PnmJeAuNt7CNIZgzt
h2rcrByFMux8uH7DqfXWrK03oh3qI9G5aGF2WGELZWwx4FnWMLt/ffb9dRDq
1ZOX34XNzq4nV08urgYb9CV1yye+mvTS0cQbbhr3QhMqkhop9GJDSiK7kDFC
xmxdcI8Di7MQCYeZAZmRKoERwC9Nl3IrmF22S00ogYPozP2cuVWthoI/CraD
qV+s1enAqDt7itU1t0QWwzMx4FJOfbbWmWOkoOJpknYb28mNG7plrHX0XiIY
sr4SyNTheJxzGdYRgh7vpUTDLFzD9FVNYYVTQ1euRDvB+q+OniOsqZD8yskJ
6o+THb7D6aOX4GIY8yXGunfmZ+7vXg7qQelE9k4Z+k0lhAO3tGI1WGs5zO8b
HXPQ9ZxWxGg4ligkkJaZREbFSXNgRcJyKDAcVIUjCmJYmU54zSXcqKK0+PX2
2NYls52bZXJdoS3cepfQtjZ2z6mU2W2T9jMkIgg7Q7hQN+/eAyU5LQ9ScAPg
brvg325KHAzZ/4EcgWxRk4MYQVIKEBZsT3NW/34Qdgcdl4l98Ttn09gJiR2A
0JXdPoYKN2t2jx3DlY/2GEpMSxE0dJhR7J3QGaZnhWTSPanZPtLG7ZG6nTt1
25fDqkBZ43biJQI5bguB2oUB+Ttn1NCsbi/IRTPvXMKLuVto4xbZJw4aq+8B
0yCmV2ghveM++w93BHYESyFWUkem3TZusICclQgg8/qeJApX30gjoQQc79Te
wsKqu1a63sECTH1r0jGI2ZrX57sBDsVEPOJnUzdmIsEoxIDTHQwbtrzN92dX
UiXJrUo+MQa6bZlk39Ew1estG4bgn0y1e0vSFjwlca+SqdeD3KVNJuVp7+U5
trK2KSwjF3HYFw/pft807bB065AXNi1AWqhDh1LeB38bQEnbbMx1zW3dcEOD
kqgJx7xtN6p3rE9FRnugsNCV3GlJnKvSiBPxUGFf4RtOwA2bOrreVk+NCl/8
K+iqjSOk61NUHzKZYTIzxluV4vvnE+IS0psOR3Ac9J5q247StXIEKorJ1qQi
VZIH8VWg6c67odfQpiK5ElPQ0R9VRHQfigtaYld8CBbjIojYUBlEqYDiKNS4
yFd1cijXkkgPFMSWDmMbbDqP99X4io8k13hJiS6KMkp8CVeoMoHeice1195p
nQpMTVMWo+qSj1nYBtxm6Jdf0kFjpQ/O2/5/dmaV0Vmb8GjOAZ4SKR8fBiOP
AzuFz8mdRp4CRp10RgXiokQCOWnvy7Ikj07b+7HthabIQGaBBgy78nS7tSBP
4+R4//3b7uxni5H1L95GpiEFNWg299wG8LPvdCFgNNcAtNtwCDdp65S7UHxI
q4ZYX0OtLDrUzMT9Q0+zu8fBR7yUTrhM5esefEe+stlmizGJP/W7GbzJkL0Z
s7ggwyC7fbc7HBcyodJyuZMv6vdwa6sJ0AJUd5WZbhlvaXC7UflQfRPuLptl
qP45Sb0Xfx+NZhzdRBV65uQ6ALMjKiQPiUQxKBfcH+VE7woTT6LH/QtRrE/G
B3LzwSzg8zmH2yAEukPT6PfbAdHVkHO6lHhLII8BtfXsOcOzfpGumzRF1Nos
tpopmfZuDI2H9+W4VkiqjZAWxA/9xQa0JmaiULRLqOqRXK7u0ktojzMujQMA
19LE9I0Nfkya7jUXp553NW67Iy1fjpck9ytoN2XScUcswdtSJf5hxgEcf+JQ
QmPsQf9iJR8EsfW9DO2RWc6jCGK2mSyHqeJfmfRqJFFuaH5hotVmXtm2J9mV
6yDVmHt45T6ogtU1NxsXjO8TJ5IPboUgaRN6zUzSVMQdAFGeds+uNMSnfi3D
E24K6t9aH6vkMmv8XuK900RDzulb6t47JOHvA+hvJBxTEx/lrFd02t31wuSP
IXSGp+mm3V1bxbYhsLexJ1AF+k6XNVEn9VvUqDLVsxePv+MZ6AvVnCreevLb
1KgVsN8Ul7/BEETwNSTkvDu7kO6aOpteToeK99KL6N/ekUuO8q5c4gTXp9HT
5LZwa4C3pCMeekGIT3+AIK1DaddQk4ZZAudrLmuFqtJh124Rz1ckuU8YTNOe
lA7xsN+YuTIItwukTp+AY/wM7mCRCf4DggBOzjVsWiBRZmuQaEDEJVAFoEhX
4VIPPMY7P+sN4O81JvBUQP2o4SxvXZbhjbGaFii71uoHOk0aqxPwio26bvBm
ltGrBbzvg66QHG6JaZ54PdfqAgAwVm+QRoBMCf3pmh3j4Uc8gnbw041LETwo
sm/dnVR9lb2lv7z7FFqSa5gzHCkP71PJTQR2g3s9eM0HGb60Vch+pHyCnF7i
OLWw6xukwwK8zbIMFxQkF8lrxLyke7Yk81ys+iMSpHqrw+3XDxieqp8a7DvS
M8sdOjDBetHQeRLd3PbhVGi5pOqZvOeb0f8Ags48Rcs5AAA=

-->

</rfc>
