<?xml version="1.0"encoding='utf-8'?>encoding='UTF-8'?> <!DOCTYPE rfc [ <!ENTITY nbsp " "> <!ENTITY zwsp "​"> <!ENTITY nbhy "‑"> <!ENTITY wj "⁠"> ]><?xml-stylesheet type='text/xsl' href='rfc2629.xslt' ?> <?rfc comments="yes"?> <?rfc compact="yes"?> <?rfc inline="yes"?> <?rfc sortrefs="yes"?> <?rfc subcompact="yes"?> <?rfc symrefs="yes"?> <?rfc toc="yes"?> <?rfc tocdepth="3"?> <?rfc tocindent="yes"?> <?rfc tocompact="yes"?><rfc xmlns:xi="http://www.w3.org/2001/XInclude" category="std" docName="draft-ietf-bfd-large-packets-16" number="9764" consensus="true" ipr="trust200902" submissionType="IETF" xml:lang="en" tocInclude="true" tocDepth="4" updates="" obsoletes="" symRefs="true" sortRefs="true"version="3" >version="3"> <front><title>BFD<title abbrev="BFD Encapsulated in Large Packets">Bidirectional Forwarding Detection (BFD) Encapsulated in Large Packets</title> <seriesInfo name="RFC" value="9764"/> <author fullname="Jeffrey Haas" initials="J." surname="Haas"> <organization>Juniper Networks, Inc.</organization> <address> <postal> <street>1133 Innovation Way</street> <city>Sunnyvale</city> <region>CA</region> <code>94089</code><country>US</country><country>United States of America</country> </postal> <email>jhaas@juniper.net</email> </address> </author> <author fullname="Albert Fu" initials="A." surname="Fu"> <organization>Bloomberg L.P.</organization> <address> <postal> <street>731 Lexington Avenue</street> <city>New York</city> <region>NY</region> <code>10022</code><country>US</country><country>United States of America</country> </postal> <email>afu14@bloomberg.net</email> </address> </author> <date year="2025"/>month="April"/> <area>RTG</area> <workgroup>bfp</workgroup> <abstract> <t> The Bidirectional Forwarding Detection (BFD) protocol is commonly used to verify connectivity between two systems. BFD packets are typically very small. It is desirable in some circumstances to knowthatnot onlyisthat the path between two systems is reachable, but also that it is capable of carrying a payload of a particular size. This document specifies how to implement such a mechanism using BFD in Asynchronous mode. </t> <t> YANG modules for managing this mechanism are also defined in this document. These YANG modules augment the existing BFD YANG modules defined in RFC 9314. The YANG modules in this document conform to the Network Management Datastore Architecture (NMDA) (RFC 8342). </t> </abstract> </front> <middle> <sectionanchor="intro" title="Introduction">anchor="intro"> <name>Introduction</name> <t> The Bidirectional Forwarding Detection (BFD) <xref target="RFC5880"/> protocol is commonly used to verify connectivity between two systems. However, some applications may require that the Path MTU <xref target="RFC1191"/> between those two systems meets a certain minimum criterion. When the Path MTU decreases below the minimum threshold, those applications may wish to consider the path unusable. </t> <t> BFD may be encapsulated in a number of transport protocols. An exampleof thisis single-hop BFD <xref target="RFC5881"/>. In that case, the link MTU configuration is typically enough to guarantee communication between the two systems for that size MTU. BFD Echo mode(Section 6.4 of <xref target="RFC5880"/>)(<xref target="RFC5880" sectionFormat="of" section="6.4"/>) is sufficient to permit verification of the Path MTU of such directly connected systems. Previous proposals(<xref(e.g., <xref target="I-D.haas-xiao-bfd-echo-path-mtu"/>) have been made for testing Path MTU for such directly connected systems. However, in the case ofmulti-hopmultihop BFD <xref target="RFC5883"/>, this guarantee does not hold. </t> <t> The encapsulation of BFD inmulti-hopmultihop sessions is a simple UDP packet. The BFD elements of procedure(Section 6.8.6 of <xref target="RFC5880"/>) covers(<xref target="RFC5880" sectionFormat="of" section="6.8.6"/>) cover validating the BFD payload. However, the specification is silent on the length of the encapsulation that is carrying the BFD PDU. While it is most common that the transport protocol payload (i.e., UDP) length is the exact size of the BFD PDU, this is not required by the elements of procedure. This leads to the possibility that the transport protocol length may be larger than the contained BFD PDU. </t> </section> <section> <name>Requirements Language</name><t>The<t> The key words"MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY","<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>", "<bcp14>MAY</bcp14>", and"OPTIONAL""<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as described inBCP 14BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they appear in all capitals, as shownhere.</t>here. </t> </section><section title="BFD<section> <name>BFD Encapsulated in LargePackets">Packets</name> <t> Support for BFD between two systems is typically configured, even if the actual session may be dynamically created by a client protocol. A new BFD variable is defined in this document: </t> <dl newline='true'> <dt>bfd.PaddedPduSize</dt> <dd> The BFD transport protocol payload size (in bytes) is increased to this value. The contents of this additional payloadMUST<bcp14>MUST</bcp14> be zero. The contents of this additional payloadSHOULD NOT<bcp14>SHOULD NOT</bcp14> be validated by the receiver. The minimum size of this variableMUST NOT<bcp14>MUST NOT</bcp14> be smaller than 24 or 26 bytes, as permitted by the element of BFD procedure;24 or 26 -seeSection 6.8.6 of<xreftarget="RFC5880"/>.target="RFC5880" sectionFormat="of" section="6.8.6"/>. </dd> </dl> <t> The Don't Fragment bit(Section 2.3 of <xref target="RFC0791"/>)(<xref target="RFC0791" sectionFormat="of" section="2.3"/>) of the IP payload, when using IPv4 encapsulation,MUST<bcp14>MUST</bcp14> be set. </t> </section><section title="Implementation<section> <name>Implementation and DeploymentConsiderations"> <section title="Implementations that do not supportConsiderations</name> <section> <name>Implementations That Do Not Support Large BFDPackets">Packets</name> <t> While this document proposes no change to the BFD protocol, implementations may not permit arbitrarily padded transport PDUs to carry BFD packets. WhileSection 6 of<xreftarget="RFC5880"/>target="RFC5880" sectionFormat="of" section="6"/> warns against excessive pedantry, implementations may not work with this mechanism without additional support. </t> <t> <xreftarget="RFC5880"/>, section 6.8.6,target="RFC5880" sectionFormat="of" section="6.8.6"/> discusses the procedures for receiving BFD Control packets. The length of the BFD Control packet is validated to be less than or equal to the payload of the encapsulating protocol. When a receiving implementation is incapable of processingLargelarge BFDPackets,packets, it could manifest in one of two possible ways: </t> <ul> <li> A receiving BFD implementation is incapable of acceptingLargelarge BFDPackets.packets. This is identical to the packet being discarded. </li> <li> A receiving BFD implementation is capable of acceptingLargelarge BFDPackets,packets, but the Control packet is improperly rejected during validation procedures. This is identical to the packet being discarded. </li> </ul> <t> In each of these cases, the BFD state machine would behave as if it were not receiving Controlpacketspackets, and the receiving implementation would follow normal BFD procedures regarding not having receivedcontrolControl packets. </t> <t> IfLargelarge BFDPacketspackets is enabled on a session that is already in the Up state and the remote BFD system doesnot, or cannotnot (or cannot) support receiving the padded BFD control packets, the session will go Down. </t> </section><section title="Selecting<section> <name>Selecting MTUsize to be detected">Size To Be Detected</name> <t> Since the consideration ispathPath MTU, BFD sessions using this feature only need to use an appropriate value of bfd.PaddedPduSizeappropriateto exercise thepathPath MTU for the desired application. This may be significantly smaller than the system's linkMTU;MTU, e.g., desiredpathPath MTU is 1512bytesbytes, while the interface MTU that BFD with large packets is running on is 9000 bytes. </t> <t> In the case multiple BFD clients desire to test the same BFD endpoints using different bfd.PaddedPduSize parameters, implementationsSHOULD<bcp14>SHOULD</bcp14> select the largest bfd.PaddedPduSize parameter from the configured sessions. This is similar to how implementations of BFD select the most aggressive timing parameters for multiple sessions to the same endpoint. Failure to select the largest size will result in BFD sessions going to the Up state and dependent applications not having their MTU requirements satisfied. </t> </section><section title="Detecting<section> <name>Detecting MTUMismatches">Mismatches</name> <t> The accepted MTU for an interface is impacted by packet encapsulation considerations at a givenlayer;layer, e.g.,layerLayer 2,layerLayer 3, tunnel, etc. A common misconfiguration of interface parameters is inconsistent MTU. In the presence of inconsistent MTU, it is possible for applications to have unidirectional connectivity. </t> <t> When it is necessary for an application using BFD with Large Packets to test thebi-directionalbidirectional Path MTU, it is necessary to configure the bfd.PaddedPduSize parameter on each side of the BFD session.E.g.,For example, if the desire is to verify a1500 byte1500-byte MTU in both directions on an Ethernet orpoint to pointpoint-to-point link, each side of the BFD session must have bfd.PaddedPduSize set to 1500. In the absence of such consistent configuration, BFD with Large Packets may correctly determine unidirectional connectivity at the tested MTU, butbi-directionalbidirectional MTU may not be properly validated. </t> <t> It should be noted that some interfaces may intentionally have different MTUs. Setting the bfd.PaddedPduSize appropriately for each side of the BFD session supports such scenarios. </t> </section><section title="Detecting<section> <name>Detecting MTUChanges">Changes</name> <t> Once BFD sessions using Large Packets has reached the Up state, connectivity at the tested MTU(s) for the session is being validated. If thepathPath MTU tested by the BFD with Large Packets session falls below the tested MTU, the BFD session will go Down. </t> <t> In the opposite circumstancewhere(where thepathPath MTUincreases,increases), the BFD session will continue without being impacted. BFD for Large Packets only ensures that the minimally acceptable MTU for the session can be used. </t> </section><section title="Equal Cost Multiple Paths<section> <name>Equal-Cost Multipath (ECMP) orother Load Balancing Considerations">Other Load-Balancing Considerations</name> <t> Various mechanisms are utilized to increase throughput between two endpoints at various network layers. Such features include LinkAggregateAggregation Groups (LAGs) or ECMP forwarding. Such mechanisms balance traffic across multiple physical links while hiding the details of that balancing from the higher networking layers. The details of that balancing are highly implementation specific. </t> <t> In the presence of suchload balancingload-balancing mechanisms, it is possible to have member links that are not properly forwarding traffic. In such circumstances, this will result in dropped traffic when traffic is chosen to be load balanced across those member links. </t> <t> Suchload balancingload-balancing mechanisms may not permit all link members to be properly tested by BFD. This is because the BFD Control packets may be forwarded only along links that are up. BFD onLAG,LAG interfaces, <xref target="RFC7130"/>, was developed to help cover one such scenario. However, for testing forwarding over multiple hops, there is no such specifiedgeneral purposegeneral-purpose BFD mechanism for exercising all links in an ECMP. This may result in a BFD session being in the Up state while some traffic may be dropped or otherwise negatively impacted along some component links. </t> <t> Some BFD implementations utilize their internal understanding of the component links and their resultant forwarding to exercise BFD in such a way to better test the ECMP members and to tie the BFD session state to the health of that ECMP. Due tothe implementation specificimplementation-specific load balancing, it is not possible to standardize such additional mechanisms for BFD. </t> <t> Misconfiguration of some member MTUs may lead toLoad Balancingload balancing that may have an inconsistent Path MTU depending on how the traffic is balanced. While the intent of BFD withLarge Packetslarge packets is to verifypathPath MTU, it is subject to the same considerations above. </t> <t> <!-- This text added to make Eric Vyncke happy during AD review --> The above text also applies to most, if not all, BFD techniques. </t> </section><section title="S-BFD"><section> <name>S-BFD</name> <t> This mechanism also can be applied to other forms of BFD, includingS-BFDSeamless BFD (S-BFD) <xref target="RFC7880"/>. </t> </section> </section> <sectionanchor="yang-module" title="BFDanchor="yang-module"> <name>BFD Encapsulated in Large Packets YANGModule">Module</name> <sectionanchor="data-model-overview" title="Dataanchor="data-model-overview"> <name>Data ModelOverview">Overview</name> <t> This YANG module augments the "ietf-bfd" module to add a flag 'padding' to enable this feature. The feature statement 'padding' needs to be enabled to indicate that BFDEncapsulatedencapsulated inLarge Packetlarge packets is supported by the implementation. </t> <t> Further, this YANG module augments the YANG modules for single-hop,multi-hop,multihop, LAG, and MPLS to add the "pdu-size" parameter to those session types to configureLargelarge BFD packets. </t> <t> Finally, similar to the grouping "client-cfg-parms" defined in <xref section="2.1" target="RFC9314"/>, this YANG module defines a grouping "bfd-large-common" that may be utilized by BFD clients using "client-cfg-params" to uniformly add support for the feature defined in this RFC. </t> <figure><artwork><![CDATA[<sourcecode type="yangtree"><![CDATA[ module: ietf-bfd-large augment /rt:routing/rt:control-plane-protocols /rt:control-plane-protocol/bfd:bfd/bfd-ip-sh:ip-sh /bfd-ip-sh:sessions/bfd-ip-sh:session: +--rw pdu-size? padded-pdu-size {padding}? augment /rt:routing/rt:control-plane-protocols /rt:control-plane-protocol/bfd:bfd/bfd-ip-mh:ip-mh /bfd-ip-mh:session-groups/bfd-ip-mh:session-group: +--rw pdu-size? padded-pdu-size {padding}? augment /rt:routing/rt:control-plane-protocols /rt:control-plane-protocol/bfd:bfd/bfd-lag:lag /bfd-lag:sessions/bfd-lag:session: +--rw pdu-size? padded-pdu-size {padding}? augment /rt:routing/rt:control-plane-protocols /rt:control-plane-protocol/bfd:bfd/bfd-mpls:mpls /bfd-mpls:session-groups/bfd-mpls:session-group: +--rw pdu-size? padded-pdu-size {padding}?]]> </artwork>]]></sourcecode> </figure> </section><section title="YANG Module"><section> <name>YANG Module</name> <t> This YANG module imports <xreftarget="RFC8349">Atarget="RFC8349">"A YANG Data Model forRouting</xref>,Routing Management (NMDA Version)"</xref> and <xreftarget="RFC9314">YANGtarget="RFC9314">"YANG Data Model for BidirectionalForwadingForwarding Detection(BFD)</xref>.(BFD)"</xref>. </t> <figure><artwork><![CDATA[ <CODE BEGINS> file "ietf-bfd-large@2025-01-15.yang"<sourcecode type="yang" markers="true" name="ietf-bfd-large@2025-03-31.yang"><![CDATA[ module ietf-bfd-large { yang-version 1.1; namespace "urn:ietf:params:xml:ns:yang:ietf-bfd-large"; prefix"bfdl";bfdl; import ietf-routing { prefix rt; reference "RFC 8349: A YANG Data Model for Routing Management (NMDA version)"; } import ietf-bfd { prefix bfd; reference "RFC 9314: YANG Data Model for Bidirectional Forwarding Detection."; } import ietf-bfd-ip-sh { prefix bfd-ip-sh; reference "RFC 9314: YANG Data Model for Bidirectional Forwarding Detection."; } import ietf-bfd-ip-mh { prefix bfd-ip-mh; reference "RFC 9314: YANG Data Model for Bidirectional Forwarding Detection."; } import ietf-bfd-lag { prefix bfd-lag; reference "RFC 9314: YANG Data Model for Bidirectional Forwarding Detection."; } import ietf-bfd-mpls { prefix bfd-mpls; reference "RFC 9314: YANG Data Model for Bidirectional Forwarding Detection."; } organization "IETF BFD Working Group"; contact "WG Web: <https://datatracker.ietf.org/wg/bfd> WG List: <rtg-bfd@ietf.org> Authors: Jeffrey Haas (jhaas@juniper.net) Albert Fu (afu14@bloomberg.net)."; description "This YANG module augments the base BFD YANG module to add attributes related to support for BFD Encapsulated in Large Packets. In particular, it adds a per-session parameter for the BFD Padded PDU Size. Copyright (c)20242025 IETF Trust and the persons identified as authors of the code. All rights reserved. Redistribution and use in source and binary forms, with or without modification, is permitted pursuant to, and subject to the license terms contained in, the Revised BSD License set forth in Section 4.c of the IETF Trust's Legal Provisions Relating to IETF Documents (https://trustee.ietf.org/license-info). This version of this YANG module is part of RFCXXXX (https://www.rfc-editor.org/info/rfcXXXX);9764 (https://www.rfc-editor.org/info/rfc9764); see the RFC itself for full legal notices. 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 (RFC 2119) (RFC 8174) when, and only when, they appear in all capitals, as shown here."; revision"2025-01-15"2025-03-31 { description "Initial Version."; reference "RFCXXXX, BFD9764, Bidirectional Forwarding Detection (BFD) Encapsulated in Large Packets."; } feature padding { description "If supported, the feature allows for BFD sessions to be configured with padded PDUs in support of BFD Encapsulated in Large Packets."; } typedef padded-pdu-size { type uint16 { range "24..65535"; } units "bytes"; description "The size of the padded and encapsulated BFD control packets to be transmitted atlayerLayer 3. The BFD minimum control packet size is 24 or 26 octets; see Section 6.8.6 of RFC 5880. If the configured padded PDU size is smaller than the minimum sized packet of a given BFD session, then the minimum sized packet for the session will be used. The maximum padded PDU size may be limited by the supported interface MTU of the system."; reference "RFCXXXX, BFD9764, Bidirectional Forwarding Detection (BFD) Encapsulated in Large Packets."; } grouping bfd-large-common { description "Common configuration and operational state for BFD Encapsulated in Large Packets."; reference "RFCXXXX, BFD9764, Bidirectional Forwarding Detection (BFD) Encapsulated in Large Packets."; leaf pdu-size { if-feature "padding"; type padded-pdu-size; description "If set, this configures the padded PDU size for the Asynchronous mode BFD session. By default, no additional padding is added to such packets."; } } augment "/rt:routing/rt:control-plane-protocols/" + "rt:control-plane-protocol/bfd:bfd/bfd-ip-sh:ip-sh/" + "bfd-ip-sh:sessions/bfd-ip-sh:session" { uses bfd-large-common; description "Augment the 'bfd' container to add attributes related to BFD Encapsulated in Large Packets."; } augment "/rt:routing/rt:control-plane-protocols/" + "rt:control-plane-protocol/bfd:bfd/bfd-ip-mh:ip-mh/" + "bfd-ip-mh:session-groups/bfd-ip-mh:session-group" { uses bfd-large-common; description "Augment the 'bfd' container to add attributes related to BFD Encapsulated in Large Packets."; } augment "/rt:routing/rt:control-plane-protocols/" + "rt:control-plane-protocol/bfd:bfd/bfd-lag:lag/" + "bfd-lag:sessions/bfd-lag:session" { uses bfd-large-common; description "Augment the 'bfd' container to add attributes related to BFD Encapsulated in Large Packets."; } augment "/rt:routing/rt:control-plane-protocols/" + "rt:control-plane-protocol/bfd:bfd/bfd-mpls:mpls/" + "bfd-mpls:session-groups/bfd-mpls:session-group" { uses bfd-large-common; description "Augment the 'bfd' container to add attributes related to BFD Encapsulated in Large Packets."; } }<CODE ENDS>]]></artwork></sourcecode> </figure> </section> </section><section title="Security Considerations"><section> <name>Security Considerations</name> <t> This document does not change the underlying security considerations of the BFD protocol or its encapsulations. </t> <t> <!-- This text added to make Eric Vyncke happy --> On-path attackers that can selectively drop BFD packets, including those with large MTUs, can cause BFD sessions to go Down. </t> <t> <!-- This text added to make security people happy. --> The contents of the padding payload are set to zero. This avoids implementation issues where the local uninitialized data may be leaked. </t><section title="YANG<!-- [rfced] Some author comments are present in the XML. Please confirm that no updates related to these comments are outstanding. Note that the comments will be deleted prior to publication. --> <section> <name>YANG SecurityConsiderations">Considerations</name> <t> This section is modeled after the template described in <xref target="I-D.ietf-netmod-rfc8407bis" sectionFormat="of" section="3.7"/>. </t> <!--[rfced] Regarding the following statement: Original: This section is modeled after the template described in Section 3.7 of<xref target="I-D.ietf-netmod-rfc8407bis"/>. </t>[I-D.ietf-netmod-rfc8407bis]. Could you please confirm that this difference from the template is intentional? From Section 3.7.1 of draft-ietf-netmod-rfc8407bis: Modules that use the groupings that are defined in this document should identify the corresponding security considerations. For example, reusing some of these groupings will expose privacy-related information (e.g., 'node-example'). From this document: Modules that use the groupings that are defined in this document should identify the corresponding security considerations. This module defines one such grouping, "bfd-large-common", which contains the "pdu-size" data node whose security considerations are documented above. --> <t> The "ietf-bfd-large" YANG module defines a data model that is designed to be accessed via YANG-based management protocols, such as NETCONF <xref target="RFC6241"/> and RESTCONF <xref target="RFC8040"/>. These protocols have to use a secure transport layer (e.g., SSH <xref target="RFC4252"/>, TLS <xref target="RFC8446"/>, and QUIC <xref target="RFC9000"/>) and have to use mutual authentication. </t> <t> The Network Configuration Access Control Model (NACM) <xref target="RFC8341"/> provides the means to restrict access for particular NETCONF or RESTCONF users to a preconfigured subset of all available NETCONF or RESTCONF protocol operations and content. </t> <t> There is one data node defined in this YANG module that is writable/creatable/deletable (i.e., "config true", which is the default). All writable data nodes are likely to be reasonably sensitive or vulnerable in some network environments. Write operations (e.g., edit-config) and delete operations to these data nodes without proper protection or authentication can have a negative effect on network operations. The data node has particular sensitivities/vulnerabilities: </t> <ul> <li> 'pdu-size' specifies the targeted size of BFD control packets encapsulated according to this proposal. Changing this value for a session in the Up state may cause the session to go down, perhaps intentionally, if the session cannot accommodate such BFD control packets. Operators should be mindful that multiple BFD clients may rely on the status of a given BFD session when changing this value. </li> </ul> <t> There are no particularly sensitive readable data nodes. </t> <t> There are no particularly sensitive RPC or action operations. </t> <t> Modules that use the groupings that are defined in this document should identify the corresponding security considerations. This module defines one such grouping, "bfd-large-common", which contains the "pdu-size" data node whose security considerations are documented above. </t> </section> </section><section title="IANA Considerations"> <section title="The<section> <name>IANA Considerations</name> <section> <name>The "IETF XML"Registry"> <t>This document registers one URIsRegistry</name> <t>IANA has registered the following URI in the "ns" subregistry of the "IETFXML" registry <xref target="RFC3688"/>. Following the format inXML Registry" <xreftarget="RFC3688"/>, the following registration is requested:</t> <figure> <artwork><![CDATA[URI: urn:ietf:params:xml:ns:yang:ietf-bfd-large Registrant Contact: The IESG XML: N/A,target="RFC3688"/>.</t> <dl spacing="compact" newline="false"> <dt>URI:</dt><dd>urn:ietf:params:xml:ns:yang:ietf-bfd-large</dd> <dt>Registrant Contact:</dt><dd>The IESG</dd> <dt>XML:</dt><dd>N/A; the requested URI is an XMLnamespace. ]]> </artwork> </figure>namespace.</dd> </dl> </section><section title="The<section> <name>The "YANG Module Names"Registry"> <t>This document registers oneRegistry</name> <t>IANA has registered the following YANGmodulesmodule in the "YANG Module Names" registry <xreftarget="RFC6020"/>. Following the format in <xref target="RFC6020"/>, the following registrations are requested:</t> <figure> <artwork><![CDATA[ name: ietf-bfd-large namespace: urn:ietf:params:xml:ns:yang:ietf-bfd-large prefix: bfdl reference: RFC XXXX ]]></artwork> </figure> </section>target="RFC6020"/>.</t> <dl spacing="compact" newline="false"> <dt>Name:</dt><dd>ietf-bfd-large</dd> <dt>Maintained by IANA:</dt><dd>N</dd> <dt>Namespace:</dt><dd>urn:ietf:params:xml:ns:yang:ietf-bfd-large</dd> <dt>Prefix:</dt><dd>bfdl</dd> <dt>Reference:</dt><dd>RFC 9764</dd> </dl> </section><section title="Acknowledgments"> <t> The authors would like to thank Les Ginsberg, Mahesh Jethanandani, Robert Raszuk, and Ketan Talaulikar, for their valuable feedback on this proposal. </t></section> </middle> <back><references title="Normative References"><displayreference target="I-D.haas-xiao-bfd-echo-path-mtu" to="BFD-ECHO-PATH-MTU"/> <displayreference target="I-D.ietf-netmod-rfc8407bis" to="YANG-GUIDELINES"/> <references> <name>References</name> <references> <name>Normative References</name> <xi:includehref="https://www.rfc-editor.org/refs/bibxml/reference.RFC.0791.xml"/>href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.0791.xml"/> <xi:includehref="https://www.rfc-editor.org/refs/bibxml/reference.RFC.2119.xml"/>href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.2119.xml"/> <xi:includehref="https://www.rfc-editor.org/refs/bibxml/reference.RFC.3688.xml"/>href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.3688.xml"/> <xi:includehref="https://www.rfc-editor.org/refs/bibxml/reference.RFC.5880.xml"/>href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.5880.xml"/> <xi:includehref="https://www.rfc-editor.org/refs/bibxml/reference.RFC.5881.xml"/>href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.5881.xml"/> <xi:includehref="https://www.rfc-editor.org/refs/bibxml/reference.RFC.5883.xml"/>href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.5883.xml"/> <xi:includehref="https://www.rfc-editor.org/refs/bibxml/reference.RFC.6020.xml"/>href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.6020.xml"/> <xi:includehref="https://www.rfc-editor.org/refs/bibxml/reference.RFC.7130.xml"/>href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7130.xml"/> <xi:includehref="https://www.rfc-editor.org/refs/bibxml/reference.RFC.7880.xml"/>href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7880.xml"/> <xi:includehref="https://www.rfc-editor.org/refs/bibxml/reference.RFC.8174.xml"/>href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8174.xml"/> <xi:includehref="https://www.rfc-editor.org/refs/bibxml/reference.RFC.8341.xml"/>href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8341.xml"/> <xi:includehref="https://www.rfc-editor.org/refs/bibxml/reference.RFC.8349.xml"/>href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8349.xml"/> <xi:includehref="https://www.rfc-editor.org/refs/bibxml/reference.RFC.9314.xml"/>href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.9314.xml"/> </references><references title="Informative References"><references> <name>Informative References</name> <xi:includehref="https://www.rfc-editor.org/refs/bibxml/reference.RFC.1191.xml"/>href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.1191.xml"/> <xi:includehref="https://www.rfc-editor.org/refs/bibxml/reference.RFC.4252.xml"/>href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.4252.xml"/> <xi:includehref="https://www.rfc-editor.org/refs/bibxml/reference.RFC.6241.xml"/>href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.6241.xml"/> <xi:includehref="https://www.rfc-editor.org/refs/bibxml/reference.RFC.8040.xml"/>href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8040.xml"/> <xi:includehref="https://www.rfc-editor.org/refs/bibxml/reference.RFC.8446.xml"/>href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8446.xml"/> <xi:includehref="https://www.rfc-editor.org/refs/bibxml/reference.RFC.9000.xml"/> <xi:include href="https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.haas-xiao-bfd-echo-path-mtu.xml"/> <xi:include href="https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.draft-ietf-netmod-rfc8407bis-22.xml"/>href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.9000.xml"/> <!-- [I-D.haas-xiao-bfd-echo-path-mtu] draft-haas-xiao-bfd-echo-path-mtu-01 IESG State: Expired as of 03/18/25. --> <reference anchor="I-D.haas-xiao-bfd-echo-path-mtu" target="https://datatracker.ietf.org/doc/html/draft-haas-xiao-bfd-echo-path-mtu-01"> <front> <title>Application of the BFD Echo function for Path MTU Verification or Detection</title> <author initials="X." surname="Min" fullname="Xiao Min" role="editor"> <organization>ZTE Corporation</organization> </author> <author initials="J." surname="Haas" fullname="Jeffrey Haas" role="editor"> <organization>Juniper Networks</organization> </author> <date month="July" day="11" year="2011" /> </front> <seriesInfo name="Internet-Draft" value="draft-haas-xiao-bfd-echo-path-mtu-01" /> </reference> <!-- [I-D.ietf-netmod-rfc8407bis] draft-ietf-netmod-rfc8407bis-22 IESG State: Publication Requested as of 03/18/25. --> <reference anchor="I-D.ietf-netmod-rfc8407bis" target="https://datatracker.ietf.org/doc/html/draft-ietf-netmod-rfc8407bis-22"> <front> <title>Guidelines for Authors and Reviewers of Documents Containing YANG Data Models</title> <author initials="A." surname="Bierman" fullname="Andy Bierman"> <organization>YumaWorks</organization> </author> <author initials="M." surname="Boucadair" fullname="Mohamed Boucadair" role="editor"> <organization>Orange</organization> </author> <author initials="Q." surname="Wu" fullname="Qin Wu"> <organization>Huawei</organization> </author> <date month="January" day="14" year="2025" /> </front> <seriesInfo name="Internet-Draft" value="draft-ietf-netmod-rfc8407bis-22" /> </reference> </references> </references> <section numbered="false"> <name>Acknowledgments</name> <t> The authors would like to thank <contact fullname="Les Ginsberg"/>, <contact fullname="Mahesh Jethanandani"/>, <contact fullname="Robert Raszuk"/>, and <contact fullname="Ketan Talaulikar"/>, for their valuable feedback on this proposal. </t> </section> </back> </rfc>