<?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.31 (Ruby 3.2.3) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-huang-detnet-rdi-04" category="std" consensus="true" submissionType="IETF" xml:lang="en" version="3">
  <!-- xml2rfc v2v3 conversion 3.31.0 -->
  <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-04"/>
    <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="2026" month="February" day="28"/>
    <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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
kd6NeLm/AVfhIPTHLwAA

-->

</rfc>
