<?xml version="1.0" encoding="us-ascii"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc2629 version 1.6.5 (Ruby 2.7.0) -->


<!DOCTYPE rfc  [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">

<!ENTITY RFC8200 SYSTEM "https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.8200.xml">
<!ENTITY RFC8754 SYSTEM "https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.8754.xml">
<!ENTITY RFC8986 SYSTEM "https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.8986.xml">
<!ENTITY RFC2119 SYSTEM "https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.2119.xml">
<!ENTITY RFC8174 SYSTEM "https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.8174.xml">
<!ENTITY RFC5905 SYSTEM "https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.5905.xml">
<!ENTITY RFC8402 SYSTEM "https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.8402.xml">
<!ENTITY RFC8660 SYSTEM "https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.8660.xml">
<!ENTITY RFC8877 SYSTEM "https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.8877.xml">
<!ENTITY RFC9197 SYSTEM "https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.9197.xml">
<!ENTITY I-D.kumar-ippm-ifa SYSTEM "https://xml2rfc.tools.ietf.org/public/rfc/bibxml3/reference.I-D.kumar-ippm-ifa.xml">
<!ENTITY I-D.song-opsawg-ifit-framework SYSTEM "https://xml2rfc.tools.ietf.org/public/rfc/bibxml3/reference.I-D.song-opsawg-ifit-framework.xml">
]>


<rfc ipr="trust200902" docName="draft-filsfils-ippm-path-tracing-01" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true">
  <front>
    <title abbrev="Path Tracing">Path Tracing in SRv6 networks</title>

    <author initials="C." surname="Filsfils" fullname="Clarence Filsfils">
      <organization>Cisco Systems, Inc.</organization>
      <address>
        <postal>
          <country>Belgium</country>
        </postal>
        <email>cf@cisco.com</email>
      </address>
    </author>
    <author initials="A." surname="Abdelsalam" fullname="Ahmed Abdelsalam" role="editor">
      <organization>Cisco Systems, Inc.</organization>
      <address>
        <postal>
          <country>Italy</country>
        </postal>
        <email>ahabdels@cisco.com</email>
      </address>
    </author>
    <author initials="P." surname="Camarillo" fullname="Pablo Camarillo Garvia" role="editor">
      <organization>Cisco Systems, Inc.</organization>
      <address>
        <postal>
          <country>Spain</country>
        </postal>
        <email>pcamaril@cisco.com</email>
      </address>
    </author>
    <author initials="M." surname="Yufit" fullname="Mark Yufit">
      <organization>Broadcom</organization>
      <address>
        <postal>
          <country>Israel</country>
        </postal>
        <email>mark.yufit@broadcom.com</email>
      </address>
    </author>
    <author initials="T." surname="Graf" fullname="Thomas Graf">
      <organization>Swisscom</organization>
      <address>
        <postal>
          <country>Switzerland</country>
        </postal>
        <email>thomas.graf@swisscom.com</email>
      </address>
    </author>
    <author initials="Y." surname="Su" fullname="Yuanchao Su">
      <organization>Alibaba, Inc</organization>
      <address>
        <postal>
          <country>China</country>
        </postal>
        <email>yitai.syc@alibaba-inc.com</email>
      </address>
    </author>
    <author initials="S." surname="Matsushima" fullname="Satoru Matsushima">
      <organization>SoftBank</organization>
      <address>
        <postal>
          <country>Japan</country>
        </postal>
        <email>satoru.matsushima@g.softbank.co.jp</email>
      </address>
    </author>
    <author initials="M." surname="Valentine" fullname="Mike Valentine">
      <organization>Goldman Sachs</organization>
      <address>
        <postal>
          <country>USA</country>
        </postal>
        <email>michael.j.valentine@gs.com</email>
      </address>
    </author>
    <author initials="A." surname="Dhamija" fullname="Amit Dhamija">
      <organization>Arrcus</organization>
      <address>
        <postal>
          <country>India</country>
        </postal>
        <email>amitd@arrcus.com</email>
      </address>
    </author>

    <date year="2024" month="June" day="02"/>

    <area>General</area>
    <workgroup>IPPM</workgroup>
    <keyword>Internet-Draft</keyword>

    <abstract>


<t>Path Tracing provides a record of the packet path as a sequence of interface ids. In addition, it provides a record of end-to-end delay, per-hop delay, and load on each egress interface along the packet delivery path.</t>

