<?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.6.31 (Ruby 3.0.2) -->
<?rfc comments="yes"?>
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-schmutzer-pals-ple-04" category="std" consensus="true" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.17.1 -->
  <front>
    <title abbrev="PLE">Private Line Emulation over Packet Switched Networks</title>
    <seriesInfo name="Internet-Draft" value="draft-schmutzer-pals-ple-04"/>
    <author initials="S." surname="Gringeri" fullname="Steven Gringeri">
      <organization>Verizon</organization>
      <address>
        <email>steven.gringeri@verizon.com</email>
      </address>
    </author>
    <author initials="J." surname="Whittaker" fullname="Jeremy Whittaker">
      <organization>Verizon</organization>
      <address>
        <email>jeremy.whittaker@verizon.com</email>
      </address>
    </author>
    <author initials="N." surname="Leymann" fullname="Nicolai Leymann">
      <organization>Deutsche Telekom</organization>
      <address>
        <email>N.Leymann@telekom.de</email>
      </address>
    </author>
    <author initials="C." surname="Schmutzer" fullname="Christian Schmutzer" role="editor">
      <organization>Cisco Systems, Inc.</organization>
      <address>
        <email>cschmutz@cisco.com</email>
      </address>
    </author>
    <author initials="C." surname="Brown" fullname="Chris Brown">
      <organization>Ciena Corporation</organization>
      <address>
        <email>cbrown@ciena.com</email>
      </address>
    </author>
    <date year="2023" month="May" day="16"/>
    <abstract>
      <t>This document describes a method for encapsulating high-speed bit-streams as virtual private wire services (VPWS) over packet switched networks (PSN) providing complete signal transport transparency.</t>
    </abstract>
  </front>
  <middle>
    <section anchor="introduction-and-motivation">
      <name>Introduction and Motivation</name>
      <t>This document describes a method called Private Line Emulation (PLE) for encapsulating high-speed bit-streams as Virtual Private Wire Service (VPWS) over Packet Switched Networks (PSN). This emulation suits applications where signal transparency is required and data or framing structure interpretation of the PE would be counter productive.</t>
      <t>One example is two ethernet connected CEs and the need for synchronous ethernet operation between them without the intermediate PEs interfering or addressing concerns about ethernet control protocol transparency for carrier ethernet services, beyond the  behavior definitions of MEF specifications.</t>
      <t>Another example would be a Storage Area Networking (SAN) extension between two data centers. Operating at a bit-stream level allows for a connection between Fibre Channel switches without interfering with any of the Fibre Channel protocol mechanisms.</t>
      <t>Also SONET/SDH add/drop multiplexers or cross-connects can be interconnected without interfering with the multiplexing structures and networks mechanisms. This is a key distinction to CEP defined in <xref target="RFC4842"/> where demultiplexing and multiplexing is desired in order to operate per SONET Synchronous Payload Envelope (SPE) and Virtual Tributary (VT) or SDH Virtual Container (VC). Said in another way, PLE does provide an independent layer network underneath the SONET/SDH layer network, whereas CEP does operate at the same level and peer with the SONET/SDH layer network.</t>
      <t>The mechanisms described in this document follow principals similar to <xref target="RFC4553"/> but expanding the applicability beyond the narrow set of PDH interfaces (T1, E1, T3 and E3) and allow the transport of signals from many different technologies such as Ethernet, Fibre Channel, SONET/SDH <xref target="GR253"/>/<xref target="G.707"/> and OTN <xref target="G.709"/> at gigabit speeds by treating them as bit-stream payload defined in sections 3.3.3 and 3.3.4 of <xref target="RFC3985"/>.</t>
    </section>
    <section anchor="requirements-notation">
      <name>Requirements Notation</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 BCP14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they appear in all capitals, as shown here.</t>
    </section>
    <section anchor="terminology-and-reference-model">
      <name>Terminology and Reference Model</name>
      <section anchor="terminology">
        <name>Terminology</name>
        <ul spacing="normal">
          <li>ACH - Associated Channel Header</li>
          <li>AIS - Alarm Indication Signal</li>
          <li>CBR - Constant Bit Rate</li>
          <li>CE - Customer Edge</li>
          <li>CSRC - Contributing SouRCe</li>
          <li>ES - Errored Second</li>
          <li>FEC - Forward Error Correction</li>
          <li>IWF - InterWorking Function</li>
          <li>LDP - Label Distribution Protocol</li>
          <li>LF - Local Fault</li>
          <li>MPLS - Multi Protocol Label Switching</li>
          <li>NSP - Native Service Processor</li>
          <li>ODUk - Optical Data Unit k</li>
          <li>OTN - Optical Transport Network</li>
          <li>OTUk - Optical Transport Unit k</li>
          <li>PCS - Physical Coding Sublayer</li>
          <li>PE - Provider Edge</li>
          <li>PLE - Private Line Emulation</li>
          <li>PLOS - Packet Loss Of Signal</li>
          <li>PSN - Packet Switched Network</li>
          <li>P2P - Point-to-Point</li>
          <li>QOS - Quality Of Service</li>
          <li>RSVP-TE - Resource Reservation Protocol Traffic Engineering</li>
          <li>RTCP - RTP Control Protocol</li>
          <li>RTP - Realtime Transport Protocol</li>
          <li>SAN - Storage Area Network</li>
          <li>SES - Severely Errored Seconds</li>
          <li>SDH - Synchronous Digital Hierarchy</li>
          <li>SPE - Synchronous Payload Envelope</li>
          <li>SRTP - Secure Realtime Transport Protocol</li>
          <li>SRv6 - Segment Routing over IPv6 Dataplane</li>
          <li>SSRC - Synchronization SouRCe</li>
          <li>SONET - Synchronous Optical Network</li>
          <li>TCP - Transmission Control Protocol</li>
          <li>UAS - Unavailable Seconds</li>
          <li>VPWS - Virtual Private Wire Service</li>
          <li>VC - Virtual Circuit</li>
          <li>VT - Virtual Tributary</li>
        </ul>
        <t>Similar to <xref target="RFC4553"/> and <xref target="RFC5086"/> the term Interworking Function (IWF) is used to describe the functional block that encapsulates bit streams into PLE packets and in the reverse direction decapsulates PLE packets and reconstructs bit streams.</t>
      </section>
      <section anchor="reference-models">
        <name>Reference Models</name>
        <t>The generic reference model defined in <xref section="4.1" sectionFormat="of" target="RFC4664"/> and <xref section="4.1" sectionFormat="of" target="RFC3985"/> does apply to PLE. Further the model defined in <xref section="4.2" sectionFormat="of" target="RFC3985"/> and in particular the concept of a Native Service Processing (NSP) function defined in <xref section="4.2.2" sectionFormat="of" target="RFC3985"/> does apply to PLE as well. The resulting reference model for PLE is illustrated in <xref target="ref_model"/></t>
        <figure anchor="ref_model">
          <name>PLE Reference Model</name>
          <artwork><![CDATA[
                |<--- p2p L2VPN service -->|
                |                          |
                |     |<-PSN tunnel->|     |
                v     v              v     v
            +---------+              +---------+
            |   PE1   |==============|   PE2   |
            +---+-----+              +-----+---+
+-----+     | N |     |              |     | N |     +-----+
| CE1 |-----| S | IWF |.....VPWS.....| IWF | S |-----| CE2 |
+-----+  ^  | P |     |              |     | P |  ^  +-----+
         |  +---+-----+              +-----+---+  |
  CE1 physical  ^                          ^  CE2 physical
   interface    |                          |   interface 
                |<--- emulated service --->|
                |                          |
            attachment                 attachment
             circuit                    circuit
]]></artwork>
        </figure>
        <t>PLE embraces the minimum intervention principle outlined in <xref section="3.3.5" sectionFormat="of" target="RFC3985"/> whereas the data is flowing through the PLE encapsulation layer as received without modifications.</t>
        <t>For some service types the NSP function is responsible for performing operations on the native data received from the CE. Examples are terminating Forward Error Correction (FEC) or terminating the OTUk layer for OTN. After the NSP the IWF is generating the payload of the VPWS which is carried via a PSN tunnel.</t>
        <figure anchor="diff_clock">
          <name>Relative Network Scenario Timing</name>
          <artwork><![CDATA[
                    J
                    |                                         G
                    v                                         |
                    +-----+                 +-----+           v
   +-----+          |- - -|=================|- - -|          +-----+
   |     |<---------|.............................|<---------|     |
   | CE1 |          | PE1 |       VPWS      | PE2 |          | CE2 |
   |     |--------->|.............................|--------->|     |
   +-----+          |- - -|=================|- - -|          +-----+
        ^           +-----+<-------+------->+-----+
        |                          |              ^
        A                         +-+             |
                                  |I|             E
                                  +-+
]]></artwork>
        </figure>
        <t>To allow the clock of the transported signal to be carried across the PLE domain in a transparent way the network 
