<?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 xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-huang-detnet-rdi-02" category="std" consensus="true" submissionType="IETF" xml:lang="en" version="3">
  <!-- xml2rfc v2v3 conversion 3.23.2 -->
  <front>
    <title abbrev="BFD Extension DetNet RDI">BFD Extension for DetNet Remote Defect Indication (RDI)</title>
    <seriesInfo name="Internet-Draft" value="draft-huang-detnet-rdi-02"/>
    <author initials="H." surname="Huang" fullname="Hongyi Huang">
      <organization>Huawei</organization>
      <address>
        <postal>
          <country>China</country>
        </postal>
        <email>hongyi.huang@huawei.com</email>
      </address>
    </author>
    <author initials="L." surname="Zhang" fullname="Li Zhang">
      <organization>Huawei</organization>
      <address>
        <postal>
          <country>China</country>
        </postal>
        <email>zhangli344@huawei.com</email>
      </address>
    </author>
    <author initials="T." surname="Zhou" fullname="Tianran Zhou">
      <organization>Huawei</organization>
      <address>
        <postal>
          <country>China</country>
        </postal>
        <email>zhoutianran@huawei.com</email>
      </address>
    </author>
    <author initials="J." surname="Gao" fullname="Jing Gao">
      <organization>CAICT</organization>
      <address>
        <email>gaojing1@caict.ac.cn</email>
      </address>
    </author>
    <date year="2024" month="October" day="10"/>
    <area>Routing Area</area>
    <workgroup>detnet Working Group</workgroup>
    <keyword>DetNet</keyword>
    <abstract>
      <?line 45?>

<t>This document provides a method of realizing remote defect indication for
DetNet OAM. It takes advantage of and extends BFD to explicitly indicate
DetNet-specific defects.</t>
    </abstract>
  </front>
  <middle>
    <?line 52?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>Deterministic Networking (DetNet) <xref target="RFC8655"/> provides reliable service
for data flows with extremely low packet loss rates
and bounded end-to-end delivery by dedicating network resources such as link
bandwidth and buffer space to DetNet flows within a network domain. It operates
at the IP layer and can deliver service over lower-layer technologies such
as MPLS. With DetNet capabilities enabled in all network nodes, DetNet Quality
of Service (QoS) requirements can be met as it provides.</t>
      <t>Extremely high QoS leaves little space for possible defects alongside the
whole DetNet. Therefore, it's of great significance to achieve accurate and
timely on-path defect detection and dissemination in order to support service
validation and fault localization. Such requirements are listed in DetNet
OAM <xref target="I-D.ietf-detnet-oam-framework"/> as well.</t>
      <t>This document's primary purpose is to provide a generic method to achieve
Remote Defect Indication (RDI), which disseminates defects between nodes
within DetNet domain. This document focuses on how to explicitly notify remote
nodes of detected DetNet-specific defects. Many techniques used to detect
the defects can be borrowed from non-DetNet OAM tools and they are outside
the scope of this document.</t>
      <t>Bidirectional Forwarding Detection (BFD)<xref target="RFC5880"/> is commonly used for RDI.
This document specifies an extension of BFD to support generic
notification of DetNet-specific defects with low latency.</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>
        <?line -18?>

</section>
      <section anchor="terminology">
        <name>Terminology</name>
        <t>The abbreviations used in this document are:</t>
        <t>BFD: Bidirectional Forwarding Detection</t>
        <t>DetNet: Deterministic Networking</t>
        <t>IFIT: In-situ Flow Information Telemetry</t>
        <t>OAM: Operation, Administration, and Maintenance</t>
        <t>POF: Packet Ordering Function</t>
        <t>PREOF: Packet Replication, Elimination and Ordering Function</t>
        <t>QoS: Quality of Service</t>
        <t>RDI: Remote Defect Indication</t>
        <t>SLO: Service Level Objective</t>
      </section>
    </section>
    <section anchor="requirements">
      <name>Requirements for DetNet RDI</name>
      <t>DetNet defines three main QoS in <xref target="RFC8655"/>: bounded end-to-end