<t>Path Tracing allows to trace 14 hops with only a 40-bytes IPv6 Hop-by-Hop extension header.</t>

<t>Path Tracing supports fine grained timestamp. It has been designed for linerate hardware implementation in the base pipeline.</t>



    </abstract>



  </front>

  <middle>


<section anchor="introduction"><name>Introduction</name>

<t>Path Tracing provides a record of the packet path as a sequence of interface ids. In addition, it provides a record of end-to-end delay, per-hop delay, and load on each egress interface along the packet delivery path.</t>

<t>Path Tracing allows to trace 14 hops with only a 40 bytes IPv6 Hop-by-Hop header. The overhead is lower than <xref target="INT"/>, <xref target="RFC9197"/>, <xref target="I-D.song-opsawg-ifit-framework"/>, and <xref target="I-D.kumar-ippm-ifa"/>.</t>

<t>Path Tracing supports fine-grained timestamps. It has been designed for linerate hardware implementation in the base pipeline.</t>

<t>Path Tracing is applicable to both SR-MPLS <xref target="RFC8660"/>, as well as SRv6 <xref target="RFC8986"/>. This document defines the Path Tracing specification for the SRv6 dataplane. The SR-MPLS dataplane will be detailed in a separate document.</t>

<t>The specification proposed in this document has been implemented successfully in different interoperable hardware platforms at linerate (<xref target="sec-implementation"/>).</t>

</section>
<section anchor="terminology"><name>Terminology</name>

<t>The following terms used within this document are defined in <xref target="RFC8402"/>, <xref target="RFC8754"/> and <xref target="RFC8986"/>: Segment Routing (SR), SR Domain, Segment ID (SID), SRv6, SRv6 SID, SR Policy, Segment Routing Header (SRH), SR source node, transit node, SR Endpoint, SA, DA.</t>

<t>The following terms are used in this document as defined below:</t>

<t>PT: Path Tracing</t>

<t>MCD: Midpoint Compressed Data (MCD). Information that every transit router adds to the packet for PT purposes. Defined in <xref target="sec-mcd"/> of this document.</t>

<t>HbH-PT: IPv6 Hop-by-Hop Option <xref target="RFC8200"/> for Path Tracing. It contains a stack of MCDs. It is defined in <xref target="sec-hbh-pt"/> of this document</t>

<t>DOH-PT: IPv6 Destination Option <xref target="RFC8200"/> for Path Tracing. It is defined in <xref target="sec-doh-pt"/> of this document.</t>

<t>PT Source: A Source node that starts a PT Probing Instance (defined in <xref target="sec-pt-probing-instance"/>) and generates PT probes.</t>

<t>PT Midpoint: A transit node that performs plain IPv6 forwarding (or SR Endpoint processing) and in addition records PT information in the HbH-PT.</t>

<t>PT Sink: A node that receives PT probes sent from the SRC containing the information recorded by every PT Midpoint along the path, and forwards them to a regional collector after recording its PT information.</t>

<t>RC: Regional collector that receives PT probes, parses, and stores them in TimeSeries Database. It uses the information in the HBH-PT and the DOH-PT to construct the packet delivery path as well as the timestamp at each node.</t>

<section anchor="requirements-language"><name>Requirements Language</name>
<t>The key words &quot;MUST&quot;, &quot;MUST NOT&quot;, &quot;REQUIRED&quot;, &quot;SHALL&quot;, &quot;SHALL NOT&quot;, &quot;SHOULD&quot;, &quot;SHOULD NOT&quot;, &quot;RECOMMENDED&quot;, &quot;NOT RECOMMENDED&quot;, &quot;MAY&quot;, and &quot;OPTIONAL&quot; in this document are to be interpreted as described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they appear in all capitals, as shown here.</t>

</section>
</section>
<section anchor="sec-mcd"><name>Midpoint Compressed Data</name>

<t>Every PT Midpoint along the packet delivery path -from Source to Sink- records its PT information into the HbH-PT header. This information is known as Midpoint Compressed Data (MCD). It contains the following information:</t>