synchronization reference model and deployment scenario outlined in <xref section="4.3.2" sectionFormat="of" target="RFC4197"/> is applicable.</t>
        <t>As illustrated in <xref target="diff_clock"/>, the attachment circuit clock E is generated by PE2 via a differential clock recovery method in reference to a common clock I. For this to work the difference between clock I and clock A MUST be explicitly transferred between the PE1 and PE2 using the timestamp inside the RTP header.</t>
        <t>For the reverse direction PE1 does generate the clock J in reference to clock I and the clock difference between I and G.</t>
        <t>The way the common clock I is implemented is out of scope of this document. Well established concepts for achieving frequency synchronization in a PSN have already been defined in <xref target="G.8261"/> and can be applied here as well.</t>
      </section>
    </section>
    <section anchor="emulated-services">
      <name>Emulated Services</name>
      <t>This specification does describe the emulation of services from a wide range of technologies such as TDM, ethernet, fibre channel or OTN as bit stream or structured bit stream as defined in <xref section="3.3.3" sectionFormat="of" target="RFC3985"/> and <xref section="3.3.4" sectionFormat="of" target="RFC3985"/>.</t>
      <section anchor="generic-ple-service">
        <name>Generic PLE Service</name>
        <t>The generic PLE service is an example of the bit stream defined in <xref section="3.3.3" sectionFormat="of" target="RFC3985"/>.</t>
        <t>Under the assumption that the CE-bound IWF is not responsible for any service specific operation, a bit stream of any rate can be carried using the generic PLE payload.</t>
        <t>There is no NSP function present for this service.</t>
      </section>
      <section anchor="ethernet-services">
        <name>Ethernet services</name>
        <t>Ethernet services are special cases of the structured bit stream defined in <xref section="3.3.4" sectionFormat="of" target="RFC3985"/>.</t>
        <t>IEEE has defined several layers for ethernet in <xref target="IEEE802.3"/>. Emulation is operating at the physical (PHY) layer, more precisely at the Physical Subcoding Layer (PCS).</t>
        <t>Over time many differnet ethernet interface types have been specified in <xref target="IEEE802.3"/> with a varying set of characteristcs such as optional vs mandatory FEC and single-lane vs multi-lane transmission.</t>
        <t>All ethernet services are leverging the basic PLE payload and interface specific mechanisms are confined to the respective service specific NSP functions.</t>
        <section anchor="gbase-r-and-25gbase-r">
          <name>10GBASE-R and 25GBASE-R</name>
          <t>The PCS layers of 10GBASE-R defined in clause 49 and 25GBASE-R defined in clause 107 of <xref target="IEEE802.3"/> are based on a 64B/66B code.</t>
          <t><xref target="IEEE802.3"/> clauses 74 and 108 do define an optional FEC layer, if present the PSN-bound NSP function MUST terminate the FEC and the CE-bound NSP function must generate the FEC.</t>
          <t>The PSN-bound NSP function is also responsible to detect 10GBASE-R and 25GBASE-R specific attachment circuit faults such as LOS and sync loss.</t>
          <t>The PSN-bound IWF is mapping the scrambled 64B/66B code stream into the basic PLE payload.</t>
          <t>The CE-bound NSP function MUST perform</t>
          <ul spacing="normal">
            <li>PCS code sync</li>
            <li>descrambling</li>
          </ul>
          <t>in order to properly</t>
          <ul spacing="normal">
            <li>transform invalid 66B code blocks into proper error control characters /E/</li>
            <li>insert Local Fault (LF) ordered sets when the CE-bound IWF is in PLOS state or when PLE packets are received with the L-bit being set</li>
          </ul>
          <t>Note: Invalid 66B code blocks typically are a consequence of the CE-bound IWF inserting replacement data in case of lost PLE packets, or if the farend PSN-bound NSP function did set sync headers to 11 due to uncorrectable FEC errors.</t>
          <t>Before sending the bit stream to the CE, the CE-bound NSP function MUST also scramble the 64B/66B code stream.</t>
        </section>
        <section anchor="gbase-r-50gbase-r-and-100gbase-r">
          <name>40GBASE-R, 50GBASE-R and 100GBASE-R</name>
          <t>The PCS layers of 40GBASE-R and 100GBASE-R defined in clause 82 and of 50GBASE-R defined in clause 133 of <xref target="IEEE802.3"/> are based on a 64B/66B code transmitted over multiple lanes.</t>
          <t><xref target="IEEE802.3"/> clauses 74 and 91 do define an optional FEC layer, if present the PSN-bound NSP function MUST terminate the FEC and the CE-bound NSP function must generate the FEC.</t>
          <t>To gain access to the scrambled 64B/66B code stream the PSN-bound NSP further MUST perform</t>
          <ul spacing="normal">
            <li>block synchronization</li>
            <li>PCS lane deskew</li>
            <li>PCS lane reordering</li>
          </ul>
          <t>The PSN-bound NSP function is also responsible to detect 40GBASE-R, 50GBASE-R and 100GBASE-R specific attachment circuit faults such as LOS and loss of alignment.</t>
          <t>The PSN-bound IWF is mapping the serialized, scrambled 64B/66B code stream including the alignment markers into the basic PLE payload.</t>
          <t>The CE-bound NSP function MUST perform</t>
          <ul spacing="normal">
            <li>PCS code sync</li>
            <li>alignment marker removal</li>
            <li>descrambling</li>
          </ul>
          <t>in order to properly</t>
          <ul spacing="normal">
            <li>transform invalid 66B code blocks into proper error control characters /E/</li>
            <li>insert Local Fault (LF) ordered sets when the CE-bound IWF is in PLOS state or when PLE packets are received with the L-bit being set</li>
          </ul>
          <t>Note: Invalid 66B code blocks typically are a consequence of the CE-bound IWF inserting replacement data in case of lost PLE packets, or if the farend PSN-bound NSP function did set sync headers to 11 due to uncorrectable FEC errors.</t>
          <t>When sending the bit stream to the CE, the CE-bound NSP function MUST also perform</t>
          <ul spacing="normal">
            <li>scrambling of the 64B/66B code</li>
            <li>block distribution</li>
            <li>alignment marker insertion</li>
          </ul>
        </section>
        <section anchor="gbase-r-and-400gbase-r">
          <name>200GBASE-R and 400GBASE-R</name>
          <t>The PCS layers of 200GBASE-R and 400GBASE-R defined in clause 119 of <xref target="IEEE802.3"/> are based on a 64B/66B code transcoded to 
