<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE rfc SYSTEM "rfc2629-xhtml.ent">
<?rfc toc="yes"?>
<?rfc tocompact="yes"?>
<?rfc tocdepth="3"?>
<?rfc tocindent="yes"?>
<?rfc symrefs="yes"?>
<?rfc sortrefs="yes"?>
<?rfc comments="yes"?>
<?rfc inline="yes"?>
<?rfc compact="yes"?>
<?rfc subcompact="no"?>
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" category="std" ipr="trust200902" docName="draft-ietf-detnet-mpls-oam-07" obsoletes="" updates="" submissionType="IETF" xml:lang="en" tocInclude="true" tocDepth="3" symRefs="true" sortRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.6.0 -->
  <?xml-stylesheet type='text/xsl' href='rfc2629.xslt' ?>

<front>
    <title abbrev="OAM for DetNet over MPLS">Operations, Administration and Maintenance (OAM) for Deterministic Networks (DetNet) with MPLS Data Plane</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-detnet-mpls-oam-07"/>
    
    <author initials="G." surname="Mirsky" fullname="Greg Mirsky">
      <organization>Ericsson</organization>
      <address>
        <email>gregimirsky@gmail.com</email>
      </address>
    </author>
    
    <author fullname="Mach(Guoyi) Chen" initials="M." surname="Chen">
      <organization>Huawei</organization>
      <address>
        <postal>
          <street/>
          <city/>
          <code/>
          <country/>
        </postal>
        <email>mach.chen@huawei.com</email>
      </address>
    </author>
    
        <author fullname="Balazs Varga" initials="B." surname="Varga">
        <organization>Ericsson</organization>
        <address>
         <postal>
          <street>Magyar Tudosok krt. 11.</street>
          <city>Budapest</city>
          <country>Hungary</country>
          <code>1117</code>
         </postal>
         <email>balazs.a.varga@ericsson.com</email>
        </address>
        </author>

    <author fullname="Janos Farkas" initials="J." surname="Farkas">
      <organization>Ericsson</organization>
      <address>
        <postal>
          <street>Magyar Tudosok krt. 11.</street>
          <city>Budapest</city>
          <country>Hungary</country>
          <code>1117</code>
        </postal>
        <email>janos.farkas@ericsson.com</email>
      </address>
    </author>
    
    <date year="2022"/>
    <area>Routing</area>
    <workgroup>DetNet  Working Group</workgroup>
    <keyword>Internet-Draft</keyword>
    <keyword>DetNet</keyword>
    <keyword>OAM</keyword>
    <abstract>
      <t>
	   This document defines format and use principals of the
	   Deterministic Network (DetNet) service Associated Channel (ACH) over a DetNet network with the MPLS data plane.
	   The DetNet service ACH can be used to carry test packets of active Operations, Administration, and Maintenance protocols
	   that are used to detect DetNet failures and measure performance metrics.
      </t>
    </abstract>
  </front>
  <middle>
    <section anchor="intro" numbered="true" toc="default">
      <name>Introduction</name>
      <t>
   <xref target="RFC8655" format="default"/> introduces and explains Deterministic Networks (DetNet)
   architecture and how the Packet Replication, Elimination, and Ordering functions (PREOF) can be used to
   ensure low packet drop ratio in DetNet domain.
      </t>
      <t>
       Operations, Administration and Maintenance (OAM) protocols are used to detect, localize defects in the network,
       and monitor network performance. Some OAM functions, e.g., failure detection, work in the 
       network proactively, while others, e.g., defect localization, usually performed on-demand.
       These tasks achieved by a combination of active and hybrid, as defined in <xref target="RFC7799" format="default"/>,
       OAM methods.
      </t>
      <t>
   Also, this document defines format and use principals of the
	   DetNet service Associated Channel over a DetNet network with
	   the MPLS data plane <xref target="RFC8964" format="default"/>.
      </t>
    </section>
    <section numbered="true" toc="default">
      <name>Conventions used in this document</name>
      <section numbered="true" toc="default">
        <name>Terminology and Acronyms</name>
        <t>