<t><list style="symbols">
  <t>MCD.OIF (Outgoing Interface ID): An 8-bit or 12-bit interface ID associated with the egress physical interface of the router
  <list style="symbols">
      <t>The interface ID is assigned by an operator. The Interface IDs are not globally unique across the entire network. Indeed the same Interface ID may be repeated multiple times in the network as long as the end-to-end path can be deterministically inferred based on the chain of Interface IDs.</t>
      <t>The programming of the Interface ID in the device may be done by CLI/NETCONF or any other means, and it is out of the scope of this document.</t>
      <t>The usage of an 8-bit or 12-bit Interface ID is an operator choice, but the Interface ID size MUST be consistent across the entire network.</t>
      <t>In case of Link Aggregation Groups (LAG/bundle) <xref target="LAG"/>, each one of the members is configured with a different interface ID.</t>
    </list></t>
  <t>MCD.OIL (Outgoing Interface Load): A 4-bit representation of the egress interface load (i.e., current throughout relative to the interface bandwidth).
  <list style="symbols">
      <t>The load is represented using a 4-bit value in logarithmic scale. This allows more granular information as the load is higher.</t>
    </list></t>
  <t>MCD.TTS (Truncated Timestamp): An 8-bit timestamp encoding the time at which the packet egress the router.
  <list style="symbols">
      <t>Each egress interface in the device is configured with a TTS template.</t>
      <t>The TTS template defines the position of 8-bits to be selected from the egress timestamp. <xref target="sec-ts-req"/> of this document discusses the timestamp format used in path tracing.</t>
      <t>A Path Tracing Midpoint implementation MAY support one or more TTS templates. Each TTS template provides a different time precision.</t>
      <t>An operator configures an egress interface with a single TTS template. The choice of the TTS template for a given interface is based on the type of the link connected to that interface. For example, an interface connected to DC link will have a different TTS Template from an interface connected to intercontinental or WAN link, as they have different precision requirements.</t>
    </list></t>
</list></t>

</section>
<section anchor="sec-ts-req"><name>Timestamp requirements</name>

<section anchor="timestamp-format"><name>Timestamp format</name>

<t>Path Tracing uses a 64-bit timestamp format. <xref target="RFC8877"/> recommends two 64-bit timestamp formats: 64-bit Truncated PTP timestamp format and NTP 64-bit timestamp format. Path Tracing can work with both formats indifferently.</t>

</section>
<section anchor="time-synchronization"><name>Time synchronization</name>
<t>All routers across the network MUST have time-synchronization. PTP <xref target="IEEE1588"/> and NTP <xref target="RFC5905"/> are example protocols that can be used for time-synchronization.</t>

</section>
</section>
<section anchor="sec-pt-probing-instance"><name>PT Probing Instance</name>

<t>The controller configures a PT Probing Instance at the source node. A PT Probing Instance is configured with the following parameters:</t>

<t><list style="symbols">
  <t>SA: the source address of the PT probe. Typically, it is the loopback address of the PT SRC.</t>
  <t>Session ID: A 16-bit value.</t>
  <t>Probe-rate: Number of probes per second to generate as part of this PT Probing Instance. The probe-rate is the aggregate of the probes generated across all the sweeping ranges.</t>
  <t>SRv6 SID List: The SRv6 SID list associated with the packet. The last SID is the Sink node.</t>
  <t>DSCP value</t>
  <t>Hop-limit Value</t>
  <t>IPv6 Flow-Label sweeping range:
  <list style="symbols">
      <t>If set, different Flow-Label values must be used in the probe packets. It may be specified as a range of specific Flow-Label values to enumerate, or it may be specified as the number of different random Flow-Label values to use in a round-robin.</t>
    </list></t>
  <t>HbH-PT size</t>
  <t>MTU sweeping range:
  <list style="symbols">
      <t>If set, payload must be included at the end of the packet to test different packet sizes.</t>
    </list></t>
</list></t>

</section>
<section anchor="pt-source-node-dataplane-behavior"><name>PT Source Node Dataplane Behavior</name>

<t>For each configured PT Probing Instance, according to the probe-rate, the PT SRC generates a PT probe packet as follows:</t>

