<?xml version="1.0" encoding="UTF-8"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.8 (Ruby 3.0.2) -->


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

<!ENTITY RFC6864 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.6864.xml">
<!ENTITY RFC8900 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8900.xml">
<!ENTITY RFC4301 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.4301.xml">
<!ENTITY RFC1191 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.1191.xml">
<!ENTITY RFC4821 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.4821.xml">
<!ENTITY RFC0792 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.0792.xml">
<!ENTITY RFC2119 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.2119.xml">
<!ENTITY RFC8174 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8174.xml">
<!ENTITY RFC0791 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.0791.xml">
<!ENTITY RFC8200 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8200.xml">
<!ENTITY RFC7296 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7296.xml">
<!ENTITY RFC4963 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.4963.xml">
<!ENTITY I-D.ietf-intarea-tunnels SYSTEM "https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.ietf-intarea-tunnels.xml">
<!ENTITY I-D.spiriyath-ipsecme-dynamic-ipsec-pmtu SYSTEM "https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.spiriyath-ipsecme-dynamic-ipsec-pmtu.xml">
]>


<rfc ipr="trust200902" docName="draft-liu-ipsecme-ikev2-mtu-dect-08" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true">
  <front>
    <title abbrev="LMTA and PTB Notification">IKEv2 Link Maximum Atomic Packet and Packet Too Big Notification Extension</title>

    <author initials="D." surname="Liu" fullname="Daiying Liu" role="editor">
      <organization>Ericsson</organization>
      <address>
        <email>harold.liu@ericsson.com</email>
      </address>
    </author>
    <author initials="D." surname="Migault" fullname="Daniel Migault">
      <organization>Ericsson</organization>
      <address>
        <email>daniel.migault@ericsson.com</email>
      </address>
    </author>
    <author initials="R." surname="Liu" fullname="Renwang Liu">
      <organization>Ericsson</organization>
      <address>
        <email>renwang.liu@ericsson.com</email>
      </address>
    </author>
    <author initials="C." surname="Zhang" fullname="Congjie Zhang">
      <organization>Ericsson</organization>
      <address>
        <email>congjie.zhang@ericsson.com</email>
      </address>
    </author>

    <date year="2024" month="July" day="03"/>

    <area>Security</area>
    <workgroup>IPsecme</workgroup>
    <keyword>Internet-Draft</keyword>

    <abstract>


<?line 41?>

<t>This document defines the IKEv2 Link Maximum Atomic Packet and Packet Too Big Extension to limit reassembly operations being performed by the egress security gateway.</t>

<t>This extension enables an egress security gateway to notify its ingress counterpart that fragmentation is happening or that the received (and potentially reassembled) ESP packet is too big and thus cannot be decrypted.
In both cases, the egress node provides Maximum Transmission Unit (MTU) information.
Such information enables the ingress node to configure appropriately its Tunnel Maximum Transmission Unit - also designated as MTU or Tunnel MTU (TMTU) - to prevent fragmentation or too big packets to be transmitted.</t>



    </abstract>



  </front>

  <middle>


<?line 49?>

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

<t>Reassembling fragments at the egress security gateway requires additional resources which under heavy load results in service degradations.
Then, as detailed in <xref target="RFC4963"/>, <xref target="RFC6864"/> or <xref target="RFC8900"/>, fragmentation is considered fragile and not sufficiently robust at high data rates.
Typically, the 16-bit IPv4 identification field is not large enough to prevent duplication making fragmentation not sufficiently robust at high data rates.
In IPv6 the 32 byte identification field reduces such collisions.</t>

<t><xref target="fig-frag"/> depicts various fragmentation scenarios that can occur when Tunnel Transit Packets (TTP) are encapsulated over an IPsec tunnel.
The IPsec packets exchanged between the ingress and the egress security gateway are designated as Tunnel Link Packet (TLP).</t>

<figure title="Illustration of Different Type of Fragmentation.
IPs (resp. IPi, IPe, IPd) designates the IP addresse of the Source, (resp. the Ingress node, the Egress node, the Destination).
The IPsec tunnel is considered as an ESP tunnel.
The IP payload is represented as 'Data'.
Fragmentation is illustrated in splicing 'Data' into 'Da' and 'ta'.
The figure does not show a difference between Data being encrypted or not, and the presence of the ESP header indicates the payload is encrypted." anchor="fig-frag"><artwork><![CDATA[
Source          Security             Security             Destination
or              Gateway              Gateway              or
Sender       (Ingress node)        (Egress node)          Receiver

+--+             +---+                 +---+              +---+
|  |  +  +  +    |   |  +  +  +  +  +  |   |  +  +  +  +  |   |
+--+  routers    +---+    routers      +---+  routers     +---+
                  <--------------------->
                            N