latency, strict packet loss ratio and upper bound of
out-of-order packet delivery, which are not mandatory in traditional IP network.
To mitigate any performance degradation of DetNet flows, DetNet is supposed
to observe and report the violation of Service Level Objectives (SLO) before
the network has deviated from expected behavior. Additionally, DetNet
OAM <xref target="I-D.ietf-detnet-oam-framework"/> has explicitly required RDI
support for DetNet forwarding sub-layer, which
facilitates the failure localization and characterization. Corresponding
to the QoS of DetNet, three key indicators of defects are proposed to accurately
reflect DetNet serviceability as listed below.</t>
      <section anchor="packet-latency">
        <name>Packet Latency</name>
        <t>IP network does not provide any guarantee of latency, leaving the considerations
in higher layer (e.g., transport layer). What's worse, its best-effort delivery
could induce congestion, which, consequently, increases the latency. For
example, heavy and bursty flows traversing IP network could increase packet
latency to great extent. Contrary to that, deterministic bounded end-to-end
latency is one of the key commitments of DetNet. If the latency is detected
to be exceeding the threshold along the network path, DetNet is considered
kind of faulty. In this case, DetNet ingress nodes should be notified by
egress nodes as soon as possible in order to protect DetNet data flows and
provide correct and guaranteed service.</t>
      </section>
      <section anchor="packet-loss">
        <name>Packet Loss</name>
        <t>On one hand, packet loss may occur in DetNet, similar to IP network, since
DetNet does not operate on loss-free underlay network. On the other hand,
DetNet utilizes packet replication and elimination to achieve service protection,
which aims to mitigate or eliminate packet loss due to equipment failures.
Therefore, packet loss in DetNet could imply the violation of DetNet QoS
and thus, DetNet nodes should detect the packet loss timely and accurately.
Existing methods of loss detection used in non-DetNet OAM are not sensitive
enough to fulfill the requirements of DetNet QoS. For example, BFD reports
packet loss based on multiple (e.g., 3) consecutive lost probing packets.
Although IFIT <xref target="I-D.song-opsawg-ifit-framework"/> performs more accurate
detection based on data traffic instead of probing traffic, it still
requires a generic method of failure notification for packet loss in
DetNet.</t>
      </section>
      <section anchor="packet-misorder">
        <name>Packet Misorder</name>
        <t>While IP network does not preserve the order of packets within flows, DetNet
strictly examines the property of order-preserving to realize the basic Packet
Replication, Elimination and Ordering Functions (PREOF) so as to serve loss-free
data flows, in case that end system(s) of the flow cannot tolerate out-of-order
delivery.
Although DetNet applies Packet Ordering Function (POF) to preserve packet
order, exceeded buffer or extreme circumstances could induce out-of-order
delivery yet. This should be identified as failure and disseminated to DetNet
ingress nodes in some way.</t>
      </section>
      <section anchor="summary">
        <name>Summary</name>
        <t>As per <xref target="I-D.ietf-detnet-oam-framework"/>, many legacy OAM tools used in
IP network apply in DetNet as well. However,
existing protocol (i.e., BFD) for RDI in non-DetNet networks does not define
the above DetNet-specific defect indicators, which could neglect and proliferate
the failures. In such cases, the above OAM requirements of DetNet may not
be fulfilled.</t>
      </section>
    </section>
    <section anchor="detnet-rdi-method">
      <name>DetNet RDI Method</name>
      <section anchor="introduction-of-bfd-and-rationale-of-extension">
        <name>Introduction of BFD and Rationale of Extension</name>
        <t>BFD <xref target="RFC5880"/> is implemented mainly in forwarding plane to detect and