<figure><artwork><![CDATA[
S01. Generate a new IPv6 packet
S02. Set the IPv6 SA as per PT Probing Instance configuration
S03. Set the IPv6 DA to the first SID from the SRv6 SID List
S04. Set the IPv6 Next Header field to zero (HbH)
S05. Set the DSCP and Flow Label values as per
        PT Probing Instance configuration
S06. Append an IPv6 Hop-by-Hop header with HbH-PT
S07. Set all bits of the HbH-PT MCD Stack to zero
S08. IF SID List has more than one SID
S09.    Append an SRH
S10.    Set the Next Header field to 60 (IPv6 Destinations Options
           header)
S11.    Write the remaining SIDs of the SID list in the SRH
S12. Append an IPv6 Destinations Option header with DOH-PT
S13. Set the Next Header field of the IPv6 Destinations Options
        Header to 59 (IPv6 No Next Header)
S14. Add padding bytes after the IPv6 Destinations Option header to
        reach the desired packet size as per the MTU sweeping range
        configuration
S15. Set the session ID field of the DOH-PT as per
       PT Probing Instance configuration
S16. Perform an IPv6 FIB lookup to determine the Outgoing
       Interface (IFACE-OUT) on which packet will be forwarded
S17. Record Transmit 64-bit timestamp (SRC.T64) in the T64 field
       of the DOH-PT
S18. Record IFACE-OUT ID (SRC.OIF) in the IF_ID field
       of the DOH-PT
S19. Record IFACE-OUT Load (SRC.OIL) in the IF_LD field
       of the DOH-PT
S20. Forward the packet via IFACE-OUT
]]></artwork></figure>

<t>Notes:</t>

<t><list style="symbols">
  <t>The pseudocode describes local processing at a node. An implementation of the pseudocode is compliant as long as the externally observable wire protocol is as described in the pseudocode.</t>
</list></t>

</section>
<section anchor="sec-pt-midpoint"><name>PT Midpoint Node Dataplane Behavior</name>
<t>When a midpoint node receives an IPv6 packet that contains an IPv6 HbH-PT option, the node processes the HbH-PT as follows:</t>

<figure><artwork><![CDATA[
S01. When processing HbH-PT option {
S02.    Compute the MCD information as per Section 3
S03.    HbH-PT.MCD_Stack[MCD_Size:HbH-PT.OPT_Data_Len-1] =
           HbH-PT.MCD_Stack[0:HbH-PT.OPT_Data_Len-(MCD_Size+1)]
           //Shift HbH-PT MCD Stack to the right by MCD_Size bytes
S04.    HbH-PT.MCD_Stack[0:MCD_Size-1] = MCD[0:MCD_Size-1]
        //Push the MCD at the beginning of the Stack
S05. }
]]></artwork></figure>

<t>Notes:</t>

<t><list style="symbols">
  <t>The PT Midpoint behavior MUST be implemented in the normal pipeline to experience the regular datapath (i.e., linerate with full PPS and full BW). Offloading the processing of this option to either the slow-path or a co-processors is not acceptable and yields invalid results.</t>
</list></t>

</section>
<section anchor="pt-sink-node-dataplane-behavior"><name>PT Sink Node Dataplane Behavior</name>
<t>We define a new SRv6 Endpoint Behavior called &quot;Endpoint Behavior bound to an SRv6 Policy with Timestamp, Encapsulation and Forward&quot; (&quot;End.B6.TEF&quot; for short).</t>

<t>It is a Binding SID instantiated, at Sink nodes, that encapsulates the packet with a new IPv6 header, an SRH that contains the SID list associated to End.B6.TEF SID, and an IPv6 Destinations Option header with DOH-PT that is used to carry Path Tracing information of Sink node.</t>

<t>When N receives a packet whose IPv6 DA is S and S is a local End.B6.TEF SID, N does the following:</t>

<figure><artwork><![CDATA[
S01. Record Rx 64-bit timestamp (SNK.T64)
S02. Record incoming interface ID (SNK.IIF)
S03. Record incoming interface Load (SNK.IIL)
S04. Push a new IPv6 header
S05. Set the IPv6 SA to the Sink node loopback
S06. Set the IPv6 DA to the first SID in the SRv6 SID List
S07. IF SID List has more than one SID
S08.    Append an SRH
S09.    Set the SRH Next Header field to 60 (IPv6 Destinations
           Options header)
S10.    Write the remaining SIDs of the SID list in the SRH
S11. Append an IPv6 Destinations Option header with DOH-PT
S12. Set the Next Header field of the IPv6 Destinations Options
        Header to 41 (IPv6 header)
S13. Set the session ID field of the DOH-PT to zero
S14. Write SNK.T64 in the T64 field of the DOH-PT
S15. Write SNK.IIF in the IF_ID field of the DOH-PT
S16. Write SNK.IIL in the IF_LD field of the DPH-PT
S17. Submit the packet to the egress IPv6 FIB lookup for
        transmission to the new destination
]]></artwork></figure>

<t>Notes:</t>

