<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.6.39 (Ruby 3.0.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-savnet-inter-domain-problem-statement-00" category="info" submissionType="IETF" xml:lang="en" version="3">
  <!-- xml2rfc v2v3 conversion 3.17.4 -->
  <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-00"/>
    <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="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="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>
    <author initials="L." surname="Qin" fullname="Lancheng Qin">
      <organization>Tsinghua University</organization>
      <address>
        <postal>
          <city>Beijing</city>
          <country>China</country>
        </postal>
        <email>qlc19@mails.tsinghua.edu.cn</email>
      </address>
    </author>
    <author initials="N." surname="Geng" fullname="Nan Geng">
      <organization>Huawei</organization>
      <address>
        <postal>
          <city>Beijing</city>
          <country>China</country>
        </postal>
        <email>gengnan@huawei.com</email>
      </address>
    </author>
    <date year="2023" month="July" day="23"/>
    <area>General [REPLACE]</area>
    <workgroup>Internet Engineering Task Force</workgroup>
    <abstract>
      <?line 110?>

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

<section anchor="introduction">
      <name>Introduction</name>
      <t>Source address validation (SAV) is crucial for protecting networks from source address spoofing attacks. 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, it is not feasible to deploy SAV at every network edge. Additional SAV mechanisms are needed at other levels of the network to prevent source address spoofing along the forwarding paths of the spoofed packets. The Source Address Validation Architecture (SAVA) <xref target="RFC5210"/> proposes a multi-fence approach that implements SAV at three levels of the network: access, intra-domain, and inter-domain.</t>
      <t>If a spoofing packet is not blocked at the originating access network, intra-domain and inter-domain SAV mechanisms can help block the packet along the forwarding path of the packet. As analyzed in <xref target="intra-domain-ps"/>, intra-domain SAV for an AS can prevent a subnet of the AS from spoofing the addresses of other subnets as well as prevent incoming traffic to the AS from spoofing the addresses of the AS, without relying on the collaboration of other ASes. As complementrary, in scenarios where intra-domain SAV cannot work, inter-domain SAV leverages the collaboration among ASes to help block incoming spoofing packets in an AS which spoof the source addresses of other ASes.</t>
      <t>This document provides an analysis of inter-domain SAV. <xref target="exp-inter-sav"/> illustrates an example for inter-domain SAV. P1 is the source prefix of AS 1, and AS 4 sends spoofing packets with P1 as source addresses to AS 3 through AS 2. Assume AS 4 does not deploy intra-domain SAV, these spoofing packets cannot be blocked by AS 4. Although AS 1 can deploy intra-domain SAV to block incoming packets which spoof the addresses of AS 1, these spoofing traffic from AS 4 to AS 3 do not go through AS 1, so they cannot be blocked by AS 1. Inter-domain SAV can help in this scenario. If AS 1 and AS 2 deploy inter-domain SAV, AS 2 knows the correct incoming interface of packets with P1 as source addresses, and the spoofing packets can thus be blocked by AS 2 since they come from the incorrect interface.</t>
      <figure anchor="exp-inter-sav">
        <name>An example for illustrating inter-domain SAV.</name>
        <artwork><![CDATA[
+------------+
|  AS 1(P1)  #
+------------+ \
                \            Spoofed Packets
              +-+#+--------+ with Source Addresses in P1 +------------+
              |    AS 2    #-----------------------------#    AS 4    |
              +-+#+--------+                             +------------+
                / 
+------------+ /
|    AS 3    #
+------------+
AS 4 sends spoofed packets with source addresses in P1 to AS 3 
through AS 2.
If AS 1 and AS 2 deploy inter-domain SAV, the spoofed packets 
can be blocked at AS 2.
]]></artwork>
      </figure>
      <t>There are many 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>
      <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>Real forwading paths:</dt>
        <dd>
          <t>The paths that the legitimate traffic goes through in the data plane.</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 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="manrs"/> <xref target="isoc"/>, which are reviewed in this section.</t>
      <ul spacing="normal">
        <li>ACL-based ingress filtering <xref target="RFC2827"/> <xref target="RFC3704"/>: ACL-based ingress 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 to deploy at provider interfaces or customer interfaces <xref target="manrs"/> <xref target="nist"/>. At the provider interfaces, ACL-based ingress filtering can block source prefixes that are clearly invalid in the inter-domain routing context, such as suballocated or internal-only prefixes of customer ASes <xref target="nist"/>. At the customer interfaces, ACL-based ingress filtering can prevent customer ASes from spoofing source addresses of other ASes that are not reachable via the provider AS. It can be implemented at border routers or aggregation routers if border ACLs are not feasible <xref target="manrs"/>. However, ACL-based ingress 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, which requires manual configuration to avoid improper block or improper permit.</li>
        <li>
          <t>uRPF-based machanisms: 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>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"/>.</li>
            <li>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"/>.</li>
            <li>FP-uRPF <xref target="RFC3704"/>: FP-uRPF 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"/>.</li>
            <li>Virtual routing and forwarding (VRF) uRPF <xref target="RFC4364"/> <xref target="urpf"/>: VRF uRPF uses a separate VRF table for each external BGP peer. A VRF table is a table that contains the prefixes and the routes that are advertised by a specific peer. VRF uRPF checks the source address of an incoming packet from an external BGP peer against the VRF table for that peer. If the source address matches one of the prefixes in the VRF table, VRF uRPF allows the packet to pass. Otherwise, it drops the packet. VRF uRPF can also be used as a way to implement BCP38 <xref target="RFC2827"/>, which is a set of recommendations to prevent IP spoofing. However, the operational feasibility of VRF uRPF as BCP38 has not been proven <xref target="manrs"/>.</li>
            <li>EFP-uRPF <xref target="RFC8704"/>: EFP-uRPF consists of two algorithms, algorithm A and algorithm B. EFP-uRPF is based on the idea that an AS can receive BGP updates for multiple prefixes that have the same origin AS at different interfaces. For example, this can happen when the origin AS is multi-homed and advertises the same prefixes to different providers. In this case, EFP-uRPF allows an incoming packet with a source address in any of those prefixes to pass on any of those interfaces. This way, EFP-uRPF can handle asymmetric routing scenarios where the incoming and outgoing interfaces for a packet are different. EFP-uRPF has not been implemented in practical networks yet, but BCP84 <xref target="RFC3704"/> <xref target="RFC8704"/> suggests using EFP-uRPF with algorithm B at customer interfaces of an AS. EFP-uRPF can also be used at peer interfaces of an AS.</li>
          </ul>
        </li>
        <li>Source-based remote triggered black hole (RTBH) filtering <xref target="RFC5635"/>: Source-based RTBH filtering enables the targeted dropping of traffic by specifying particular source addresses or address ranges. Source-based RTBH filtering uses uRPF, usually Loose uRPF, to check the source address of an incoming packet against the FIB. If the source address of the packet does not match or is not covered by any prefix in the FIB, or if the route for that prefix points to a black hole (i.e., Null0), Loose uRPF discards the packet. This way, source-based RTBH filtering can filter out attack traffic at specific devices (e.g., ASBR) in an AS based on source addresses, and improve the security of the network.</li>
        <li>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"/>.</li>
        <li>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.</li>
      </ul>
    </section>
    <section anchor="gap">
      <name>Gap Analysis</name>
      <t>Inter-domain SAV is essential in preventing source address spoofing attacks across all AS interfaces, including those of customers, providers, and peers. An ideal inter-domain SAV mechanism <bcp14>SHOULD</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, source-based RTBH filtering, and/or uRPF-based mechanisms at customer interfaces, namely Strict uRPF, FP-uRPF, VRF 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 attacks within a customer cone, while ACL-based ingress filtering and source-based RTBH filtering need to update SAV rules in a timely manner and lead to high operational overhead. For brevity, we will analyze ACL-based ingress filtering and source-based RTBH filtering in detail using the concrete cases in <xref target="sav_at_p"/>.</t>
        <figure anchor="customer_gap">
          <name>The gaps of ACL-based ingress filtering, source-based RTBH filtering, Strict uRPF, FP-uRPF, VRF uRPF, and EFP-uRPF in the corrresponding scenarios.</name>
          <artwork><![CDATA[
+-------------------+------------+-----------+-------+--------+--------+
|Traffic & Scenarios|ACL & S/RTBH|Strict uRPF|FP-uRPF|VRF uRPF|EFP-uRPF|
+----------+--------+------------+-----------+-------+--------+--------+
|Legitimate|  LPP   |            |                                     |
|Traffic   +--------+            |            Improper Block           |
|          |   HP   |    High    |                                     |
+----------+--------+Operational +----------------------------+--------+
|Spoofing  |  RAC   |  Overhead  |                            |Improper|
|Traffic   +--------+            |   Functioning as Expected  |Permit  |
|          |  DAC   |            |                            |        |
+----------+--------+------------+----------------------------+--------+
S/RTBH: Source-based RTBH filtering.
"LPP" represents a class of scenario called limited propagation of prefixes. 
"HP" represents a calss of scenario called hidden prefixes.
"RAC" represents a class of scenario called reflection attacks by source 
address spoofing within a customer cone.
"DAC" represents a class of scenario called direct attacks by source 
address spoofing within a 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, source-based RTBH filtering, Strict uRPF, FP-uRPF, VRF uRPF, and EFP-uRPF for SAV at customer interfaces in the corresponding scenarios. Both ACL-based ingress filtering and source-based RTBH filtering have high operational overhead as performing SAV at provider/peer interfaces. Strict uRPF, FP-uRPF, VRF 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 scenarios of source address spoofing attacks within a customer cone, EFP-uRPF may inadvertently permit spoofing traffic.</t>
        <t>In the following, we analyze the gaps of Strict uRPF, FP-uRPF, VRF uRPF, and EFP-uRPF for SAV at customer interfaces in scenarios of limited propagation of prefixes and hidden prefixes, 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 false positives when performing SAV with existing mechanisms. These mechanisms include EFP-uRPF, which we focus on in the following analysis, as well as Strict uRPF, FP-uRPF, and VRF 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)    |       \
                 ++/\+--+/\+--+/\++        \
    P6[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] \           | NO_EXPORT   \           \
     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 and P6 to AS 2, while AS 2 propagates P6 to AS 4. AS 1 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. Similarly, AS 1 adds the NO_EXPORT community attribute to the BGP advertisement sent to AS 4, resulting in AS 4 not propagating the route for prefix P6 to AS 3. 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 to only arrive from AS 1. When AS 1 sends legitimate packets with source addresses in P1 to AS 4 through AS 2, AS 4 improperly blocks these packets. The same problem applies to Strict uRPF, FP-uRPF, and VRF 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 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, VRF 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 1, AS 2] /     |      \           \
               P2[AS 2] /      |       \           \
                       /       |        \           \
                      / (C2P)  |         \ P5[AS 5]  \ P5[AS 5]
      +----------------+       |          \           \    
User+-+    AS 2(P2)    |       | P1[AS 1]  \           \
      +----------+/\+--+       | P6[AS 1]   \           \
          P6[AS 1] \           | NO_EXPORT   \           \
           P1[AS 1] \          |              \           \
           NO_EXPORT \         |               \           \
                      \ (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, it is worth mentioning that EFP-uRPF with algorithm A/B may also permit spoofing traffic improperly in scenarios where source address spoofing attacks within a customer cone occur. We provide illustrations of these scenarios in the following. The source address spoofing attacks within a customer cone include reflection attacks within a customer cone (<xref target="reflection_attack_customer"/>) and direct attacks within a customer cone (<xref target="direct_attack_customer"/>).</t>
        </section>
        <section anchor="reflection_attack_customer">
          <name>Reflection Attacks</name>
          <t><xref target="customer-reflection-attack"/> depicts the scenario of reflection attacks by source address spoofing within a customer cone and is used to analyze the gaps of uRPF-based mechanisms below.</t>
          <figure anchor="customer-reflection-attack">
            <name>A scenario of reflection attacks by source address spoofing within a customer cone.</name>
            <artwork><![CDATA[
                                        +----------------+
                                        |    AS 3(P3)    |
                                        +-+/\----+/\+----+
                                           /       \
                                          /         \ 
                                         /           \
                                        / (C2P)       \
                               +----------------+      \
                               |    AS 4(P4)    |       \
                               ++/\+--+/\+--+/\++        \
                  P6[AS 1, AS 2] /     |      \           \
                       P2[AS 2] /      |       \           \
                               /       |        \           \
                              / (C2P)  |         \ P5[AS 5]  \ P5[AS 5]
              +----------------+       |          \           \    
Attacker(P1')-+    AS 2(P2)    |       | P1[AS 1]  \           \
              +----------+/\+--+       | P6[AS 1]   \           \
                  P6[AS 1] \           | NO_EXPORT   \           \
                   P1[AS 1] \          |              \           \
                   NO_EXPORT \         |               \           \
                              \ (C2P)  | (C2P)    (C2P) \     (C2P) \ 
                          +----------------+          +----------------+
                  Victim+-+  AS 1(P1, P6)  |  Server+-+    AS 5(P5)    |
                          +----------------+          +----------------+
P1' is the spoofed source prefix P1 by the attacker which is inside of 
AS 2 or connected to AS 2 through other ASes.
]]></artwork>
          </figure>
          <t>In <xref target="customer-reflection-attack"/>, the reflection attack by source address spoofing takes place within AS 4's customer cone, where the attacker spoofs the victim's IP address (P1) and sends requests to servers' IP address (P5) that are designed to respond to such requests. As a result, the server sends overwhelming responses back to the victim, thereby exhausting its network resources. The arrows in <xref target="customer-reflection-attack"/> 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 A/B at its customer interfaces, it will allow packets with source addresses in P1 to originate from AS 1 and AS 2. Consequently, when AS 2 sends spoofing packets with source addresses in P1 to AS 4, AS 4 will improperly permit these packets, thus enabling the spoofing attacks to propagate.</t>
          <t>In scenarios like these, Strict uRPF, FP-uRPF, and VRF uRPF do not suffer from improper permit problems. This is because these mechanisms enforce strict filtering rules that ensure packets with source addresses in P1 are only allowed to arrive from AS 1.</t>
        </section>
        <section anchor="direct_attack_customer">
          <name>Direct Attacks</name>
          <t><xref target="customer-direct-attack"/> portrays a scenario of direct attacks by source address spoofing within a customer cone and is used to analyze the gaps of uRPF-based mechanisms below.</t>
          <figure anchor="customer-direct-attack">
            <name>A scenario of the direct attacks by source address spoofing within a customer cone.</name>
            <artwork><![CDATA[
                                        +----------------+
                                        |    AS 3(P3)    |
                                        +-+/\----+/\+----+
                                           /       \
                                          /         \ 
                                         /           \
                                        / (C2P)       \
                               +----------------+      \
                               |    AS 4(P4)    |       \
                               ++/\+--+/\+--+/\++        \
                  P6[AS 1, AS 2] /     |      \           \
                       P2[AS 2] /      |       \           \
                               /       |        \           \
                              / (C2P)  |         \ P5[AS 5]  \ P5[AS 5]
              +----------------+       |          \           \    
Attacker(P5')-+    AS 2(P2)    |       | P1[AS 1]  \           \
              +----------+/\+--+       | P6[AS 1]   \           \
                  P6[AS 1] \           | NO_EXPORT   \           \
                   P1[AS 1] \          |              \           \
                   NO_EXPORT \         |               \           \
                              \ (C2P)  | (C2P)    (C2P) \     (C2P) \
                            +----------------+        +----------------+
                    Victim+-+  AS 1(P1, P6)  |        |    AS 5(P5)    |
                            +----------------+        +----------------+
P5' is the spoofed source prefix P5 by the attacker which is inside of 
AS 2 or connected to AS 2 through other ASes.
]]></artwork>
          </figure>
          <t>In <xref target="customer-direct-attack"/>, the direct attack by source address spoofing takes place within AS 4's customer cone, where the attacker spoofs a source address (P5) and directly targets the victim's IP address (P1), overwhelming its network resources. The arrows in <xref target="customer-direct-attack"/> 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 A/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 AS 2 sends spoofing packets with source addresses in P5 to AS 4, AS 4 will improperly permit these packets, thus enabling the spoofing attacks to propagate.</t>
          <t>In scenarios like these, Strict uRPF, FP-uRPF, and VRF uRPF 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 from 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"/>. In addition, source-based RTBH filtering can be used to remotely configure SAV rules.</t>
        <figure anchor="provider_peer_gap">
          <name>The gaps of ACL-based ingress filtering, source-based RTBH filtering, and Loose uRPF in the corresponding scenarios.</name>
          <artwork><![CDATA[
+--------------------+------------+---------------+
|Traffic & Scenarios |ACL & S/RTBH|   Loose uRPF  |
+----------+---------+------------+---------------+
|Legitimate|   Any   |            |  Functioning  |
|Traffic   |Scenarios|    High    |  as Expected  |
+----------+---------+Operational +---------------+
|Spoofing  |   RAP   |  Overhead  |               |
|Traffic   +---------+            |Improper Permit|
|          |   DAP   |            |               |
+----------+---------+------------+---------------+
S/RTBH: Source-based RTBH filtering.
"RAP" represents a class of scenario called reflection attacks by 
source address spoofing from provider/peer AS. 
"DAP" represents a class of scenario called direct attacks by source 
address spoofing from provider/peer AS.
"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, source-based RTBH filtering, and Loose uRPF for SAV at provider/peer interfaces in the corresponding scenarios. ACL-based ingress filtering and source-based RTBH filtering effectively block spoofing traffic from the reflection attacks or direct attacks originating from provider/peer AS, while appropriately allowing legitimate traffic. However, these methods may come with a 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, source-based RTBH filtering, and Loose uRPF for SAV at provider/peer interfaces in scenarios of source address spoofing attacks from provider/peer AS. The source address spoofing attacks from provider/peer AS include reflection attacks from provider/peer AS (<xref target="reflect_attack_p"/>) and direct attacks from provider/peer AS (<xref target="direct_attack_p"/>).</t>
        <section anchor="reflect_attack_p">
          <name>Reflection Attacks</name>
          <t><xref target="reflection-attack-p"/> depicts the scenario of reflection attacks by source address spoofing from provider/peer AS and is used to analyze the gaps of ACL-based ingress filtering, source-based RTBH filtering, and Loose uRPF below.</t>
          <figure anchor="reflection-attack-p">
            <name>A scenario of reflection attacks by source address spoofing from provider/peer AS.</name>
            <artwork><![CDATA[
                                  +----------------+
                   Attacker(P1')+-+    AS 3(P3)    |
                                  +-+/\----+/\+----+
                                     /       \
                                    /         \ 
                                   /           \
                                  / (C2P/P2P)   \
                         +----------------+      \
                         |    AS 4(P4)    |       \
                         ++/\+--+/\+--+/\++        \
            P6[AS 1, AS 2] /     |      \           \
                 P2[AS 2] /      |       \           \
                         /       |        \           \
                        / (C2P)  |         \ P5[AS 5]  \ P5[AS 5]
        +----------------+       |          \           \    
Server+-+    AS 2(P2)    |       | P1[AS 1]  \           \
        +----------+/\+--+       | P6[AS 1]   \           \
            P6[AS 1] \           | NO_EXPORT   \           \
             P1[AS 1] \          |              \           \
             NO_EXPORT \         |               \           \
                        \ (C2P)  | (C2P)    (C2P) \     (C2P) \
                      +----------------+        +----------------+
              Victim+-+  AS 1(P1, P6)  |        |    AS 5(P5)    |
                      +----------------+        +----------------+
P1' is the spoofed source prefix P1 by the attacker which is inside of 
AS 3 or connected to AS 3 through other ASes.
]]></artwork>
          </figure>
          <t>In the case of <xref target="reflection-attack-p"/>, the attacker spoofs the victim's IP address (P1) and sends requests to servers' IP address (P2) that respond to such requests. The servers then send overwhelming responses back to the victim, exhausting its network resources. The arrows in <xref target="reflection-attack-p"/> 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, effectively preventing reflection attacks. 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 1 and AS 2. Otherwise, it may cause improper block of legitimate traffic or improper permit of spoofing traffic.</t>
          <t>Source-based RTBH filtering allows for the deployment of SAV rules on AS 1 and AS 4 remotely. However, in order to avoid improper block or improper permit, the specified source addresses need to be updated in a timely manner, which incurs additional operational overhead.</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 can improperly permit spoofed packets. In <xref target="reflection-attack-p"/>, Loose uRPF is enabled at AS 4's provider/peer interface, while EFP-uRPF is enabled at AS 4's customer interfaces, following <xref target="RFC3704"/>. An attacker inside AS 3 or connected to it through other ASes may send packets with source addresses spoofing P1 to a server in AS 2 to attack the victim in AS 1. As AS 3 lacks deployment of inter-domain SAV, the attack packets will reach AS 4's provider/peer interface. With Loose uRPF, AS 4 cannot block the reflection attack packets at its provider/peer interface, and thus resulting in improper permit.</t>
        </section>
        <section anchor="direct_attack_p">
          <name>Direct Attacks</name>
          <t>Conversely, <xref target="direct-attack-p"/> showcases a scenario of direct attack by source address spoofing from provider/peer AS and is used to analyze the gaps of ACL-based ingress filtering, source-based RTBH filtering, and Loose uRPF below.</t>
          <figure anchor="direct-attack-p">
            <name>A scenario of direct attacks by source address spoofing from provider/peer AS.</name>
            <artwork><![CDATA[
                          +----------------+
           Attacker(P2')+-+    AS 3(P3)    |
                          +-+/\----+/\+----+
                             /       \
                            /         \ 
                           /           \
                          / (C2P/P2P)   \
                 +----------------+      \
                 |    AS 4(P4)    |       \
                 ++/\+--+/\+--+/\++        \
    P6[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] \           | NO_EXPORT   \           \
     P1[AS 1] \          |              \           \
     NO_EXPORT \         |               \           \
                \ (C2P)  | (C2P)    (C2P) \     (C2P) \
              +----------------+        +----------------+
      Victim+-+  AS 1(P1, P6)  |        |    AS 5(P5)    |
              +----------------+        +----------------+
P2' is the spoofed source prefix P2 by the attacker which is inside of 
AS 3 or connected to AS 3 through other ASes.
]]></artwork>
          </figure>
          <t>In the case of <xref target="direct-attack-p"/>, the attacker spoofs another source address (P2) and directly targets the victim's IP address (P1), overwhelming its network resources. The arrows in <xref target="direct-attack-p"/> 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>Similar to the scenario of reflection attacks by source address spoofing depicted in <xref target="reflection-attack-p"/>, both ACL-based ingress filtering and Source-based RTBH filtering have high operational overhead for the scenario of direct attacks by source address spoofing from provider/peer AS shown in <xref target="direct-attack-p"/>. Otherwise, they may cause improper block of legitimate traffic or improper permit of spoofing traffic.</t>
          <t>Also, Loose uRPF can improperly permit spoofed packets. In <xref target="direct-attack-p"/>, Loose uRPF is enabled at AS 4's provider/peer interface, while EFP-uRPF is enabled at AS 4's customer interfaces, following <xref target="RFC3704"/>. An attacker inside AS 3 or connected to it through other ASes may send packets with source addresses spoofing P2 and destimation addresses in P1 to directly attack the victim in AS 1. As AS 3 lacks deployment of inter-domain SAV, the attack packets will reach AS 4's provider/peer interface. With Loose uRPF, AS 4 cannot block the direct attack packets at its provider/peer interface, 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 & S/RTBH|Strict uRPF|Loose uRPF| FP-uRPF |VRF uRPF |EFP-uRPF  |
+--------+------------+-----------+----------+---------+---------+----------+
|Improper|  Not Exist |   Exist   |Not Exist |  Exist  |  Exist  |  Exist   |
|Block   |            | (LPP, HP) |          |(LPP, HP)|(LPP, HP)|(LPP, HP) |
+--------+------------+-----------+----------+---------+---------+----------+
|Improper|  Not Exist | Not Exist |  Exist   |Not Exist|Not Exist|  Exist   |
|Permit  |            |           |(RAP, DAP)|         |         |(RAC, DAC)|
+--------+------------+-----------+----------+---------+---------+----------+
|        |   Exist    |                                                     |
|  HOO   |   (Any     |                       Not Exist                     |
|        | Scenarios) |                                                     |
+--------+------------+-----------------------------------------------------+
S/RTBH: Source-based RTBH filtering, HOO: High Operational Overhead.
"LPP" represents a class of scenario called limited propagation of prefixes. 
"HP" represents a class of scenario called hidden prefixes.
"RAP" represents a class of scenario called reflection attacks by 
source address spoofing from provider/peer AS. 
"DAP" represents a class of scenario called direct attacks by source 
address spoofing from provider/peer AS.
"RAC" represents a class of scenario called reflection attacks by 
source address spoofing within a customer cone.
"DAC" represents a class of scenario called direct attacks by 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. Source-based RTBH filtering has the similar problem as ACL-based ingress filtering.</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 and VRF 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 and VRF 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 approapriate SAV mechansim for each interface. This leads to additional operational and cognitive overhead, which can hinder 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 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>SHOULD</bcp14> improve the validation accuracy in all directions of ASes over existing inter-domain SAV mechanisms, while working in incremental/partial deployment.</t>
        <section anchor="improving-validation-accuracy-over-existing-mechanisms">
          <name>Improving Validation Accuracy over Existing Mechanisms</name>
          <t>It <bcp14>SHOULD</bcp14> avoid improper block and permit less spoofed traffic than existing inter-domain SAV mechanisms. To avoid improper block, ASes that deploy the new inter-domain SAV mechanism <bcp14>SHOULD</bcp14> be able to acquire all the real data-plane forwarding paths, which are the paths that the legitimate traffic goes through in the data plane.</t>
          <t>However, it may be hard to learn the real forwarding paths of prefixes exactly under some scenarios, such as asymmetric routing and DSR. For such scenarios, it is crucial to minimize the set of acceptable paths while ensuring the inclusion of all real forwarding paths, thereby preventing improper block and minimizing improper permit. Note that the acceptable paths are all the possible paths that the legitimate traffic may go through in the data plane, cover all the links at each level of customer-provider hierarchy, and <bcp14>MUST</bcp14> include all the real forwarding paths. Reducing the set of acceptable paths means eliminating the paths that are not the real forwarding paths of the prefixes from the set.</t>
          <figure anchor="accurate_validation">
            <name>An example to illustrate accurate validation in all directions of an AS.</name>
            <artwork><![CDATA[
                          +----------------+
                          |    AS 3(P3)    |
                          +-+/\----+/\+----+
                             /       \
                            /         \ 
                           /           \
                          / (C2P)       \
                 +----------------+      \
                 |    AS 4(P4)    |       \
                 ++/\+--+/\+--+/\++        \
    P6[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] \           | NO_EXPORT   \           \
     P1[AS 1] \          |              \           \
     NO_EXPORT \         |               \           \
                \ (C2P)  | (C2P)    (C2P) \     (C2P) \
              +----------------+        +----------------+
              |  AS 1(P1, P6)  |        |    AS 5(P5)    |
              +----------------+        +----------------+
]]></artwork>
          </figure>
          <t>Multiple sources of SAV-related information, such as RPKI ROA objects, ASPA objects, and SAV-tailored information from other ASes, can assist in reducing the set of acceptable paths. <xref target="accurate_validation"/> is used as an example to illustrate how to avoid improper block and minimize improper permit in all directions of an AS based on different SAV information sources. AS 3 is the provider of AS 4 and AS 5, while AS 4 is the provider of AS 1, AS 2, and AS 5, and AS 2 is the provider of AS 1. Assuming prefixes P1, P2, P3, P4, P5, and P6 are all the prefixes in the network. Inter-domain SAV has been deployed by AS 1 and AS 4, but not by other ASes. Here, the focus is on how to conduct SAV in all directions of AS 4 when different SAV information sources are used.</t>
          <t>Additionally, since the source prefix ranges of the traffic entering the customer cone of AS 4 are not fully learned in the partial deployment scenario, SAV at provider/peer interfaces can use a block list. For example, as shown in <xref target="accurate_validation"/>, the traffic with source addresses in P5 may come from AS 5 or AS 3. In contrast, SAV at customer interfaces for traffic going out of the customer cone can use a permit list to allow the known prefixes of the customer cone at the corresponding customer interfaces and other unknown prefixes at all the customer interfaces.</t>
          <t>The followings show how to generate SAV rules based on the SAV-related information from different SAV information sources to avoid improper block and reduce as much improper permit as possible.</t>
          <ul spacing="normal">
            <li>If only the RIB is available, AS 4 can conduct SAV towards its neighboring ASes as follows like <xref target="RFC8704"/>: SAV towards AS 1 permits the prefixes P1 and P6, SAV towards AS 2 permits the prefixes P1, P2, and P6, SAV towards AS 5 permits the prefix P5, and SAV towards AS 3 does not block any prefix.</li>
            <li>When both RPKI ROA and ASPA are deployed by AS 1 and AS 4, AS 4 can conduct SAV towards its neighboring ASes as follows like <xref target="bar-sav"/>: SAV towards AS 1 permits the prefixes P1 and P6, SAV towards AS 2 permits the prefixes P1, P2, and P6, SAV towards AS 5 permits the prefix P5, and SAV towards AS 3 blocks the prefixes P1, P2, and P6.</li>
            <li>Moreover, if SAV-tailored information that exactly contains all the real data-plane forwarding paths of prefixes is accessible, SAV rules can be refined. AS 4 can conduct SAV towards its neighboring ASes as follows: SAV towards AS 1 permits only P1. SAV towards AS 2 permits the prefixes P2 and P6, while SAV towards AS 5 permits the prefix P5 and SAV towards AS 3 blocks the prefixes P1, P2, and P6.</li>
          </ul>
          <t>It is evident that, in a partial deployment scenario, more accurate SAV-related information can effectively achieve 0% improper block and significantly minimize improper permit.</t>
        </section>
        <section anchor="working-in-incrementalpartial-deployment">
          <name>Working in Incremental/Partial Deployment</name>
          <t>The new inter-domain SAV mechanism <bcp14>SHOULD NOT</bcp14> assume pervasive adoption and <bcp14>SHOULD</bcp14> provide effective protection for source addresses 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 should not be less effective in protecting all directions of ASes under partial deployment than existing mechanisms.</t>
        </section>
      </section>
      <section anchor="automatic-update">
        <name>Automatic Update</name>
        <t>The new inter-domain SAV mechanism <bcp14>SHOULD</bcp14> update SAV rule and detect the changes of SAV-related information automatically, while communicating SV-related information between ASes promptly.</t>
        <section anchor="working-more-automatically-than-acl-and-source-based-rtbh">
          <name>Working More Automatically than ACL and Source-based RTBH</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>SHOULD</bcp14> have less operational overhead than ACL-based ingress filtering and Source-based RTBH filtering.</t>
        </section>
        <section anchor="communicating-sav-related-information-between-ases">
          <name>Communicating SAV-related Information between ASes</name>
          <t>In order to communicate SAV-related information such as prefixes, their incoming interfaces, and topological information between ASes promptly, a unified SAV-tailored protocol <bcp14>SHOULD</bcp14> be developed by the new inter-domain SAV mechanism. The unified SAV-tailored protocol will define the SAV-related information to be communicated, the data structure or format to communicate the information, and the operations and timing for originating, processing, propagating, and terminating the messages which carry the information.</t>
          <t>The need for a unified SAV-tailored protocol arises from the facts that different ASes are managed by different network operators and may use different hardwares and softwares designed and manufactured by different manufacturers. As a result, ASes are unable to establish a connection and communicate with each other for sharing SAV-related information. Hence, a unified SAV-tailored protocol is needed to provide a medium and set of rules to establish communication between different ASes for the exchange of SAV-related information.</t>
          <t>Moreover, the unified SAV-tailored protocol <bcp14>SHOULD</bcp14> perform security authentication to secure the communicated information and prevent malicious ASes from generating incorrect or forged information. The protocol <bcp14>SHOULD</bcp14> also be scalable independently from the growth of the deployed ASes.</t>
        </section>
      </section>
    </section>
    <section anchor="inter-domain-sav-scope">
      <name>Inter-domain SAV Scope</name>
      <t>The new inter-domain SAV mechanism should work in the same scenarios as existing inter-domain SAV mechanisms. Generally, it includes all IP-encapsulated scenarios:</t>
      <ul spacing="normal">
        <li>Native IP forwarding: This includes both global routing table forwarding and CE site forwarding of VPN.</li>
        <li>IP-encapsulated Tunnel (IPsec, GRE, SRv6, etc.): In this scenario, we focus on the validation of the outer layer IP address.</li>
        <li>Both IPv4 and IPv6 addresses.</li>
      </ul>
      <t>Scope does not include:</t>
      <ul spacing="normal">
        <li>Non-IP packets: This includes MPLS label-based forwarding and other non-IP-based forwarding.</li>
      </ul>
      <t>In addition, the new inter-domain SAV mechanism 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 ASPA, should also be protected by corresponding mechanisms or infrastructure. If SAV mechanisms or protocols require information exchange, there should be some considerations on the avoidance of message alteration or message injection.</t>
      <t>The SAV procedure referred in this document modifies no field of packets. So, security considerations on 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>
  </middle>
  <back>
    <references>
      <name>References</name>
      <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="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="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="RFC5635">
          <front>
            <title>Remote Triggered Black Hole Filtering with Unicast Reverse Path Forwarding (uRPF)</title>
            <author fullname="W. Kumari" initials="W." surname="Kumari"/>
            <author fullname="D. McPherson" initials="D." surname="McPherson"/>
            <date month="August" year="2009"/>
            <abstract>
              <t>Remote Triggered Black Hole (RTBH) filtering is a popular and effective technique for the mitigation of denial-of-service attacks. This document expands upon destination-based RTBH filtering by outlining a method to enable filtering by source address as well. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5635"/>
          <seriesInfo name="DOI" value="10.17487/RFC5635"/>
        </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>
        <name>Informative References</name>
        <reference anchor="intra-domain-ps" target="https://datatracker.ietf.org/doc/draft-li-savnet-intra-domain-problem-statement/">
          <front>
            <title>Source Address Validation in Intra-domain Networks Gap Analysis, Problem Statement, and Requirements</title>
            <author>
              <organization/>
            </author>
            <date year="2023"/>
          </front>
        </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://www.nist.gov/publications/resilient-interdomain-traffic-exchange-bgp-security-and-ddos-mitigation">
          <front>
            <title>Resilient Interdomain Traffic Exchange: BGP Security and DDos Mitigation</title>
            <author>
              <organization>NIST</organization>
            </author>
            <date year="2019"/>
          </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-sriram-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="2023"/>
          </front>
        </reference>
      </references>
    </references>
    <?line 648?>

<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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
nx9jJkpzKBY5WFJginpkXGz1IE/d6RaOsxSdsnFMWrFjR7s+CZSHTqQK44Ca
PzMDRNUJU0YTUv7jJem6gaQ8sFMJx62l9AHaYxMtxx8aItuS0eF4fQ0LohMH
oLtL+MDQcIVw5yHJAQA0YY4CtMtANQyX6hhLDVpRByTyG4TRnCQSWFV4vgAo
p/WMRAWe0vHF+K4SXyWVPEijwqNVOsE5XFyLHLQZTHEEILPt2adsIcn13tdC
6Mh03ekIJWltuNELnJqN4CdgenIR5q5c+hmlfrKG0YGQddTRaTl2g6TQ73cr
oQLWH5ZFBZdqa0TFW7DKzfylGR1dOjUJZOPEC7qaDVmvRNflSA6dNg+FZDkO
kR1V4n0mAwxp5CqtHLHR5LDHa46pe9A4nBoe6vmHZtFkQgobPyMIGwYWkvdG
nrm0h5GdFQxGVL6wSh68yZdFcYk8lijYWuKzO8GmzTRFbLGvGLVBTCyPprPG
WDB7EfDgMsWlrkBliTARn9MI7wUrHY0pwigWFYA3eTLGjDeJztGxgzy8/BAW
HxaojLRm4OoM0bY/vq0+s186N/rI4P8OzvQy3mD8G/7eQqBvHGK+EaK90aR8
o8n4xoWoPs6tIDo2nOEmCI6HQ52+6+Xyrvzc2Kk5ubheyq7XkZ985nfkN3lj
IHqDlHMLiBpxdOJQXtOyNjTp3JzpbYVjnw72GYgTIdwVEN3oua6Jo1egGSKA
RNh5cPhpwV7z4Ibz4uo4OtAQtSC7BtEKHLXR0TIcMfkudbH0O4+Avh6BSgic
L+dIt02M0GwtwCgZKXpLGWk/6Dx6U+ssjJs7q3BcgARWcV1IJNmE9Athq2iV
M+ft1FhvM8uFIQ/WH5JDvfcZDtDTQkgeDLUcGV9b7BgjplEoooOnWV0zL3ZE
iuGrNVWzUd8y8o11W/RpduL0qllmVDPgNRI+oN4nCfDnfFSWD7PcWUNZpWUg
rNbwsRNrmhml2X/+7ALLJwfNKSicIGY3ancCwQ/Eko4jMoPISP2dJqOTiVq0
0uWLCLZeuhzUldKb7OdWtYFO6rHRa87u2hjBVsWr3L/V1Ls6psL5SujS75Km
Zs7sLLNamvS1VeohoLrKq0AgZDg8ZjlUzgDeQwE8tJF2nA7bv8ASTC5N3TZA
05dmxGk8REhXyihohbPNHpi+boXCRg07o7g0xvHja7LFHgfH0s/Q72cobWi2
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
0jYk4VbjheKEudv4OkDZkPbT0oKKAuqXP/DLH/QrX75scuF0P6WnvSt+saEb
8QCcWrgG0tnnx0vGdzNNeva9Hr8HLBu4FtjJuZeswMdnl+Q9rZmHpOUQhRGo
XkU9WaB5u2A1gavbWQirJfXKz63CsNVR72I56M96IdrmNqsCtm2tbjPamhaF
/tzastCf21sYZsi1LA39ubPFYTq4j+WhP3eyQGzj21ki+nM3i0QftwLF9pvN
u1smDUDcwULRn/tYKqaPe1gs+vNQlot9dy0LZtmubzcj1mSQP4JQiObNBk3V
wbLCpLkTREBnprqSX9jTxtJG1/7pOXNkLEr0CdIOKdR015ZTf4QearPCrUzf
kk9aF5zWRHpomUn21BGeR1gmtruiqlfGWzZcEX7EkHGMOqcMjZz2m7x+OsRY
ahqz1InUnSXCgFaOw5KqkVMiJ4XbXNPFxCa814FcTG0UMGiMd1pySLnWmFTn
w574kggJ20oVOLZJeUTUdAHsWLzWrBdjZYzxR21uMNzUNlMUTZiFpTg0C3P7
RWAuxxKDKcuwlkS0aj0cy1dsnTm8SdfWuHkBuZMYQNc8oPFFMzFeX2NqolFS
MWJNTB8ejovWJjWD1r1vRaLVddNWN75bHFoDZ/NlfTu3I0XQ1wgSb71cEpq2
oWIq87F2oFjuO3HCxMbIr8byryR6vLP0GojlsWM3mOjYSWJKeTFjJMky50N0
JqZatVboKLVkcXAqrrV/6AAuddmW2u2GmHVQwE2DbDt0JvmkWGPGBsj8bEqF
ZjTggYsMOjmpUg8Xd7lK8nLNmD5VMSM/EFcvI6uhGt9nS0h8U9YKajGdPAuI
37HbFlOYMqzjGHqMvPUExlfDpz7qV8PHfL4aPmvB/A9p+Dz7avhUP/9Fhs/S
Xu6Rl8ufZZaPM8V17Z7bhnSerbJ7nv2Odo8nLpttHoTkvuKyweapCOpufZy/
sa1TKxNHi219uZgbQoXClptFXd82ua2pUdVXvpoZf69mxrMWM6OOpAezNp59
tTbuY208s9aGvR2mbm8846taTP0WfaHx1lB5RVzAAjEVJGoFXdpOpDZWdcHq
WZmpVLFuZZeVFV3Wuy3HnIvzQcaKaSuO8WIJF6d8X/XiGVv/6SgxtcRWl/HT
NSLJO4SlH7kEOl3S4N/Xs6Jkx/LKBs3VOQK/PAeIbGeCLQUUVo7j1dzArLWg
ojXd+GUg/PIaN7Z0CL7rlMXwy0W0wLasAka11kVwOpDyG+3FLprLWlTqWlTu
dqpV+TgYrCw8cjdcr1eXAqZ5v2oQnTY9hDZTdSNhdYaD9Ye8RTWI5uH+Z9aC
0Gj4gGh4+IIQCJBb4395GQTOkaqBROV153N4R25KfHjAnOP1rTJoVQ2H+5Rv
UCD35eS9vvKp8RbZxnAGHXmv0L97c3UjvWsVke7cXmSYw6z9ic317GpZ1HNV
zNKJnKPHAxZSN3pJ8aqTeqUIVxSachH69oA6FFyLWe7poLybOYhLsGOMN7SO
OV2gWky6thoNeFIzd05j2lSa35vMblW8ooV5rpPc09h0WW5PcwOb2qO9youW
hJ7W9r5TemHuDl2eyWPfR75Rizf1Fg+WuNMM+Bru6wcjnTt5vNfz5XhZC3c6
EHB3//btPNu39Wnf1pu9ZY+2L29xBw/2XXzX63qt7+Gvvqen+o4+6tt7p+/m
l67mYNzBI31fX/T9vND38z8/nOf5fj7ne3ibH9DPfDsP88Nl1uw2eZhtwv4S
D3ODSHuIlJpmlUG8y6TjhlxNuUWodhtdwQ+W9rIjaS/taS7nM5s4X6BnkLLn
b5Hecvu0lmbtwliGt/YzN7qM0TwEZTfDu8ecM9fmwqSqe9j3Qi93Xf99+qGx
VPxiEdM1IUsNqKLB21Y7HcCEae9KtTfo0m0c63v2+LgM5lp0PdvMqdxR33Ke
hYQHitG0Cuk2PSreAjbQ5XX7Fa9RYc/F1qsS2CrC/hRhiPmCSuzpSzic213d
knlFuuArM+RwjpPY49+o0FreGevKLXdeiO8CrZZ6Ybxl17rIZUT6FlTnske5
DpYnm1ZLxWhfp19bnS/qXf9WWkmV4wsKmmhirTt3TTF+Xm3nHohmT0yn4gWe
4kls6C1TeC8w75mmWo7a7Q+ILvVNUHiYOcYLZoiQnDM7PJWuueM8nISLgq/J
8e4ANjedWDyyjV0PlOidY05XH7Xyx27lgkcuga5vV39Kl380bmjNONxbEuqN
GyNStiCedwfwILECS8Rzo2imSFBVMNOeIBmzPF5iqJ5T3EKdfqmPrOEzCRIb
YWQPhw1yBikm+e3vgTpntSLYAYpqwyDLWY7efvATwu/enDSQyktUpNGco6qn
zuqxQlNApHn9WGSVuV9EqHYd9Do5amje76cJnWxDQaXdBa4gzmfpFRcpX5Ki
9t/Iwl+uN1uLfufWFv0/Ut3EJZb617qJ1de/1k28gyX94HUT17Sc72AxP4Cl
fDsLeWeVhbzzt7eQK5Kg2TpeP/HqFpZxTQY1W8VhwtDX0qR2frc0qbq0/Gq2
3tNslbqL2q1wd1cMhyfYnmhVokfrVIdfZl6tqA6vza4H3DOkkCUt9OdZnAUW
E/tb2ZyDOE+71XSbdU2ahh3+P9Wc2WFehUU1xLBsONFjWNk/lo3jmwgPbt9g
JhyVuDwrgIRprp8fSzLfl+Z0rJWXFHlfG9N8vu3cyLhL7k6yuLkxVxOai5QC
c5OSl1b0MLCZ635Aw4LFOMSqIKSe8DcY0XssT5u+YWqVvh+pkhq1cTwcdoM3
oF25iVTmadO3322mTdNzJu1882ZqbjfyZ+pO73QAUzkYwKwaXsCf9/Hn/c0H
n6k7mgZ5+R1LrR9KfXtzciIdbHD2X3tvFputvWnYTF7g5p1hu8MlUK2ftZLv
uoiLPU5idDMTT4wv8W9+aVRbZ02XRv03TxO8961YrRP8+7gVqyFFEOXIh7yc
u8mB1UpGaxe+XFLAtyVBstuWDN+YJdnlC4LaktDQmHupYyWkYOibT8MRvESp
YHjvIeVAcar8OjNTn2bRCCBzU8cQufWrZZx8Tbw+hiBPg0Va6Ntx87zke1RX
Bi6qtlDtJACqu6ygIDCtSOkGdPVPRDfM0lELY1YK0GUCm2CKya2T6yScw3Qk
gNAPKGNTU4h3RReVsc4U9JfjUQFO4rx2qfbWxKOScVriO4ImN9Ufr2sOk3ET
7vDnRlOiRlqFvHpLquJ6x0t9we2VxudhUvKl7xzhs9E99DnriI1ubxC/vhFV
N5cYe/3gLQ0tAyPFUuxpPUJxrntiA+Ii4wM7fNMSly7nquAG5uVWqniTxLg2
teHzZYhFa9zqtFWnOp5dCUvgbjCTca0KNinwhVPNmlYEY8W8JBj7pZtAli2D
mxaruRtvYb/eG2XH1tiBd9naGlfr0u4MyZzCO6zQ9OjNgHlPLLZtQXMzGq2X
LnBs7t1yDZzmc0VOYFHf4BUZ1li7OMvc/txwlQBbTO5c6UhRQwSTgpNKjLN6
rXa38rZ/7bSx3p31X+PKYOzxAu+9LewhoNar7as44rKB0FN0SXeWmQLwSyEE
bqEvAXBPgeny5i6WgIbMIlcSzn3CA/4JS9okXC01LpNGlSsADEfBNcdUbfGH
cZBt9RVzDbea+TR1yktt7w/wnMey0gXdFk5Hv5pw2g9eluzDPHUolHAQ8qVm
tjvaf01A23GIMvI8wmsamkbrdJzLGyhhwRvBvyutUumiIIgar0Pg29nT+FK2
QtvWB+w2k81aJOImpFDiPAlnaEFX5IQZ6R7woNAK6xTv5Csq+nDtrF3fvyWx
nQp9Dgb7xhyVYRJwWEaFEiqUWb0CQTM76oYL4tqrzGGn6ZKra+kY4h0iDo8b
Bm8nJI2aFLqNqA8Ttmu3ya5uEdTjWQTItvlC2Hdf33TQIPbHAPlFyZzZxpW1
fFHJZZSlCTmMKHtjRlyN15APbDjAg8wkZVhxvpHxgRFtoZopukRjTgp1n04T
urzQkfUcrUEdEuwESqnBlICQb/kIJ+lCb/oqRsnvdcrJTHOyWBC2d+qKD4K6
uH9rcY95/b+Bds77QcgwphtVCqm4a/pzQFPxAq99wGK6+BrQ7yxBiWci9Oss
vGZX3iAUmaC7U7MQoKE+SxCWcZToY7Ry9hKYKmUe4T4idSsJcGW7SIy4C/ge
mAQQwOBhIiMlPwQDrOSKKP2Rz7fCnBEDil5ectLs7M3J++MD70aMS9MD0CL2
Or5uoGFNsbjMa14Wws5rpErt5sRr4RFHYbylWYf15eqjG+T6usQmdm4yX4CM
xj/U41sy6HSOCj27xvwtpFaR4bERzrij9HEf6GjdNW9OEevKnsYF5mnJzlxn
RYAa6J4f4gh8TZOWRZlCPIVF2FvEYVKr0mzvAZJiC/SQwagoVXquZJFpB7+k
cuEAAQ0AFOamc8ldMTMY0pe8BFcVGO/6OWC+5NknM5CvdnXMWH2ZTIN6gYt1
cHbKLJzec9qx8jTOSoo9oiEUJSCghRHmiqICQMpqwVcnMVxMjXR+XZ/+Jp00
F2YUcoCgPiNb1c5J42wgLoHC+1Xb2+/SQtkVqcEWOqsNm55VidXLiCszTdsX
sgvsGbeL7hoY0EcKURC7j2EyMc7c1MMwcVCQSFmYjWfXrH6/fX92bhR4jyqr
uOoD+wZT0NQ+aFmLuQLREyhUqxJ7I5wzYS2cl5JZixaliJN8vUZ2jR6/XiP7
NR3qazpU486/+a+5RjYUve6Do5Xp5KREGzMUobe1inQbV5NrVODI/0Oe7Lf6
xjDJ/pF8+R4l8pC7zOSCWzl9OvzzUXB6MgjS0a/Qa47bc+j8RZ4a6KQIozjN
/F6YP9tcgi6nlYOoywu+fGu12ECfcQN+sHCTrgWD5n8LlmbpVWtuvyO+6x6f
dlTawxP2tjcqTVPLpNd5UKuvUnEynB7yQhV936hzqS3QNfQy3IX/nsJ/0s/w
ua+N6PerCf81iwzdsCNM+zL5UXzFjE2f4kP4lEVx7V2N+EZlSt+1gtfU03U1
esHGKTqXNWIbzRKszoTegZWrwJcuwprRHaxeDCSP9B1ufjZixucdRN1YXUTI
LqmoMGyqay+DoLFu/Tg3Lq866o87h24+FOpFW7fi7IC1cDKpGjdN15vQskJO
plKDKdoUcJ7cLmU84c0zWZgXBvAGbxXnihnrg4IlZaGx6iPQTk+ba8gj2PeM
JAEN3Dsj7eLUXGdFre5GE2h0UypRo76O0/qICrMRWi7yPXfrQTDSNeFOVaIy
7W7huMzIDSC28FvG8mpSXsbL5CxQiJ5+dOxUOBq6JsTKwDn8ITi6YLe6domi
0+8SuDjyXpv/5G3FIkV9PJdk0mg6G6W0IcgEDnNBilQ0oxy0F5SDtue1Jv6g
y3Z4/MZcut2tNthpa8AMraXVs4ZWhulV3t21TkbnGCDfUEr4omulKL3SyERm
ciAOuep6Kwt8CGSOwqyXh5f/KMi0dzm3DcBYdW5VumhXJCS2zo4F5D3ob17b
V+K5J5DMQcfgndB19qm45/C9BIXFfRZtyRrRnhtitvF6i7Jj1oO1hPVW5c6L
Qi41TDlFMURJ3yG7K8Pl8ouuojZKaRubQ3S6Z2S1H/zJPzVxNLzFIALhEWJd
x1ZdTQ6G/WRdjkeOy3EoQB8YoG/jMn13co76aom3j6vsMqTcBOPNJhzzi/pq
LevQd8IjlHlSFbM6tBGZiArM0Ukzp1UihStR7EwiekcFlM+sUhQ1Y7rNMXM9
K4zr0Z8M7J00wUTUSam4PGJGAUggbNSTI/Jfi74/DhfhKIpBSUJ9Hc/R8aW+
MIVLlUzSTA4N1EcBMVjGE2agit2tFht0wJgRwkd4m9zM7DFsIDPfTet6Zdkv
boL27yk34TYrLGkUmg1I7jICyhrAzKiCbTRtUgZYp+RdiuckSgwtEMRnzS3d
MxPmcHaFnJE/2gkSkRA2MO+jMZV/rcmTc8/1PuuMBZ2xY5I16Eq+JaHg6vQx
DojnBOh0A5/Vh5nO3dQRYK0UgUPtMTL+e4oDEtU0njvQk77ruQZB676/Ls6S
HrUsDB3nMafE7bq2Mzm9lTSL7UrIuCFMLLnhfNyegkYr6QOawEbhw+eevMT9
lY7T2AkuTNDbm8pl76vDEryzl3dOOfUTkpFLFVo+Ae+ga9K1jmrgOiBQsdpo
Sudv5mFRRS676h2HhD4gZKhDov4RoRRZrFPHrosAk5CX7xzB1ydp8S5u1wk9
hzfDqbKhwiy7rkLQ1xtL8SGYVasAu8Mr/noRcmkxjBMZPZ/VBsADbBAAgNbJ
/lrPAiOfRUipMM57GKUBKS9mTZ5eFPyXuQeImyUlwlBm1WGcX7LqvUAGwDLR
vELl6J6J8hkl7fHd8yIM3QXkG84x5sB2FglBgLS671wUB28UyalVuI04MM6h
cS16wwDvVy/nUj+GDE2TGWeBdjizs8UqS6JPOalPLACW8H/vZtBi5f7R+gIw
AOgBQ9dlFhXXyEZnGGYam+1DP9mi5Hob+bIH45uShzQHO39Mcp2ngIQn5igz
HamZKHtuWsX9OTuRPDAp+WOEAbyQ7EJM+lML0AOo1LYl7mmWXsFy6+L1Wovh
Y5idx3XH0dkYiHotUSVqhc6yMDkzjgTK1wzhviZssJgyyWlsRhwNe0B64QKo
npBset9DI+VdSErM0dAxLfYkv0v3QpbhNE5HeDRSpCT7MR1zBNdr/xAU28J7
DHj7cfiuj0Z5BY5zvi1442gI5NANXp8egslyegnWgCrG/c09c3uz1cSvtEdN
XA6Og1jWhxTHIA6vsdq2OTWKw7/ESRwNL9k5CV+eW40Vkydx1aydLHNnFKVJ
D6+f5qy1KnLeDo/PYMCRikU4V3DCLCKhPmpvcBFOW996jfi6o4vOU9jb1655
aHL/TEYBhj0j1PnKjAvg6H1Af1RypEe4CwBcSg5z5KoPgZPkAzwG8Y2/G4U4
IYTDzjjTDABr2KPnT2Tb58f6Fyl97hmp2s00sd4lTp51mcPGq6OXW6dHLzdx
Eojb2it9dAJV5BwZJGmUp5IfpY8Oshrj2MukCYxQsMU56HTHtTROnUQwAfGL
OohzlhKxatiV745sq7Ukndm68ra7fnBKMzPMVJafFBDGKs9F70uzvH2i2xpe
bPgDvTtd3Z/mhmLJcJ++r9GhFUrtuUAnqSg7hO1KDplHa5JQ5K2GlkCSkOBM
jTIrxj7V6GMK6CPE9Hbc8aLcAPSFvMdEzU+j5FcW4KLfIHykO01Q+IAGq7JM
26NAGRPgLGSS0baKiBGAkq3iiZdVewZ8yKxGHUZnM2qPuWbtxGGITzmj9Tsk
RAbvBvVtgk91IpiBzrmjnOrAkTOP2qM/mWUs7r9er0c137D7wRgdwTHetM4p
XZ8fVx99wXBdUs5HSFD/8ogonyJr2D1aKHzTw59CRNnbEGioG7wkZfJ1BloG
LOIrWMvgdQjoGSTFLIVmZ+hgzjEn7C8ldAP/Bf+BK94NjqZY/r+EHT5Tl9Ag
Brs9DU5VAbpiN/hTCnLhTRjDDgB6HUS/lknwE7V7CzpsCD+e4v+zSY70fBwF
+6BfgARRWREcpHLO4C38+wnp9jgqsctZEpx88zKL8M3TNKaMnHQ0itADgAJH
K0acaFuSeKOSAEkhxOet2v8HQC65iZnlAAA=

-->

</rfc>