The term "DetNet OAM" used in this document interchangeably with longer version
"set of OAM protocols, methods and tools for Deterministic Networks".
</t>
        <t>CW         Control Word</t>
        <t>DetNet    Deterministic Networks</t>
        <t>d-ACH      DetNet Associated Channel Header</t>
        <t>d-CW       DetNet Control Word</t>
        <t>DNH        DetNet Header</t>
        <t>GAL         Generic Associated Channel Label</t>
        <t>G-ACh      Generic Associated Channel</t>
        <t>OAM:      Operations, Administration and Maintenance</t>
        <t>PREOF   Packet Replication, Elimination, and Ordering Functions</t>
        <t>PW         Pseudowire</t>
        <t>RDI         Remote Defect Indication</t>
        <t>E2E        End-to-end</t>
        <t>CFM        Connectivity Fault Management </t>
        <t>BFD        Bidirectional Forwarding Detection</t>
        <t>TSN        Time-Sensitive Network</t>
        <t>F-Label    A Detnet "forwarding" label that identifies the LSP
                 used to forward a DetNet flow across an MPLS PSN, e.g.,
                 a hop-by-hop label used between label switching routers
                 (LSR).</t>
        <t>S-Label    A DetNet "service" label that is used between DetNet
                 nodes that implement also the DetNet service sub-layer
                 functions.  An S-Label is also used to identify a
                 DetNet flow at DetNet service sub-layer.</t>
        <t>   Underlay Network or Underlay Layer: The network that provides
   connectivity between the DetNet nodes.  MPLS network providing LSP
   connectivity between DetNet nodes is an example of the underlay layer.</t>
        <t>DetNet Node - a node that is an actor in the DetNet domain. DetNet 
   domain edge node and node that performs PREOF within the domain are 
   examples of DetNet node.</t>
      </section>
      <section numbered="true" toc="default">
        <name>Keywords</name>
        <t>
   The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL
   NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED",
   "MAY", and "OPTIONAL" in this document are to be interpreted as
   described in BCP 14 <xref target="RFC2119" format="default"/> <xref target="RFC8174" format="default"/> 
   when, and only when, they appear in all capitals, as shown here.
        </t>
      </section>
    </section>

<section anchor="oam-data-plane" numbered="true" toc="default">
      <name>Active OAM for DetNet Networks with MPLS Data Plane</name>
      <t>
OAM protocols and mechanisms act within the data plane of the particular networking layer. And thus it is critical that the data plane encapsulation
supports OAM mechanisms in such a way to comply with the OAM requirements listed in <xref target="I-D.tpmb-detnet-oam-framework" format="default"/>.
One of such examples that require special consideration is requirement #5:
</t>
      <ul empty="true" spacing="normal">
        <li>
  DetNet OAM packets MUST be in-band, i.e., follow precisely the same 
  path as DetNet data plane traffic both for unidirectional and bi-directional DetNet paths. 
  </li>
      </ul>
      <t>
The Det Net data plane encapsulation in transport network with MPLS encapsulation specified
in <xref target="RFC8964" format="default"/>. For the MPLS underlay network, DetNet flows to be encapsulated
 analogous to pseudowires (PW) over MPLS packet switched network, as described in <xref target="RFC3985" format="default"/>,
<xref target="RFC4385" format="default"/>. Generic PW MPLS Control Word (CW), 
defined in <xref target="RFC4385" format="default"/>, for DetNet displayed in <xref target="detnet-pw-cw" format="default"/>.
</t>
      <figure anchor="detnet-pw-cw">
        <name>DetNet Control Word Format</name>
        <artwork name="" type="" align="left" alt=""><![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
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |0 0 0 0|                Sequence Number                        |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

]]></artwork>
      </figure>
      <t>
PREOF in the DetNet domain composed by a combination of nodes that perform replication and elimination functions.
The elimination function always uses the S-Label and packet sequencing information, e.g., the value in the Sequence Number field
of DetNet CW (d-CW). The replication sub-function uses the  S-Label information only.
For data packets <xref target="detnet-data-flow" format="default"/> presents an example of PREOF in DetNet domain.
</t>
      <figure anchor="detnet-data-flow">
        <name>DetNet Data Plane Based on PW</name>
        <artwork name="" type="" align="left" alt=""><![CDATA[    

      1111   11111111  111111   112212   112212     132213
   CE1----EN1--------R1-------R2-------R3--------EN2----CE2
            \2          22222/                 3 /
             \2222222  /----+                 3 /
              +------R4------------------------+
                       333333333333333333333333

]]></artwork>
      </figure>
      <section anchor="active-oam-data-plane" numbered="true" toc="default">
        <name>DetNet Active OAM Encapsulation</name>
        <t>