<t><list style="symbols">
  <t>The pseudocode describes local processing at a node. An implementation of the pseudocode is compliant as long as the externally observable wire protocol is as described in the pseudocode.</t>
</list></t>

</section>
<section anchor="pt-headers"><name>PT Headers</name>

<section anchor="sec-hbh-pt"><name>IPv6 Hop-by-Hop Option for Path Tracing (HbH-PT)</name>
<t>This document defines a new IPv6 Option for Path Tracing to be carried in the IPv6 Hop-by-Hop Header. The option has the following format:</t>

<figure><artwork><![CDATA[
                                +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
                                |  Option Type  |  Opt Data Len |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                                                               |
~                          MCD  Stack                           ~
|                                                               |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

    Figure 1: IPv6 Hop-by-Hop Option for Path Tracing (HbH-PT)
]]></artwork></figure>

<t>Where:</t>

<t><list style="symbols">
  <t>Option Type: TBA1-1
  <list style="symbols">
      <t>The 3 high-order bits of the option must be set to 001
      <list style="symbols">
          <t>00: Skip HbH for nodes that don&#39;t support the HbH-PT Option Type</t>
          <t>1: update HbH-PT for nodes that support the HbH-PT Option Type</t>
        </list></t>
    </list></t>
  <t>Opt Data Len: the length of the MCD stack in bytes.</t>
  <t>MCD Stack: metadata scratchpad where PT Midpoints record their MCDs</t>
</list></t>

<t>Note: The HbH-PT has a variable length.  It is RECOMMENDED that implementations support a 38-octet HbH-PT Option. The operator, upon configuring the Source node behavior, MUST select an option length that is supported by all the routers in the network.</t>

</section>
<section anchor="sec-doh-pt"><name>IPv6 Destination Option for Path Tracing (DOH-PT)</name>
<t>This document defines a new IPv6 Option for Path Tracing to be carried in the IPv6 Destination Options Header. The option has the following format:</t>

<figure><artwork><![CDATA[
                                +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
                                |  Option Type  |  Opt Data Len |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                                                               |
+                             T64                               +
|                                                               |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|         Session ID            |        IF_ID          | IF_LD |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

  Figure 2: IPv6 Destination Option for Path Tracing (DOH-PT)
]]></artwork></figure>

<t>Where:</t>

<t><list style="symbols">
  <t>Option Type: TBA1-2
  <list style="symbols">
      <t>The 3 high-order bits of the option must be set to 000
      <list style="symbols">
          <t>00: Skip the IPv6 Destination Options header for nodes that don&#39;t support the DOH-PT Option Type</t>
          <t>0: DOH-PT cannot be changed enroute</t>
        </list></t>
    </list></t>
  <t>Opt Data Len: the length of the DOH-PT in bytes (12).</t>
  <t>T64: 64-bit Timestamp</t>
  <t>Session ID: Session identifier set by SRC node generating the probes. Used to co-relate probes of the same session. Value of zero means unset.</t>
  <t>IF_ID: 12-bit Interface ID</t>
  <t>IF_LD: 4-bit Interface Load</t>
</list></t>

<t>Note: The DOH-PT is generated by both the PT SRC and the PT SNK. When used at the PT SNK node, the Session ID field MUST be set to zero.</t>

</section>
</section>
<section anchor="benefits"><name>Benefits</name>
<t><list style="symbols">
  <t>Low overhead:
  <list style="symbols">
      <t>A 40Byte Hop-By-Hop header allows for 14 hops path measurements: 1 at the PT SRC, 12 at PT Midpoint routers and 1 at the PT SNK</t>
      <t>PT has the lowest MTU overhead compared to alternative solutions such as <xref target="INT"/>, <xref target="RFC9197"/>, <xref target="I-D.song-opsawg-ifit-framework"/>, and <xref target="I-D.kumar-ippm-ifa"/>.</t>
    </list></t>
  <t>Linerate and HW friendliness:
  <list style="symbols">
      <t>Implemented at linerate in current hardware, using the regular forwarding pipeline. No offloading to co-processors or slow-path whose databases might defer from forwarding pipeline.</t>
      <t>Leverages mature hardware capabilities (basic shift operation); no packet resizing at every node along the path</t>
      <t>High number of diverse linerate interoperable hardware Implementations (see <xref target="sec-implementation"/>)</t>
    </list></t>
  <t>Scalable Fine-grained Timestamp:
  <list style="symbols">
      <t>64bit at PT SRC and PT SNK</t>
      <t>8bit at PT Midpoint leveraging flexible per-outgoing-link template allowing diverse link types in the same measurement (e.g., DC, metro, WAN)</t>
    </list></t>
  <t>Scalable Load measurement</t>