+---+---+----+                            +---+---+----+
|IPs|IPd|Data|  Tunnel Transit Packet     |IPs|IPd|Data|
+---+---+----+         (TTP)              +---+---+----+



1) No fragmentation

                +---+---+---+---+---+----+
                |IPi|IPe|ESP|IPs|IPd|Data| Tunnel Link Packet
                +---+---+---+---+---+----+       (TLP)

2) Mid-tunnel (performed by a router on N)
  (only for IPv4 DF=0  TLP)
                         +---+---+---+---+---+--+
                         |IPi|IPe|ESP|IPs|IPd|Da| (TLP)
                         +---+---+---+---+---+--+
                     +---+---+--+
                     |IPi|IPe|ta| (TLP)
                     +---+---+--+

3) Inner fragmentation (performed by the Ingress node)
  (only for IPv4 DF=0 TTP)

                +---+---+---+---+---+--+
                |IPi|IPe|ESP|IPs|IPd|Da| (TLP)
                +---+---+---+---+---+--+
            +---+---+---+---+---+--+
            |IPi|IPe|ESP|IPs|IPd|ta| (TLP)
            +---+---+---+---+---+--+

4) Outer fragmentation (performed by the Ingress node)
   (IPv4 or IPv6 TLP)
                +---+---+---+---+---+--+
                |IPi|IPe|ESP|IPs|IPd|Da| (TLP)
                +---+---+---+---+---+--+
            +---+---+--+
            |IPi|IPe|ta| (TLP)
            +---+---+--+

5) Source fragmentation
  (IPv6 or IPv4)
    +---+---+--+
    |IPs|IPd|Da|  (TTP)
    +---+---+--+
+---+---+--+
|IPs|IPd|ta|
+---+---+--+

]]></artwork></figure>

<t>Reassembling is performed by the egress node in two cases.
Firstly when mid tunnel fragmentation happens (see 2) <xref target="fig-frag"/>) -- in which case the TLP header or outer header is using IPv4 with its Do not Fragment bit set to 0 (DF=0).
Secondly when Outer fragmentation is performed by the ingress node (see 4 in <xref target="fig-frag"/>).
The main difference between the two scenarios is that with Outer fragmentation, the ingress node is aware that the egress performs some reassembly operations.
Note also that in both cases, reassembling the TLP in itself does not prevent the TTP to be processed by IPsec unless the reassembled TLP exceeds the effective MTU to receive (EMTU_R) - that is the maximum size of the IPsec protected packet that can be accepted by the egress node to perform the ESP encapsulation.</t>

<t><xref target="fig-esp-frag"/> summarizes the various operations performed by the egress node according to the size of an IPsec encapsulated TTP.
The optimal size of the TTP is the maximum TTP size that avoids fragmentation and the corresponding TTP size is designated as Tunnel maximum atomic packet (TMAP).
The resulting IPsec encapsulated TTP (or LTP) is designated as Link maximum atomic packet (LMAP) LTP. The difference between the two sizes is related to the IPsec encapsulation overhead.
LTP smaller than the LMAP will not generate any fragmentation. LTP larger than the LMAP, but smaller than the EMTU_R will be fragmented and reassembled by the egress node. The TTP will be transmitted.  LTP (eventually reassembled) with a size greater than EMTU_R cannot be handled by the egress node and will not be transmitted.
Note that in this case and unless specified explicitly the link considered is the physical link between the ingress and egress node.</t>

<figure title="Fragmentation and Packet Too Big as a function of the TTP size or LTP size. encap designates the IPsec overhead." anchor="fig-esp-frag"><artwork><![CDATA[
          TMAP              TMTU
+---------+-------------------+--------------> TTP
|         |encap              |encap
|         |<--->|             |<--->|
| No frag. (1)  |  Fragmentation    |
|               |  (2) Mid-tunnel   |  Packet To Big
|               |  (4) Outer        |
+---------------+-------------------+--------> IPsec encapsulated TTP
              LMAP                EMTU_R
]]></artwork></figure>

<t>This document enables a egress node to inform the ingress node that:</t>

<t><list style="symbols">
  <t>a received packet is fragmented (via an IKE LMAP notification)</t>
  <t>a packet received is too big to be processed by IPsec (via an IKE PTB notification)</t>
</list></t>

<t>As depicted in <xref target="fig-overview"/>, by supporting this extension, the ingress and egress node commit themselves in optimizing the processing of the IPsec tunnel and in limiting reassembly operation being performed at the egress node.
More specifically, the ingress security gateway limits as much as possible the use of outer fragmentation and commits to set their TMTU value so that TTP are not fragmented/reassembled.
In addition, for TTP with IPv4 addresses and DF=0, the ingress node commits to perform inner fragmentation to prevent reassembly at the egress node.</t>