DetNet OAM, like PW OAM, uses PW Associated Channel Header defined in <xref target="RFC4385" format="default"/>.
<xref target="detnet-mpls-oam-format" format="default"/> displays the encapsulation of a DetNet
MPLS <xref target="RFC8964" format="default"/> active OAM packet.

        </t>
        <figure anchor="detnet-mpls-oam-format">
          <name>DetNet Active OAM Packet Encapsulation in MPLS Data Plane</name>
          <artwork name="" type="" align="left" alt=""><![CDATA[    
      +---------------------------------+
      |                                 |
      |        DetNet OAM Packet        |
      |                                 |
      +---------------------------------+ <--\
      | DetNet Associated Channel Header|    |
      +---------------------------------+    +--> DetNet active OAM
      |           S-Label               |    |    MPLS encapsulation
      +---------------------------------+    |
      |         [ F-Label(s) ]          |    |
      +---------------------------------+ <--/
      |           Data-Link             |
      +---------------------------------+
      |           Physical              |
      +---------------------------------+

]]></artwork>
        </figure>
        <t>
    <xref target="detnet-mpls-oam-over-ip-format" format="default"/> displays encapsulation of a test packet of an active DetNet OAM protocol
  in case of MPLS-over-UDP/IP <xref target="RFC9025" format="default"/>.
        </t>
        <figure anchor="detnet-mpls-oam-over-ip-format">
          <name>DetNet Active OAM Packet Encapsulation in MPLS-over-UDP/IP</name>
          <artwork name="" type="" align="left" alt=""><![CDATA[    
      +---------------------------------+
      |                                 |
      |        DetNet OAM Packet        |
      |                                 |
      +---------------------------------+ <--\
      | DetNet Associated Channel Header|    |
      +---------------------------------+    +--> DetNet active OAM
      |             S-Label             |    |    MPLS encapsulation
      +---------------------------------+    |
      |          [ F-label(s) ]         |    |
      +---------------------------------+ <--+
      |           UDP Header            |    |
      +---------------------------------+    +--> DetNet data plane
      |           IP Header             |    |    IP encapsulation
      +---------------------------------+ <--/
      |           Data-Link             |
      +---------------------------------+
      |           Physical              |
      +---------------------------------+

]]></artwork>
        </figure>
        <t>
   <xref target="detnet-ach-oam" format="default"/> displays the format of the DetNet Associated Channel Header (d-ACH). 
        </t>
        <figure anchor="detnet-ach-oam">
          <name>DetNet Associated Channel Header Format</name>
          <artwork name="" type="" align="left" alt=""><![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
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |0 0 0 1|Version|Sequence Number|         Channel Type          |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                 Node ID               |Level|  Flags  |Session|
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
        </figure>
        <t>
   The d-ACH encodes the following fields:
</t>
        <ul empty="true" spacing="normal">
          <li>
   Bits 0..3 MUST be 0b0001.  This value of the first nibble allows the packet to be distinguished
   from an IP packet <xref target="RFC4928" format="default"/> and a DetNet data packet <xref target="RFC8964" format="default"/>.
   </li>
          <li>
 Version - is a four-bits field, and the value is the version number of the d-ACH. This specification defines version 0x1.
</li>
          <li>
Sequence Number - is an unsigned eight-bit field.  The
      sequence number space is circular with no restriction on the
      initial value.  The originator DetNet node MUST set the value of
      the Sequence Number field before the transmission of a packet.
      The originator node MUST increase the value of the Sequence Number
      field by 1 for each active OAM packet.
</li>
          <li>
Channel Type - contains the value of DetNet Associated Channel Type.
It is one of the values defined in the IANA PW Associated Channel Type registry.
</li>
<li>
Node ID - is an unsigned 20 bits-long field.
The value of the Node ID field identifies the DetNet node that originated the packet.
Methods of distributing Node ID are outside the scope of this specification.
</li>
<li>Level - is a three-bits field. </li>
<li>
Flags - is a five-bits field. Flags field contains five one-bit flags. <xref target="iana-mpls-oam-flags"/>
creates an IANA registry for new flags to be defined. Flags defined in this specification presented in <xref target="dach-flags-fig"/>.
</li>
</ul>

        <figure anchor="dach-flags-fig">
          <name>DetNet Associated Channel Header Flags Field Format</name>
          <artwork name="" type="" align="left" alt=""><![CDATA[    
          0 1 2 3 4
         +-+-+-+-+-+
         |U|U|U|U|U|
         +-+-+-+-+-+
]]></artwork>
        </figure>
<t> U: Unused and for future use.  MUST be 0 on transmission and ignored on receipt.</t>
        <ul empty="true" spacing="normal">
<li>Session ID is a four-bits field.
</li>
        </ul>
        <t>
The DetNet flow, according to <xref target="RFC8964" format="default"/>, is identified by the S-label that MUST be at the bottom
of the stack. Active OAM packet MUST include d-ACH immediately following the S-label. 
</t>

</section>
      <section anchor="oam-preof-sec" numbered="true" toc="default">
        <name>DetNet Packet Replication, Elimination, and Ordering Functions Interaction with Active OAM</name>
        <t>
At the DetNet service sub-layer, special functions MAY be applied
to the particular DetNet flow, PREOF, to potentially lower packet loss, improve the probability of on-time packet delivery
and ensure in-order packet delivery.
PREOF rely on sequencing information in the DetNet service sub-layer. For a DetNet active OAM packet,
28 MSBs of the d-ACH MUST be used
as the source of the sequencing information by PREOF.
</t>
      </section>
    </section>
    <section anchor="hybrid-oam" numbered="true" toc="default">
      <name>Use of Hybrid OAM in DetNet</name>
      <t>Hybrid OAM methods are used in performance monitoring and defined in <xref target="RFC7799" format="default"/> as:
</t>
      <ul empty="true" spacing="normal">
        <li>Hybrid Methods are Methods of Measurement that use a combination of
   Active Methods and Passive Methods.</li>
      </ul>
      <t>
   A hybrid measurement method may produce metrics as close to passive,
   but it still alters something in a data packet even if that is the value of a 
   designated field in the packet encapsulation. One example of such a hybrid measurement method
   is the Alternate Marking method described in <xref target="RFC8321" format="default"/>. Reserving the 
   field for the Alternate Marking method in the DetNet Header will enhance available to an operator 
   set of DetNet OAM tools.
      </t>
    </section>
    <section anchor="oam-interworking-sec" numbered="true" toc="default">
      <name>OAM Interworking Models</name>
      <t>
Interworking of two OAM domains that utilize different networking technology can be realized either by a peering or a tunneling model.
In a peering model, OAM domains are within the corresponding network domain.
When using the peering model, state changes that are detected by a Fault Management OAM protocol
can be mapped from one OAM domain into another or a notification, e.g., an alarm, can be sent to a central controller.
In the tunneling model of OAM interworking, usually, only one active OAM protocol is used. Its test packets
are tunneled through another domain along with the data flow, thus ensuring the fate sharing among test and data packets.
</t>
      <section anchor="ip-over-tsn-sec" numbered="true" toc="default">
        <name>OAM of DetNet MPLS Interworking with OAM of TSN</name>
        <t>
Active DetNet OAM is required to provide the E2E fault management and performance monitoring for
a DetNet flow. Interworking of DetNet active OAM with MPLS data plane with the
IEEE 802.1 Time-Sensitive Networking (TSN) domain based on <xref target="RFC9037" format="default"/>.
        </t>
        <t>
   In the case of the peering model is used in the fault management OAM, then the node that borders both TSN
   and DetNet MPLS domains MUST support <xref target="RFC7023" format="default"/>.
   <xref target="RFC7023" format="default"/> specified the mapping of defect states between Ethernet
   Attachment Circuits (ACs) and associated Ethernet PWs that  are part of an end-to-end (E2E) emulated Ethernet
   service. Requirements and mechanisms described in <xref target="RFC7023" format="default"/> are equally applicable
   to using the peering model to achieve E2E FM OAM over DetNet MPLS and TSN domains.
   The Connectivity Fault Management (CFM) protocol <xref target="IEEE.CFM" format="default"/> or 
   in <xref target="ITU.Y1731" format="default"/> can provide fast detection of a failure in the TSN segment of the DetNet service.
   In the DetNet MPLS domain BFD (Bidirectional Forwarding Detection), specified in <xref target="RFC5880" format="default"/> and <xref target="RFC5885" format="default"/>,
   can be used. To provide E2E failure detection, the TSN  segment might be presented as a concatenated with the DetNet MPLS and
   the Section 6.8.17 <xref target="RFC5880" format="default"/> MAY be used to inform the upstream DetNet MPLS node of a failure of the TSN segment.
   Performance monitoring can be supported by <xref target="RFC6374" format="default"/> in the DetNet MPLS and <xref target="ITU.Y1731" format="default"/> in the TSN domains, respectively.
   Performance objectives for each domain should refer to metrics that additive or be defined for each domain separately.
</t>
        <t>
The following considerations are to be realized when using the tunneling model of OAM interworking between DetNet MPLS and TSN domains:
</t>
        <ul spacing="normal">
          <li>Active OAM test packet MUST be mapped to the same TSN Stream ID as the monitored DetNet flow.</li>
          <li>Active OAM test packets MUST be treated in the TSN domain based on its S-label and CoS marking (TC field value).</li>
        </ul>
        <t>
Note that the tunneling model of the OAM interworking requires that the remote peer of
the E2E OAM domain supports the active OAM protocol selected on the ingress endpoint.
For example, if BFD is used for proactive path continuity monitoring
in the DetNet MPLS domain, a TSN endpoint of the DetNet service has also support BFD as defined in <xref target="RFC5885" format="default"/>.
</t>
      </section>
      <section anchor="ip-over-ip-sec" numbered="true" toc="default">
        <name>OAM of DetNet MPLS Interworking with OAM of DetNet IP</name>
        <t>
Interworking between active OAM segments in DetNet MPLS and DetNet IP domains can also be realized
using either the peering or the tunneling model, as discussed in <xref target="ip-over-tsn-sec" format="default"/>. Using the same protocol, e.g., BFD, 
over both segments, simplifies the mapping of errors in the peering model. To provide the performance monitoring over a DetNet IP domain
STAMP <xref target="RFC8762" format="default"/> and its extensions <xref target="RFC8972" format="default"/> can be used.
</t>
      </section>
    </section>
    
    <section anchor="iana-considerations" numbered="true" toc="default">
      <name>IANA Considerations</name>
     <section anchor="iana-mpls-oam-flags" numbered="true" toc="default">
      <name>DetNet MPLS OAM Flags Registry</name>
           <t>
This document describes a new IANA-managed registry to identify DetNet MPLS OAM Flags Bits. The
registration procedure is "IETF Review" <xref target="RFC8126"/>. 
The registry name is "DetNet MPLS OAM Flags". There are five flags in the five-bit Flags field, defined as in <xref target="iana-dach-flags-tbl"/>.
      </t>
             <table anchor="iana-dach-flags-tbl" align="center">
          <name>DetNet MPLS OAM Flags</name>
          <thead>
            <tr>
              <th align="left">Bit</th>
              <th align="center">Description</th>
              <th align="left">Reference</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">0-4</td>
              <td align="center">Unassigned</td>
              <td align="left">This&nbsp;document</td>
            </tr>
          </tbody>
        </table>

      </section>
    </section>
    
    <section anchor="security-considerations" numbered="true" toc="default">
      <name>Security Considerations</name>
      <t>
   Additionally, security considerations discussed in DetNet specifications: <xref target="RFC8655" format="default"/>,
   <xref target="RFC9055" format="default"/>, <xref target="RFC8964" format="default"/> are applicable to this document.
   Security concerns and issues related to MPLS OAM tools like LSP Ping <xref target="RFC8029" format="default"/>,
   BFD over PW <xref target="RFC5885" format="default"/> also apply to this specification.
      </t>
    </section>
    <section anchor="ack" numbered="true" toc="default">
      <name>Acknowledgment</name>
      <t>
  Authors extend their appreciation to Pascal Thubert for his insightful comments and productive discussion that helped to improve the document.
      </t>
    </section>
  </middle>
  <back>
    <!-- References split into informative and normative -->

    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.2119.xml"/>
        <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.8174.xml"/>
        <!--
    <?rfc include="reference.RFC.5586"?>
    <?rfc include="reference.RFC.6423"?>
    -->
    <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.7023.xml"/>
        <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.8655.xml"/>
        <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.8964.xml"/>
        <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.9025.xml"/>
      </references>
      <references>
        <name>Informational References</name>
        <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.7799.xml"/>
        <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.6374.xml"/>
        <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.3985.xml"/>
        <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.4385.xml"/>
        <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.8321.xml"/>
        <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.4928.xml"/>
        <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.5880.xml"/>
        <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.5885.xml"/>
        <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.8029.xml"/>
        <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.8762.xml"/>
        <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.8972.xml"/>
        <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.9055.xml"/>
        <xi:include href="https://datatracker.ietf.org/doc/bibxml3/draft-tpmb-detnet-oam-framework.xml"/>
        <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.9037.xml"/>
        <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.8126.xml"/>
        <reference anchor="IEEE.CFM">
          <front>
            <title>Connectivity Fault Management clause of IEEE 802.1Q</title>
            <author>
              <organization>IEEE</organization>
            </author>
            <date year="2013"/>
          </front>
          <seriesInfo name="IEEE" value="802.1Q"/>
        </reference>
        <reference anchor="ITU.Y1731">
          <front>
            <title>OAM functions and mechanisms for Ethernet based Networks</title>
            <author>
              <organization>ITU-T</organization>
            </author>
            <date month="November" year="2013"/>
          </front>
          <seriesInfo name="ITU-T Recommendation" value="G.8013/Y.1731"/>
        </reference>
      </references>
    </references>
  </back>
</rfc>
