<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.29 (Ruby 3.2.3) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-savnet-inter-domain-problem-statement-09" category="info" submissionType="IETF" xml:lang="en" version="3">
  <!-- xml2rfc v2v3 conversion 3.29.0 -->
  <front>
    <title abbrev="Inter-domain SAVNET Problem Statement">Source Address Validation in Inter-domain Networks Gap Analysis, Problem Statement, and Requirements</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-savnet-inter-domain-problem-statement-09"/>
    <author initials="D." surname="Li" fullname="Dan Li">
      <organization>Tsinghua University</organization>
      <address>
        <postal>
          <city>Beijing</city>
          <country>China</country>
        </postal>
        <email>tolidan@tsinghua.edu.cn</email>
      </address>
    </author>
    <author initials="J." surname="Wu" fullname="Jianping Wu">
      <organization>Tsinghua University</organization>
      <address>
        <postal>
          <city>Beijing</city>
          <country>China</country>
        </postal>
        <email>jianping@cernet.edu.cn</email>
      </address>
    </author>
    <author initials="L." surname="Liu" fullname="Libin Liu">
      <organization>Zhongguancun Laboratory</organization>
      <address>
        <postal>
          <city>Beijing</city>
          <country>China</country>
        </postal>
        <email>liulb@zgclab.edu.cn</email>
      </address>
    </author>
    <author initials="M." surname="Huang" fullname="Mingqing Huang">
      <organization>Huawei</organization>
      <address>
        <postal>
          <city>Beijing</city>
          <country>China</country>
        </postal>
        <email>huangmingqing@huawei.com</email>
      </address>
    </author>
    <author initials="K." surname="Sriram" fullname="Kotikalapudi Sriram">
      <organization abbrev="USA NIST">USA National Institute of Standards and Technology</organization>
      <address>
        <postal>
          <city>Gaithersburg</city>
          <region>MD</region>
          <country>United States of America</country>
        </postal>
        <email>ksriram@nist.gov</email>
      </address>
    </author>
    <date year="2025" month="July" day="04"/>
    <area>General [REPLACE]</area>
    <workgroup>Internet Engineering Task Force</workgroup>
    <abstract>
      <?line 93?>

<t>This document provides a gap analysis of existing inter-domain source address validation mechanisms, describes the problem space, and defines the requirements for technical improvements.</t>
    </abstract>
  </front>
  <middle>
    <?line 97?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>Source address validation (SAV) is crucial for protecting networks from source address (SA) spoofing attacks <xref target="RFC2827"/> <xref target="RFC3704"/> <xref target="RFC8704"/>. The MANRS initiative advocates deploying SAV as close to the source as possible <xref target="manrs"/>, and access networks are the first line of defense against source address spoofing. However, access networks face various challenges in deploying SAV mechanisms due to different network environments, router vendors, and operational preferences. Hence, SAV may not be deployed ubiquitously in access networks. In addition, SA spoofing may also originate in ISP networks at higher levels of heirarchy in the Internet. So, deployment of SAV mechanisms in the edge routers of enterprises as well as the ISP networks (at different heirarchal levels or tiers) is needed to prevent source address spoofing along the data forwarding paths. <xref target="RFC5210"/> highlighted the importance of  SAV at various network locations: access, intra-domain, and inter-domain. This document focuses on providing gap analysis and describing the problem space of existing inter-domain SAV solutions, and defining the requirements for a new solution of these problems. Access Control List (ACL) and unicast Reverse Path Forwarding (uRPF) techniques are currently utilized for inter-domain SAV <xref target="RFC3704"/> <xref target="RFC8704"/>. Here only existing IETF RFCs are considered as the state of the art (BCP 38 <xref target="RFC2827"/> and BCP 84 <xref target="RFC3704"/> <xref target="RFC8704"/>); IETF works-in-progress are not included in that.</t>
      <t>There are several existing mechanisms for inter-domain SAV. This document analyzes them and attempts to answer: i) what are the technical gaps (<xref target="gap"/>), ii) what are the fundamental problems (<xref target="problem"/>), and iii) what are the practical requirements for the solution of these problems (<xref target="req"/>).</t>
      <t>The following summarizes the fundamental problems with existing SAV mechanisms, as analyzed in <xref target="gap"/> and <xref target="problem"/>:</t>
      <ul spacing="normal">
        <li>
          <t>Improper block: Existing uRPF-based mechanisms suffer from improper block in two inter-domain scenarios: limited propagation of prefixes and hidden prefixes.</t>
        </li>
        <li>
          <t>Improper permit: Existing uRPF-based mechanisms exhibit improper permit in scenarios involving source address spoofing within a customer cone or from a provider/peer AS.</t>
        </li>
        <li>
          <t>High operational overhead: ACL-based ingress SAV filtering introduces significant operational overhead, as it needs to update ACL rules manually to adapt to prefix or routing changes in a timely manner.</t>
        </li>
      </ul>
      <t>To address these problems, in <xref target="req"/>, this document outlines the following technical requirements for a new solution:</t>
      <ul spacing="normal">
        <li>
          <t>Improving validation accuracy over existing mechanisms: A new solution <bcp14>MUST</bcp14> avoid improper block and minimize improper permit.</t>
        </li>
        <li>
          <t>Reducing operational overhead: A new solution <bcp14>MUST</bcp14> have less operational overhead than ACL-based ingress SAV filtering.</t>
        </li>
      </ul>
      <t>In addition, this document defines three more requirements to ensure practicality:</t>
      <ul spacing="normal">
        <li>
          <t>Working in incremental/partial deployment: A new solution <bcp14>MUST NOT</bcp14> assume pervasive adoption including the adoption of both SAV and SAV-related information and <bcp14>SHOULD</bcp14> provide effective protection for source addresses when it is partially deployed in the Internet.</t>
        </li>
        <li>
          <t>Providing necessary security guarantee: A new solution <bcp14>SHOULD</bcp14> secure the communicated information between ASes if it requires exchanging specific information between ASes.</t>
        </li>
        <li>
          <t>Guaranteeing convergence: A new solution <bcp14>SHOULD</bcp14> achieve accurate SAV rule convergence in response to prefix or routing changes.</t>
        </li>
      </ul>
      <section anchor="requirements-language">
        <name>Requirements Language</name>
        <t>The key words "<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 "<bcp14>OPTIONAL</bcp14>" 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>
        <?line -18?>

