<?xml version="1.0" encoding="US-ASCII"?>
<!DOCTYPE rfc SYSTEM "rfc2629.dtd">
<?rfc toc="yes"?>
<?rfc tocompact="yes"?>
<?rfc tocdepth="4"?>
<?rfc tocindent="yes"?>
<?rfc symrefs="yes"?>
<?rfc sortrefs="yes"?>
<?rfc comments="yes"?>
<?rfc inline="yes"?>
<?rfc compact="yes"?>
<?rfc subcompact="no"?>
<rfc category="info" docName="draft-psarkar-lsvr-bgp-spf-impl-02" ipr="trust200902">

<!-- ***** FRONT MATTER ***** -->

<front>
  <title abbrev="BGP SPF Implementation Report">
    BGP Shortest Path Routing Extension Implementation Report
  </title>

  <!-- add 'role="editor"' below for the editors if appropriate -->

  <author initials="P." surname="Sarkar" fullname="Pushpasis Sarkar" role="editor">
    <organization>VMWare, Inc.</organization>
    <address>
    <postal>
    <street></street>
    <city>Bangalore</city>
    <region>KA</region>
    <code>562125</code>
    <country>India</country>
    </postal>
    <email>pushpasis.ietf@gmail.com</email>
    </address>
  </author>

  <author fullname="Keyur Patel" initials="K." surname="Patel">
    <organization>Arrcus, Inc.</organization>
    <address>
    <postal>
    <street></street>
    <city></city>
    <region></region>
    <code></code>
    <country></country>
    </postal>
    <email>keyur@arrcus.com</email>
    </address>
  </author>

  <author fullname="Santosh" initials="S." surname="Pallagatti">
    <organization>Individual Contributor</organization>
    <address>
    <postal>
    <street></street>
    <city></city>
    <region></region>
    <code></code>
    <country></country>
    </postal>
    <email>santosh.pallagatti@gmail.com</email>
    </address>
  </author>

  <author fullname="Basil" initials="B." surname="Saji">
    <organization>Arista Networks</organization>
    <address>
    <postal>
    <street></street>
    <city></city>
    <region></region>
    <code></code>
    <country></country>
    </postal>
    <email>sajibasil@gmail.com</email>
    </address>
  </author>

  <date day="24" month="September" year="2024"/>

  <workgroup>Network Working Group</workgroup>

  <keyword>BGP</keyword>
  <keyword>Shortest Path Routing</keyword>

  <abstract>
    <t>This document is an implementation report for the BGP Link-State
    Shortest Path First (SPF) Routing.  The authors did not verify the
    accuracy of the information provided by respondents.  The respondents 
    are experts with the implementations they reported on, and their 
    responses are considered authoritative for the implementations for 
    which their responses represent. The respondents were asked to only 
    use the "YES" answer if the feature had at least been tested in the lab.</t>
  </abstract>

  <note title="Requirements Language">
    <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
    "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this
    document are to be interpreted as described in <xref
    target="RFC2119">RFC 2119</xref>.</t>
  </note>
</front>