a 256B/257B code to reduce the overhead and make room for a mandatory FEC.</t>
          <t>To gain access to the 64B/66B code stream the PSN-bound NSP further MUST perform</t>
          <ul spacing="normal">
            <li>alignment lock and deskew</li>
            <li>PCS Lane reordering and de-interleaving</li>
            <li>FEC decoding</li>
            <li>post-FEC interleaving</li>
            <li>alignment marker removal</li>
            <li>descrambling</li>
            <li>reverse transcoding from 256B/257B to 64B/66B</li>
          </ul>
          <t>Further the PSN-bound NSP MUST perform rate compensation and scrambling before the PSN-bound IWF is mapping the same into the basic PLE payload.</t>
          <t>Rate compensation is applied so that the rate of the 66B encoded bit stream carried by PLE is 528/544 times the nominal bitrate of the 200GBASE-R or 400GBASE-R at the PMA service interface. X number of 66 byte long rate compensation blocks are inserted every X*20479 number of 66B client blocks. For 200GBASE-R the value of X is 16 and for 400GBASE-R the value of X is 32. Rate compensation blocks are special 66B control characters of type 0x00 that can easily be searched for by the CE-bound IWF in order to remove them.</t>
          <t>The PSN-bound NSP function is also responsible to detect 200GBASE-R and 400GBASE-R specific attachment circuit faults such as LOS and loss of alignment.</t>
          <t>The CE-bound NSP function MUST perform</t>
          <ul spacing="normal">
            <li>PCS code sync</li>
            <li>descrambling</li>
            <li>rate compensation block removal</li>
          </ul>
          <t>in order to properly</t>
          <ul spacing="normal">
            <li>transform invalid 66B code blocks into proper error control characters /E/</li>
            <li>insert Local Fault (LF) ordered sets when the CE-bound IWF is in PLOS state or when PLE packets are received with the L-bit being set</li>
          </ul>
          <t>Note: Invalid 66B code blocks typically are a consequence of the CE-bound IWF inserting replacement data in case of lost PLE packets, or if the farend PSN-bound NSP function did set sync headers to 11 due to uncorrectable FEC errors.</t>
          <t>When sending the bit stream to the CE, the CE-bound NSP function MUST also perform</t>
          <ul spacing="normal">
            <li>transcoding from 64B/66B to 256B/257B</li>
            <li>scrambling</li>
            <li>aligment marker insertion</li>
            <li>pre-FEC distribution</li>
            <li>FEC encoding</li>
            <li>PCS Lane distribution</li>
          </ul>
        </section>
        <section anchor="energy-efficient-ethernet-eee">
          <name>Energy Efficient Ethernet (EEE)</name>
          <t>Section 78 of <xref target="IEEE802.3"/> does define the optional Low Power Idle (LPI) capability for ethernet. Two modes are defined</t>
          <ul spacing="normal">
            <li>deep sleep</li>
            <li>fast wake</li>
          </ul>
          <t>Deep sleep mode is not compatible with PLE due to the CE ceasing transmission. Hence there is no support for LPI for 10GBASE-R services across PLE.</t>
          <t>When in fast wake mode the CE transmits /LI/ control code blocks instead of /I/ control code blocks and therefore PLE is agnostic to it. For 25GBASE-R and higher services across PLE, LPI is supported as only fast wake mode is applicable.</t>
        </section>
      </section>
      <section anchor="sonetsdh-services">
        <name>SONET/SDH Services</name>
        <t>SONET/SDH services are special cases of the structured bit stream defined in <xref section="3.3.4" sectionFormat="of" target="RFC3985"/>.</t>
        <t>SDH interfaces are defined in <xref target="G.707"/> and SONET interfaces are defined in <xref target="GR253"/>.</t>
        <t>The PSN-bound NSP function does not modify the received data but is responsible to detect SONET/SDH interface specific attachment circuit faults such as LOS, LOF and OOF.</t>
        <t>Data received by the PSN-bound IWF is mapped into the basic PLE payload without any awareness of SONET/SDH frames.</t>
        <t>When the CE-bound IWF is in PLOS state or when PLE packets are received with the L-bit being set, the CE-bound NSP function is responsible for generating the</t>
        <ul spacing="normal">
          <li>MS-AIS maintenance signal defined in clause 6.2.4.1.1 of <xref target="G.707"/> for SDH services</li>
          <li>AIS-L maintenance signal defined in clause 6.2.1.2 of <xref target="GR253"/> for SONET services</li>
        </ul>
        <t>at client frame boundaries.</t>
      </section>
      <section anchor="fibre-channel-services">
        <name>Fibre Channel Services</name>
        <t>Fibre channel services are special cases of the structured bit stream defined in <xref section="3.3.4" sectionFormat="of" target="RFC3985"/>.</t>
        <t>The T11 technical committee of INCITS has defined several layers for fibre channel. Emulation is operating at the FC-1 layer.</t>
        <t>Over time many different fibre channel interface types have been specified in FC-PI-x and FC-FS-x standards with a varying set of characteristcs such as optional vs mandatory FEC and single-lane vs multi-lane transmission.</t>
        <t>All fibre channel services are leveraging the basic PLE payload and interface specific mechanisms are confined to the respective service specific NSP functions.</t>
        <section anchor="gfc-2gfc-4gfc-and-8gfc">
          <name>1GFC, 2GFC, 4GFC and 8GFC</name>
          <t>The PSN-bound NSP function is responsible to detect fibre channel specific attachment circuit faults such as LOS and sync loss.</t>
          <t>The PSN-bound IWF is mapping the received 8B/10B code stream as is into the basic PLE payload.</t>
          <t>The CE-bound NSP function MUST perform transmission word sync in order to properly</t>
          <ul spacing="normal">
            <li>replace invalid transmission words with the special character K30.7</li>
            <li>insert Not Operational (NOS) ordered sets when the CE-bound IWF is in PLOS state or when PLE packets are received with the L-bit being set</li>
          </ul>
          <t>Note: Invalid transmission words typically are a consequence of the CE-bound IWF inserting replacement data in case of lost PLE packets.</t>
          <t>FC-FS-2 amendment 1 does define the use of scrambling for 8GFC, in this case the CE-bound NSP MUST also perform descrambling before replacing invalid transmission words or inserting NOIS ordered sets. And before sending the bit stream to the, the CE-bound NSP function MUST scramble the 8B/10B code stream.</t>
        </section>
        <section anchor="gfc-and-32gfc">
          <name>16GFC and 32GFC</name>
          <t>FC-PI-5 amendment 1 defines a optional FEC layer for 16GFC. For 32GFC the FEC layer is, as defined in FC-PI-6, mandatory. If FEC is present, the PSN-bound NSP function MUST terminate the FEC and the CE-bound NSP function must generate the FEC.</t>
          <t>The PSN-bound NSP function is responsible to detect fibre channel specific attachment circuit faults such as LOS and sync loss.</t>
          <t>The PSN-bound IWF is mapping the received 64B/66B code stream as is into the basic PLE payload.</t>
          <t>The CE-bound NSP function MUST perform</t>
          <ul spacing="normal">
            <li>transmission word sync</li>
            <li>descrambling</li>
          </ul>
          <t>in order to properly</t>
          <ul spacing="normal">
            <li>replace invalid transmission words with the error transmission word 1Eh</li>
            <li>insert Not Operational (NOS) ordered sets when the CE-bound IWF is in PLOS state or when PLE packets are received with the L-bit being set</li>
          </ul>
          <t>Note: Invalid transmission words typically are a consequence of the CE-bound IWF inserting replacement data in case of lost PLE packets, or if the farend PSN-bound NSP function did set sync headers to 11 due to uncorrectable FEC errors.</t>
          <t>Before sending the bit stream to the CE, the CE-bound NSP function MUST also scramble the 64B/66B code stream.</t>
        </section>
        <section anchor="gfc-and-4-lane-128gfc">
          <name>64GFC and 4-lane 128GFC</name>
          <t>Both FC-PI-7 for 64GFC and FC-PI-6P for 4-lane 128GFC define a mandatory FEC layer. The PSN-bound NSP function MUST terminate the FEC and the CE-bound NSP function must generate the FEC.</t>
          <t>To gain access to the 64B/66B code stream the PSN-bound NSP further MUST perform</t>
          <ul spacing="normal">
            <li>alignment lock and deskew</li>
            <li>Lane reordering and de-interleaving</li>
            <li>FEC decoding</li>
            <li>post-FEC interleaving</li>
            <li>alignment marker removal</li>
            <li>descrambling</li>
            <li>reverse transcoding from 256B/257B to 64B/66B</li>
          </ul>
          <t>Further the PSN-bound NSP MUST perform scrambling before the PSN-bound IWF is mapping the same into the basic PLE payload.</t>
          <t>Note : the use of rate compensation is for further study.</t>
          <t>The PSN-bound NSP function is also responsible to detect fibre channel specific attachment circuit faults such as LOS and sync loss.</t>
          <t>The CE-bound NSP function MUST perform</t>
          <ul spacing="normal">
            <li>tranmission word sync</li>
            <li>descrambling</li>
          </ul>
          <t>in order to properly</t>
          <ul spacing="normal">
            <li>replace invalid transmission words with the error transmission word 1Eh</li>
            <li>insert Not Operational (NOS) ordered sets when the CE-bound IWF is in PLOS state or when PLE packets are received with the L-bit being set</li>
          </ul>
          <t>Note: Invalid transmission words typically are a consequence of the CE-bound IWF inserting replacement data in case of lost PLE packets, or if the farend PSN-bound NSP function did set sync headers to 11 due to uncorrectable FEC errors.</t>
          <t>When sending the bit stream to the CE, the CE-bound NSP function MUST also perform</t>
          <ul spacing="normal">
            <li>transcoding from 64B/66B to 256B/257B</li>
            <li>scrambling</li>
            <li>aligment marker insertion</li>
            <li>pre-FEC distribution</li>
            <li>FEC encoding</li>
            <li>Lane distribution</li>
          </ul>
        </section>
      </section>
      <section anchor="oduk-otn-services">
        <name>ODUk OTN Services</name>
        <t>ODUk services are special cases of the structured bit stream defined in <xref section="3.3.4" sectionFormat="of" target="RFC3985"/>.</t>
        <t>OTN interfaces are defined in <xref target="G.709"/>.</t>
        <t>The PSN-bound NSP function MUST terminate the FEC and present to the IWF an extended ODUk including a valid frame alignment overhead.</t>
        <t>The PSN-bound NSP function is also responsible to detect OTUk specific attachment circuit faults such as LOS, LOF, LOM and AIS.</t>
        <t>For ODUk services the PSN-bound IWF MUST use the byte aligned PLE payload.</t>
        <t>The CE-bound NSP function will recover the ODUk by searching for the frame alignment overhead and generate the FEC.</t>
        <t>When the CE-bound IWF is in PLOS state or when PLE packets are received with the L-bit being set, the CE-bound NSP function is responsible for generating the ODUk-AIS maintenance signal defined in clause 16.5.1 of <xref target="G.709"/> at client frame boundaries.</t>
      </section>
    </section>
    <section anchor="ple-encapsulation-layer">
      <name>PLE Encapsulation Layer</name>
      <t>The basic packet format used by PLE is shown in the <xref target="encap"/>.</t>
      <figure anchor="encap">
        <name>PLE Encapsulation Layer</name>
        <artwork><![CDATA[
+-------------------------------+  -+
|     PSN and VPWS Demux        |    \
|          (MPLS/SRv6)          |     > PSN and VPWS
|                               |    /  Demux Headers
+-------------------------------+  -+
|        PLE Control Word       |    \
+-------------------------------+     > PLE Header
|           RTP Header          |    /
+-------------------------------+ --+
|          Bit Stream           |    \
|           Payload             |     > Payload
|                               |    /
+-------------------------------+ --+
]]></artwork>
      </figure>
      <section anchor="psn-and-vpws-demultiplexing-headers">
        <name>PSN and VPWS Demultiplexing Headers</name>
        <t>This document does not imply any specific technology to be used for implementing the VPWS demultiplexing and PSN layers.</t>
        <t>When a MPLS PSN layer is used. A VPWS label provides the demultiplexing mechanism as described in <xref section="5.4.2" sectionFormat="of" target="RFC3985"/>. The PSN tunnel can be a simple best path Label Switched Path (LSP) established using LDP <xref target="RFC5036"/> or Segment Routing <xref target="RFC8402"/> or a traffic engineered LSP established using RSVP-TE <xref target="RFC3209"/> or SR-TE <xref target="RFC9256"/>.</t>
        <t>When PLE is applied to a SRv6 based PSN, the mechanisms defined in <xref target="RFC8402"/> and the End.DX2 endpoint behavior defined in <xref target="RFC8986"/> do apply.</t>
      </section>
      <section anchor="ple-header">
        <name>PLE Header</name>
        <t>The PLE header MUST contain the PLE control word (4 bytes) and MUST include a fixed size RTP header <xref target="RFC3550"/>. The RTP header MUST immediately follow the PLE control word.</t>
        <section anchor="ple-control-word">
          <name>PLE Control Word</name>
          <t>The format of the PLE control word is in line with the guidance in <xref target="RFC4385"/> and is shown in <xref target="cw"/>.</t>
          <figure anchor="cw">
            <name>PLE Control Word</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
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|0 0 0 0|L|R|RSV|FRG|   LEN     |       Sequence number         |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
          </figure>
          <t>The bits 0..3 of the first nibble are set to 0 to differentiate a control word or Associated Channel Header (ACH) from an IP packet or ethernet frame. The first nibble MUST be set to 0000b to indicate that this header is a control word as defined in <xref section="3" sectionFormat="of" target="RFC4385"/>.</t>
          <t>The other fields in the control word are used as defined below:</t>
          <ul spacing="normal">
            <li>L</li>
          </ul>
          <ul empty="true">
            <li>
              <t>Set by the PE to indicate that data carried in the payload is invalid due to an attachment circuit fault. The downstream PE MUST play out appropriate replacement data. The NSP MAY inject an appropriate native fault propagation signal.</t>
            </li>
          </ul>
          <ul spacing="normal">
            <li>R</li>
          </ul>
          <ul empty="true">
            <li>
              <t>Set by the downstream PE to indicate that the IWF experiences packet loss from the PSN or a server layer backward fault indication is present in the NSP. The R bit MUST be cleared by the PE once the packet loss state or fault indication has cleared.</t>
            </li>
          </ul>
          <ul spacing="normal">
            <li>RSV</li>
          </ul>
          <ul empty="true">
            <li>
              <t>These bits are reserved for future use. This field MUST be set to zero by the sender and ignored by the receiver.</t>
            </li>
          </ul>
          <ul spacing="normal">
            <li>FRG</li>
          </ul>
          <ul empty="true">
            <li>
              <t>These bits MUST be set to zero by the sender and ignored by the receiver.</t>
            </li>
          </ul>
          <ul spacing="normal">
            <li>LEN</li>
          </ul>
          <ul empty="true">
            <li>
              <t>In accordance to <xref section="3" sectionFormat="of" target="RFC4385"/> the length field MUST always be set to zero as there is no padding added to the PLE packet. To detect malformed packets the default, preconfigured or signaled payload size MUST be assumed.</t>
            </li>
          </ul>
          <ul spacing="normal">
            <li>Sequence number</li>
          </ul>
          <ul empty="true">
            <li>
              <t>The sequence number field is used to provide a common PW sequencing function as well as detection of lost packets. It MUST be generated in accordance with the rules defined in <xref section="5.1" sectionFormat="of" target="RFC3550"/> and MUST be incremented with every PLE packet being sent.</t>
            </li>
          </ul>
        </section>
        <section anchor="rtp-header">
          <name>RTP Header</name>
          <t>The RTP header MUST be included and is used for explicit transfer of timing information. The RTP header is purely a formal reuse and RTP mechanisms, such as header extensions, contributing source (CSRC) list, padding, RTP Control Protocol (RTCP), RTP header compression, Secure Realtime Transport Protocol (SRTP), etc., are not applicable to PLE VPWS.</t>
          <t>The format of the RTP header is as shown in <xref target="rtp"/>.</t>
          <figure anchor="rtp">
            <name>RTP Header</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
      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
      |V=2|P|X|  CC   |M|     PT      |       Sequence Number         |
      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
      |                           Timestamp                           |
      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
      |           Synchronization Source (SSRC) Identifier            |
      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
          </figure>
          <ul spacing="normal">
            <li>V: Version</li>
          </ul>
          <ul empty="true">
            <li>
              <t>The version field MUST be set to 2.</t>
            </li>
          </ul>
          <ul spacing="normal">
            <li>P: Padding</li>
          </ul>
          <ul empty="true">
            <li>
              <t>The padding flag MUST be set to zero by the sender and ignored by the receiver.</t>
            </li>
          </ul>
          <ul spacing="normal">
            <li>X: Header extension</li>
          </ul>
          <ul empty="true">
            <li>
              <t>The X bit MUST be set to zero by sender and ignored by receiver.</t>
            </li>
          </ul>
          <ul spacing="normal">
            <li>CC: CSRC count</li>
          </ul>
          <ul empty="true">
            <li>
              <t>The CC field MUST be set to zero by the sender and ignored by the receiver.</t>
            </li>
          </ul>
          <ul spacing="normal">
            <li>PT: Payload type</li>
          </ul>
          <ul empty="true">
            <li>
              <t>A PT value MUST be allocated from the range of dynamic values defined by <xref target="RFC3551"/> for each direction of the VPWS. The same PT value MAY be reused both for direction and between different PLE VPWS.</t>
            </li>
          </ul>
          <ul spacing="normal">
            <li>Sequence number</li>
          </ul>
          <ul empty="true">
            <li>
              <t>The Sequence number in the RTP header MUST be equal to the sequence number in the PLE control word. The sequence number of the RTP header MAY be used to extend the sequence number of the PLE control word from 16 to 32 bits. If so, the initial value of the RTP sequence number MUST be 0 and incremented whenever the PLE control word sequence number cycles through from 0xFFFF to 0x0000.</t>
            </li>
          </ul>
          <ul spacing="normal">
            <li>Timestamp</li>
          </ul>
          <ul empty="true">
            <li>
              <t>Timestamp values are used in accordance with the rules established in <xref target="RFC3550"/>. For bit-streams up to 200 Gbps the frequency of the clock used for generating timestamps MUST be 125 MHz based on a the common clock I. For bit-streams above 200 Gbps the frequency MUST be 250 MHz.</t>
            </li>
          </ul>
          <ul spacing="normal">
            <li>SSRC: Synchronization source</li>
          </ul>
          <ul empty="true">
            <li>
              <t>The SSRC field MAY be used for detection of misconnections.</t>
            </li>
          </ul>
        </section>
      </section>
    </section>
    <section anchor="ple-payload-layer">
      <name>PLE Payload Layer</name>
      <t>A bit-stream is mapped into a PLE packet with a fixed payload size which MUST be defined during VPWS setup, MUST be the same in both directions of the VPWS and MUST remain unchanged for the lifetime of the VPWS.</t>
      <t>All PLE implementations MUST be capable of supporting the default payload size of 1024 bytes.</t>
      <section anchor="basic-payload">
        <name>Basic Payload</name>
        <t>The PLE payload is filled with incoming bits of the bit-stream starting from the most significant to the least significant bit without considering any structure of the bit-stream.</t>
      </section>
      <section anchor="byte-aligned-payload">
        <name>Byte aligned Payload</name>
        <t>The PLE payload is filled in a byte aligned manner, where the order of the payload bytes corresponds to their order on the attachment circuit. Consecutive bits coming from the attachment circuit fill each payload byte starting from most significant bit to least significant.</t>
        <t>All PLE implementations MUST support the transport of OTN bit-streams using the byte aligned payload.</t>
      </section>
    </section>
    <section anchor="ple-operation">
      <name>PLE Operation</name>
      <section anchor="common-considerations">
        <name>Common Considerations</name>
        <t>A PLE VPWS can be established using manual configuration or leveraging mechanisms of a signaling protocol.</t>
        <t>Furthermore emulation of bit-stream signals using PLE is only possible when the two attachment circuits of the VPWS are of the same type (OC192, 10GBASE-R, ODU2, etc) and are using the same PLE payload type and payload size. This can be ensured via manual configuration or via a signaling protocol</t>
        <t>PLE related control protocol extensions to PWE3 <xref target="RFC4447"/> and EVPN-VPWS <xref target="RFC8214"/> are out of scope of this document and are described in <xref target="I-D.schmutzer-bess-ple-vpws-signalling"/>.</t>
      </section>
      <section anchor="ple-iwf-operation">
        <name>PLE IWF Operation</name>
        <section anchor="psn-bound-encapsulation-behavior">
          <name>PSN-bound Encapsulation Behavior</name>
          <t>After the VPWS is set up, the PSN-bound IWF does perform the following steps:</t>
          <ul spacing="normal">
            <li>Packetize the data received from the CE is into a fixed size PLE payloads</li>
            <li>Add PLE control word and RTP header with sequence numbers, flags and timestamps properly set</li>
            <li>Add the VPWS demultiplexer and PSN headers</li>
            <li>Transmit the resulting packets over the PSN</li>
            <li>Set L bit in the PLE control word whenever attachment circuit detects a fault</li>
            <li>Set R bit in the PLE control word whenever the local CE-bound IWF is in packet loss state</li>
          </ul>
        </section>
        <section anchor="ce-bound-decapsulation-behavior">
          <name>CE-bound Decapsulation Behavior</name>
          <t>The CE-bound IWF is responsible for removing the PSN and VPWS demultiplexing headers, PLE control word and RTP header from the received packet stream and play-out of the bit-stream to the local attachment circuit.</t>
          <t>A de-jitter buffer MUST be implemented where the PLE packets are stored upon arrival. The size of this buffer SHOULD be locally configurable to allow accommodation of specific PSN packet delay variation expected.</t>
          <t>The CE-bound IWF SHOULD use the sequence number in the control word to detect lost and mis-ordered packets. It MAY use the sequence number in the RTP header for the same purposes.</t>
          <t>The payload of a lost packet MUST be replaced with equivalent amount of replacement data. The contents of the replacement data MAY be locally configurable. All PLE implementations MUST support generation of "0xAA" as replacement data. The alternating sequence of 0s and 1s of the "0xAA" pattern does ensure clock synchronization is maintained. While playing out the replacement data, the IWF will apply a holdover mechanism to maintain the clock.</t>
          <t>Whenever the VPWS is not operationally up, the CE-bound NSP function MUST inject the appropriate native downstream fault indication signal.</t>
          <t>Whenever a VPWS comes up, the CE-bound IWF enters the intermediate state, will start receiving PLE packets and will store them in the jitter buffer. The CE-bound NSP function will continue to inject the appropriate native downstream fault indication signal until a pre-configured amount of payloads is stored in the jitter buffer.</t>
          <t>After the pre-configured amount of payload is present in the jitter buffer the CE-bound IWF transitions to the normal operation state and the content of the jitter buffer is played out to the CE in accordance with the required clock. In this state the CE-bound IWF MUST perform egress clock recovery.</t>
          <t>The recovered clock MUST comply with the jitter and wander requirements applicable to the type of attachment circuit, specified in:</t>
          <ul spacing="normal">
            <li>
              <xref target="G.825"/> and <xref target="G.823"/> for SDH</li>
            <li>
              <xref target="GR253"/> for SONET</li>
            <li>
              <xref target="G.8261"/> for synchronous ethernet</li>
            <li>
              <xref target="G.8251"/> for OTN</li>
          </ul>
          <t>Whenever the L bit is set in the PLE control word of a received PLE packet the CE-bound NSP function SHOULD inject the appropriate native downstream fault indication signal instead of playing out the payload.</t>
          <t>If the CE-bound IWF detects loss of consecutive packets for a pre-configured amount of time (default is 1 millisecond), it enters packet loss (PLOS) state and a corresponding defect is declared.</t>
          <t>If the CE-bound IWF detects a packet loss ratio (PLR) above a configurable signal-degrade (SD) threshold for a configurable amount of consecutive 1-second intervals, it enters the degradation (DEG) state and a corresponding defect is declared. Possible values for the SD-PLR threshold are between 1..100% with the default being 15%. Possible values for consecutive intervals are 2..10 with the default 7.</t>
          <t>While either a PLOS or DEG defect is declared the CE-bound NSP function SHOULD inject the appropriate native downstream fault indication signal. Also the PSN-bound IWF SHOULD set the R bit in the PLE control word of every packet transmitted.</t>
          <t>The CE-bound IWF does change from the PLOS to normal state after the pre-configured amount of payload has been received similarly to the transition from intermediate to normal state.</t>
          <t>Whenever the R bit is set in the PLE control word of a received PLE packet the PLE performance monitoring statistics SHOULD get updated.</t>
        </section>
      </section>
      <section anchor="ple-performance-monitoring">
        <name>PLE Performance Monitoring</name>
        <t>PLE SHOULD provide the following functions to monitor the network performance to be inline with expectations of transport network operators.</t>
        <t>The near-end performance monitors defined for PLE are as follows:</t>
        <ul spacing="normal">
          <li>ES-PLE : PLE Errored Seconds</li>
          <li>SES-PLE : PLE Severely Errored Seconds</li>
          <li>UAS-PLE : PLE Unavailable Seconds</li>
        </ul>
        <t>Each second with at least one packet lost or a PLOS/DEG defect SHALL be counted as ES-PLE. Each second with a PLR greater than 15% or a PLOS/DEG defect SHALL be counted as SES-PLE.</t>
        <t>UAS-PLE SHALL be counted after configurable number of consecutive SES-PLE have been observed, and no longer counted after a configurable number of consecutive seconds without SES-PLE have been observed. Default value for each is 10 seconds.</t>
        <t>Once unavailability is detected, ES and SES counts SHALL be inhibited up to the point where the unavailability was started. Once unavailability is removed, ES and SES that occurred along the clearing period SHALL be added to the ES and SES counts.</t>
        <t>A PLE far-end performance monitor is providing insight into the CE-bound IWF at the far end of the PSN. The statistics are based on the PLE-RDI indication carried in the PLE control word via the R bit.</t>
        <t>The PLE VPWS performance monitors are derived from the definitions in accordance with <xref target="G.826"/></t>
      </section>
    </section>
    <section anchor="qos-and-congestion-control">
      <name>QoS and Congestion Control</name>
      <t>The PSN carrying PLE VPWS may be subject to congestion, but PLE VPWS representing constant bit-rate (CBR) flows cannot respond to congestion in a TCP-friendly manner as described in <xref target="RFC2913"/>.</t>
      <t>Hence the PSN providing connectivity for the PLE VPWS between PE devices MUST be Diffserv <xref target="RFC2475"/> enabled and MUST provide a per domain behavior <xref target="RFC3086"/> that guarantees low jitter and low loss.</t>
      <t>To achieve the desired per domain behavior PLE VPWS SHOULD be carried over traffic-engineering paths through the PSN with bandwidth reservation and admission control applied.</t>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>As PLE is leveraging VPWS as transport mechanism the security considerations described in <xref target="RFC7432"/> and <xref target="RFC3985"/> are applicable.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>Applicable signaling extensions are out of the scope of this document, hence there are no new requirements from IANA.</t>
    </section>
    <section anchor="acknowledgements">
      <name>Acknowledgements</name>
      <t>The authors would like to thank Andreas Burk for reviewing this document and providing useful comments and suggestions.</t>
      <!-- KRAMNDOWN REFERENCES