report failures on top of any data protocol. The format of mandatory
section of a BFD control packet is shown as below.</t>
        <figure anchor="fig-bfd-format">
          <name>The Format of Mandatory Section of BFD Control Packet</name>
          <artwork><![CDATA[
    0                   1                   2                   3
    0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |Vers |  Diag   |Sta|P|F|C|A|D|M|  Detect Mult  |    Length     |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                       My Discriminator                        |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                      Your Discriminator                       |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                    Desired Min TX Interval                    |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                   Required Min RX Interval                    |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                 Required Min Echo RX Interval                 |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
        </figure>
        <t>The BFD control packet contains a field namely diagnostic ("Diag" in
<xref target="fig-bfd-format"/>) to provide the information of local failures to
remote nodes to determine the root cause. As per <xref target="RFC5880"/>, values
from 0 to 8 have been specified as certain indicators and values
from 9-31 are reserved for further use. <xref target="RFC6428"/> encodes a diagnostic
code of '9' to indicate mis-connectivity defect for
MPLS-TP. Similarly, DetNet OAM can utilize the reserved values to record
and disseminate several important DetNet-specific defects as listed above
(see <xref target="requirements"/>), and thereby realize RDI in DetNet OAM.</t>
      </section>
      <section anchor="bfd-extension">
        <name>BFD Extension</name>
        <t>This document appends three value-name pairs (see <xref target="tab-bfd-code"/>) to
the existing "BFD Diagnostic Codes", where the exact values
<bcp14>SHOULD</bcp14> be assigned by IANA.</t>
        <table anchor="tab-bfd-code">
          <name>Appended Value-Name Pairs to "BFD Diagnostic Codes"</name>
          <thead>
            <tr>
              <th align="left">Value</th>
              <th align="left">BFD Diagnostic Code Name</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">TBD1</td>
              <td align="left">Packet_Misorder_Ratio_Limit_Reached</td>
            </tr>
            <tr>
              <td align="left">TBD2</td>
              <td align="left">Packet_Latency_Limit_Reached</td>
            </tr>
            <tr>
              <td align="left">TBD3</td>
              <td align="left">Packet_Loss_Ratio_Limit_Reached</td>
            </tr>
          </tbody>
        </table>
        <t>When the measured ratio of out-of-order packets reaches the limit, BFD
control packets is sent with encoding the diagnostic code as
TBD1. Similarly, if the measured packet latency exceeds the maximum
threshold, the diagnostic code <bcp14>SHOULD</bcp14> be encoded with
TBD2. If the measured ratio of packet loss reaches the limit, the
diagnostic code <bcp14>SHOULD</bcp14> be encoded with TBD3.</t>
      </section>
    </section>
    <section anchor="applicability">
      <name>Applicability</name>
      <section anchor="ip-encapsulation">
        <name>IP Encapsulation</name>
        <figure anchor="fig-ip-encapsulation">
          <name>DetNet RDI Packet Encapsulation in UDP/IP</name>
          <artwork><![CDATA[
+---------------------------------+
|       BFD Control Packet        |
+---------------------------------+ <--+
|           UDP Header            |    |
+---------------------------------+    +--> IP Encapsulation
|           IP Header             |    |
+---------------------------------+ <--/
|           Data-Link             |
+---------------------------------+
|           Physical              |
+---------------------------------+
]]></artwork>
        </figure>
      </section>
      <section anchor="mpls-encapsulation">
        <name>MPLS Encapsulation</name>
        <figure anchor="fig-mpls-encapsulation">
          <name>DetNet RDI Packet Encapsulation in MPLS</name>
          <artwork><![CDATA[
+---------------------------------+
|       BFD Control Packet        |
+---------------------------------+ <--\
| DetNet Associated Channel Header|    |
+---------------------------------+    +--> MPLS Encapsulation
|           S-Label               |    |
+---------------------------------+    |
|         [ F-Label(s) ]          |    |
+---------------------------------+ <--/
|           Data-Link             |
+---------------------------------+
|           Physical              |
+---------------------------------+
]]></artwork>
        </figure>
      </section>
    </section>
    <section anchor="IANA">
      <name>IANA Considerations</name>
      <section anchor="bfd-diagnostic-codes">
        <name>BFD Diagnostic Codes</name>
        <t>IANA is requested to make the assignment from the "Bidirectional Forwarding
Detection (BFD) Parameters" registry, "BFD Diagnostic Codes" subregistry
as follows.</t>
        <table anchor="tab-iana-assignment">
          <name>Requested Assignment from the "BFD Diagnostic Codes" Subregistry</name>
          <thead>
            <tr>
              <th align="left">Value</th>
              <th align="left">Name</th>
              <th align="left">Reference</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">TBD1</td>
              <td align="left">Packet_Misorder_Ratio_Limit_Reached</td>
              <td align="left">This document</td>
            </tr>
            <tr>
              <td align="left">TBD2</td>
              <td align="left">Packet_Latency_Limit_Reached</td>
              <td align="left">This document</td>
            </tr>
            <tr>
              <td align="left">TBD3</td>
              <td align="left">Packet_Loss_Ratio_Limit_Reached</td>
              <td align="left">This document</td>
            </tr>
          </tbody>
        </table>
      </section>
    </section>
    <section anchor="Security">
      <name>Security Considerations</name>
      <t>This specification inherits the security considerations from <xref target="RFC5880"/> and does not raise any additional security issues beyond those.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC5880" target="https://www.rfc-editor.org/info/rfc5880" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.5880.xml">
          <front>
            <title>Bidirectional Forwarding Detection (BFD)</title>
            <author fullname="D. Katz" initials="D." surname="Katz"/>
            <author fullname="D. Ward" initials="D." surname="Ward"/>
            <date month="June" year="2010"/>
            <abstract>
              <t>This document describes a protocol intended to detect faults in the bidirectional path between two forwarding engines, including interfaces, data link(s), and to the extent possible the forwarding engines themselves, with potentially very low latency. It operates independently of media, data protocols, and routing protocols. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5880"/>
          <seriesInfo name="DOI" value="10.17487/RFC5880"/>
        </reference>
        <reference anchor="RFC8655" target="https://www.rfc-editor.org/info/rfc8655" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8655.xml">
          <front>
            <title>Deterministic Networking Architecture</title>
            <author fullname="N. Finn" initials="N." surname="Finn"/>
            <author fullname="P. Thubert" initials="P." surname="Thubert"/>
            <author fullname="B. Varga" initials="B." surname="Varga"/>
            <author fullname="J. Farkas" initials="J." surname="Farkas"/>
            <date month="October" year="2019"/>
            <abstract>
              <t>This document provides the overall architecture for Deterministic Networking (DetNet), which provides a capability to carry specified unicast or multicast data flows for real-time applications with extremely low data loss rates and bounded latency within a network domain. Techniques used include 1) reserving data-plane resources for individual (or aggregated) DetNet flows in some or all of the intermediate nodes along the path of the flow, 2) providing explicit routes for DetNet flows that do not immediately change with the network topology, and 3) distributing data from DetNet flow packets over time and/or space to ensure delivery of each packet's data in spite of the loss of a path. DetNet operates at the IP layer and delivers service over lower-layer technologies such as MPLS and Time- Sensitive Networking (TSN) as defined by IEEE 802.1.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8655"/>
          <seriesInfo name="DOI" value="10.17487/RFC8655"/>
        </reference>
        <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 anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="I-D.ietf-detnet-oam-framework" target="https://datatracker.ietf.org/doc/html/draft-ietf-detnet-oam-framework-11" xml:base="https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.ietf-detnet-oam-framework.xml">
          <front>
            <title>Framework of Operations, Administration and Maintenance (OAM) for Deterministic Networking (DetNet)</title>
            <author fullname="Greg Mirsky" initials="G." surname="Mirsky">
              <organization>Ericsson</organization>
            </author>
            <author fullname="Fabrice Theoleyre" initials="F." surname="Theoleyre">
              <organization>CNRS</organization>
            </author>
            <author fullname="Georgios Z. Papadopoulos" initials="G. Z." surname="Papadopoulos">
              <organization>IMT Atlantique</organization>
            </author>
            <author fullname="Carlos J. Bernardos" initials="C. J." surname="Bernardos">
              <organization>Universidad Carlos III de Madrid</organization>
            </author>
            <author fullname="Balazs Varga" initials="B." surname="Varga">
              <organization>Ericsson</organization>
            </author>
            <author fullname="János Farkas" initials="J." surname="Farkas">
              <organization>Ericsson</organization>
            </author>
            <date day="8" month="January" year="2024"/>
            <abstract>
              <t>Deterministic Networking (DetNet), as defined in RFC 8655, aims to provide bounded end-to-end latency on top of the network infrastructure, comprising both Layer 2 bridged and Layer 3 routed segments. This document's primary purpose is to detail the specific requirements of the Operation, Administration, and Maintenance (OAM) recommended to maintain a deterministic network. The document will be used in future work that defines the applicability of and extension of OAM protocols for a deterministic network. With the implementation of the OAM framework in DetNet, an operator will have a real-time view of the network infrastructure regarding the network's ability to respect the Service Level Objective, such as packet delay, delay variation, and packet loss ratio, assigned to each DetNet flow.</t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-detnet-oam-framework-11"/>
        </reference>
        <reference anchor="I-D.song-opsawg-ifit-framework" target="https://datatracker.ietf.org/doc/html/draft-song-opsawg-ifit-framework-21" xml:base="https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.song-opsawg-ifit-framework.xml">
          <front>
            <title>Framework for In-situ Flow Information Telemetry</title>
            <author fullname="Haoyu Song" initials="H." surname="Song">
              <organization>Futurewei</organization>
            </author>
            <author fullname="Fengwei Qin" initials="F." surname="Qin">
              <organization>China Mobile</organization>
            </author>
            <author fullname="Huanan Chen" initials="H." surname="Chen">
              <organization>China Telecom</organization>
            </author>
            <author fullname="Jaewhan Jin" initials="J." surname="Jin">
              <organization>LG U+</organization>
            </author>
            <author fullname="Jongyoon Shin" initials="J." surname="Shin">
              <organization>SK Telecom</organization>
            </author>
            <date day="23" month="October" year="2023"/>
            <abstract>
              <t>As network scale increases and network operation becomes more sophisticated, existing Operation, Administration, and Maintenance (OAM) methods are no longer sufficient to meet the monitoring and measurement requirements. Emerging data-plane on-path telemetry techniques, such as IOAM and AltMrk, which provide high-precision flow insight and issue notifications in real time can supplement existing proactive and reactive methods that run in active and passive modes. They enable quality of experience for users and applications, and identification of network faults and deficiencies. This document describes a reference framework, named as In-situ Flow Information Telemetry, for the on-path telemetry techniques. The high-level framework outlines the system architecture for applying the on-path telemetry techniques to collect and correlate performance measurement information from the network. It identifies the components that coordinate existing protocol tools and telemetry mechanisms, and addresses deployment challenges for flow-oriented on- path telemetry techniques, especially in carrier networks. The document is a guide for system designers applying the referenced techniques. It is also intended to motivate further work to enhance the OAM ecosystem.</t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-song-opsawg-ifit-framework-21"/>
        </reference>
        <reference anchor="RFC6428" target="https://www.rfc-editor.org/info/rfc6428" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.6428.xml">
          <front>
            <title>Proactive Connectivity Verification, Continuity Check, and Remote Defect Indication for the MPLS Transport Profile</title>
            <author fullname="D. Allan" initials="D." role="editor" surname="Allan"/>
            <author fullname="G. Swallow" initials="G." role="editor" surname="Swallow"/>
            <author fullname="J. Drake" initials="J." role="editor" surname="Drake"/>
            <date month="November" year="2011"/>
            <abstract>
              <t>Continuity Check, Proactive Connectivity Verification, and Remote Defect Indication functionalities are required for MPLS Transport Profile (MPLS-TP) Operations, Administration, and Maintenance (OAM).</t>
              <t>Continuity Check monitors a Label Switched Path for any loss of continuity defect. Connectivity Verification augments Continuity Check in order to provide confirmation that the desired source is connected to the desired sink. Remote Defect Indication enables an end point to report, to its associated end point, a fault or defect condition that it detects on a pseudowire, Label Switched Path, or Section.</t>
              <t>This document specifies specific extensions to Bidirectional Forwarding Detection (BFD) and methods for proactive Continuity Check, Continuity Verification, and Remote Defect Indication for MPLS-TP pseudowires, Label Switched Paths, and Sections using BFD as extended by this memo. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6428"/>
          <seriesInfo name="DOI" value="10.17487/RFC6428"/>
        </reference>
      </references>
    </references>
    <?line 317?>

<section numbered="false" anchor="Acknowledgements">
      <name>Acknowledgements</name>
      <t>TBD.</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
/aE70vsxL/d3U/MbRMcvAAA=

-->

</rfc>