<t>The mechanism is especially useful when the tunnel between the ingress and egress nodes is using IPv4 outer IP addresses with DF=0 as the fragmentation may occur while the ingress may not be aware of it.</t>

<t>The mechanisms enables also enable to inform the IPsec encapsulated TTP is too large and cannot be processed by IPsec. A LTP packet may be to big if it exceeds the LMTU or the EMTU_R. When one of these boundaries is exceeded, both are returned to the ingress node so, the ingress node can clearly understand why the packet has been dropped.</t>

<t>A packet may meet the LMTU requirement, but may not meet the EMTU_R requirement. <br />
 With IPv4 outer IP addresses with DF=0, the egress Security Gateway may receive a serie of fragments that individually do not exceed the MTU (and as such do not generate any LTP ICMP PTB) reassemble a fragmented IPsec encapsulated. That reassembled packet may exceed the size to be processed by IPsec.
Similarly, even without fragmentation, the LTP MTU may exceed the capacity of the IPsec hardware in which case a IPsec encapsulated may not generate a LTP ICMP PTB but may not be further processed.
Even though MTU values may be sent via a LTP ICMP PTB message, we do envision that the communication of the LMTU via an IKE notification may provide some advantages over simply relying on LTP ICMP messages. 
However, please note these advantages are only secondary and only mentioned here as an information.
At first the IKE channel is authenticated channel that ensures the LMTU is 1) received by the ingress Security Gateway, 2) is integrity protected and 3) can be appropriately bound to the corresponding SA. An ICMP PTB message when sent from the egress Security Gateway is not protected and when UDP encapsulation is used (see {sec-sec}) and may not carry the SPI of the IPsec encapsulated TTP (see {sec-df1}). However, these advantages are only provided by the egress interface and so that mechanism cannot be used by any other node, and so cannot be used for PMTU discovery.
Secondly, the IKE notification MAY be sent together with the TTP ICMP PTB sent by the router. This may improve the network latency and optimizes the use of the security gateway resources, especially when the SA has been set for multiple Sources. In fact the TTP ICMP PTB sent by the egress router is sent specifically to the sending source, and so one can expect the ICMP PTB being sent to every source. By sending the notification via IKE, the information is received by the ingress Security Gateway which can take action globally for all Sources associated to the SA. This prevents the large packet greater than the MTU to be encrypted and sent to the egress router for nothing.</t>

<t>This document does not discuss these optimizations.</t>

<section anchor="illustrative-example"><name>Illustrative example</name>

<t>This section describes an illustrative example to provide a high level overview.</t>

<figure title="Overview mechanism" anchor="fig-overview"><artwork><![CDATA[
Source          Security             Security             Destination
or              Gateway              Gateway              or
Sender       (Ingress node)        (Egress node)          Receiver

+--+             +---+                 +---+              +---+
|  |  +  +  +    |   |  +  +  +  +  +  |   |  +  +  +  +  |   |
+--+  routers    +---+    routers      +---+  routers     +---+
                  <--------------------->
                            N
1) Mid-tunnel (performed by a router on N)
  (only for IPv4 DF=0  TLP)
                         +---+---+---+---+---+--+
                         |IPi|IPe|ESP|IPs|IPd|Da| (TLP)
                         +---+---+---+---+---+--+
                     +---+---+--+
                     |IPi|IPe|ta| (TLP)
                     +---+---+--+

2) Egress node detects fragmentation
     - a) it collects IPVersion the IP version of the first fragment
         as well as FragLen, the fragment length
     - b1) If all segments can be reassembled and the reassembled
         packet is properly decrypted a Link Maximum Atomic
         Packet Notification (LMAP) is sent on the IKEv2 channel.
          [IKEv2]
          <---  N( LMAP [ IPVersion, FragLen] )
     - b2) If the packet is too big and cannot be fully processed, an
         additional Packet Too Big Notification (PTB) that specifies
         the Link MTU (LMTU) of the router component of the egress
         node (on network N) as well as the effective MTU to receive
         (EMTU_R). Both are configuration parameters.
         An ICMP PTB message may also be sent by the egress node.
         This is considered as independent from the fact that the 
         egress Security Gateway is sending an IKE PTB or not.
         Note that this ICMP may not contain even the SPI, and so is
         likely to not carry sufficient information to the ingress node,
         so any action be taken.
          [IKEv2]
          <---  N( LMAP [ IPVersion, FragLen] )
                N( PTB [LMTU, EMTU_R]
          [ESP]
          <--- ESP( ICMP PTB )

3) Upon receiving the LMAP or optionally the ingress node
  a) Update the TMTU so that the Source performs source fragmentation
    with TTP packets that are not fragmented.
  Source fragmentation
  (IPv6 or IPv4)
    +---+---+--+
    |IPs|IPd|Da|  (TTP)
    +---+---+--+