</section>
    </section>
    <section anchor="terminology">
      <name>Terminology</name>
      <dl newline="true">
        <dt>SAV Rule:</dt>
        <dd>
          <t>The rule that indicates the validity of a specific source IP address or source IP prefix.</t>
        </dd>
        <dt>Improper Block:</dt>
        <dd>
          <t>The validation results that the packets with legitimate source addresses are blocked improperly due to inaccurate SAV rules.</t>
        </dd>
        <dt>Improper Permit:</dt>
        <dd>
          <t>The validation results that the packets with spoofed source addresses are permitted improperly due to inaccurate SAV rules.</t>
        </dd>
        <dt>Active forwarding paths:</dt>
        <dd>
          <t>The paths that the legitimate traffic goes through in the data plane at a given time period.</t>
        </dd>
      </dl>
    </section>
    <section anchor="existing-inter-domain-sav-mechanisms">
      <name>Existing Inter-domain SAV Mechanisms</name>
      <t>Inter-domain SAV is typically performed at the AS level (on a per neighbor-AS-interface basis) and can be deployed at AS border routers (ASBRs) to prevent source address spoofing. There are various mechanisms available to implement inter-domain SAV for anti-spoofing ingress filtering <xref target="nist"/> <xref target="manrs"/> <xref target="isoc"/>, which are reviewed in this section.</t>
      <ul spacing="normal">
        <li>
          <t>ACL-based ingress filtering <xref target="RFC3704"/>: ACL-based ingress SAV filtering is a technique that relies on ACL rules to filter packets based on their source addresses. It can be applied at provider interfaces, peer interfaces, or customer interfaces of an AS, and is recommended for deployment at provider interfaces <xref target="manrs"/>. At the provider interfaces, ACL-based ingress SAV filtering can block source prefixes that are clearly invalid in the inter-domain routing context, such as IANA special purpose or unallocated IPv4/IPv6 prefixes and the AS's internal-only prefixes. However, ACL-based ingress SAV filtering introduces significant operational overhead, as ACL rules need to be updated in a timely manner to reflect prefix or routing changes in the inter-domain routing system. It is also impractical to store a very large and dynamically varying unallocated IPv6 prefixes.  At the customer interfaces, ACL-based ingress filtering is less desirable. Other techniques (as described below) are more effective for ingress SAV filtering on customer interfaces. ACL-based ingress SAV filtering has applicability for broadband cable or digital subscriber access loop (DSL) access networks where the service provider has clear knwoledge of IP address prefixes it has allocated to manage those services.</t>
        </li>
        <li>
          <t>uRPF-based mechanisms: A class of SAV mechanisms are based on Unicast Reverse Path Forwarding (uRPF) <xref target="RFC3704"/>. The core idea of uRPF for SAV is to exploit the symmetry of inter-domain routing: in many cases, the best next hop for a destination is also the best previous hop for the source. In other words, if a packet arrives from a certain interface, the source address of that packet should be reachable via the same interface, according to the FIB. However, symmetry in routing does not always holds in practice, and to address cases where it does not hold, many enhancements and modes of uRPF are proposed. Different modes of uRPF have different levels of strictness and flexibility, and network operators can choose from them to suit particular network scenarios. We describe these modes as follows:
          </t>
          <ul spacing="normal">
            <li>
              <t>Strict uRPF <xref target="RFC3704"/>: Strict uRPF is the most stringent mode, and it only permits packets that have a source address that is covered by a prefix in the FIB, and that the next hop for that prefix is the same as the incoming interface. This mode is recommended for deployment at customer interfaces that directly connect to an AS with suballocated address space, as it can prevent spoofing attacks from that AS or its downstream ASes <xref target="nist"/>.</t>
            </li>
            <li>
              <t>Loose uRPF <xref target="RFC3704"/>: Loose uRPF verifies that the source address of the packet is routable in the Internet by matching it with one or more prefixes in the FIB, regardless of which interface the packet arrives at. If the source address is not routable, Loose uRPF discards the packet. Loose uRPF is typically deployed at the provider interfaces of an AS to block packets with source addresses that are obviously disallowed, such as non-global prefixes (e.g., private addresses, multicast addresses, etc.) or the prefixes that belong to the customer AS itself <xref target="nist"/>.</t>
            </li>
            <li>
              <t>Feasible Path uRPF (FP-uRPF) <xref target="RFC3704"/>: maintains a reverse path forwarding (RPF) list, which contains the prefixes and all their permissible routes including the optimal and alternative ones. It permits an incoming packet only if the packet's source address is encompassed in the prefixes of the RPF list and its incoming interface is included in the permissible routes of the corresponding prefix. FP-uRPF is recommended to be deployed at customer interfaces or peer interfaces, especially those that are connected to multi-homed customer ASes <xref target="nist"/>.</t>
            </li>
            <li>
              <t>Virtual routing and forwarding (VRF) uRPF <xref target="RFC4364"/> <xref target="urpf"/> <xref target="manrs"/>: VRF uRPF uses a separate VRF table for each external BGP peer and is only a way of implementation for a SAV table.</t>
            </li>
            <li>
              <t>Enhanced Feasible Path uRPF (EFP-uRPF) <xref target="RFC8704"/>: EFP-uRPF is based on the principle that if BGP updates for multiple prefixes with the same origin AS were received on different interfaces (at border routers), then incoming data packets with source addresses in any of those prefixes should be accepted on any of those interfaces. The EFP-uRPF specification provides two alternate algorithms: Algorithm A which is stricter with a greater sense of directionality and Algorithm B which is more permissive with a lesser sense of directionality. EFP-uRPF can more effectively accomodate asymmetric routing scenarios than FP-uRPF. EFP-uRPF is a part of BCP84. EFP-uRPF can be used at customer as well as lateral peer interfaces of an AS. It is not deployed yet in the Internet.</t>
            </li>
          </ul>
        </li>
        <li>
          <t>Carrier Grade NAT (CGN): CGN is a network technology used by service providers to translate between private and public IPv4 addresses within their network. CGN enables service providers to assign private IPv4 addresses to their customer ASes instead of public, globally unique IPv4 addresses. The private side of the CGN faces the customer ASes, and when an incoming packet is received from a customer AS, CGN checks its source address. If the source address is included in the address list of the CGN's private side, CGN performs address translation. Otherwise, it forwards the packet without translation. However, since CGN cannot determine whether the source address of an incoming packet is spoofed or not, additional SAV mechanisms need to be implemented to prevent source address spoofing <xref target="manrs"/>.</t>
        </li>
        <li>
          <t>BGP origin validation (BGP-OV) <xref target="RFC6811"/>: Attackers can bypass uRPF-based SAV mechanisms by using prefix hijacking in combination with source address spoofing. By announcing a less-specific prefix that does not have a legitimate announcement, the attacker can deceive existing uRPF-based SAV mechanisms and successfully perform address spoofing. To protect against this type of attack, a combination of BGP-OV and uRPF-based mechanisms like FP-uRPF or EFP-uRPF is recommended <xref target="nist"/>. BGP routers can use ROA information, which is a validated list of {prefix, maximum length, origin AS}, to mitigate the risk of prefix hijacks in advertised routes.</t>
        </li>
      </ul>
    </section>
    <section anchor="gap">
      <name>Gap Analysis</name>
      <t>Inter-domain SAV is essential in preventing source address spoofing traffic across all AS interfaces, including those of customers, providers, and peers. An ideal inter-domain SAV mechanism <bcp14>MUST</bcp14> block all spoofing traffic while permitting legitimate traffic in all scenarios. However, in some cases, existing SAV mechanisms may unintentionally block legitimate traffic or permit spoofing traffic. This section aims to conduct a gap analysis of existing SAV mechanisms used in the corresponding interfaces of these scenarios to identify their technical limitations.</t>
      <section anchor="sav-at-customer-interfaces">
        <name>SAV at Customer Interfaces</name>
        <t>SAV is used at customer interfaces to validate traffic from the customer cone, including both legitimate traffic and spoofing traffic. To prevent the source address spoofing, operators can enable ACL-based ingress filtering and/or uRPF-based mechanisms at customer interfaces, namely Strict uRPF, FP-uRPF, or EFP-uRPF. However, uRPF-based mechanisms may cause improper block problems in two inter-domain scenarios: limited propagation of prefixes and hidden prefixes, or may cause improper permit problems in the scenarios of source address spoofing within a customer cone, while ACL-based SAV ingress filtering needs to update SAV rules in a timely manner and lead to high operational overhead.</t>
        <figure anchor="customer_gap">
          <name>The gaps of ACL-based ingress filtering, Strict uRPF, FP-uRPF, and EFP-uRPF in the corresponding scenarios.</name>
          <artwork><![CDATA[
+--------------------+------------+-----------+-------+--------+
|Traffic & Scenarios |     ACL    |Strict uRPF|FP-uRPF|EFP-uRPF|
+----------+---------+------------+-----------+-------+--------+
|Legitimate|   LPP   |            |                            |
|Traffic   +---------+            |       Improper Block       |
|          |   HP    |    High    |                            |
+----------+---------+Operational +-------------------+--------+
|Spoofing  |Spoofing |  Overhead  |                   |Improper|
|Traffic   | within  |            |   Functioning as  |Permit  |
|          |  a CC   |            |     Expected      |        |
+----------+---------+------------+-------------------+--------+
"LPP" represents a class of scenario called limited propagation of 
prefixes. 
"HP" represents a class of scenario called hidden prefixes.
"Spoofing within a CC" represents a class of scenario where 
spoofing traffic occurs within a customer cone (CC) and the spoofed 
source addresses belong to this customer cone.
"Functioning as Expected" represents the inter-domain SAV mechanism 
does not cause improper block for legitimate traffic or improper 
permit for spoofing traffic in the corresponding scenarios, and has 
low operational overhead.
]]></artwork>
        </figure>
        <t><xref target="customer_gap"/> provides an overview of the gaps associated with ACL-based ingress filtering, Strict uRPF, FP-uRPF, and EFP-uRPF for SAV at customer interfaces in the corresponding scenarios. ACL-based ingress filtering has high operational overhead as performing SAV at customer interfaces. Strict uRPF, FP-uRPF, and EFP-uRPF, on the other hand, may incorrectly block legitimate traffic in the scenarios of limited propagation of prefixes or hidden prefixes. Furthermore, in the scenarios of source address spoofing within a customer cone, EFP-uRPF with algorithm B may inadvertently permit the spoofing traffic.</t>
        <t>In the following, we analyze the gaps of Strict uRPF, FP-uRPF, and EFP-uRPF for SAV at customer interfaces in scenarios of limited propagation of prefixes, hidden prefixes, and source address spoofing within a customer cone, respectively.</t>
        <section anchor="limited-propagation-of-prefixes">
          <name>Limited Propagation of Prefixes</name>
          <t>In inter-domain networks, some prefixes may not be propagated to all domains due to various factors, such as NO_EXPORT or NO_ADVERTISE communities or other route filtering policies. This may cause asymmetric routing in the inter-domain context, which may lead to improper block when performing SAV with existing mechanisms. These mechanisms include EFP-uRPF, which we focus on in the following analysis, as well as Strict uRPF and FP-uRPF. All these mechanisms suffer from the same problem of improper block in this scenario.</t>
          <figure anchor="no-export">
            <name>Limited propagation of prefixes caused by NO_EXPORT.</name>
            <artwork><![CDATA[
                          +----------------+
                          |    AS 3(P3)    |
                          +-+/\------+/\+--+
                             /         \
                            /           \ 
                           /             \
                          / (C2P)         \
                 +------------------+      \
                 |     AS 4(P4)     |       \
                 ++/\+--+/\+----+/\++        \
                   /     |        \           \
         P2[AS 2] /      |         \           \
                 /       |          \           \
                / (C2P)  |           \ P5[AS 5]  \ P5[AS 5]
+----------------+       |            \           \    
|    AS 2(P2)    |       | P1[AS 1]    \           \
+----------+/\+--+       | P6[AS 1]     \           \
             \           |               \           \
     P1[AS 1] \          |                \           \
     NO_EXPORT \         |                 \           \
                \ (C2P)  | (C2P/P2P)  (C2P) \     (C2P) \
              +----------------+          +----------------+
              |  AS 1(P1, P6)  |          |    AS 5(P5)    |
              +----------------+          +----------------+
]]></artwork>
          </figure>
          <t><xref target="no-export"/> presents a scenario where the limited propagation of prefixes occurs due to the NO_EXPORT community attribute. In this scenario, AS 1 is a customer of AS 2, AS 2 is a customer of AS 4, AS 4 is a customer of AS 3, and AS 5 is a customer of both AS 3 and AS 4. The relationship between AS 1 and AS 4 can be either customer-to-provider (C2P) or peer-to-peer (P2P). AS 1 advertises prefixes P1 to AS 2 and adds the NO_EXPORT community attribute to the BGP advertisement sent to AS 2, preventing AS 2 from further propagating the route for prefix P1 to AS 4. Consequently, AS 4 only learns the route for prefix P1 from AS 1 in this scenario. Suppose AS 1 and AS 4 have deployed inter-domain SAV while other ASes have not, and AS 4 has deployed EFP-uRPF at its customer interfaces.</t>
          <t>Assuming that AS 1 is the customer of AS 4, if AS 4 deploys EFP-uRPF with algorithm A at customer interfaces, it will require packets with source addresses in P1 or P6 to only arrive from AS 1. When AS 1 sends legitimate packets with source addresses in P1 or P6 to AS 4 through AS 2, AS 4 improperly blocks these packets. The same problem applies to Strict uRPF and FP-uRPF. Although EFP-uRPF with algorithm B can avoid improper block in this case, network operators need to first determine whether limited prefix propagation exists before choosing the suitable EFP-uRPF algorithms, which adds more complexity and overhead to network operators. Furthermore, EFP-uRPF with algorithm B is not without its problems. For example, if AS 1 is the peer of AS 4, AS 4 will not learn the route of P1 and P6 from its customer interfaces. In such case, both EFP-uRPF with algorithm A and algorithm B have improper block problems.</t>
        </section>
        <section anchor="hidden-prefixes">
          <name>Hidden Prefixes</name>
          <t>Some servers' source addresses are not advertised through BGP to other ASes. These addresses are unknown to the inter-domain routing system and are called hidden prefixes. Legitimate traffic with these hidden prefixes may be dropped by existing inter-domain SAV mechanisms, such as Strict uRPF, FP-uRPF, or EFP-uRPF, because they do not match any known prefix.</t>
          <t>For example, Content Delivery Networks (CDN) use anycast <xref target="RFC4786"/> <xref target="RFC7094"/> to improve the quality of service by bringing content closer to users. An anycast IP address is assigned to devices in different locations, and incoming requests are routed to the closest location. Usually, only locations with multiple connectivity announce the anycast IP address through BGP. The CDN server receives requests from users and creates tunnels to the edge locations, where content is sent directly to users using direct server return (DSR). DSR requires servers in the edge locations to use the anycast IP address as the source address in response packets. However, these edge locations do not announce the anycast prefixes through BGP, so an intermediate AS with existing inter-domain SAV mechanisms may improperly block these response packets.</t>
          <figure anchor="dsr">
            <name>A Direct Server Return (DSR) scenario.</name>
            <artwork><![CDATA[
                                +----------------+
                Anycast Server+-+    AS 3(P3)    |
                                +-+/\----+/\+----+
                                   /       \
                         P3[AS 3] /         \ P3[AS 3]
                                 /           \
                                / (C2P)       \
                       +----------------+      \
                       |    AS 4(P4)    |       \
                       ++/\+--+/\+--+/\++        \
          P6[AS 2, AS 1] /     |      \           \
               P2[AS 2] /      |       \           \
                       /       |        \           \
                      / (C2P)  |         \ P5[AS 5]  \ P5[AS 5]
      +----------------+       |          \           \    
User+-+    AS 2(P2)    |       | P1[AS 1]  \           \
      +----------+/\+--+       | P6[AS 1]   \           \
          P6[AS 1] \           |             \           \
           P1[AS 1] \          |              \           \
                     \         |               \           \
                      \ (C2P)  | (C2P)    (C2P) \     (C2P) \
                    +----------------+        +----------------+
       Edge Server+-+  AS 1(P1, P6)  |        |    AS 5(P5)    |
                    +----------------+        +----------------+
P3 is the anycast prefix and is only advertised by AS 3 through BGP.
]]></artwork>
          </figure>
          <t><xref target="dsr"/> illustrates a DSR scenario where the anycast IP prefix P3 is only advertised by AS 3 through BGP. In this example, AS 3 is the provider of AS 4 and AS 5, AS 4 is the provider of AS 1, AS 2, and AS 5, and AS 2 is the provider of AS 1. AS 1 and AS 4 have deployed inter-domain SAV, while other ASes have not. When users in AS 2 send requests to the anycast destination IP, the forwarding path is AS 2-&gt;AS 4-&gt;AS 3. The anycast servers in AS 3 receive the requests and tunnel them to the edge servers in AS 1. Finally, the edge servers send the content to the users with source addresses in prefix P3. The reverse forwarding path is AS 1-&gt;AS 4-&gt;AS 2. Since AS 4 does not receive routing information for prefix P3 from AS 1, EFP-uRPF with algorithm A/B, and all other existing uRPF-based mechanisms at the customer interface of AS 4 facing AS 1 will improperly block the legitimate response packets from AS 1.</t>
          <t>Moreover, EFP-uRPF with algorithm B may also permit spoofing traffic improperly in scenarios where source address spoofing within a customer cone occur. We provide illustrations of these scenarios using an example in the following. The source address spoofing within a customer cone represents a class of scenario where spoofing traffic comes from a customer AS within a customer cone and the spoofed source addresses belong to this customer cone.</t>
        </section>
        <section anchor="spoofing_within_cc">
          <name>Source Address Spoofing within a Customer Cone</name>
          <t><xref target="customer-spoofing"/> portrays a scenario of source address spoofing within a customer cone and is used to analyze the gaps of uRPF-based mechanisms below.</t>
          <figure anchor="customer-spoofing">
            <name>A scenario of source address spoofing within a customer cone.</name>
            <artwork><![CDATA[
                                       +----------------+
                                       |    AS 3(P3)    |
                                       +-+/\----+/\+----+
                                          /       \
                                         /         \ 
                                        /           \
                                       / (C2P)       \
                              +----------------+      \
                              |    AS 4(P4)    |       \
                              ++/\+--+/\+--+/\++        \
                 P6[AS 1, AS 2] /     |      \           \
                P1[AS 1, AS 2] /      |       \           \
                     P2[AS 2] /       |        \           \
                             / (C2P)  |         \ P5[AS 5]  \ P5[AS 5]
             +----------------+       |          \           \    
Spoofer(P5')-+    AS 2(P2)    |       | P1[AS 1]  \           \
             +----------+/\+--+       | P6[AS 1]   \           \
                          \           |             \           \
                  P6[AS 1] \          |              \           \
                   P1[AS 1] \         |               \           \
                             \ (C2P)  | (C2P)    (C2P) \     (C2P) \
                           +----------------+        +----------------+
                           |  AS 1(P1, P6)  |        |    AS 5(P5)    |
                           +----------------+        +----------------+
P5' is the spoofed source prefix P5 by the spoofer which is inside of 
AS 2 or connected to AS 2 through other ASes.
]]></artwork>
          </figure>
          <t>In <xref target="customer-spoofing"/>, the source address spoofing takes place within AS 4's customer cone, where the spoofer, which is inside of AS 2 or connected to AS 2 through other ASes, sends spoofing traffic with spoofed source addresses in P5 to AS 3 along the path AS 2-&gt;AS 4-&gt; AS 3. The arrows in <xref target="customer-spoofing"/> illustrate the commercial relationships between ASes. AS 3 serves as the provider for AS 4 and AS 5, while AS 4 acts as the provider for AS 1, AS 2, and AS 5. Additionally, AS 2 is the provider for AS 1. Suppose AS 1 and AS 4 have deployed inter-domain SAV, while the other ASes have not.</t>
          <t>If AS 4 deploys EFP-uRPF with algorithm B at its customer interfaces, it will allow packets with source addresses in P5 to originate from AS 1, AS 2, and AS 5. Consequently, when the spoofer which is inside of AS 2 or connected to AS 2 through other ASes sends spoofing packets with spoofed source addresses in P5 to AS 3, AS 4 will improperly permit these packets, thus enabling the spoofing traffic to propagate.</t>
          <t>In scenarios like these, Strict uRPF, FP-uRPF, VRF uRPF, and EFP-uRPF with algorithm A do not suffer from improper permit problems. This is because these mechanisms enforce strict filtering rules that ensure packets with source addresses in P5 are only permitted to arrive at AS 4's customer interfaces facing AS 5.</t>
        </section>
      </section>
      <section anchor="sav_at_p">
        <name>SAV at Provider/Peer Interfaces</name>
        <t>SAV is used at provider/peer interfaces to validate traffic entering the customer cone, including both legitimate and spoofing traffic. To prevent packets with spoofed source addresses from the provider/peer AS, ACL-based ingress filtering and/or Loose uRPF can be deployed <xref target="nist"/>.</t>
        <figure anchor="provider_peer_gap">
          <name>The gaps of ACL-based ingress filtering, and Loose uRPF in the corresponding scenarios.</name>
          <artwork><![CDATA[
+------------------------+------------+---------------+
|   Traffic & Scenarios  |     ACL    |   Loose uRPF  |
+----------+-------------+------------+---------------+
|Legitimate|      Any    |            |  Functioning  |
|Traffic   |  Scenarios  |    High    |  as Expected  |
+----------+-------------+Operational +---------------+
|Spoofing  |   Spoofing  |  Overhead  |               |
|Traffic   |     from    |            |Improper Permit|
|          |Provider/Peer|            |               |
|          |      AS     |            |               |
+----------+-------------+------------+---------------+
"Spoofing from provider/peer AS" represents a class of scenario where 
source address spoofing traffic from provider/peer AS occurs and the 
spoofed source addresses belong to the customer cone which the 
spoofing traffic enters.
"Functioning as Expected" represents the inter-domain SAV mechanism 
does not cause improper block for legitimate traffic or improper 
permit for spoofing traffic in the corresponding scenarios, and has 
low operational overhead.
]]></artwork>
        </figure>
        <t><xref target="provider_peer_gap"/> summarizes the gaps of ACL-based ingress filtering and Loose uRPF for SAV at provider/peer interfaces in the corresponding scenarios. ACL-based ingress filtering effectively blocks spoofing traffic from provider/peer AS, while appropriately allowing legitimate traffic. However, these methods may come with high operational overhead. On the other hand, Loose uRPF correctly permits legitimate traffic, but it can also mistakenly allow spoofing traffic to pass through.</t>
        <t>In the following, we expose the limitations of ACL-based ingress filtering and Loose uRPF for SAV at provider/peer interfaces in scenarios of source address spoofing from provider/peer AS. The source address spoofing from provider/peer AS represents a class of scenario where spoofing traffic comes from a provider/peer AS and the spoofed source addresses belong to the customer cone which the spoofing traffic enters.</t>
        <section anchor="source-address-spoofing-from-providerpeer-as">
          <name>Source Address Spoofing from Provider/Peer AS</name>
          <t><xref target="provider-spoofing"/> depicts the scenario of source address spoofing from provider/peer AS and is used to analyze the gaps of ACL-based ingress filtering and Loose uRPF below.</t>
          <figure anchor="provider-spoofing">
            <name>A scenario of source address spoofing from provider/peer AS.</name>
            <artwork><![CDATA[
                          +----------------+
            Spoofer(P1')+-+    AS 3(P3)    |
                          +-+/\----+/\+----+
                             /       \
                            /         \ 
                           /           \
                          / (C2P/P2P)   \
                 +----------------+      \
                 |    AS 4(P4)    |       \
                 ++/\+--+/\+--+/\++        \
    P6[AS 1, AS 2] /     |      \           \
   P1[AS 1, AS 2] /      |       \           \
        P2[AS 2] /       |        \           \
                / (C2P)  |         \ P5[AS 5]  \ P5[AS 5]
+----------------+       |          \           \    
|    AS 2(P2)    |       | P1[AS 1]  \           \
+----------+/\+--+       | P6[AS 1]   \           \
             \           |             \           \
     P6[AS 1] \          |              \           \
      P1[AS 1] \         |               \           \
                \ (C2P)  | (C2P)    (C2P) \     (C2P) \
               +----------------+        +----------------+
               |  AS 1(P1, P6)  |        |    AS 5(P5)    |
               +----------------+        +----------------+
P1' is the spoofed source prefix P1 by the spoofer which is inside of 
AS 3 or connected to AS 3 through other ASes.
]]></artwork>
          </figure>
          <t>In the case of <xref target="provider-spoofing"/>, the spoofer which is inside of AS 3 or connected to AS 3 through other ASes forges the source addresses in P1 and sends the spoofing traffic to the destination addresses in P2. The arrows in <xref target="provider-spoofing"/> represent the commercial relationships between ASes. AS 3 acts as the provider or lateral peer of AS 4 and the provider for AS 5, while AS 4 serves as the provider for AS 1, AS 2, and AS 5. Additionally, AS 2 is the provider for AS 1. Suppose AS 1 and AS 4 have deployed inter-domain SAV, while the other ASes have not.</t>
          <t>By applying ACL-based ingress filtering at the provider/peer interface of AS 4, the ACL rules can block any packets with spoofed source addresses from AS 3 in P1. However, this approach incurs heavy operational overhead, as it requires network operators to update the ACL rules promptly based on changes in prefixes or topology of AS 4's customer cone. Otherwise, it may cause improper block of legitimate traffic or improper permit of spoofing traffic.</t>
          <t>Loose uRPF can greatly reduce the operational overhead because it uses the local FIB as information source, and can adapt to changes in the network. However, it would improperly permit spoofed packets. In <xref target="provider-spoofing"/>, Loose uRPF is enabled at AS 4's provider/peer interface, while EFP-uRPF is enabled at AS 4's customer interfaces. A spoofer inside AS 3 or connected to it through other ASes may send packets with source addresses spoofing P1 to AS 2. As AS 3 lacks deployment of inter-domain SAV, the spoofing packets will reach AS 4's provider/peer interface. With Loose uRPF, AS 4 cannot block them at its provider/peer interface facing AS 3, and thus resulting in improper permit.</t>
        </section>
      </section>
    </section>
    <section anchor="problem">
      <name>Problem Statement</name>
      <figure anchor="problem_sum">
        <name>The scenarios where existing inter-domain SAV mechanisms may have improper block problem for legitimate traffic, improper permit problem for spoofing traffic, or high operational overhead.</name>
        <artwork><![CDATA[
+--------+----------+---------+----------+-------+----------+
|Problems|    ACL   |  Strict |  Loose   |FP-uRPF|EFP-uRPF  |
|        |          |  uRPF   |  uRPF    |       |          |
+--------+----------+---------+----------+-------+----------+
|Improper|Not Exist |  Exist  |Not Exist |      Exist       |
|Block   |          |(LPP, HP)|          |    (LPP, HP)     |
+--------+----------+---------+----------+-------+----------+
|Improper|      Not Exist     |  Exist   |Not    |  Exist   |
|Permit  |                    |  (SPP)   |Exist  |  (SCC)   |
+--------+----------+---------+----------+-------+----------+
|        |   Exist  |                                       |
|  HOO   |   (Any   |              Not Exist                |
|        |Scenarios)|                                       |
+--------+----------+---------------------------------------+
HOO: High Operational Overhead.
"LPP" represents a class of scenario called limited propagation of 
prefixes. 
"HP" represents a class of scenario called hidden prefixes.
"SPP" represents a class of scenario called source address spoofing 
from provider/peer AS. 
"SCC" represents a class of scenario called source address spoofing 
within a customer cone.
]]></artwork>
      </figure>
      <t>Based on the analysis above, we conclude that existing inter-domain SAV mechanisms exhibit limitations in asymmetric routing scenarios, leading to potential issues of improper block or improper permit. Additionally, these mechanisms can result in high operational overhead, especially when network routing undergoes dynamic changes. <xref target="problem_sum"/> provides a comprehensive summary of scenarios where existing inter-domain SAV mechanisms may encounter issues, including instances of improper blocking of legitimate traffic, improper permitting of spoofing traffic, or high operational overhead.</t>
      <t>For ACL-based ingress filtering, network operators need to manually update ACL rules to adapt to network changes. Otherwise, they may cause improper block or improper permit issues. Manual updates induce high operational overhead, especially in networks with frequent policy and route changes.</t>
      <t>Strict uRPF and Loose uRPF are automatic SAV mechanisms, thus they do not need any manual effort to adapt to network changes. However, they have issues in scenarios with asymmetric routing. Strict uRPF may cause improper block problems when an AS is multi-homed and routes are not symmetrically announced to all its providers. This is because the local FIB may not include the asymmetric routes of the legitimate packets, and Strict uRPF only uses the local FIB to check the source addresses and incoming interfaces of packets. Loose uRPF may cause improper permit problems and fail to prevent source address spoofing. This is because it is oblivious to the incoming interfaces of packets.</t>
      <t>FP-uRPF improve Strict uRPF in multi-homing scenarios. However, they still have improper block issues in asymmetric routing scenarios. For example, they may not handle the cases of limited propagation of prefixes. These mechanisms use the local RIB to learn the source prefixes and their valid incoming interfaces. But the RIB may not have all the prefixes with limited propagation and their permissible incoming interfaces.</t>
      <t>EFP-uRPF allows the prefixes from the same customer cone at all customer interfaces. This solves the improper block problems of FP-uRPF in multi-homing scenarios. However, this approach also compromises partial protection against spoofing from the customer cone. EFP-uRPF may still have improper block problems when it does not learn legitimate source prefixes. For example, hidden prefixes are not learned by EFP-uRPF.</t>
      <t>Finally, existing inter-domain SAV mechanisms cannot work in all directions (i.e. interfaces) of ASes to achieve effective SAV. Network operators need to carefully analyze the network environment and choose appropriate SAV mechanism for each interface. This leads to additional operational and cognitive overhead, which hinders the rate of adoption of inter-domain SAV.</t>
    </section>
    <section anchor="req">
      <name>Requirements for New Inter-domain SAV Mechanisms</name>
      <t>This section lists the requirements which can help bridge the technical gaps of existing inter-domain SAV mechanisms. These requirements serve as the practical guidelines that can be met, in part or in full, by proposing new techniques.</t>
      <section anchor="accurate-validation">
        <name>Accurate Validation</name>
        <t>The new inter-domain SAV mechanism <bcp14>MUST</bcp14> improve the validation accuracy in all directions of ASes over existing inter-domain SAV mechanisms, while working in incremental/partial deployment and providing necessary security guarantee.</t>
        <section anchor="improving-validation-accuracy-over-existing-mechanisms">
          <name>Improving Validation Accuracy over Existing Mechanisms</name>
          <t>The new inter-domain SAV mechanism <bcp14>MUST</bcp14> avoid improper blocking and reject more spoofed traffic than existing inter-domain SAV mechanisms.
To achieve this, for an AS performing inter-domain SAV on an interface connected to a neighboring AS, it <bcp14>MUST</bcp14> permit all prefixes whose legitimate traffic (using them as source addresses) can reach that interface, while blocking all other prefixes that cannot.
This general principle applies to customer, lateral peer, and provider interfaces.
Multiple sources of SAV-related information, such as ROA and ASPA objects, BGP Update data, SAV-specific information, and management information can be leveraged to meet this requirement.</t>
          <figure anchor="wider-deployment">
            <name>An example where both spoofing and legitimate traffic arrive from the same direction.</name>
            <artwork><![CDATA[
                      +-----------------+
                      |       AS 4      |
                      +------+/\+-------+
              Spoofing traffic | Legitimate traffic
              with SA in P1'   | with SA in P1
                               | (C2P)
                      +-----------------+
                      |       AS 3      |
                      +--+/\+-----+/\+--+
        Spoofing traffic  /         \ Legitimate traffic
        with SA in P1'   /           \ with SA in P1
                        / (C2P) (C2P) \
             +----------------+   +----------------+
Spoofer(P1')-+    AS 2(P2)    |   |    AS 1(P1)    |    
             +----------------+   +----------------+
P1' is the spoofed source prefix P1 by the spoofer which is inside of 
AS 2 or connected to AS 2 through other ASes.
AS 4 performs SAV at its interface facing AS 3.
The legitimate traffic with SA in P1 arrives at AS 4 along the path
AS 1->AS 3->AS 4.
The spoofing traffic with SA in P1' arrives at AS 4 along the path
AS 2->AS 3->AS 4.
]]></artwork>
          </figure>
          <t>The path taken by the traffic with spoofed source address (i.e., spoofed traffic) may overlap with a path for the legitimate traffic. Such scenarios could result in improper permit of the spoofed traffic at the AS doing SAV unless an AS located at or prior to the merging point of the overlap is also performing inter-domain SAV.
As illustrated in <xref target="wider-deployment"/>, both spoofed and legitimate traffic traverse the same link between AS 3 and AS 4. In this case, SAV filtering at AS 4's interface facing AS 3 cannot differentiate between the two.
The spoofed traffic in such scenarios is incrementally mitigated (i.e., blocked) with the wider deployment of SAV. For example, AS 3 can deploy SAV on its interfaces facing AS 1 and AS 2 to facilitate blocking of the spoofed traffic while admitting and propagating the legitimate traffic.</t>
        </section>
        <section anchor="working-in-incrementalpartial-deployment">
          <name>Working in Incremental/Partial Deployment</name>
          <t>The new inter-domain SAV mechanism <bcp14>MUST NOT</bcp14> assume pervasive adoption (including the adoption of both SAV and SAV-related information) and <bcp14>SHOULD</bcp14> benefit early adopters by providing effective protection from spoofing of source addresses even when it is partially deployed in the Internet. Not all AS border routers can support the new SAV mechanism at once, due to various constraints such as capabilities, versions, or vendors. The new SAV mechanism <bcp14>SHOULD NOT</bcp14> be less effective than existing mechanisms in its capability of protection from source address spoofing for any type of peering interface (customer, lateral peer, and provider) even under partial deployment.</t>
        </section>
        <section anchor="providing-necessary-security-guarantee">
          <name>Providing Necessary Security Guarantee</name>
          <t>The new inter-domain SAV mechanism <bcp14>SHOULD</bcp14> secure the communicated SAV-specific information between ASes and prevent malicious ASes from generating forged information.</t>
        </section>
      </section>
      <section anchor="automatic-update">
        <name>Automatic Update</name>
        <t>The new inter-domain SAV mechanism <bcp14>SHOULD</bcp14> update SAV rules and detect the changes of SAV-specific information automatically while guaranteeing convergence.</t>
        <section anchor="reducing-operational-overhead">
          <name>Reducing Operational Overhead</name>
          <t>The new inter-domain SAV mechanism <bcp14>MUST</bcp14> be able to adapt to dynamic networks and asymmetric routing scenarios automatically, instead of relying on manual update. At least, it <bcp14>MUST</bcp14> have less operational overhead than ACL-based ingress filtering.</t>
        </section>
        <section anchor="guaranteeing-convergence">
          <name>Guaranteeing Convergence</name>
          <t>The new inter-domain SAV mechanism <bcp14>SHOULD</bcp14> promptly detect the network changes and launch the convergence process quickly. It is essential that the new inter-domain SAV mechanism converges towards accurate SAV rules in a proper manner, effectively reducing improper block and improper permit throughout the whole convergence process.</t>
        </section>
      </section>
    </section>
    <section anchor="inter-domain-sav-scope">
      <name>Inter-domain SAV Scope</name>
      <t>The new inter-domain SAV mechanisms should work in the same scenarios as existing ones. Generally, it includes all IP-encapsulated scenarios:</t>
      <ul spacing="normal">
        <li>
          <t>Native IP forwarding: This includes both global routing table forwarding and CE site forwarding of VPN.</t>
        </li>
        <li>
          <t>IP-encapsulated Tunnel (IPsec, GRE, SRv6, etc.): In this scenario, we focus on the validation of the outer layer IP address.</t>
        </li>
        <li>
          <t>Both IPv4 and IPv6 addresses.</t>
        </li>
      </ul>
      <t>Scope does not include:</t>
      <ul spacing="normal">
        <li>
          <t>Non-IP packets: This includes MPLS label-based forwarding and other non-IP-based forwarding.</t>
        </li>
      </ul>
      <t>In addition, the new inter-domain SAV mechanisms should not modify data plane packets. Existing architectures or protocols or mechanisms can be inherited by the new SAV mechanism to achieve better SAV effectiveness.</t>
    </section>
    <section anchor="Security">
      <name>Security Considerations</name>
      <t>SAV rules can be generated based on route information (FIB/RIB) or non-route information. If the information is poisoned by attackers, the SAV rules will be false. Legitimate packets may be dropped improperly or malicious traffic with spoofed source addresses may be permitted improperly. Route security should be considered by routing protocols. Non-route information, such as RPKI ASPA objects, should also be protected by corresponding mechanisms or infrastructure. If SAV mechanisms or protocols require exchanging specific information between ASes, some considerations on the avoidance of message alteration or message injection are needed to propose.</t>
      <t>The SAV procedure referred in this document modifies no field of packets. So, security considerations on the data plane are not in the scope of this document.</t>
    </section>
    <section anchor="IANA">
      <name>IANA Considerations</name>
      <t>This document does not request any IANA allocations.</t>
    </section>
    <section anchor="contributors">
      <name>Contributors</name>
      <t>Lancheng Qin<br/>
  Zhongguancun Laboratory<br/>
  Beijing,
  China <br/>
  Email: qinlc@zgclab.edu.cn</t>
      <t>Nan Geng<br/>
  Huawei<br/>
  Beijing,
  China <br/>
  Email: gengnan@huawei.com</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC3704">
          <front>
            <title>Ingress Filtering for Multihomed Networks</title>
            <author fullname="F. Baker" initials="F." surname="Baker"/>
            <author fullname="P. Savola" initials="P." surname="Savola"/>
            <date month="March" year="2004"/>
            <abstract>
              <t>BCP 38, RFC 2827, is designed to limit the impact of distributed denial of service attacks, by denying traffic with spoofed addresses access to the network, and to help ensure that traffic is traceable to its correct source network. As a side effect of protecting the Internet against such attacks, the network implementing the solution also protects itself from this and other attacks, such as spoofed management access to networking equipment. There are cases when this may create problems, e.g., with multihoming. This document describes the current ingress filtering operational mechanisms, examines generic issues related to ingress filtering, and delves into the effects on multihoming in particular. This memo updates RFC 2827. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="84"/>
          <seriesInfo name="RFC" value="3704"/>
          <seriesInfo name="DOI" value="10.17487/RFC3704"/>
        </reference>
        <reference anchor="RFC8704">
          <front>
            <title>Enhanced Feasible-Path Unicast Reverse Path Forwarding</title>
            <author fullname="K. Sriram" initials="K." surname="Sriram"/>
            <author fullname="D. Montgomery" initials="D." surname="Montgomery"/>
            <author fullname="J. Haas" initials="J." surname="Haas"/>
            <date month="February" year="2020"/>
            <abstract>
              <t>This document identifies a need for and proposes improvement of the unicast Reverse Path Forwarding (uRPF) techniques (see RFC 3704) for detection and mitigation of source address spoofing (see BCP 38). Strict uRPF is inflexible about directionality, the loose uRPF is oblivious to directionality, and the current feasible-path uRPF attempts to strike a balance between the two (see RFC 3704). However, as shown in this document, the existing feasible-path uRPF still has shortcomings. This document describes enhanced feasible-path uRPF (EFP-uRPF) techniques that are more flexible (in a meaningful way) about directionality than the feasible-path uRPF (RFC 3704). The proposed EFP-uRPF methods aim to significantly reduce false positives regarding invalid detection in source address validation (SAV). Hence, they can potentially alleviate ISPs' concerns about the possibility of disrupting service for their customers and encourage greater deployment of uRPF techniques. This document updates RFC 3704.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="84"/>
          <seriesInfo name="RFC" value="8704"/>
          <seriesInfo name="DOI" value="10.17487/RFC8704"/>
        </reference>
        <reference anchor="RFC2827">
          <front>
            <title>Network Ingress Filtering: Defeating Denial of Service Attacks which employ IP Source Address Spoofing</title>
            <author fullname="P. Ferguson" initials="P." surname="Ferguson"/>
            <author fullname="D. Senie" initials="D." surname="Senie"/>
            <date month="May" year="2000"/>
            <abstract>
              <t>This paper discusses a simple, effective, and straightforward method for using ingress traffic filtering to prohibit DoS (Denial of Service) attacks which use forged IP addresses to be propagated from 'behind' an Internet Service Provider's (ISP) aggregation point. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="38"/>
          <seriesInfo name="RFC" value="2827"/>
          <seriesInfo name="DOI" value="10.17487/RFC2827"/>
        </reference>
        <reference anchor="RFC4364">
          <front>
            <title>BGP/MPLS IP Virtual Private Networks (VPNs)</title>
            <author fullname="E. Rosen" initials="E." surname="Rosen"/>
            <author fullname="Y. Rekhter" initials="Y." surname="Rekhter"/>
            <date month="February" year="2006"/>
            <abstract>
              <t>This document describes a method by which a Service Provider may use an IP backbone to provide IP Virtual Private Networks (VPNs) for its customers. This method uses a "peer model", in which the customers' edge routers (CE routers) send their routes to the Service Provider's edge routers (PE routers); there is no "overlay" visible to the customer's routing algorithm, and CE routers at different sites do not peer with each other. Data packets are tunneled through the backbone, so that the core routers do not need to know the VPN routes. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4364"/>
          <seriesInfo name="DOI" value="10.17487/RFC4364"/>
        </reference>
        <reference anchor="RFC6811">
          <front>
            <title>BGP Prefix Origin Validation</title>
            <author fullname="P. Mohapatra" initials="P." surname="Mohapatra"/>
            <author fullname="J. Scudder" initials="J." surname="Scudder"/>
            <author fullname="D. Ward" initials="D." surname="Ward"/>
            <author fullname="R. Bush" initials="R." surname="Bush"/>
            <author fullname="R. Austein" initials="R." surname="Austein"/>
            <date month="January" year="2013"/>
            <abstract>
              <t>To help reduce well-known threats against BGP including prefix mis- announcing and monkey-in-the-middle attacks, one of the security requirements is the ability to validate the origination Autonomous System (AS) of BGP routes. More specifically, one needs to validate that the AS number claiming to originate an address prefix (as derived from the AS_PATH attribute of the BGP route) is in fact authorized by the prefix holder to do so. This document describes a simple validation mechanism to partially satisfy this requirement. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6811"/>
          <seriesInfo name="DOI" value="10.17487/RFC6811"/>
        </reference>
        <reference anchor="RFC4786">
          <front>
            <title>Operation of Anycast Services</title>
            <author fullname="J. Abley" initials="J." surname="Abley"/>
            <author fullname="K. Lindqvist" initials="K." surname="Lindqvist"/>
            <date month="December" year="2006"/>
            <abstract>
              <t>As the Internet has grown, and as systems and networked services within enterprises have become more pervasive, many services with high availability requirements have emerged. These requirements have increased the demands on the reliability of the infrastructure on which those services rely.</t>
              <t>Various techniques have been employed to increase the availability of services deployed on the Internet. This document presents commentary and recommendations for distribution of services using anycast. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="126"/>
          <seriesInfo name="RFC" value="4786"/>
          <seriesInfo name="DOI" value="10.17487/RFC4786"/>
        </reference>
        <reference anchor="RFC7094">
          <front>
            <title>Architectural Considerations of IP Anycast</title>
            <author fullname="D. McPherson" initials="D." surname="McPherson"/>
            <author fullname="D. Oran" initials="D." surname="Oran"/>
            <author fullname="D. Thaler" initials="D." surname="Thaler"/>
            <author fullname="E. Osterweil" initials="E." surname="Osterweil"/>
            <date month="January" year="2014"/>
            <abstract>
              <t>This memo discusses architectural implications of IP anycast and provides some historical analysis of anycast use by various IETF protocols.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7094"/>
          <seriesInfo name="DOI" value="10.17487/RFC7094"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="RFC5210">
          <front>
            <title>A Source Address Validation Architecture (SAVA) Testbed and Deployment Experience</title>
            <author fullname="J. Wu" initials="J." surname="Wu"/>
            <author fullname="J. Bi" initials="J." surname="Bi"/>
            <author fullname="X. Li" initials="X." surname="Li"/>
            <author fullname="G. Ren" initials="G." surname="Ren"/>
            <author fullname="K. Xu" initials="K." surname="Xu"/>
            <author fullname="M. Williams" initials="M." surname="Williams"/>
            <date month="June" year="2008"/>
            <abstract>
              <t>Because the Internet forwards packets according to the IP destination address, packet forwarding typically takes place without inspection of the source address and malicious attacks have been launched using spoofed source addresses. In an effort to enhance the Internet with IP source address validation, a prototype implementation of the IP Source Address Validation Architecture (SAVA) was created and an evaluation was conducted on an IPv6 network. This document reports on the prototype implementation and the test results, as well as the lessons and insights gained from experimentation. This memo defines an Experimental Protocol for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5210"/>
          <seriesInfo name="DOI" value="10.17487/RFC5210"/>
        </reference>
        <reference anchor="manrs" target="https://www.manrs.org/netops/guide/antispoofing/">
          <front>
            <title>MANRS Implementation Guide</title>
            <author>
              <organization>MANRS</organization>
            </author>
            <date year="2023"/>
          </front>
        </reference>
        <reference anchor="isoc" target="https://www.internetsociety.org/resources/doc/2015/addressing-the-challenge-of-ip-spoofing/">
          <front>
            <title>Addressing the challenge of IP spoofing</title>
            <author>
              <organization>Internet Society</organization>
            </author>
            <date year="2015"/>
          </front>
        </reference>
        <reference anchor="nist" target="https://doi.org/10.6028/NIST.SP.800-189r1.ipd">
          <front>
            <title>Border Gateway Protocol Security and Resilience</title>
            <author>
              <organization>NIST</organization>
            </author>
            <date year="2025"/>
          </front>
        </reference>
        <reference anchor="urpf" target="https://www.cisco.com/c/dam/en_us/about/security/intelligence/urpf.pdf">
          <front>
            <title>Unicast Reverse Path Forwarding Enhancements for the Internet Service Provider-Internet Service Provider Network Edge</title>
            <author>
              <organization>Cisco Systems, Inc.</organization>
            </author>
            <date year="2005"/>
          </front>
        </reference>
        <reference anchor="bar-sav" target="https://datatracker.ietf.org/doc/draft-ietf-sidrops-bar-sav/">
          <front>
            <title>Source Address Validation Using BGP UPDATEs, ASPA, and ROA (BAR-SAV)</title>
            <author>
              <organization>NIST, Akamai</organization>
            </author>
            <date year="2024"/>
          </front>
        </reference>
      </references>
    </references>
    <?line 548?>

<section numbered="false" anchor="Acknowledgements">
      <name>Acknowledgements</name>
      <t>Many thanks to Jared Mauch, Barry Greene, Fang Gao, Anthony Somerset, Yuanyuan Zhang, Igor Lubashev, Alvaro Retana, Joel Halpern, Aijun Wang, Michael Richardson, Li Chen, Gert Doering, Mingxing Liu, John O'Brien, Roland Dobbins, etc. for their valuable comments on this document.</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
ADVJcb6avVI06RHb/wNfdrj6ObIAAA==

-->

</rfc>