kramdown examples

references
https://github.com/cabo/kramdown-rfc2629
https://github.com/cabo/kramdown-rfc2629/blob/master/examples/draft-ietf-core-block-xx.mkd
  https://miek.nl/2016/march/05/mmark-syntax-document/

Example table:

| HTTP | CoAP |
| 200  | 2.05 |
{: #code-mapping}

The mapping is defined in {{code-mapping}}.

Example references:

* Normative reference {{RFC2119}} example
* Informative reference {{RFC1925}} example

-->

</section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <reference anchor="RFC3985">
          <front>
            <title>Pseudo Wire Emulation Edge-to-Edge (PWE3) Architecture</title>
            <author fullname="S. Bryant" initials="S." role="editor" surname="Bryant">
              <organization/>
            </author>
            <author fullname="P. Pate" initials="P." role="editor" surname="Pate">
              <organization/>
            </author>
            <date month="March" year="2005"/>
            <abstract>
              <t>This document describes an architecture for Pseudo Wire Emulation Edge-to-Edge (PWE3).  It discusses the emulation of services such as Frame Relay, ATM, Ethernet, TDM, and SONET/SDH over packet switched networks (PSNs) using IP or MPLS.  It presents the architectural framework for pseudo wires (PWs), defines terminology, and specifies the various protocol elements and their functions.  This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3985"/>
          <seriesInfo name="DOI" value="10.17487/RFC3985"/>
        </reference>
        <reference anchor="RFC4664">
          <front>
            <title>Framework for Layer 2 Virtual Private Networks (L2VPNs)</title>
            <author fullname="L. Andersson" initials="L." role="editor" surname="Andersson">
              <organization/>
            </author>
            <author fullname="E. Rosen" initials="E." role="editor" surname="Rosen">
              <organization/>
            </author>
            <date month="September" year="2006"/>
            <abstract>
              <t>This document provides a framework for Layer 2 Provider Provisioned Virtual Private Networks (L2VPNs).  This framework is intended to aid in standardizing protocols and mechanisms to support interoperable L2VPNs.  This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4664"/>
          <seriesInfo name="DOI" value="10.17487/RFC4664"/>
        </reference>
        <reference anchor="RFC4197">
          <front>
            <title>Requirements for Edge-to-Edge Emulation of Time Division Multiplexed (TDM) Circuits over Packet Switching Networks</title>
            <author fullname="M. Riegel" initials="M." role="editor" surname="Riegel">
              <organization/>
            </author>
            <date month="October" year="2005"/>
            <abstract>
              <t>This document defines the specific requirements for edge-to-edge emulation of circuits carrying Time Division Multiplexed (TDM) digital signals of the Plesiochronous Digital Hierarchy as well as the Synchronous Optical NETwork/Synchronous Digital Hierarchy over packet-switched networks.  It is aligned to the common architecture for Pseudo Wire Emulation Edge-to-Edge (PWE3).  It makes references to the generic requirements for PWE3 where applicable and complements them by defining requirements originating from specifics of TDM circuits.  This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4197"/>
          <seriesInfo name="DOI" value="10.17487/RFC4197"/>
        </reference>
        <reference anchor="RFC4385">
          <front>
            <title>Pseudowire Emulation Edge-to-Edge (PWE3) Control Word for Use over an MPLS PSN</title>
            <author fullname="S. Bryant" initials="S." surname="Bryant">
              <organization/>
            </author>
            <author fullname="G. Swallow" initials="G." surname="Swallow">
              <organization/>
            </author>
            <author fullname="L. Martini" initials="L." surname="Martini">
              <organization/>
            </author>
            <author fullname="D. McPherson" initials="D." surname="McPherson">
              <organization/>
            </author>
            <date month="February" year="2006"/>
            <abstract>
              <t>This document describes the preferred design of a Pseudowire Emulation Edge-to-Edge (PWE3) Control Word to be used over an MPLS packet switched network, and the Pseudowire Associated Channel Header.  The design of these fields is chosen so that an MPLS Label Switching Router performing MPLS payload inspection will not confuse a PWE3 payload with an IP payload.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4385"/>
          <seriesInfo name="DOI" value="10.17487/RFC4385"/>
        </reference>
        <reference anchor="G.8261" target="https://www.itu.int/rec/T-REC-G.8261">
          <front>
            <title>Timing and synchronization aspects in packet networks</title>
            <author>
              <organization>International Telecommunication Union (ITU)</organization>
            </author>
            <date year="2019" month="August"/>
          </front>
        </reference>
        <reference anchor="GR253">
          <front>
            <title>SONET Transport Systems : Common Generic Criteria</title>
            <author>
              <organization>Telcordia</organization>
            </author>
            <date year="2009" month="October"/>
          </front>
        </reference>
        <reference anchor="G.825" target="https://www.itu.int/rec/T-REC-G.825">
          <front>
            <title>The control of jitter and wander within digital networks which are based on the synchronous digital hierarchy (SDH)</title>
            <author>
              <organization>International Telecommunication Union (ITU)</organization>
            </author>
            <date year="2000" month="March"/>
          </front>
        </reference>
        <reference anchor="G.823" target="https://www.itu.int/rec/T-REC-G.823">
          <front>
            <title>The control of jitter and wander within digital networks which are based on the 2048 kbit/s hierarchy</title>
            <author>
              <organization>International Telecommunication Union (ITU)</organization>
            </author>
            <date year="2000" month="March"/>
          </front>
        </reference>
        <reference anchor="G.8251" target="https://www.itu.int/rec/T-REC-G.8251">
          <front>
            <title>The control of jitter and wander within the optical transport network (OTN)</title>
            <author>
              <organization>International Telecommunication Union (ITU)</organization>
            </author>
            <date year="2022" month="November"/>
          </front>
        </reference>
        <reference anchor="G.826" target="https://www.itu.int/rec/T-REC-G.826">
          <front>
            <title>End-to-end error performance parameters and objectives for international, constant bit-rate digital paths and connections</title>
            <author>
              <organization>International Telecommunication Union (ITU)</organization>
            </author>
            <date year="2002" month="December"/>
          </front>
        </reference>
        <reference anchor="IEEE802.3" target="https://standards.ieee.org/ieee/802.3/10422/">
          <front>
            <title>IEEE Standard for Ethernet</title>
            <author>
              <organization>IEEE</organization>
            </author>
            <date year="2022" month="May"/>
          </front>
        </reference>
        <reference anchor="G.709" target="https://www.itu.int/rec/T-REC-G.709">
          <front>
            <title>Interfaces for the optical transport network</title>
            <author>
              <organization>International Telecommunication Union (ITU)</organization>
            </author>
            <date year="2020" month="June"/>
          </front>
        </reference>
        <reference anchor="G.707" target="https://www.itu.int/rec/T-REC-G.707">
          <front>
            <title>Network node interface for the synchronous digital hierarchy (SDH)</title>
            <author>
              <organization>International Telecommunication Union (ITU)</organization>
            </author>
            <date year="2007" month="January"/>
          </front>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner">
              <organization/>
            </author>
            <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">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba">
              <organization/>
            </author>
            <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>
        <reference anchor="RFC3550">
          <front>
            <title>RTP: A Transport Protocol for Real-Time Applications</title>
            <author fullname="H. Schulzrinne" initials="H." surname="Schulzrinne">
              <organization/>
            </author>
            <author fullname="S. Casner" initials="S." surname="Casner">
              <organization/>
            </author>
            <author fullname="R. Frederick" initials="R." surname="Frederick">
              <organization/>
            </author>
            <author fullname="V. Jacobson" initials="V." surname="Jacobson">
              <organization/>
            </author>
            <date month="July" year="2003"/>
            <abstract>
              <t>This memorandum describes RTP, the real-time transport protocol.  RTP provides end-to-end network transport functions suitable for applications transmitting real-time data, such as audio, video or simulation data, over multicast or unicast network services.  RTP does not address resource reservation and does not guarantee quality-of- service for real-time services.  The data transport is augmented by a control protocol (RTCP) to allow monitoring of the data delivery in a manner scalable to large multicast networks, and to provide minimal control and identification functionality.  RTP and RTCP are designed to be independent of the underlying transport and network layers.  The protocol supports the use of RTP-level translators and mixers. Most of the text in this memorandum is identical to RFC 1889 which it obsoletes.  There are no changes in the packet formats on the wire, only changes to the rules and algorithms governing how the protocol is used. The biggest change is an enhancement to the scalable timer algorithm for calculating when to send RTCP packets in order to minimize transmission in excess of the intended rate when many participants join a session simultaneously.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="64"/>
          <seriesInfo name="RFC" value="3550"/>
          <seriesInfo name="DOI" value="10.17487/RFC3550"/>
        </reference>
        <reference anchor="RFC3551">
          <front>
            <title>RTP Profile for Audio and Video Conferences with Minimal Control</title>
            <author fullname="H. Schulzrinne" initials="H." surname="Schulzrinne">
              <organization/>
            </author>
            <author fullname="S. Casner" initials="S." surname="Casner">
              <organization/>
            </author>
            <date month="July" year="2003"/>
            <abstract>
              <t>This document describes a profile called "RTP/AVP" for the use of the real-time transport protocol (RTP), version 2, and the associated control protocol, RTCP, within audio and video multiparticipant conferences with minimal control.  It provides interpretations of generic fields within the RTP specification suitable for audio and video conferences.  In particular, this document defines a set of default mappings from payload type numbers to encodings. This document also describes how audio and video data may be carried within RTP.  It defines a set of standard encodings and their names when used within RTP.  The descriptions provide pointers to reference implementations and the detailed standards.  This document is meant as an aid for implementors of audio, video and other real-time multimedia applications. This memorandum obsoletes RFC 1890.  It is mostly backwards-compatible except for functions removed because two interoperable implementations were not found.  The additions to RFC 1890 codify existing practice in the use of payload formats under this profile and include new payload formats defined since RFC 1890 was published.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="65"/>
          <seriesInfo name="RFC" value="3551"/>
          <seriesInfo name="DOI" value="10.17487/RFC3551"/>
        </reference>
        <reference anchor="RFC2475">
          <front>
            <title>An Architecture for Differentiated Services</title>
            <author fullname="S. Blake" initials="S." surname="Blake">
              <organization/>
            </author>
            <author fullname="D. Black" initials="D." surname="Black">
              <organization/>
            </author>
            <author fullname="M. Carlson" initials="M." surname="Carlson">
              <organization/>
            </author>
            <author fullname="E. Davies" initials="E." surname="Davies">
              <organization/>
            </author>
            <author fullname="Z. Wang" initials="Z." surname="Wang">
              <organization/>
            </author>
            <author fullname="W. Weiss" initials="W." surname="Weiss">
              <organization/>
            </author>
            <date month="December" year="1998"/>
            <abstract>
              <t>This document defines an architecture for implementing scalable service differentiation in the Internet.  This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2475"/>
          <seriesInfo name="DOI" value="10.17487/RFC2475"/>
        </reference>
        <reference anchor="RFC3086">
          <front>
            <title>Definition of Differentiated Services Per Domain Behaviors and Rules for their Specification</title>
            <author fullname="K. Nichols" initials="K." surname="Nichols">
              <organization/>
            </author>
            <author fullname="B. Carpenter" initials="B." surname="Carpenter">
              <organization/>
            </author>
            <date month="April" year="2001"/>
            <abstract>
              <t>This document defines and discusses Per-Domain Behaviors in detail and lays out the format and required content for contributions to the Diffserv WG on PDBs and the procedure that will be applied for individual PDB specifications to advance as WG products.  This format is specified to expedite working group review of PDB submissions.  This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3086"/>
          <seriesInfo name="DOI" value="10.17487/RFC3086"/>
        </reference>
        <reference anchor="RFC7432">
          <front>
            <title>BGP MPLS-Based Ethernet VPN</title>
            <author fullname="A. Sajassi" initials="A." role="editor" surname="Sajassi">
              <organization/>
            </author>
            <author fullname="R. Aggarwal" initials="R." surname="Aggarwal">
              <organization/>
            </author>
            <author fullname="N. Bitar" initials="N." surname="Bitar">
              <organization/>
            </author>
            <author fullname="A. Isaac" initials="A." surname="Isaac">
              <organization/>
            </author>
            <author fullname="J. Uttaro" initials="J." surname="Uttaro">
              <organization/>
            </author>
            <author fullname="J. Drake" initials="J." surname="Drake">
              <organization/>
            </author>
            <author fullname="W. Henderickx" initials="W." surname="Henderickx">
              <organization/>
            </author>
            <date month="February" year="2015"/>
            <abstract>
              <t>This document describes procedures for BGP MPLS-based Ethernet VPNs (EVPN).  The procedures described here meet the requirements specified in RFC 7209 -- "Requirements for Ethernet VPN (EVPN)".</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7432"/>
          <seriesInfo name="DOI" value="10.17487/RFC7432"/>
        </reference>
      </references>
      <references>
        <name>Informative References</name>
        <reference anchor="RFC4842">
          <front>
            <title>Synchronous Optical Network/Synchronous Digital Hierarchy (SONET/SDH) Circuit Emulation over Packet (CEP)</title>
            <author fullname="A. Malis" initials="A." surname="Malis">
              <organization/>
            </author>
            <author fullname="P. Pate" initials="P." surname="Pate">
              <organization/>
            </author>
            <author fullname="R. Cohen" initials="R." role="editor" surname="Cohen">
              <organization/>
            </author>
            <author fullname="D. Zelig" initials="D." surname="Zelig">
              <organization/>
            </author>
            <date month="April" year="2007"/>
            <abstract>
              <t>This document provides encapsulation formats and semantics for emulating Synchronous Optical Network/Synchronous Digital Hierarchy (SONET/SDH) circuits and services over MPLS.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4842"/>
          <seriesInfo name="DOI" value="10.17487/RFC4842"/>
        </reference>
        <reference anchor="RFC4553">
          <front>
            <title>Structure-Agnostic Time Division Multiplexing (TDM) over Packet (SAToP)</title>
            <author fullname="A. Vainshtein" initials="A." role="editor" surname="Vainshtein">
              <organization/>
            </author>
            <author fullname="YJ. Stein" initials="YJ." role="editor" surname="Stein">
              <organization/>
            </author>
            <date month="June" year="2006"/>
            <abstract>
              <t>This document describes a pseudowire encapsulation for Time Division Multiplexing (TDM) bit-streams (T1, E1, T3, E3) that disregards any structure that may be imposed on these streams, in particular the structure imposed by the standard TDM framing.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4553"/>
          <seriesInfo name="DOI" value="10.17487/RFC4553"/>
        </reference>
        <reference anchor="RFC5086">
          <front>
            <title>Structure-Aware Time Division Multiplexed (TDM) Circuit Emulation Service over Packet Switched Network (CESoPSN)</title>
            <author fullname="A. Vainshtein" initials="A." role="editor" surname="Vainshtein">
              <organization/>
            </author>
            <author fullname="I. Sasson" initials="I." surname="Sasson">
              <organization/>
            </author>
            <author fullname="E. Metz" initials="E." surname="Metz">
              <organization/>
            </author>
            <author fullname="T. Frost" initials="T." surname="Frost">
              <organization/>
            </author>
            <author fullname="P. Pate" initials="P." surname="Pate">
              <organization/>
            </author>
            <date month="December" year="2007"/>
            <abstract>
              <t>This document describes a method for encapsulating structured (NxDS0) Time Division Multiplexed (TDM) signals as pseudowires over packet-switching networks (PSNs).  In this regard, it complements similar work for structure-agnostic emulation of TDM bit-streams (see RFC 4553). This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5086"/>
          <seriesInfo name="DOI" value="10.17487/RFC5086"/>
        </reference>
        <reference anchor="RFC5036">
          <front>
            <title>LDP Specification</title>
            <author fullname="L. Andersson" initials="L." role="editor" surname="Andersson">
              <organization/>
            </author>
            <author fullname="I. Minei" initials="I." role="editor" surname="Minei">
              <organization/>
            </author>
            <author fullname="B. Thomas" initials="B." role="editor" surname="Thomas">
              <organization/>
            </author>
            <date month="October" year="2007"/>
            <abstract>
              <t>The architecture for Multiprotocol Label Switching (MPLS) is described in RFC 3031.  A fundamental concept in MPLS is that two Label Switching Routers (LSRs) must agree on the meaning of the labels used to forward traffic between and through them.  This common understanding is achieved by using a set of procedures, called a label distribution protocol, by which one LSR informs another of label bindings it has made.  This document defines a set of such procedures called LDP (for Label Distribution Protocol) by which LSRs distribute labels to support MPLS forwarding along normally routed paths.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5036"/>
          <seriesInfo name="DOI" value="10.17487/RFC5036"/>
        </reference>
        <reference anchor="RFC8402">
          <front>
            <title>Segment Routing Architecture</title>
            <author fullname="C. Filsfils" initials="C." role="editor" surname="Filsfils">
              <organization/>
            </author>
            <author fullname="S. Previdi" initials="S." role="editor" surname="Previdi">
              <organization/>
            </author>
            <author fullname="L. Ginsberg" initials="L." surname="Ginsberg">
              <organization/>
            </author>
            <author fullname="B. Decraene" initials="B." surname="Decraene">
              <organization/>
            </author>
            <author fullname="S. Litkowski" initials="S." surname="Litkowski">
              <organization/>
            </author>
            <author fullname="R. Shakir" initials="R." surname="Shakir">
              <organization/>
            </author>
            <date month="July" year="2018"/>
            <abstract>
              <t>Segment Routing (SR) leverages the source routing paradigm.  A node steers a packet through an ordered list of instructions, called "segments".  A segment can represent any instruction, topological or service based.  A segment can have a semantic local to an SR node or global within an SR domain.  SR provides a mechanism that allows a flow to be restricted to a specific topological path, while maintaining per-flow state only at the ingress node(s) to the SR domain.</t>
              <t>SR can be directly applied to the MPLS architecture with no change to the forwarding plane.  A segment is encoded as an MPLS label.  An ordered list of segments is encoded as a stack of labels.  The segment to process is on the top of the stack.  Upon completion of a segment, the related label is popped from the stack.</t>
              <t>SR can be applied to the IPv6 architecture, with a new type of routing header.  A segment is encoded as an IPv6 address.  An ordered list of segments is encoded as an ordered list of IPv6 addresses in the routing header.  The active segment is indicated by the Destination Address (DA) of the packet.  The next active segment is indicated by a pointer in the new routing header.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8402"/>
          <seriesInfo name="DOI" value="10.17487/RFC8402"/>
        </reference>
        <reference anchor="RFC3209">
          <front>
            <title>RSVP-TE: Extensions to RSVP for LSP Tunnels</title>
            <author fullname="D. Awduche" initials="D." surname="Awduche">
              <organization/>
            </author>
            <author fullname="L. Berger" initials="L." surname="Berger">
              <organization/>
            </author>
            <author fullname="D. Gan" initials="D." surname="Gan">
              <organization/>
            </author>
            <author fullname="T. Li" initials="T." surname="Li">
              <organization/>
            </author>
            <author fullname="V. Srinivasan" initials="V." surname="Srinivasan">
              <organization/>
            </author>
            <author fullname="G. Swallow" initials="G." surname="Swallow">
              <organization/>
            </author>
            <date month="December" year="2001"/>
            <abstract>
              <t>This document describes the use of RSVP (Resource Reservation Protocol), including all the necessary extensions, to establish label-switched paths (LSPs) in MPLS (Multi-Protocol Label Switching).  Since the flow along an LSP is completely identified by the label applied at the ingress node of the path, these paths may be treated as tunnels.  A key application of LSP tunnels is traffic engineering with MPLS as specified in RFC 2702.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3209"/>
          <seriesInfo name="DOI" value="10.17487/RFC3209"/>
        </reference>
        <reference anchor="RFC9256">
          <front>
            <title>Segment Routing Policy Architecture</title>
            <author fullname="C. Filsfils" initials="C." surname="Filsfils">
              <organization/>
            </author>
            <author fullname="K. Talaulikar" initials="K." role="editor" surname="Talaulikar">
              <organization/>
            </author>
            <author fullname="D. Voyer" initials="D." surname="Voyer">
              <organization/>
            </author>
            <author fullname="A. Bogdanov" initials="A." surname="Bogdanov">
              <organization/>
            </author>
            <author fullname="P. Mattes" initials="P." surname="Mattes">
              <organization/>
            </author>
            <date month="July" year="2022"/>
            <abstract>
              <t>Segment Routing (SR) allows a node to steer a packet flow along any path. Intermediate per-path states are eliminated thanks to source routing. SR Policy is an ordered list of segments (i.e., instructions) that represent a source-routed policy. Packet flows are steered into an SR Policy on a node where it is instantiated called a headend node. The packets steered into an SR Policy carry an ordered list of segments associated with that SR Policy.</t>
              <t>This document updates RFC 8402 as it details the concepts of SR Policy and steering into an SR Policy.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9256"/>
          <seriesInfo name="DOI" value="10.17487/RFC9256"/>
        </reference>
        <reference anchor="RFC8986">
          <front>
            <title>Segment Routing over IPv6 (SRv6) Network Programming</title>
            <author fullname="C. Filsfils" initials="C." role="editor" surname="Filsfils">
              <organization/>
            </author>
            <author fullname="P. Camarillo" initials="P." role="editor" surname="Camarillo">
              <organization/>
            </author>
            <author fullname="J. Leddy" initials="J." surname="Leddy">
              <organization/>
            </author>
            <author fullname="D. Voyer" initials="D." surname="Voyer">
              <organization/>
            </author>
            <author fullname="S. Matsushima" initials="S." surname="Matsushima">
              <organization/>
            </author>
            <author fullname="Z. Li" initials="Z." surname="Li">
              <organization/>
            </author>
            <date month="February" year="2021"/>
            <abstract>
              <t>The Segment Routing over IPv6 (SRv6) Network Programming framework enables a network operator or an application to specify a packet processing program by encoding a sequence of instructions in the IPv6 packet header.</t>
              <t>Each instruction is implemented on one or several nodes in the network and identified by an SRv6 Segment Identifier in the packet.</t>
              <t>This document defines the SRv6 Network Programming concept and specifies the base set of SRv6 behaviors that enables the creation of interoperable overlays with underlay optimization.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8986"/>
          <seriesInfo name="DOI" value="10.17487/RFC8986"/>
        </reference>
        <reference anchor="RFC4447">
          <front>
            <title>Pseudowire Setup and Maintenance Using the Label Distribution Protocol (LDP)</title>
            <author fullname="L. Martini" initials="L." role="editor" surname="Martini">
              <organization/>
            </author>
            <author fullname="E. Rosen" initials="E." surname="Rosen">
              <organization/>
            </author>
            <author fullname="N. El-Aawar" initials="N." surname="El-Aawar">
              <organization/>
            </author>
            <author fullname="T. Smith" initials="T." surname="Smith">
              <organization/>
            </author>
            <author fullname="G. Heron" initials="G." surname="Heron">
              <organization/>
            </author>
            <date month="April" year="2006"/>
            <abstract>
              <t>Layer 2 services (such as Frame Relay, Asynchronous Transfer Mode, and Ethernet) can be "emulated" over an MPLS backbone by encapsulating the Layer 2 Protocol Data Units (PDU) and transmitting them over "pseudowires".  It is also possible to use pseudowires to provide low-rate Time Division Multiplexed and a Synchronous Optical NETworking circuit emulation over an MPLS-enabled network.  This document specifies a protocol for establishing and maintaining the pseudowires, using extensions to Label Distribution Protocol (LDP). Procedures for encapsulating Layer 2 PDUs are specified in a set of companion documents.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4447"/>
          <seriesInfo name="DOI" value="10.17487/RFC4447"/>
        </reference>
        <reference anchor="RFC8214">
          <front>
            <title>Virtual Private Wire Service Support in Ethernet VPN</title>
            <author fullname="S. Boutros" initials="S." surname="Boutros">
              <organization/>
            </author>
            <author fullname="A. Sajassi" initials="A." surname="Sajassi">
              <organization/>
            </author>
            <author fullname="S. Salam" initials="S." surname="Salam">
              <organization/>
            </author>
            <author fullname="J. Drake" initials="J." surname="Drake">
              <organization/>
            </author>
            <author fullname="J. Rabadan" initials="J." surname="Rabadan">
              <organization/>
            </author>
            <date month="August" year="2017"/>
            <abstract>
              <t>This document describes how Ethernet VPN (EVPN) can be used to support the Virtual Private Wire Service (VPWS) in MPLS/IP networks. EVPN accomplishes the following for VPWS: provides Single-Active as well as All-Active multihoming with flow-based load-balancing, eliminates the need for Pseudowire (PW) signaling, and provides fast protection convergence upon node or link failure.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8214"/>
          <seriesInfo name="DOI" value="10.17487/RFC8214"/>
        </reference>
        <reference anchor="I-D.schmutzer-bess-ple-vpws-signalling">
          <front>
            <title>Private Line Emulation VPWS Signalling</title>
            <author fullname="Steven Gringeri" initials="S." surname="Gringeri">
              <organization>Verizon</organization>
            </author>
            <author fullname="Jeremy Whittaker" initials="J." surname="Whittaker">
              <organization>Verizon</organization>
            </author>
            <author fullname="Christian Schmutzer" initials="C." surname="Schmutzer">
              <organization>Cisco Systems, Inc.</organization>
            </author>
            <author fullname="Patrice Brissette" initials="P." surname="Brissette">
              <organization>Cisco Systems, Inc.</organization>
            </author>
            <date day="3" month="May" year="2021"/>
            <abstract>
              <t>   This document specifies the mechanisms to allow for dynamic
   signalling of Virtual Private Wire Services (VPWS) carrying bit-
   stream signals over Packet Switched Networks (PSN).

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-schmutzer-bess-ple-vpws-signalling-02"/>
        </reference>
        <reference anchor="RFC2913">
          <front>
            <title>MIME Content Types in Media Feature Expressions</title>
            <author fullname="G. Klyne" initials="G." surname="Klyne">
              <organization/>
            </author>
            <date month="September" year="2000"/>
            <abstract>
              <t>This memo defines a media feature tag whose value is a Multipurpose Internet Mail Extensions (MIME) content type.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2913"/>
          <seriesInfo name="DOI" value="10.17487/RFC2913"/>
        </reference>
        <reference anchor="RFC1925">
          <front>
            <title>The Twelve Networking Truths</title>
            <author fullname="R. Callon" initials="R." surname="Callon">
              <organization/>
            </author>
            <date month="April" year="1996"/>
            <abstract>
              <t>This memo documents the fundamental truths of networking for the Internet community. This memo does not specify a standard, except in the sense that all standards must implicitly follow the fundamental truths. This memo provides information for the Internet community.  This memo does not specify an Internet standard of any kind.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="1925"/>
          <seriesInfo name="DOI" value="10.17487/RFC1925"/>
        </reference>
      </references>
    </references>
    <section anchor="contributors" numbered="false" toc="include" removeInRFC="false">
      <name>Contributors</name>
      <contact initials="F." surname="Dada" fullname="Faisal Dada">
        <organization>Xilinx</organization>
        <address>
          <email>faisald@xilinx.com</email>
        </address>
      </contact>
      <contact initials="G." surname="Smallegange" fullname="Gerald Smallegange">
        <organization>Ciena Corporation</organization>
        <address>
          <email>gsmalleg@ciena.com</email>
        </address>
      </contact>
      <contact initials="L." surname="Della Chiesa" fullname="Luca Della Chiesa">
        <organization>Cisco Systems, Inc.</organization>
        <address>
          <email>ldellach@cisco.com</email>
        </address>
      </contact>
      <contact initials="N." surname="Nainar" fullname="Nagendra Kumar Nainar">
        <organization>Cisco Systems, Inc.</organization>
        <address>
          <email>naikumar@cisco.com</email>
        </address>
      </contact>
      <contact initials="C." surname="Pignataro" fullname="Carlos Pignataro">
        <organization>Cisco Systems, Inc.</organization>
        <address>
          <email>cpignata@cisco.com</email>
        </address>
      </contact>
    </section>
  </back>
  <!-- ##markdown-source:
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
Z4WjS5oAAA==

-->

</rfc>