<middle>

  <section title="Introduction" anchor='intro'>

    <t> <xref target="I-D.ietf-lsvr-bgp-spf"/> describes an alternative 
    solution which leverages BGP-LS <xref target="RFC9552"/> 
    and the Shortest Path First algorithm similar to Internal Gateway 
    Protocols (IGPs) such as OSPF <xref target="RFC2328"/>. The solution 
    introduces an new BGP-LS-SPF AFI-SAFI and replaces the Phase 1 and 2 
    decision functions of the Decision Process specifed by <xref target="RFC4271"/> 
    with the Shortest Path First (SPF) algorithm also known 
    as the Dijkstra algorithm. This solution avails
    the benefits of both BGP and SPF-based IGPs that include TCP based
    flow-control, no periodic link-state refresh, and completely
    incremental NLRI advertisements. These advantages can reduce the
    overhead in MSDCs where there is a high degree of Equal Cost Multi-
    Path (ECMPs) and the topology is very stable. Additionally, using an
    SPF-based computation can support fast convergence and the
    computation of Loop-Free Alternatives (LFAs) <xref target="RFC5286"/>
    in the event of link failures.</t>

    <t> This document provides an implementation report of the Shortest Path 
    Routing extensions to BGP protocol as specified in 
    <xref target="I-D.ietf-lsvr-bgp-spf"/>.</t>

    <t> The authors did not verify the accuracy of the information provided
    by respondents or by any alternative means.  The respondents are
    experts with the implementations they reported on, and their
    responses are considered authoritative for the implementations for
    which their responses represent.  Respondents were asked to only use
    the "YES" answer if the feature had at least been tested in the lab.</t>

  </section>

  <section anchor="impl-forms" title="Implementation Forms">
    <t>Contact and implementation information for person filling out this
    form:</t>
    <figure anchor="impl-form">
      <artwork align="left">

    ArcOS
        Name: Pushpasis Sarkar
        Email: pushpasis@arrcus.com
        Vendor: Arrcus, Inc.
        Release: ArcOS
        Protocol Role: Route Reflector and Client

    FRR
        Name: Basil Saji
        Email: sajibasil@gmail.com
        Vendor: FRR
        Release: 
        Protocol Role: Route Reflector

        Name: Santosh P K
        Email: santosh.pallagatti@gmail.com
        Vendor: FRR
        Release: 
        Protocol Role: Route Reflector
 

      </artwork>
    </figure>
  </section>

  <section anchor="peering-models" title="BGP-LS-SPF Peering Models">
    <t>Does the implementation support the following BGP-LS-SPF Peering Models
    as specified in Section 2 of <xref target="I-D.ietf-lsvr-bgp-spf"/>?

    <list style='symbols'> 
      <t> 2.1 -- BGP Single-Hop Peering on Network Node Connections</t>
      <t> 2.2 -- BGP Peering Between Directly Connected Network Nodes</t>
      <t> 2.3 -- BGP Peering in Route-Reflector or Controller Topology</t>
    </list></t>

    <texttable anchor="peering-model-support" 
               title="Peering Model Support"
               align='left'>
      <ttcol align="left">Reelease</ttcol>
      <ttcol align="left">2.1</ttcol>
      <ttcol align="left">2.2</ttcol>
      <ttcol align="left">2.3</ttcol>
      <c>ArcOS</c>
      <c>Yes</c>
      <c>Yes</c>
      <c>Yes (Route Reflector only)</c>
      <c>FRR</c>
      <c>Yes</c>
      <c>Yes</c>
      <c>Yes</c>
    </texttable>

  </section>

  <section anchor="tlvs" title="Extensions to BGP-LS">
    <t>Does the implementation support the following BGP-LS-SPF TLVs as
    described in Section 4 and sub-sections of <xref target="I-D.ietf-lsvr-bgp-spf"/>??

    <list style='symbols'> 
      <t> T1 -- Node NLRI Attribute SPF Capability TLV</t>
      <t> T2 -- Node/Link/Prefix NLRI Attribute SPF Status TLV</t>
      <t> T3 -- Link NLRI Attribute IPv4 Prefix-Length TLV</t>
      <t> T4 -- Link NLRI Attribute IPv6 Prefix-Length TLV</t>
      <t> T5 -- Attribute Sequence-Number TLV</t>
    </list></t>

    <texttable anchor="tlv-support" 
               title="BGP-LS Extension TLVs Support"
               align='left'>
      <ttcol align="left">Release</ttcol>
      <ttcol align="left">Send / Recv</ttcol>
      <ttcol align="left">T1</ttcol>
      <ttcol align="left">T2</ttcol>
      <ttcol align="left">T3</ttcol>
      <ttcol align="left">T4</ttcol>
      <ttcol align="left">T5</ttcol>
      <c>ArcOS</c>
      <c>Send</c>
      <c>Yes</c>
      <c>Yes</c>
      <c>Yes</c>
      <c>Yes</c>
      <c>Yes</c>
      <c> </c>
      <c>Recv</c>
      <c>Yes</c>
      <c>Yes</c>
      <c>Yes</c>
      <c>Yes</c>
      <c>Yes</c>
      <c>FRR</c>
      <c>Send</c>
      <c>Yes</c>
      <c>Yes</c>
      <c>Yes</c>
      <c>Yes</c>
      <c>Yes</c>
      <c> </c>
      <c>Recv</c>
      <c>Yes</c>
      <c>Yes</c>
      <c>Yes</c>
      <c>Yes</c>
      <c>Yes</c>
    </texttable>
  </section>

  <section anchor="decision-process" title="Support for Simplified Decision Process">
    <t>Does the implementation support the following Best Path Decision processes as
    described in Section 5 and sub-sections of <xref target="I-D.ietf-lsvr-bgp-spf"/>?

    <list style='symbols'> 
      <t> P1 -- Phase-1 BGP NLRI Selection</t>
      <t> P2 -- Dual Stack Support</t>
      <t> P3 -- SPF Calculation based on BGP-LS NLRI</t>
    </list></t>

    <texttable anchor="dec-proc" 
               title="Decision Process Support"
               align='left'>
      <ttcol align="left">Release</ttcol>
      <ttcol align="left">P1</ttcol>
      <ttcol align="left">P2</ttcol>
      <ttcol align="left">P3</ttcol>
      <c>ArcOS</c>
      <c>Yes</c>
      <c>Yes</c>
      <c>Yes</c>
      <c>TBA</c>
      <c>---</c>
      <c>---</c>
      <c>---</c>
    </texttable>
  </section>

  <section anchor="Acknowledgements" title="Acknowledgements">
    <t>TBA</t>
  </section>

  <section anchor="IANA" title="IANA Considerations">
    <t>N/A. - No protocol changes are proposed in this document.</t>
  </section>

  <section anchor="Security" title="Security Considerations">
    <t>This document does not introduce any change in any of the
    protocol specifications.</t>
  </section>
</middle>

<!-- *****BACK MATTER ***** -->

<back>
  <references title='Normative References'>
    <?rfc include="http://xml.resource.org/public/rfc/bibxml/reference.RFC.2119.xml"?>
    <?rfc include="http://xml.resource.org/public/rfc/bibxml/reference.RFC.2328.xml"?>
    <?rfc include="http://xml.resource.org/public/rfc/bibxml/reference.RFC.4271.xml"?>
    <?rfc include="http://xml.resource.org/public/rfc/bibxml/reference.RFC.5286.xml"?>
    <?rfc include="http://xml.resource.org/public/rfc/bibxml/reference.RFC.9552.xml"?>
  </references>

  <references title='Informative References'>
    <?rfc include="http://xml.resource.org/public/rfc/bibxml3/reference.I-D.draft-ietf-lsvr-bgp-spf-33.xml"?>
  </references>
</back>
</rfc>