</list></t>

</section>
<section anchor="sec-implementation"><name>Implementation Status</name>
<t>Editorial note: Please remove this section prior publication.</t>

<t>The following routing platforms have participated in an interop testing:</t>

<t><list style="symbols">
  <t>Cisco 8802 (based on Cisco Silicon One Q200)</t>
  <t>Cisco ASR9904 with Lightspeed linecard</t>
  <t>Cisco NCS5508 (based on Broadcom Jericho2 platform)</t>
  <t>Cisco Nexus N3K-C3464C (based on Barefoot Tofino)</t>
  <t>SONiC Whitebox (based on Cisco Silicon One Q200)</t>
  <t>Marvell Prestera Falcon</t>
  <t>Keysight IxNetwork</t>
</list></t>

<t>The following open-source software networking stacks have also participated in the interop:</t>

<t><list style="symbols">
  <t>FD.io VPP</t>
  <t>Linux Kernel</t>
</list></t>

<t>The following opensource applications also have extensions to support Path Tracing:</t>

<t><list style="symbols">
  <t>Wireshark</t>
  <t>Tcpdump</t>
  <t>P4 implementation for software switch</t>
</list></t>

</section>
<section anchor="security-considerations"><name>Security Considerations</name>
<t>The security considerations for Segment Routing are discussed in <xref target="RFC8402"/>. Section 5 of <xref target="RFC8754"/> describes the SR Deployment Model and the requirements for securing the SR Domain. The security considerations of <xref target="RFC8754"/> also cover topics such as attack vectors and their mitigation mechanisms that also apply to the behaviors introduced in this document. Together, they describe the required security mechanisms that allow establishment of an SR domain of trust. Having such a well-defined trust boundary is necessary in order to operate SRv6-based services for internal traffic while preventing any external traffic from accessing or exploiting the SRv6-based services.</t>

<t>This document defines the Path Tracing architecture, which is deployed on a secured SRv6-domain. As such, all the security considerations defined in <xref target="RFC8754"/>, <xref target="RFC8402"/>, and <xref target="RFC8986"/> are applicable.</t>

<t>In addition, any border router in an SR Domain network where Path Tracing is enabled, MUST support the configuration of the following ACLs:</t>

<t><list style="symbols">
  <t>If there is a packet coming from an external interface destined towards an internal interface that contains an IPv6 Hop-by-Hop header with a Path Tracing option, then such packet is silently dropped.</t>
  <t>If there is a packet coming from an internal interface destined towards an external interface that contains an IPv6 Hop-by-Hop header with a Path Tracing option, then such packet is silently dropped.</t>
</list></t>

<t>These ACLs SHOULD be enabled by default. An operator MAY disable them individually based on local configuration.</t>

<t>The processing of IPv6 Hop-by-Hop headers could sometimes be used as an attack vector to overload the CPU of the router. As defined in <xref target="sec-pt-midpoint"/> of this document, the HBH-PT option MUST be processed in the router&#39;s fast path.  Therefore, there is no impact on the router&#39;s CPU.</t>

</section>
<section anchor="iana-considerations"><name>IANA Considerations</name>

<t>This document requests the following IPv6 Option Type assignments from the Destination Options and Hop-by-Hop Options sub-registry of Internet Protocol Version 6 (IPv6) Parameters.</t>

<figure><artwork><![CDATA[
Hex Value    Binary Value   Description     Reference
             act chg rest
---------------------------------------------------------
 TBA1-1       00  1  TBA1     HbH-PT        [This.ID]
 TBA1-2       00  0  TBA1     DOH-PT        [This.ID]
]]></artwork></figure>

</section>
<section anchor="acknowledgements"><name>Acknowledgements</name>