+---+---+--+
|IPs|IPd|ta|
+---+---+--+


  b) Performs inner fragmentation TTP packets that exceeds the TMTU
    and will generate some fragments.
  Inner fragmentation (performed by the Ingress node)
  (only for IPv4 DF=0 TTP)

                +---+---+---+---+---+--+
                |IPi|IPe|ESP|IPs|IPd|Da| (TLP)
                +---+---+---+---+---+--+
            +---+---+---+---+---+--+
            |IPi|IPe|ESP|IPs|IPd|ta| (TLP)
            +---+---+---+---+---+--+

In both cases the egress node does not proceed to reassembly operations
                                                +---+---+--+
                                                |IPs|IPd|Da|  (TTP)
                                                +---+---+--+
                                            +---+---+--+
                                            |IPs|IPd|ta|
                                            +---+---+--+

]]></artwork></figure>

</section>
<section anchor="related-works"><name>Related works</name>

<t>This work differs from <xref target="I-D.ietf-intarea-tunnels"/> in that <xref target="I-D.ietf-intarea-tunnels"/> which considers the router component - carrying the TTP - and the interface component - handling LTP - independent.
Independence of the Tunnel MTU (for TTP) and link layer MTU for (LTP) is provided by performing outer fragmentation when needed.
<xref target="RFC4301"/> takes another view considering the router component can adapt to the specific needs of the interface component.
In our case, the router MTU can be changed so the source sends PTP of an expected TMAP size.
Note however, that a significant difference between MPA and MTU is that fragmentation is considered as a normal operation and that ICMP Packet Too Big (PTB) is only expected when the router is not able to handle the packet - that is when the (reassembled) packet exceeds the MTU (or more explicitly the effective MTU to receive (EMTU_R) or the Link MTU (LMTU)).</t>

<t>The extension described in this document follows <xref target="RFC8900"/>’s recommendations where each layer handles fragmentation at their layer and to reduce the reliance on IP fragmentation to the greatest degree possible.
This document does not describe a Path MTU Discovery (PMTUD)  procedure <xref target="RFC1191"/> nor an Execute Packetization Layer PMTUD (PLMTUD) <xref target="RFC4821"/> procedure.
PLMTUD work has been started in <xref target="I-D.spiriyath-ipsecme-dynamic-ipsec-pmtu"/>.
This document remains focused on providing information on the state of the egress node to the ingress node.
This Information is fragmentation related and includes the notification that fragmentation is being observed as well as the EMTU_R and LMTU value - which are configuration parameters.
This document lets the ingress node interpret these pieces of information and take the necessary actions.
PLMTUD is much more complex especially as IPsec considers multiple channels such as IKE and IPsec protected data and is required to handle black holing scenarios.</t>

<t>Sending LMTU when a too big LTP is received by the egress router is similar to an ICMP PTB except that the message is carried over the IKEv2 channel, and we ensure that sufficient information (like the SPI) is provided to the ingress node so the appropriated traffic selectors can be identified by the ingress node - see <xref target="sec-df1"/> for more details.
EMTU_R is not sent by a LTP ICMP PTB packet.</t>

</section>
<section anchor="sec-df1"><name>Why not using DF=1 to avoid Mid fragmentation ?</name>

<t>One can reasonably question why setting the IPv4 DF=1 is not sufficient to avoid fragmentation.
While DF=1 avoids fragmentation, it can easily fall into black holing scenarios, unless one can ensure that ICMP PTB messages are effectively received with sufficient information by the ingress node to take appropriate actions.
This is not the case in practice, which is the reason DF is very commonly set to 0.</t>

<t>Suppose the Don't Fragment bit to 1 in the IPv4 Header of the Tunnel Link Packet.
If that packet becomes larger than the link Maximum Transmission Unit (LMTU), the packet is dropped by an on-path router and an ICMPv4 message Packet Too Big (PTB) <xref target="RFC0792"/> is returned to the sending address.
The ICMPv4 PTB message is a Destination Unreachable message with Code equal to 4 and was augmented by <xref target="RFC1191"/> to indicate the acceptable MTU.
Unfortunately, one cannot rely on such a procedure as in practice some routers do not check the MTU and as such do not send ICMPv4 messages.
In addition, when ICMPv4 messages are sent these messages are unprotected, and may be blocked by firewalls or ignored.
This results in IPv4 packets being dropped without the security gateways being aware of it which is also designated as black holing.
To prevent this situation, IPv4 packets often set their DF bit set to 0.
In this case, as described in <xref target="RFC0792"/>, when a packet size exceeds its MTU, the node fragments the incoming packet in multiple fragments.</t>

