<?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.29 (Ruby 3.2.3) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-huang-detnet-rdi-03" category="std" consensus="true" submissionType="IETF" xml:lang="en" version="3">
  <!-- xml2rfc v2v3 conversion 3.29.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-03"/>
    <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="2025" month="July" day="04"/>
    <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:
H4sIAAAAAAAAA91a61IjydH9rwi9Q33wA/iWloGZXc8o1mszCDxywMAC6/X6
Ehul7pK6TKtL7uqG1QJ+Fj+Ln8wns6r6IsTu4HuY+THqVl2yMk9mnsxSFEX9
XmLiXM7VUCSFnJZRWsl8FiWqzFUZFYmO9l71e7Esh8KWCT6Z3KrcVnYotsqi
Ulv9nq0mc22tNnm5XGCd8fH1Sb+XYZmhUHm/V+oyw+t3JyNx/F2JyRgppqYQ
I1V+UKW4VHNTKjxNVVyKcZ5obEdjti9H451+T04mhbpdXSBMHo0xolByKC5N
Vep8Jg7x1O/dYXd3CvG1KW7oi18Wplr0ezd3Qz+739OLYihwDlse7O293Tvo
9zZFIkuIe7B3cBDt70UHr/s97FCVqSmG/V4kdI6zvx+I96Sofk8Ip733Jp8t
dfPWFBAAT3dK02NsqrwslkNxlOpc0hs1lzobipTnDVjtv0h5/CA283qn04H4
bdrZ6VQ3bz52l+9pQqZfvX69bo9r2sNUzRbXWuaFzOu3H78N2YDnrtvnVwPx
S2mabX7FVnFvsIXM9fdseSx8OD66bi08k+aPGLz/i1jquBzIeBDnZBdYMAeU
5ph2q4Y0YRyNBlqV0wBhI+fRtMB2d0BBPcJC65FZWHk3i/RUlytDLk+OPnt9
8Aaf887ieP/pmzd74fObzz79dEhCRFEk5MSWhYxLJ9Z1qq2Aa1VzlZdiUZhb
nSgrpJgrICkRZioA00x/TyoonAckzgN04wE4Wr/nkX5+eDYQ41KU8oYWSm5l
XsqZopVknghFnpFY9pLS4HGR6RietwzrqbBSZBcqxqFjv6EdhCPMdZJkip42
4YdlYZIqZjnuN3Xr8ZFGYC1VzHWubYmVsOyd97Jtt8uOuL/3Knp8bBRQqEzL
SaaEVcWtjrEZRQK4nBTTzNxZcafLlA4DnSgIj3diIeMbKCAzFvNxEAt/xIkn
QGGicPI8iUoT4T8cKIOpiqWYLPHZqREi5U46bG5NVcQQw1ZxKqQVmc5v+r0J
lrvTCTbmdavpVBXCYltFqvT6b8TTOewY1kwMEJqzZcxCBfFgplSJ8YXI5BJr
0bIx/MnLFw4vDD1gXVVEbmCp4jQ3mZlpLyTWsuLs4vRqIL4mzXhhYrmQE53p
ksapnDSaCJIry2rJcgOF74YZX1ZAW7ns94CXK7/99pfmagda+VOlSd15aVnK
iSKUknp0A10GyXFtl1TPUoHpIlPyVpEiy5Ksykojky5gLU2G9iCDaPA5i6VI
NYjPqcmUF24grlNVKExTu9hzyxKoZ/CPUlg9ywmrMnfGkHGq1a3C/3FFyibV
UophoUweLSSU5B0JEUA5/JL+E+QoBcA6z4KuTJGQxg30vFiYomwgeQtVJbKe
OZVVRvCLyV/59UBcEYA6mkMSghZs6QwREgy8Fo7wg0EJ7gFV36ksGzyJHFDF
otBzCUgvqgI6VQLfQmZvFgBxpnJVwAV9YGl01O/9cGbdFXepxikaxcCOwVoT
gEip3IEI1nKw91gKmO8GuSk+WCyB9VN4bTcI5abU06WPdBRWKRjAys5G0Nlz
sUmcyXzp/EL/qcIk7MGndDNh+7TBmEfvxBQFnAqWK8wcW+dRE0Mx1WSW7YqZ
SzYbkhYB061lY/gxiVa2T8emeacTmJshJTNxYoo7CYaEADOqkbaN+LvDkY8S
BUyLNZAC5yaHElh0cg6of7CaI/zJKbbnLpozz4EgPqQHmHqDkxJLdo3Sj3tG
hS6kUiDNYOI8XvJZNjdBvFrwPQVBqCif3G+2YR1l/v2jw6YSN1AaYItUs3H2
1dX1xq77X3w458+Xx19+Nb48HtHnq/eHp6f1h54fcfX+/KvTUfOpmXl0fnZ2
/GHkJuOt6LzqbZwdfoNvyHQb5xfX4/MPh6cb5GwdS7FFoS7gAElLFYtCEb6k
7QFycaEnzkHfHV389S/7r+Gc/wdjHezvv4Wx3MOb/Z++xsNdqnK3GxvPPRJm
enKxULII8RaxWJcyQ6iFG1tAH/hHNBv0ev//O9LMH4bi80m82H/9hX9BB+68
DDrrvGSdPX3zZLJT4ppXa7aptdl5v6LprryH33Seg95bLz//ObKoEtH+m59/
0fPQumZuQIlsCUCVzVMNI8fqNYPXO/U6SzK9ggOA/v+o83laAh9ggr+WntCY
8cn4GmVKHlldVuKEPGMcWCQ86VplwD74LY1FxBiKc07s+G5XHCZu0fBM8DiT
BLScUhRNuTg/GYoLx1nOKceQkCdVXst4cXncGnKpKEj65Y4zXacoWnrtfKTd
Ycjnoknn9BUCy/DZgooGXJ2eD+v8f4oskYnzyR9Jf7fKMVcif53I0C7VRuOV
+PDYKJ3iDYCA9JQWChQCWmGGgP9aVHC4hrdRtciRaRdFJkJbuUr5tGFtIAAi
Y/N8nBtUpkIqnUYukfspgQKG7EbRAIES4uRI6aZYMswKmWiPJJA0z5goJBuQ
4FLPHLNA0lUFA4PYR6JmmLYSbR0trFmWti5MA87IJkaYCZEKZinIfRy+Kcfc
apPVCz1jDSu2YawdxDHiRS43BWqXSsrU5D0hySHVujw6UanE8sUAUA1nzJa7
LyQktEEre3uLJ67cDomoBYxp4462mjgy6y0Ahi9joqrML+gUU5R0FbGlFqNy
FDmVVEEB8YFmHSGTK7swecK+C43SAoSq2gK7Hm+Ul3ypYwrPLTzzxF7gS2wV
x48cd8zg4WCdGXmJP4engI5bL12FYJ1aYeeQOL3nnjrQwiMc9iKPYvaJBlaI
Zzg4YbAmbUAWkiqq5FIx1ajhT2yalEinpFYLRrtIY6nSZdZNFQPXCttqMBvs
EpZzy/bg1zsoFFJJxBF7W+bTxOZsGanplEYFB6FeTpVR1EVZx7vNMIqjENtt
lwWA4eHmBCCdx2Dk1tswUAkKxP2e+k7OFxk2SyH/0ldRhYUGXdUEGbGlpZO1
9BL2d+t6B65jAVnK1QBMhkoCA4pQosIMAwnLJ50o/wOBhRzT5J7WOawQK9Ol
C3E1mFDHTdvno3mBojL8wCrUd7FSSbASgQ9JHwfhAke03ZSKkXZoCBaltZCM
uAvAxQX0OPbJL5ZktDAnhwasdSycuAUpbKIcm9YES5hRtccQBTHkTrapwNq1
DiBYtvDeKry5kAoIjcnvMIwsWSM1Ce4x6PdWPIHidOMGeGIfOM9Z6SlW2e2E
9LlE4iIvbEolhH6kvkyylA1I6DXn1br08L7ki22qNmhJRC+4Etm/gBvUEV2c
52wRU5LfsCD1UlUJJ/8ey3nJiiYRu45KKxe3Ks9Qu3tNksNQNcu5Rs+5OKtT
CAJkWEV1FJBUzFEprC5c8eRiouWyoK6F21Oa8sv7DTxu+TSbhHLfXLkuSZlW
TXrq4Mjhmldo7+NraZrbBMoB1f7kZUC4KzTZadxZ6uInsLiViiukYGoca0c0
VG6qWUoqmFbZVINFkxiderpzFo4zog4zVBG5dIq42BZ+IkkEiDKHV2mMDVHy
1Y4LZ3FFAtBgDscTOpBbgFR/mOFoJBhRRJ8mn28VUl/L8QMgGvaq9dXvNTqp
JWJXQ/yaUmmmc2QVyQEgSOG/ooANFgSVUHJifdinVT4HDpdFO1Ugd146oAlw
X8ldZ9q6mFB77dy/Yc/9OtWZEutzmHKUht2Kl6BDOBWG9liHFIEwMKkDqMiA
niK6lKwKR2F5ocivzdowvj/qNoIWcfgLnyFeRplBpJhx7yAyUlykUppPUMcN
2KuOg5ToOAhziqFcIuwSxppv252QPmgg9RpIH6XJfCBqkVECgMuybVB5OKN6
zKjMf65EgLgkLAdrr+uQGnnxXZ+BVN2qZNfgzpyIdYHiyZbEWK3oZPj1Aoql
67/pdn5BCsh9hoHCAtK6XTTHpeqLlE6mggqtgTR3ctnkiqtqzo2s+03rPjHS
Di050Y9T0l1i8EsQpJlEWm4aOT7mdAgXaXjZCpihvSbemzuE8GKXGIuPZhTG
TWwysa0HasChZSf0aFZimV/eNs7gKh7HzeXE3KpnejAtYhrqEmeaXM2ykGch
SaanygWQFk+2TA64Y024tNyE8NuRHp6JmpRjIWO/B3v6IKuSQVPjtUq6MxdU
7jdb134u0Dx623VuA3xLimS+lK7CYGbVXM517wsIdZNpEmFCVIQJ9LLucj36
Kl+sdM4ox/HBYGOqJ51VW8XGIpO5arqBjsT4QiuoT3D+XriLkqWLw8Hq3HkW
rvanAXWViKCl6tNKPm9M9BNA8fFVh2aPtK3qoN/7M/7ofkiIPfH0b3/Nu4M1
716FJfbx9SvxWnwqPhM/FW/E25e840U+if7Bf7zKw69B4MWDECMtZ/R8VcqH
i4eTh6OHw4fRwxl942xwRt1yGilQ0uazMuUDPfwzZVmjMPo7W0I66vFxgIIP
P/P3b5DlGwNy+zHC/MtlGSnLpfsZPOf6N+TJSCky+0/IchnaCCTL5X9Slo4k
x3FqflCcf5osLjbcD8XmVM84JvrQw7+R+NkWBaOTOhid1S2rK9WJvEc+EjkG
sVX3VNdEKXpE4CQKiXROGUcyvU/gxbnhsnl7g1x6g5Po/X1XsMfHnfZtEyUe
3WqVcgkQQ2N1rC0NxV/uPzoq4GMzVelufmEM3V8ibw9EnfzrqL8rYICKrpy4
rbVH89+gcEOum9B9VLglYWISgz5Sl7HV9qGk1FnhbfRqnysQz6XcBcy0Krgi
ZCl4e7rvR9JB0e/q6JaGqFOScIbbertFAoUbdRR6NoKGc+7YUcPIp3u+t6db
2+j6YiCuXGHbdOE4bdNdlS9BffHj5XPiOwaMOjxxdVyLeIG+gsRA60iPSHSo
zZ+9+mkaWMwX+r1tizL5/r7Twn3c2Q33YYWaLGvi7RlQ6/cHNZfr/hbnfpMQ
083m3cstujGhXye4Vh2fMCIkAqYaVvNSlXLC2CN1O+Q5IlSTtQ3ad9RA94hs
tUGUShVOi6gwoP+AAH8RAgYkLd0kc8dEjA8/HPJRHsSvaSDiw5p1xQeS74FG
Xb8b7WOQc7dvQ+n0LZOfb09h3fLbSyXjFMuH8QfNeN8mfGbgq9ZA1CPPLUox
o62eEDEOWbEYwyeJWOYL1inws15dW77CU641MlfSVhQKXZ+dirGnbXX64QbJ
4pt/JB1TZf5BWCveWKZFZHH3Ow7yptApa4UcPoGEgUizHQfR065QoZj17ThX
+Tgp5vI7Pa/mBBHfgttdu08DAufcCcvGex/U/b6nWuhcQTw9PP+I4eO2YjO7
+lscLrh09f3l+03Zfq7Z9oU4zmO5sJXv64BPLyLVfvXYJpufRD/29wmhzf09
TSCtNPcRK4nPO8vR31ejC/FeSYJLO2u+YE1Or9EXT07e3We8bpsX7QPZf9Jd
c4RyIDrV+c1qxn+RUunvIl1aHa/Sh49dqUsNVs0d3L1VtHnbdYGCcA1j/GR8
sfVYx2rKQ0/whMLK/jch6ve0nD/dobUmdndbR6lEds282f8eRD09fddqV9Gp
RPnWNdpLsfvQXvN34sStSR2jP/xv4/QpjF6AVDJNwCn/5BB5mYDUuvUCUunt
Y4t2rOYzzz6aUMz50V1A8IracotEWd+ymssbxxUcJ3Dtd6KK9G7juZ8ZuF88
tn7kg2NRdwrU1m5ggxn9KAAJbH3OpVvRMIZ/0jc1GXUbV2iIoxyoTqbgM3Tn
/GL6sfKbrI+nI89M/Ch68nRuoCta5jJq6dmD47K2x+FaG6xV4VWjwjZqUBtV
BSXTJ8gJ3zR8NPDjAEHQRroe5Z99hWW6165OqnZbisl4aAAWUlt3nyvr2/Zm
KVB2YvITtTRMr40NV2fwJTGBWj0piG9yc5epZOa7ePebq68eSadVnlfzCd0f
uiO9G/FyfwOSiT/Fxy8AAA==

-->

</rfc>