<t>The authors of this document would like to thank the team that has collaborated on the design and implementation of the Path Tracing framework at Cisco, Broadcom, Marvel, Keysight, Swisscom, Alibaba, Softbank, University of Rome &quot;Tor Vergata&quot;, and ETH Zurich. In particular: Eyal Dagan, Guy Caspary, Elad Naor, Aviran Kadosh, Eli Stein, Oren Yabo, Aviad Behar, Anand Sridharan, Anju Dey, John Bettink, Kamran Raza, Asif Islam, Yue Gao, Jakub Horn, Sam Kheirallah, Shelly Cadora, Kris Michielsen, Francois Clad, Stefano Salsano, Andrea Mayer, Paolo Lungaroni, Giulio Sidoretti, Leonardo Rodoni, Marco Tollini, Yuanwen Sun, Anirban Bhattacharya, Ajay Ramamurthy, Manomugdha Biswas, Kingshuk Mandal.</t>

</section>


  </middle>

  <back>


    <references title='Normative References'>

&RFC8200;
&RFC8754;
&RFC8986;
&RFC2119;
&RFC8174;


    </references>

    <references title='Informative References'>

&RFC5905;
&RFC8402;
&RFC8660;
&RFC8877;
&RFC9197;
&I-D.kumar-ippm-ifa;
&I-D.song-opsawg-ifit-framework;
<reference anchor="INT" target="https://github.com/p4lang/p4-applications/blob/master/docs/INT_v2_1.pdf">
  <front>
    <title>In-band Network Telemetry (INT) Dataplane Specification</title>
    <author >
      <organization></organization>
    </author>
    <date year="2020"/>
  </front>
</reference>
<reference anchor="LAG" target="https://doi.org/10.1109/IEEESTD.2014.7055197">
  <front>
    <title>802.1AX-2014 - IEEE Standard for Local and metropolitan area networks -- Link Aggregation</title>
    <author >
      <organization></organization>
    </author>
    <date year="2014"/>
  </front>
  <seriesInfo name="IEEE" value=""/>
</reference>
<reference anchor="IEEE1588" target="https://doi.org/10.1109/IEEESTD.2008.4579760">
  <front>
    <title>IEEE Standard for a Precision Clock Synchronization Protocol for Networked Measurement and Control Systems</title>
    <author >
      <organization></organization>
    </author>
    <date year="2008"/>
  </front>
  <seriesInfo name="IEEE" value=""/>
</reference>


    </references>


    <section anchor="contributors" numbered="false" toc="include" removeInRFC="false">
        <name>Contributors</name>
    <contact initials="J." surname="Bhattacharya" fullname="Jisu Bhattacharya">
      <organization>Cisco Systems, Inc.</organization>
      <address>
        <postal>
          <country>USA</country>
        </postal>
        <email>jisu@cisco.com</email>
      </address>
    </contact>
    <contact initials="R." surname="Gandhi" fullname="Rakesh Gandhi">
      <organization>Cisco Systems, Inc.</organization>
      <address>
        <postal>
          <country>Canada</country>
        </postal>
        <email>rgandhi@cisco.com</email>
      </address>
    </contact>
    <contact initials="S." surname="Bezverkhi" fullname="Serguei Bezverkhi">
      <organization>Cisco Systems, Inc.</organization>
      <address>
        <postal>
          <country>Italy</country>
        </postal>
        <email>sbezverk@cisco.com</email>
      </address>
    </contact>
    <contact initials="S. B." surname="Ayed" fullname="Sonia Ben Ayed">
      <organization>Cisco Systems, Inc.</organization>
      <address>
        <postal>
          <country>France</country>
        </postal>
        <email>sbenayed@cisco.com</email>
      </address>
    </contact>
    <contact initials="I." surname="Meilik" fullname="Israel Meilik">
      <organization>Broadcom</organization>
      <address>
        <postal>
          <country>Israel</country>
        </postal>
        <email>israel.meilik@broadcom.com</email>
      </address>
    </contact>
    <contact initials="S." surname="Zadok" fullname="Shay Zadok">
      <organization>Broadcom</organization>
      <address>
        <postal>
          <country>Israel</country>
        </postal>
        <email>shay.zadok@broadcom.com</email>
      </address>
    </contact>
    <contact initials="D." surname="Voyer" fullname="Daniel Voyer">
      <organization>Bell Canada</organization>
      <address>
        <postal>
          <country>Canada</country>
        </postal>
        <email>daniel.voyer@bell.ca</email>
      </address>
    </contact>
    <contact initials="W." surname="Cheng" fullname="Weiqiang Cheng">
      <organization>China Mobile</organization>
      <address>
        <postal>
          <country>China</country>
        </postal>
        <email>chengweiqiang@chinamobile.com</email>
      </address>
    </contact>
    </section>

  </back>

<!-- ##markdown-source:
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

-->

</rfc>