<t>In addition to the above reasons DF=1 is not appropriate for ESP, there is another important reason that ICMP does not work almost completely for ESP.</t>

<t><xref target="fig-icmpv4"/> describes the ICMPv4 PTB as defined in <xref target="RFC1191"/> and to be useful to the ingress node, the ICMP PTB should at least carry the SPI that would identify the incoming traffic associated to that ICMP PTB.
This information is carried in the “Internet Header + 64 bits of Original Datagram Data” field which in our case carries the tunnel IP header with an additional 8 bytes.</t>

<figure title="ICMP PTB" anchor="fig-icmpv4"><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
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|   Type = 3    |   Code = 4    |           Checksum            |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|           unused = 0          |         Next-Hop MTU          |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|      Internet Header + 64 bits of Original Datagram Data      |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork></figure>

<t>When ESP is encapsulated in UDP or TCP, the 8 bytes correspond to the UDP header and the TCP header is even larger. As a result, the SPI cannot be derived from the 8 bytes being provided and the ingress node cannot identify the traffic selector and proceed to the next step.</t>

<t>Note also that when the SPI is identified, the ingress node may not exactly know which Source has generated the ICMP PTB as the SA traffic selector is defined by a range of IP addresses and as such may contain multiple Sources. The Path MTU is propagated to the Source as described in <xref section="8.2" sectionFormat="comma" target="RFC4301"/>, that is to say by by updating the PMTU information of the SA and upon receiving a packet that matches that SA and whose size exceeds the PMTU of the SA, discard that packet and sends back an ICMP PTB message to the Source.</t>

</section>
</section>
<section anchor="sec2"><name>Requirements Language</name>

<t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL
NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED",
"MAY", and "OPTIONAL" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.
<?line -6?></t>

<t>Tunnel, Ingress node, Egress node, Ingress Interface, Egress interface, Tunnel Transit Packets (TTP), Tunnel Link Packet (TLP), Link MTU (LMTU), Tunnel MTU (TMTU), Tunnel maximum atomic packet (TMAP), effective MTU to receive (EMTU_R) are defined in <xref target="I-D.ietf-intarea-tunnels"/>.</t>

</section>
<section anchor="link-maximum-atomic-packet-and-packet-too-big-support-negotiation"><name>Link Maximum Atomic Packet and Packet Too Big Support Negotiation</name>

<t>During an IKEv2 negotiation, the initiator and the responder indicate their support for the Link Maximum Atomic Packet and Packet Too Big Extension by exchanging the LMAP_AND_PTB_SUPPORTED notifications.
This notification MUST be sent in the IKE_AUTH exchange (in case of multiple IKE_AUTH exchanges - in the first IKE_AUTH message from initiator and in the last IKE_AUTH message from responder).
If both the initiator and the responder send this notification during the IKE_AUTH exchange, peers may notify each other with an IPv4 Link Maximum Atomic Packet Notification when fragmentation is observed.
Upon receiving such notifications, the peers may take the necessary actions to prevent such fragmentation to occur.</t>

<figure><artwork><![CDATA[
Initiator                         Responder
-------------------------------------------------------------------
HDR, SA, KEi, Ni -->
                         <-- HDR, SA, KEr, Nr
HDR, SK {IDi, AUTH,
     SA, TSi, TSr,
     N(LMAP_AND_PTB_SUPPORTED)} -->
                         <-- HDR, SK {IDr, AUTH,
                             SA, TSi, TSr,
                             N(LMAP_AND_PTB_SUPPORTED)}
]]></artwork></figure>

</section>
<section anchor="sec-send-lmap"><name>Sending a Link Maximum Atomic Packet Notification</name>

<t>The egress security gateway detects fragmentation occurred when it receives an initial fragment; e.g. with the Flags' More Fragment Bit set to 1 and the Fragment Offset set to 0.
Upon receiving such a packet, the egress node determines the IP version (IPVersion) and the fragment length FragLen).
For an IPv4 packet, FragLen is the Total Length field (see <xref target="RFC0791"/>).
For an IPv6 packet FragLen is the Payload Length (see <xref section="3" sectionFormat="comma" target="RFC8200"/>.
Note that these values have different meanings as with an IPv6 fragment, FragLen does not include the IPv6 header but only the payload.</t>

<t>The egress node sends the LMAP notification payload that contains IPVersion and FragLen.</t>

<t>The egress node SHOULD send a maximum of one LMAP notification per (reassembled) received packet.
However, since this extension is especially expected on nodes dealing with high traffic rates, the notification is expected to be sent at reasonable rates per Security Associations.
More specifically, the use of the IKEv2 provides a reliable channel which makes sending redundant notifications unnecessary.
Then, the notification rate needs to account for the time the egress node adjusts the TMTU, and that TMTU remains implemented.
More details are provided in <xref target="sec-sec"/>.</t>

<figure><artwork><![CDATA[
Egress Security Gateway                 Ingress Security Gateway
-------------------------------------------------------------------
HDR SK { N(LMAP)} -->
]]></artwork></figure>

</section>
<section anchor="sec-recv-lmap"><name>Receiving a Link Maximum Atomic Packet Notification</name>

<t>Upon receiving a LMAP notification, the ingress node derives the tunnel MAP (TMAP) from the Link MAP (LMAP) derived by the FragLen and IPVersion.</t>

<figure title="Computation of TMAP" anchor="fig-tmap"><artwork><![CDATA[
if IPVersion is 4:
  LMAP = FragLen
elif IPVersion is 6:
  LMAP = FragLen + 40
TMAP = LMAP - outer IP header - encapsulation overhead
]]></artwork></figure>

<dl>
  <dt>where</dt>
  <dd><t/></dd>
  <dt>IPVersion:</dt>
  <dd>
    <t>The IP version of the fragment provided by the LMAP notification (see <xref target="sec-send-lmap"/>).</t>
  </dd>
  <dt>FragLen:</dt>
  <dd>
    <t>The Fragment length provided by the LMAP notification (see <xref target="sec-send-lmap"/>).</t>
  </dd>
  <dt>LMAP:</dt>
  <dd>
    <t>For an IPv4 packet, LMAP is directly provided by the fragment length of the LMAP Notification.
For an IPv6 packet, LMAP needs to adds the IPv6 Header length (40 bytes) to the fragment length of the LMAP Notification.</t>
  </dd>
  <dt>outer IP header:</dt>
  <dd>
    <t>The IP header of the LTP
encapsulation overhead:
 contains the ESP header, the ESP Trailer including the variable Pad field.
When the padding is minimizing the Pad Len, the encapsulation header is set to 14 (+ the size of the ICV).
The overhead SHOULD also estimate IP options or IP extensions.</t>
  </dd>
</dl>

<t>The ingress security gateway SHOULD propagate the TMAP as the tunnel MTU back to the Source so the size of future TTP packets does not exceed the TMAP - eventually performing source fragmentation.
To do so, the ingress node sets the LMTU to TMAP for all traffic designated by the SA.
In this case the LMTU is the MTU associated with the link of the router interface of the ingress node that faces the Source's network.
Upon receiving a TLP larger than the TMAP, the packet is discarded and an ICMP PTB message is returned to the Source which then performs Source Fragmentation (5) (See Section 8.2.1. of <xref target="RFC4301"/>).
It is worth mentioning that only future packets will be impacted, and not those causing fragmentation.</t>

<t>When the TLP is an IPv4 packet with DF=0, the ingress node SHOULD perform Source Fragmentation of the TTP, also represented as Inner Fragmentation (3), sending chunks that do not exceed TMAP.</t>

<t>Figure 11 in Section 4.2.2 of <xref target="I-D.ietf-intarea-tunnels"/> with tunnel MTU set to TMAP achieves both recommendations, while Figure 12 in Section 4.2.2 describes the inner fragmentation.</t>

</section>
<section anchor="sec-send-ptb"><name>Sending a Packet Too Big Notification</name>

<t>A packet can be rejected because the size of the LTP exceeds the LMTU (of the router component) or when the (reassembled) LTP exceeds the EMTU_R (of the interface component) and so IPsec decapsulation cannot be done.</t>

<t>When the LTP size exceeds the EMTU_R, the egress node SHOULD send a Packet Too Big (PTB) notification that includes the EMTU_R and the LMTU.
In addition, if the packet results from a reassembly operation, the egress node MUST send a LMAP notification with the LMAP.
If the packet does not result from a reassembly operation, the egress node MUST NOT send a LMAP notification.</t>

<figure><artwork><![CDATA[
Egress Security Gateway                 Ingress Security Gateway
-------------------------------------------------------------------
HDR SK { N(PTB) } -->
]]></artwork></figure>

</section>
<section anchor="receiving-a-packet-too-big-notification"><name>Receiving a Packet Too Big Notification</name>

<t>Upon receiving a PTB notification, the egress node computes the Tunnel MTU (TMTU) as follows:</t>

<figure title="Computation of TMTU" anchor="fig-tmtu"><artwork><![CDATA[
TMTU = EMTU_R - outer IP header - encapsulation overhead
if LMAP notification is not received:
  TMAP is derived from the LMAP notification
else:
  TMAP = LMTU - outer IP header - encapsulation overhead
TMAP = min( TMAP, TMTU )

]]></artwork></figure>

<dl>
  <dt>with the same notation as in <xref target="fig-tmap"/>:</dt>
  <dd><t/></dd>
  <dt>EMTU_R:</dt>
  <dd>
    <t>The value provided in the PTB notification related to the MTU associated to the egress interface (see <xref target="sec-send-ptb"/>)</t>
  </dd>
  <dt>LMTU :</dt>
  <dd>
    <t>The value provided in the PTB notification related to the LMTU associated to the egress router (see <xref target="sec-send-ptb"/>)</t>
  </dd>
</dl>

<t>The ingress node SHOULD proceed with TMAP as described in <xref target="sec-recv-lmap"/>.</t>

<t>The ingress node MUST ensure the size of the TTP do not exceed the computed TMTU and MUST ensure the size of the LTP do not exceed the LMTU provided in the PTB notification.</t>

</section>
<section anchor="payload-description"><name>Payload Description</name>

<t><xref target="fig:notify"/> illustrates the Notify Payload packet format as described in Section 3.10 of <xref target="RFC7296"/> with a 4 bytes path allowed MTU value as notification data.
This format is used for both the LMAP_AND_PTB_SUPPORTED, LMAP and PTB notifications.</t>

<figure title="Notify Message Format" anchor="fig:notify"><artwork><![CDATA[
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
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Next Payload  |C|  RESERVED   |         Payload Length        |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|  Protocol ID  |   SPI Size    |      Notify Message Type      |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                                                               |
~                       Notification Data                       ~
|                                                               |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork></figure>

<t>The fields Next Payload, Critical Bit, RESERVED and Payload Length are defined in <xref target="RFC7296"/>. Specific fields defined in this document are:</t>

<dl>
  <dt>Protocol ID (1 octet):</dt>
  <dd>
    <t>set to zero.</t>
  </dd>
  <dt>SPI Size (1 octet):</dt>
  <dd>
    <t>set to zero.</t>
  </dd>
  <dt>Notify Message Type (2 octets):</dt>
  <dd>
    <t>Specifies the type of notification message. It is set to TBD1 for the LMAP_AND_PTB_SUPPORTED notification, TBD2 for the LMAP notification and TBD3 for the PTB notification.</t>
  </dd>
  <dt>Notification Data:</dt>
  <dd>
    <t>Specifies the data associated to the notification message. It is empty for the LMAP_AND_PTB_SUPPORTED notification or a 4 octets that contains the MTU value for the LMAP and PTB notification - as represented in <xref target="fig:LMAP_data"/> and <xref target="fig:PTB_data"/>.</t>
  </dd>
</dl>

<figure title="Notification Data for LMAP" anchor="fig:LMAP_data"><artwork><![CDATA[
 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
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|IPVers |       Reserved        |          FragLen              |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork></figure>

<t>with:</t>

<dl>
  <dt>IPVersion (4 bits):</dt>
  <dd>
    <t>The IPversion of the received packet</t>
  </dd>
  <dt>Reserved:</dt>
  <dd>
    <t>Reserved bytes MUST be set by the egress node to zero and MUST be ignored by the ingress node.</t>
  </dd>
  <dt>FragLen (2 bytes):</dt>
  <dd>
    <t>The FragLen value (see <xref target="sec-send-lmap"/>)</t>
  </dd>
</dl>

<figure title="Notification Data for PTB" anchor="fig:PTB_data"><artwork><![CDATA[
 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
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                         LMTU                                  |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                        EMTU_R                                 |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork></figure>

<t>with:</t>

<dl>
  <dt>LMTU (4 bytes):</dt>
  <dd>
    <t>The LMTU of the egress router</t>
  </dd>
  <dt>EMTU_R (4 bytes):</dt>
  <dd>
    <t>The EMTU_R of the egress interface</t>
  </dd>
</dl>

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

<t>IANA is requested to allocate two values in the "IKEv2 Notify Message Types - Status Types" registry
(available at https://www.iana.org/assignments/ikev2-parameters/ikev2-parameters.xhtml#ikev2-parameters-16) with the following definition:</t>

<figure><artwork><![CDATA[
+=======+================================+
| Value | NOTIFY MESSAGES - STATUS TYPES |
+=======+================================+
| TBD1  | LMAP_AND_SUPPORTED             |
| TBD2  | LMAP                           |
| TBD3  | PTB                            |
+-------+--------------------------------+
]]></artwork></figure>

</section>
<section anchor="sec-sec"><name>Security Considerations</name>

<t>This document defines an IKEv2 extension to enable an egress node to notify an ingress node that fragmentation is happening as well as the observed fragment length.
In addition, the extension also enables an egress node to notify an ingress node that a packet too big has been discarded, together with some complementary information to appropriately update the MTU.</t>

<t>These pieces of information are transferred over the authenticated IKEv2 channel which ensures the origin of the message.
Assuming the egress node is trusted, the ingress node can trust what is being reported effectively observed (like fragmentation is happening, the observed fragment length, a packet too big has been received) by the egress node and that some information are effectively accurate such as the egress LMTU and EMTU_R.
When fragmentation happens and a LMAP notification is being sent, the egress node MUST send the notification once the reassembled packet has been decapsulated.
This ensures that fragmentation has been performed over an authenticated TLP and ensures the TLP has not been forged by any attacker.
With IPv6, only outer fragmentation is permitted so, the ingress node can validate the provided information.
However, sending the notification after the IPsec decapsulation enables the egress node to detect potential injection attacks and prevent sending an unnecessary notification, that may be part of a DDoS attack targeting the ingress node itself.
With IPv4 an attacker could set the DF=0 which would allow any mid tunnel fragmentation.
IPsec (ESP or AH) does not cover the DF flag, so the egress cannot trust the fragment length observed has not been forged, and the security considerations related to MTU discovery <xref target="RFC0791"/>, <xref target="RFC8900"/>, <xref target="RFC4963"/>, <xref target="RFC6864"/>, <xref target="RFC1191"/> apply here.
Note that information carried by the LMAP notification is never carried by ICMP, and all LMAP may share with ICMP is that this information will be used to update the MTU.</t>

<t>The egress node may not be able to decrypt the encrypted TTP packet if the full encrypted TTP cannot be built.
One possibility is that too many fragments are being sent over a too long period of time (slowloris-like attacks) (see <xref section="3.7" sectionFormat="comma" target="RFC8900"/>).
Another possibility is that one fragment exceeds the LMTU or that the reassembled (unverified) encrypted TTP exceeds the EMTU_R.
In both cases, a PTB notification SHOULD be sent and if fragmentation is observed a LMAP MUST be sent together with the PTB notification.
Information carried by the PTB (LMTU and EMTU_R) can be trusted.
Without this extension this information would have been carried by ICMP.
In many deployments, the ICMP channel may be unprotected and ICMP packets may be discarded by firewalls and never reach the egress node.
In addition, the description provided by <xref target="I-D.ietf-intarea-tunnels"/> tends to indicate that the ICMP channel remains between the router components of the ingress and egress nodes and as such are not provided to the interfaces component.
Finally, as detailed in <xref target="sec-df1"/> an ICMP PTB message contains a portion of the encrypted ESP packet, which may not sufficient to deduce the SPI and associated traffic selectors, and as such prevent the ingress node to identify the traffic flow that generates the fragmentation.
In any case, this results in the information not being available to take the appropriate action.
Sending the PTB notification over ICMP solves these issues and eases the correlation with the LMAP notification.
In terms of trust, when sufficient information may be sent both on the IKEv2 channel and via a protected ICMP PTB message, the use of the PTB notification achieves similar trust as the one observed with an ICMP PTB message sent over an IPsec protected channel.
For that reason, the ICMP messages SHOULD be protected by IPsec.
The use of two different paths may provide some additional reliability as the same information is taking two different paths and that IKEv2 windows ensures the the information is received - as opposed to the (encrypted) ICMP message that can be dropped.
However, information carried by the LMAP notification cannot be trusted and similar security considerations related to MTU discovery <xref target="RFC0791"/>, <xref target="RFC8900"/>, <xref target="RFC4963"/>, <xref target="RFC6864"/>, <xref target="RFC1191"/> apply here.</t>

<t>During high packet rates, this notification for each of these packets is likely to be used by an attacker to trigger a DDoS attack to both egress and ingress nodes.
As a result, the egress node SHOULD be able to configure the maximum rate at which the notifications are sent.
This includes the ability to indicate that LMAP notifications (without PTB) are not sent when the outer IP addresses are of version IPv6.
The reasoning is that with IPv6, the egress node observes outer fragmentation, in which case the ingress node is already aware of it.
In addition, an egress node SHOULD be able to configure a threshold for number of alerts per SAs before a notification is sent, a rate limit per SA.</t>

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

<t>The authors would like to thank Magnus Westerlund, Paul Wouters, Joe Touch, Tero Kivinen for his reviews and valuable comments and suggestions.</t>

</section>


  </middle>

  <back>


    <references title='Normative References' anchor="sec-normative-references">

&RFC6864;
&RFC8900;
&RFC4301;
&RFC1191;
&RFC4821;
&RFC0792;
&RFC2119;
&RFC8174;
&RFC0791;
&RFC8200;
&RFC7296;


    </references>

    <references title='Informative References' anchor="sec-informative-references">

&RFC4963;
&I-D.ietf-intarea-tunnels;
&I-D.spiriyath-ipsecme-dynamic-ipsec-pmtu;


    </references>



  </back>

<!-- ##markdown-source:
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
2ZkNX61bQPZakyT+H82I+CJijgAA

-->

</rfc>

