<?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.18 (Ruby 3.0.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-wu-savnet-inter-domain-architecture-10" category="std" consensus="true" submissionType="IETF" xml:lang="en" version="3">
  <!-- xml2rfc v2v3 conversion 3.22.0 -->
  <front>
    <title abbrev="Inter-domain SAVNET Architecture">Inter-domain Source Address Validation (SAVNET) Architecture</title>
    <seriesInfo name="Internet-Draft" value="draft-wu-savnet-inter-domain-architecture-10"/>
    <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="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="L." surname="Chen" fullname="Li Chen">
      <organization>Zhongguancun Laboratory</organization>
      <address>
        <postal>
          <city>Beijing</city>
          <country>China</country>
        </postal>
        <email>lichen@zgclab.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>
    <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="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>
    <date year="2024" month="August" day="01"/>
    <area>General [REPLACE]</area>
    <workgroup>Internet Engineering Task Force</workgroup>
    <abstract>
      <?line 101?>

<t>This document introduces an inter-domain SAVNET architecture for performing AS-level SAV and provides a comprehensive framework for guiding the design of inter-domain SAV mechanisms. The proposed architecture empowers ASes to generate SAV rules by sharing SAV-specific information between themselves, which can be used to generate more accurate and trustworthy SAV rules in a timely manner compared to the general information. During the incremental or partial deployment of SAV-specific information, it can utilize general information to generate SAV rules, if an AS's SAV-specific information is unavailable. Rather than delving into protocol extensions or implementations, this document primarily concentrates on proposing SAV-specific and general information and guiding how to utilize them to generate SAV rules. To this end, it also defines some architectural components and their relations.</t>
    </abstract>
  </front>
  <middle>
    <?line 105?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>Attacks based on source IP address spoofing, such as reflective DDoS and flooding attacks, continue to present significant challenges to Internet security. Mitigating these attacks in inter-domain networks requires effective source address validation (SAV). While BCP84 <xref target="RFC3704"/> <xref target="RFC8704"/> offers some SAV solutions, such as ACL-based ingress filtering and uRPF-based mechanisms, existing inter-domain SAV mechanisms have limitations in terms of validation accuracy and operational overhead in different scenarios <xref target="inter-domain-ps"/>.</t>
      <t>There are various existing general information from different sources including RPKI ROA objects and ASPA objects, RIB, FIB, and Internet Routing Registry (IRR) data, which can be used for inter-domain SAV. Generating SAV rules based on general information, however, cannot well satisfy the requirements for new inter-domain SAV mechanisms proposed in <xref target="inter-domain-ps"/>. As analyzed in <xref target="savinfo-sec"/>, general information from RPKI ROA objects and ASPA objects can be used to infer the prefixes and their permissible incoming directions yet cannot be updated in a timely manner to adapt to the prefix or route changes, and the local routing information, which represents the general information from RIB or FIB, cannot deal with the asymmetric routing scenarios and may lead to improper blocks or improper permits, while IRR data do not update in a timely manner either and are not always accurate.</t>
      <t>Consequently, to address these issues, the inter-domain SAVNET architecture focuses on providing a comprehensive framework and guidelines for the design and implementation of new inter-domain SAV mechanisms. Inter-domain SAVNET architecture proposes SAV-specific information and uses it to generate SAV rules. SAV-specific information consists of prefixes and their corresponding legitimate incoming direction to enter an AS. Inter-domain SAVNET architecture can use it to generate more accurate SAV rules. In order to gather the SAV-specific information, a SAV-specific information communication mechanism would be developed for origination, processing, propagation, and termination of the messages which carry the SAV-specific information, and it can be implemented by a new protocol or extending an existing protocol. When the prefixes or routes change, it can update the SAV-specific information automatically in a timely manner. Also, the inter-domain SAVNET architecture will communicate the SAV-specific information over a secure connection between authenticated ASes.</t>
      <t>Moreover, during the incremental/partial deployment period of the SAV-specific information, the inter-domain SAVNET architecture can leverage the general information to generate SAV rules, if the SAV-specific information of an AS is unavailable. Multiple information sources may exist concurrently, to determine the one used for generating SAV rules, the inter-domain SAVNET architecture assigns priorities to the SAV-specific information and different general information and generates SAV rules using the SAV-related information with the highest-priority. SAV-specific information has the highest priority and the priorities of RPKI ROA objects and ASPA objects, RIB, FIB, and IRR data decrease in turn.</t>
      <figure anchor="exp-inter-sav">
        <name>An example for illustrating the incentive of deploying inter-domain SAVNET architecture.</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>The inter-domain SAVNET architecture provides the incentive to deploy inter-domain SAV for operators. <xref target="exp-inter-sav"/> illustrates this using an example. 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 SAVNET architecture can help in this scenario. If AS 1 and AS 2 deploy inter-domain SAVNET architecture, AS 2 knows that the packets with P1 as source addresses should come from AS 1, and the spoofing packets can thus be blocked by AS 2 since they come from the incorrect direction. Specifically, by proposing SAV-specific information and using it to generate SAV rules, the inter-domain SAVNET architecture gives more deployment incentive compared to existing inter-domain SAV mechanisms, which will be analyzed in <xref target="usecases"/>.</t>
      <t>In addition, this document primarily proposes a high-level architecture for describing the communication flow of SAV-specific information and general information, guiding how to utilize the SAV-specific information and general information for generating SAV rules and deploy an inter-domain SAV mechanism between ASes. This document does not specify protocol extensions or implementations. Its purpose is to provide a conceptual framework and guidance for the design and development of inter-domain SAV mechanisms, allowing implementers to adapt and implement the architecture based on their specific requirements and network environments.</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>SAV Table:</dt>
        <dd>
          <t>The table or data structure that implements the SAV rules and is used for performing source address validation on the data plane.</t>
        </dd>
        <dt>SAV-specific Information:</dt>
        <dd>
          <t>The information that is specialized for SAV rule generation, includes the source prefixes and their legitimate incoming directions to enter an AS, and is gathered by the communication between ASes with the SAV-specific information communication mechanism.</t>
        </dd>
        <dt>SAV-specific Information Communication Mechanism:</dt>
        <dd>
          <t>The mechanism that is used to communicate SAV-specific information between ASes and can be implemented by a new protocol or an extension to an existing protocol.</t>
        </dd>
        <dt>Local Routing Information:</dt>
        <dd>
          <t>The information that is stored in ASBR's local RIB or FIB and can be used to generate SAV rules in addition to the routing purpose.</t>
        </dd>
        <dt>General Information:</dt>
        <dd>
          <t>The information that is not specialized for SAV but can be utilized to generate SAV rules, and is initially utilized for other purposes. Currently, the general information consists of the information from RPKI ROA objects and ASPA objects, local routing information, and the one from IRR data.</t>
        </dd>
        <dt>SAV-related Information:</dt>
        <dd>
          <t>The information that can be used to generate SAV rules and includes SAV-specific information and general information.</t>
        </dd>
        <dt>SAVNET Agent:</dt>
        <dd>
          <t>The agent within a SAVNET-adopting AS that is responsible for gathering SAV-related information and utilizing it to generate SAV rules.</t>
        </dd>
        <dt>SAV Information Base:</dt>
        <dd>
          <t>SAV information base is a table or data structure for storing SAV-related information collected from different SAV information sources and is a component within SAVNET agent.</t>
        </dd>
        <dt>SAV Information Base Manager:</dt>
        <dd>
          <t>SAV information base manager maitains the SAV-related information in the SAV information base and uses it to generate SAV rule accordingly, and is a component within SAVNET agent.</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>Source AS:</dt>
        <dd>
          <t>The AS which deploys SAVNET agent and communicates its own SAV-specific information to other ASes for generating SAV rules.</t>
        </dd>
        <dt>Validation AS:</dt>
        <dd>
          <t>The AS which deploys SAVNET agent and generates SAV rules according to the received SAV-specific information from source ASes.</t>
        </dd>
      </dl>
    </section>
    <section anchor="goal-sec">
      <name>Design Goals</name>
      <t>The inter-domain SAVNET architecture aims to improve SAV accuracy and facilitate partial deployment with low operational overhead, while guaranteeing convergence and providing security guarantees to the communicated information, which corresponds to the requirements for new inter-domain SAV mechanisms proposed in the inter-domain SAVNET architecture draft <xref target="inter-domain-ps"/>. The overall goal can be broken down into the following aspects:</t>
      <ul spacing="normal">
        <li>
          <t><strong>G1</strong>: The inter-domain SAVNET architecture should learn the real paths of source prefixes to any destination prefixes or permissible paths that can cover their real paths, and generate accurate SAV rules automatically based on the learned information to avoid improper blocks and reduce improper permits as much as possible.</t>
        </li>
        <li>
          <t><strong>G2</strong>: The inter-domain SAVNET architecture should provide sufficient protection for the source prefixes of ASes that deploy it, even if only a portion of the Internet does the deployment.</t>
        </li>
        <li>
          <t><strong>G3</strong>: The inter-domain SAVNET architecture should adapt to dynamic networks and asymmetric routing scenarios automatically.</t>
        </li>
        <li>
          <t><strong>G4</strong>: The inter-domain SAVNET architecture should promptly detect the network changes and launch the convergence process in a timely manner, while reducing improper blocks and improper permits during the convergence process.</t>
        </li>
        <li>
          <t><strong>G5</strong>: The inter-domain SAVNET architecture should provide security guarantees for the communicated SAV-specific information.</t>
        </li>
      </ul>
      <t>Other design goals, such as low operational overhead and easy implementation, are also very important and should be considered in specific protocols or protocol extensions.</t>
    </section>
    <section anchor="inter-domain-savnet-architecture-overview">
      <name>Inter-domain SAVNET Architecture Overview</name>
      <figure anchor="expcase">
        <name>Inter-domain SAVNET architecture.</name>
        <artwork><![CDATA[
 +~~~~~~~~~~~~~~~~~~~~~~~~+       +--------------------+
 |RPKI Cache Server/IRR DB|       | AS X's Provider AS |
 +~~~~~~~~~~~~~~~~~~~~~~~~+       +------------+/\+/\+-+
   ROA & ASPA |                 BGP /            |  |
Obj./IRR Data |            Message /             |  |
              |                   /              |  | BGP
+-----------+\/+----------------+\/+-+           |  | Message
|                AS X                |  BGP  +--------------+
| +--------------------------------+ |<------|AS X's Lateral|          
| |          SAVNET Agent          | |Message|   Peer  AS   |
| +--------------------------------+ |       +--------------+
+-----+/\+/\+----------------+/\+/\+-+
        |  |                   |  |
    BGP |  | SAV-specific      |  |
Message |  | Message           |  |
+------------------+           |  |
|AS X's Customer AS|           |  |
+-------+/\+-------+           |  |
          \                    |  |
       BGP \  SAV-specific     |  | BGP
    Message \ Message          |  | Message
    +------------------------------------+
    |          AS X's Customer AS        |
    | +--------------------------------+ |
    | |         SAVNET Agent           | |
    | +--------------------------------+ |
    +------------------------------------+
AS X and one of its customer ASes have deployed SAVNET agent
and can exchange SAV-specific information with each other.
]]></artwork>
      </figure>
      <t><xref target="expcase"/> provides an overview of the inter-domain SAVNET architecture, showcasing an AS topology and the flow of SAV-related information among ASes. The topology captures the full spectrum of AS relationships in the Internet, displaying all peer ASes of AS X including customers, lateral peers, and providers and the existence of multiple physical links between ASes. Arrows in the figure indicate the direction of the corresponding SAV-related information from its source to AS X, such as gathering RPKI ROA objects and ASPA objects from RPKI cache server. The inter-domain SAVNET architecture conveys the SAV-related information through various mediums such as SAV-specific messages, BGP messages, RTR messages, and FTP messages. Based on the SAV-related information, AS X generates SAV rules. It is also worth noting that the inter-domain SAVNET architecture discusses AS-level inter-domain SAV.</t>
      <t><xref target="expcase"/> uses AS X as the representative to illustrate that what SAV-related information the SAVNET agent within AS X will collect and where the information is from. AS X has deployed SAVNET agent and can generate SAV rules to perform inter-domain SAV by consolidating the SAV-related information. It can obtain SAV-specific information from its customer AS which deploys SAVNET agent and local routing information originating from the BGP update messages of its neighbor ASes. Also, AS X can obtain RPKI ROA objects and ASPA objects from RPKI cache server and IRR data from IRR database.</t>
      <t>The inter-domain SAVNET architecture proposes SAV-specific information, which is more accurate and trustworthy than existing general information, and can update in a timely manner. SAV-specific information consists of prefixes and their legitimate incoming directions. The SAVNET agent communicates SAV-specific information between ASes via SAV-specific messages, when prefixes or routes change, it can launch SAV-specific messages timely to update SAV-specific information. Additionally, when SAVNET agent receives SAV-specific messages, it will validate whether the SAV-specific connections for communicating SAV-specific messages are authentic connections from authenticated ASes. Therefore, when SAV-specific information of an AS is available, SAVNET agent will use it to generate SAV rules.</t>
      <t>Furthermore, if the SAV-specific information is needed to communicate between ASes, a new SAV-specific information communication mechanism would be developed to exchange the SAV-specific messages between ASes which carry the SAV-specific information. It should define the data structure or format for communicating the SAV-specific information and the operations and timing for originating, processing, propagating, and terminating the SAV-specific messages. Also, it can be implemented by a new protocol or extending an existing protocol.</t>
      <t>The SAVNET agent should launch SAV-specific messages to adapt to the route changes in a timely manner. The SAV-specific information communication mechanism should handle route changes carefully to avoid improper blocks. The reasons for leading to improper blocks may include late detection of route changes, delayed message transmission, or packet losses. During the convergence process of the SAV-specific information communication mechanism, the inter-domain SAVNET architecture can use the information from RPKI ROA objects and ASPA objects to generate SAV rules until the convergence process is finished, since these information includes topological information and is more stable, and can thus avoid improper blocks. However, the detailed design of the SAV-specific information communication mechanism for dealing with route changes is outside the scope of this document.</t>
      <t>In the incremental/partial deployment stage of the inter-domain SAVNET architecture, when the SAV-specific information of some ASes is unavailable, SAVNET agent can leverage general information to generate SAV rules. If all these general information is available, it is recommended to use RPKI ROA objects and ASPA objects to generate SAV rules. Since compared to the local routing information and IRR data, they can provide authoritative prefixes and topological information and have less improper blocks. The systematic recommendations for the utilizations of SAV-related information and the corresponding rationale will be illustrated in <xref target="sib-sec"/>.</t>
      <t>For ASes that support a network controller, such as a multi-AS or single-AS controller, operators can deploy the SAVNET agent on the controller to represent the ASes it manages and communicate SAV-specific information with others. Additionally, ASes managed by the same controller may obtain SAV-specific information directly from the controller without needing to communicate with each other.</t>
      <t>Regarding the security concerns, the inter-domain SAVNET architecture shares the similar security threats with BGP and can leverage existing BGP security mechanisms to enhance both session and content security.</t>
      <figure anchor="arch">
        <name>SAVNET agent and SAV table within AS X in Figure 2.</name>
        <artwork><![CDATA[
+-----------------------------------------------------------+
|                           AS X                            |
| +-------------------------------------------------------+ |
| |                      SAVNET Agent                     | |
| | +---------------------+  +--------------------------+ | |
| | | General Information |  | SAV-specific Information | | |
| | +---------------------+  +--------------------------+ | |
| |            |                           |              | |
| |           \/                          \/              | |
| | +---------------------------------------------------+ | |
| | | +-----------------------------------------------+ | | |
| | | |              SAV Information Base             | | | |
| | | +-----------------------------------------------+ | | |
| | |            SAV Information Base Manager           | | |
| | +---------------------------------------------------+ | |
| |                          |SAV Rules                   | |
| +-------------------------------------------------------+ |
|                            |                              |
|                           \/                              |
| +-------------------------------------------------------+ |
| |                      SAV Table                        | |
| +-------------------------------------------------------+ |
+-----------------------------------------------------------+
]]></artwork>
      </figure>
      <t><xref target="arch"/> displays the SAVNET agent and SAV table within AS X. The SAVNET agent can obtain the SAV-specific information and general information from various SAV information sources including SAV-specific messages from other ASes, RPKI cache server, and RIB or FIB as long as they are available. The SAV information base (SIB) within the SAVNET agent can store the SAV-specific information and general information and is maintained by the SIB manager. And SIB manager generates SAV rules based on the SIB and fills out the SAV table on the data plane. Moreover, the SIB can be managed by network operators using various methods such as YANG <xref target="RFC6020"/>, Command-Line Interface (CLI), remote triggered black hole (RTBH) <xref target="RFC5635"/>, and Flowspec <xref target="RFC8955"/>. The detailed collection methods of the SAV-related information depend on the deployment and implementation of the inter-domain SAV mechanisms and are out of scope for this document.</t>
      <t>In the data plane, the packets coming from other ASes will be validated by the SAV table and only the packets which are permitted by the SAV table will be forwarded to the next hop. To achieve this, the router looks up each packet's source address in its local SAV table and gets one of three validity states: "Valid", "Invalid" or "Unknown". "Valid" means that there is a source prefix in SAV table covering the source address of the packet and the valid incoming interfaces covering the actual incoming interface of the packet. According to the SAV principle, "Valid" packets will be forwarded. "Invalid" means there is a source prefix in SAV table covering the source address, but the incoming interface of the packet does not match any valid incoming interface so that such packets will be dropped. "Unknown" means there is no source prefix in SAV table covering the source address. The packet with "unknown" addresses can be dropped or permitted, which depends on the choice of operators. The structure and detailed usage of SAV table can refer to <xref target="sav-table"/>.</t>
    </section>
    <section anchor="savinfo-sec">
      <name>SAV-related Information</name>
      <t>SAV-related information represents the information that can be used for SAV and consists of RPKI ROA objects and ASPA objects, local routing information, IRR data, and SAV-specific information. In the inter-domain SAVNET architecture, RPKI ROA objects and ASPA objects, local routing information, and IRR data are categorized into general information. In the future, if a new information source is created and can be used for SAV, but is not originally and specially used for SAV, its information can be categorized into general information. In other words, general information can also be considered as dual-use information.</t>
      <section anchor="general-information">
        <name>General Information</name>
        <t>General information refers to the information that is not directly designed for SAV but can be utilized to generate SAV rules, and includes RPKI ROA objects and ASPA objects, local routing information, and IRR data.</t>
        <section anchor="rpki-roa-objects-and-aspa-objects">
          <name>RPKI ROA objects and ASPA Objects</name>
          <t>The RPKI ROA objects and ASPA objects are originally designed for the routing security purpose. RPKI ROA objects consists of {prefix, maximum length, origin AS} information and are originally used to mitigate the route origin hijacking, while RPKI ASPA objects consists of {ASN, Provider AS Set} information and are originally used to mitigate the route leaks. Both the objects are verified and authoritative. They are also stable and will not be updated frequently.</t>
          <t>Based on ASPA objects, the AS-level network topology can be constructed. And according to the ROA objects and the constructed AS-level topology information, an AS can learn all the permissible paths of the prefixes from its customer cone. Therefore, the prefixes and all its permissible incoming directions can be obtained. All the permissible incoming directions, however, do not only consist of the real incoming directions of the prefixes, but also the extra non-used incoming directions by the legitimate traffic, which would lead to improper permits.</t>
          <t>Additionally, according to a recent study <xref target="rpki-time-of-flight"/>, the process of updating RPKI information typically requires several minutes to an hour. This encompasses the addition or deletion of RPKI objects and the subsequent retrieval of updated information by ASes.</t>
        </section>
        <section anchor="local-routing-information">
          <name>Local Routing Information</name>
          <t>The local routing information is originally used to guide the packet forwarding on each router and can be stored in the local RIB or FIB. It can be parsed from the BGP update messages communicated between ASes. Existing uRPF-based SAV mechanisms use the local routing information to generate SAV rules. As analyzed in <xref target="inter-domain-ps"/>, in the asymmetric routing scenarios, these mechanisms have accuracy problems and would lead to improper permits or improper blocks.</t>
        </section>
        <section anchor="irr-data">
          <name>IRR Data</name>
          <t>The IRR data consist of ASes and their corresponding prefixes and can be used to augment the SAV table <xref target="RFC8704"/>. However, only using IRR data for SAV would limit the functioning scope of SAV, in inter-domain networks, it may only be able to prevent spoofing by a stub AS. In addition, the IRR data are not always accurate.</t>
        </section>
      </section>
      <section anchor="sav-specific-information">
        <name>SAV-specific Information</name>
        <t>SAV-specific information is the information that is specifically designed for SAV and consists of prefixes and their legitimate incoming directions to enter ASes. It can be contained in the SAV-specific messages which are communicated between ASes which deploy the inter-domain SAVNET architecture. When parsing the SAV-specific messages and obtaining the SAV-specific information, ASes can learn the prefixes and their legitimate incoming direction to enter themselves.</t>
        <t>Moreover, in the inter-domain SAVNET architecture, a SAV-specific information communication mechanism is used to communicate SAV-specific information between ASes and distribute the updated information to the relative ASes automatically in a timely manner once the prefixes or routes change.</t>
      </section>
      <section anchor="distinctions-of-different-sav-related-information">
        <name>Distinctions of Different SAV-related Information</name>
        <figure anchor="diffsavinfo">
          <name>The comprehensive comparasions between different SAV-related information.</name>
          <artwork><![CDATA[
+-------------------------+-----------+----------+---------------+
| SAV-related Information |  Accurate |Real-time |Trustworthiness|
|                         |    SAV    | Update   |               |
+-----------+-------------+-----------+----------+---------------+
|           |RPKI ROA Obj.|           |    NO    |      YES      |
|           | & ASPA Obj. |           |          |               |
|           +-------------+  Improper +----------+---------------+
|General    |Local Routing|   Block   |    YES   |       NO      |
|Information| Information |     &     |          |               |
|           +-------------+  Improper +----------+---------------+
|           |  IRR Data   |   Permit  |    NO    |       NO      |
|           |             |           |          |               |
+-----------+-------------+-----------+----------+---------------+
|                         |Functioning|          |               |
|SAV-specific Information |    as     |    YES   |       YES     |
|                         | Expected  |          |               |
+-------------------------+-----------+----------+---------------+
]]></artwork>
        </figure>
        <t><xref target="diffsavinfo"/> shows the comprehensive comparasions between different SAV-related information when only using the corresponding information as the source to generate SAV rules and can help clarify their distinctions. Compared against general information, SAV-specific information is more accurate and trustworthy, while it can update the SAV rules in a timely manner to adapt to the prefix or route changes.</t>
      </section>
    </section>
    <section anchor="sib-sec">
      <name>SAV Information Base</name>
      <figure anchor="sav_src">
        <name>Priority ranking for the SAV information sources.</name>
        <artwork><![CDATA[
+---------------------------------------------------+----------+
|              SAV Information Sources              |Priorities|
+---------------------------------------------------+----------+
|              SAV-specific Information             |     1    |
+---------------------+-----------------------------+----------+
|                     | RPKI ROA Obj. and ASPA Obj. |     2    |
|                     +-----------------------------+----------+
|                     |             RIB             |     3    |
| General Information +-----------------------------+----------+
|                     |             FIB             |     4    |
|                     +-----------------------------+----------+
|                     |           IRR Data          |     5    |
+---------------------+-----------------------------+----------+
Priority ranking from 1 to 5 represents high to low priority.
]]></artwork>
      </figure>
      <t>The SIB is managed by the SIB manager, which can consolidate SAV-related information from different sources. <xref target="sav_src"/> presents the priority ranking for the SAV-specific information and general information. Priority ranking from 1 to 5 represents high to low priority. Inter-domain SAVNET architecture can use SAV-related information from different sources to generate SAV rules based on their priorities. Once the SAV-specific information for a prefix is available within the SIB, the inter-domain SAVNET uses it to generate SAV rules; otherwise, the inter-domain SAVNET can generate SAV rules based on general information. The inter-domain SAVNET architecture assigns priorities to the information from different sources, and recommends using the information with the highest priority from all the available information to generate SAV rules.</t>
      <t>The priority ranking recommendation for different SAV information sources in <xref target="sav_src"/> is based on the accuracy, timeliness, trustworthiness of the information from these sources. SAV-specific information has higher priority than the general information, since it is specifically designed to carry more accurate SAV information, and can be updated in a timely manner to adapt to the prefix or route changes. The general information from RPKI ROA objects and ASPA objects, RIB, FIB, IRR data has different priorities, ranking 2, 3, 4, and 5, respectively. RPKI ROA objects and ASPA objects have higher priority than the one from RIB, FIB, and IRR data, this is because they can provide authoritative prefixes and topology information, which can be used to generate more accurate SAV rules. Also, they are more stable and can be used to reduce the risk of improper blocks during the convergence process of the network. Although the information source for RIB and FIB is the same, the RIB consists of more backup path information than the FIB, which can reduce improper blocks. IRR data have the lowest priority compared to others, since they are usually updated in a slower manner than the real network changes and not always correct.</t>
      <t>It is noteworthy that the priority ranking of SAV information sources in <xref target="sav_src"/> is recommended rather than mandated. If a new inter-domain SAV mechanism needs to generate SAV rules using low-priority SAV informaiton sources, it should ensure that the correct information is obtained from the corresponding sources and adopts appropriate SAV actions in the data plane to avoid improper block and minimize improper permit. A new inter-domain SAVNET mechanism, in line with the inter-domain SAVNET architecture, has the flexibility to determine the utilized SAV information sources and their priorities accordingly. Especially, when using RPKI ROA objects and ASPA objects as the SAV information source, the new inter-domain SAVNET mechanism should avoid jeopardizing the use of RPKI in routing security.</t>
      <figure anchor="as-topo">
        <name>An example of AS topology.</name>
        <artwork><![CDATA[
                        +----------------+
                        |    AS 3(P3)    |
                        +-+/\-----+/\+/\++
                           /        \  \
                 P3[AS 3] /          \  \ P3[AS 3]
                         /            \  \
                        / (C2P)        \  \
               +----------------+       \  \
               |    AS 4(P4)    |        \  \
               ++/\+/\+/\+/\+/\++         \  \
  P6[AS 1, AS 2] /  /  |  |    \           \  \
       P2[AS 2] /  /   |  |     \           \  \
               /  /    |  |      \           \  \
              /  /     |  |       \ P5[AS 5]  \  \ P5[AS 5]
             /  /      |  |        \           \  \
            /  /(C2P)  |  |         \           \  \
+----------------+     |  |          \           \  \  
|    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)    |
           +----------------+              +----------------+
Both AS 1 and AS 4 deploy the inter-domain SAVNET architecture 
and can exchange the SAV-specific information with each other, 
while other ASes do not deploy it.
]]></artwork>
      </figure>
      <figure anchor="sib">
        <name>An example for the SAV information base of AS 4 in Figure 6.</name>
        <artwork><![CDATA[
+-----+------+------------------+--------+------------------------+
|Index|Prefix|Incoming Direction|Relation| SAV Information Source |
+-----+------+------------------+--------+------------------------+
|  0  |  P1  |       AS 2       |Customer|SAV-specific Information| 
+-----+------+------------------+--------+------------------------+
|  1  |  P1  |       AS 1       |Customer|  General Information   |
+-----+------+------------------+--------+------------------------+
|  2  |  P2  |       AS 2       |Customer|  General Information   |
+-----+------+------------------+--------+------------------------+
|  3  |  P3  |       AS 3       |Provider|  General Information   |
+-----+------+------------------+--------+------------------------+
|  4  |  P5  |       AS 3       |Provider|  General Information   |
+-----+------+------------------+--------+------------------------+
|  5  |  P5  |       AS 5       |Customer|  General Information   |
+-----+------+------------------+--------+------------------------+
|  6  |  P6  |       AS 2       |Customer|  General Information   |
|     |      |                  |        |SAV-specific Information|
+-----+------+------------------+--------+------------------------+
|  7  |  P6  |       AS 1       |Customer|  General Information   |
+-----+------+------------------+--------+------------------------+
]]></artwork>
      </figure>
      <t>We use the examples shown in <xref target="as-topo"/> and <xref target="sib"/> to introduce SIB and illustrate how to generate SAV rules based on the SIB. <xref target="sib"/> depicts an example of the SIB established in AS 4 displayed in <xref target="as-topo"/>. Each row of the SIB contains an index, prefix, incoming direction of the prefix, reltation between ASes, and the corresponding sources of the information. The incoming direction consists of customer, provider, and peer. For example, in <xref target="sib"/>, the row with index 0 indicates the incoming direction of P1 is AS 2 and the information source is SAV-specific information. Note that the same SAV-related information may have multiple sources and the SIB records them all, such as the row indexed 6. Moreover, SIB should be carefully implemented in the specific protocol or protocol extensions to avoid becoming a heavy burden of the router, and the similar optimization approaches used for the RIB may be applied.</t>
      <t>Recall that inter-domain SAVNET architecture generates SAV rules based on the SAV-related information in the SIB and their priorities. In addition, in the case of an AS's interfaces facing provider or lateral peer ASes where loose SAV rules are applicable, the inter-domain SAVNET architecture recommends to use blocklist at such directions to only block the prefixes that are sure not to come at these directions, while in the case of an AS's interfaces facing customer ASes that necessitate stricter SAV rules, the inter-domain SAVNET architecture recommends to use allowlist to only permit the prefixes that are allowed to come at these directions.</t>
      <t>Based on the above rules, taking the SIB in <xref target="sib"/> as an example to illustrate how the inter-domain SAVNET generates rules, AS 4 can conduct SAV as follows: SAV at the interfaces facing AS 3 blocks P1, P2, and P6 according to the rows indexed 0, 2, and 6 in the SIB, SAV at the interfaces facing AS 2 permits P1, P2, and P6 according to the rows indexed 0, 2, and 6 in the SIB, SAV at the interfaces facing AS 1 does not permit any prefixes according to the row indexed 0, 1, 6, and 7 in the SIB, and SAV at the interfaces facing AS 5 permits P5 according to the row indexed 5 in the SIB.</t>
    </section>
    <section anchor="savnet-communication-mechanism">
      <name>SAVNET Communication Mechanism</name>
      <figure anchor="sav_agent_config">
        <name>Gathering SAV-related information from different SAV information sources.</name>
        <artwork><![CDATA[
+------+
|      | SAV-specific Information +-----------------------------+ 
|      |<=========================|  SAVNET Agent in other ASes |
|      |                          +-----------------------------+
|      |                        +---------------------------------+
|      |                        | +-----------------------------+ |
|      |                        | | RPKI ROA Obj. and ASPA Obj. | |
|      |                        | +-----------------------------+ |
|      |                        | +-----------------------------+ |
|      |                        | |             RIB             | |
|SAVNET|  General Information   | +-----------------------------+ |
|Agent |<-----------------------| +-----------------------------+ |
|      |                        | |             FIB             | |
|      |                        | +-----------------------------+ |
|      |                        | +-----------------------------+ |
|      |                        | |         IRR Database        | |
|      |                        | +-----------------------------+ |
|      |                        +---------------------------------+
|      |  Management Information  +-----------------------------+
|      |<-------------------------|      Network Operators      |
|      |                          +-----------------------------+
+------+
]]></artwork>
      </figure>
      <t>SAV-specific information relies on the communication between SAVNET agents, and general information can be from RPKI ROA objects and ASPA objects, RIB, FIB, and IRR data. Therefore, as illustrated in <xref target="sav_agent_config"/>, the SAVNET agent needs to receive the SAV-related information from these SAV information sources. SAVNET agent also needs to accept the configurations from network operators for the management operations. Gathering these types of information relies on the SAVNET communication mechanism, which includes SAV-specific information communication mechanism, general information communication mechanism, and management information communication mechanism.</t>
      <section anchor="sav-specific-information-communication-mechanism">
        <name>SAV-specific Information Communication Mechanism</name>
        <figure anchor="sav_msg">
          <name>An example for exchanging SAV-specific information with SAV-specific information communication mechanism between AS 1 and AS 3.</name>
          <artwork><![CDATA[
          +----------------+                       +----------------+
          |    AS 3(P3)    |                       |    AS 3(P3)    |
          | +------------+ |                       | +------------+ |
          | |   SAVNET   | |                       | |   SAVNET   | |
          | |   Agent    | |                       | |   Agent    | |
          | +------------+ |                       | +------------+ |
          +----------------+                       +-+/\+/\+--------+
      Itf3.1/  /Itf3.2  |Itf3.3                 Itf3.1/  /Itf3.2  |Itf3.3
           /  /         |              SAV-specific  /  /         |
          /  /          |               Messages[   /  /          |
P3[AS 3] /  /           | P3[AS 3]    (P1, AS 2),  /  /           |
        /  /            |             (P6, AS 2)] /  /            |
       /  /             |                        /  /             |
+----+\/+\/+-+          |               +------------+            |
|  AS 2(P2)  |          |               |  AS 2(P2)  |            |
+------------+          |               +------+/\+--+            |
         \              |           SAV-specific \                |
 P3[AS 2, \             |              Messages[  \               |
    AS 3]  \            |            (P1, AS 2),   \              |
            \           |            (P6, AS 2)]    \             |
        +--+\/+--------\/+-+                     +------------------+
        |   AS 1(P1, P6)   |                     |   AS 1(P1, P6)   |
        |  +------------+  |                     |  +------------+  |
        |  |   SAVNET   |  |                     |  |   SAVNET   |  |
        |  |   Agent    |  |                     |  |   Agent    |  |
        |  +------------+  |                     |  +------------+  |
        +------------------+                     +------------------+
              (a)                                     (b)
(1) The path of the legitimate traffic with source addresses in P1
    or P6 and destination addresses in P3 is [AS 1, AS 2, AS 3].
(2) Both AS 1 and AS 3 deploy SAVNET agent and AS 2 does not deploy
    SAVNET agent. 
(3) Itf3.1, Itf3.2, and Itf3.3 are AS-level interfaces.
]]></artwork>
        </figure>
        <t><xref target="sav_msg"/> uses an example to illustrate how AS 1 obtains its own SAV-specific information and communicates it using SAV-specific messages to AS 3. The SAV-specific information can be expressed as &lt;Prefix, Incoming Direction&gt; pairs, such as (P1, AS 2), (P6, AS 2) in <xref target="sav_msg"/>. As shown in <xref target="sav_msg"/>(a), the prefix P3 of AS 3 is propagated along the paths [AS 3, AS 2, AS 1] and [AS 3, AS 1], and AS 1 selects the path [AS 1, AS 2, AS 3] as the best path for the legitimate traffic with source addresses in P1 or P6 and destination addresses in P3. Thus, AS 1 can know that its legitimate traffic whose source prefixes are P1 or P6 will enter AS 3 from the direction of AS 2. As a result, AS 1 obtains its own SAV-specific information communicated to AS 3 and assembles it into the SAV-specific messages to send to AS 3 with the SAV-specific information communication mechanism. And then when AS 3 receives and parses the SAV-specific information from AS 1, it will know that the traffic with source addresses in P1 or P6 will come from AS 2, and thus it can learns that the traffic will arrive at the interfaces Itf3.1 and Itf3.2. Therefore, AS 3 can generate the corresponding SAV rules including (P1, Itf3.1), (P1, Itf3.2), (P6, Itf3.1), and (P6, Itf3.2), where interfaces Itf3.1 and Itf3.2 are AS-level interfaces. This example illustrates the process by which the source AS (AS 1) obtains its own SAV-specific information according to the AS path from its local RIB, sends it to the validation AS (AS 3), and the validation AS uses the received information to generate SAV rules.</t>
        <t>The SAV-specific information can be exchanged between ASes via SAV-specific messages. SAV-specific messages are used to propagate or originate the SAV-specific information between ASes by the SAVNET agent. For an AS which initiates its own SAV-specific messages, its SAVNET agent can obtain the incoming direction of its own prefixes to enter other ASes based on the local RIB and assembles them into the SAV-specific messages to the corresponding ASes. When ASes receive the SAV-specific messages, they parse the messages to obtain source prefixes and their corresponding incoming directions.</t>
        <t>Additionally, if SAV-specific information is communicated between ASes, a new SAV-specific information communication mechanism would need to be developed to communicate it and can be implemented by a new protocol or extending an existing protocol. The SAV-specific information communication mechanism needs to define the data structure or format to communicate the SAV-specific messages and the operations and timing for originating, processing, propagating, and terminating the messages. If an extension to an existing protocol is used to exchange SAV-specific information, the corresponding existing protocol should not be affected. The SAVNET agent is the entity to support the SAV-specific communication mechanism. By parsing the SAV-specific messages, it obtains the prefixes and their incoming AS direction for maintaining the SIB. It is important to note that the SAVNET agent within an AS has the capability to establish connections with multiple SAVNET agents within different ASes, relying on either manual configurations by operators or an automatic mechanism. In addition, SAVNET agents should validate the authenticity of the connection for communicating the SAV-specific information to verify whether the SAV-specific information is provided over a secure connection with an authenticated AS.</t>
        <t>The need for a SAV-specific communication mechanism arises from the facts that the SAV-specific information needs to be obtained and communicated between ASes. Different from the general information such as routing information from the RIB, there are no existing mechanism which can support the perception and communication of SAV-specific information between ASes. Hence, a SAV-specific communication mechanism is needed to provide a medium and set of rules to establish communication between different ASes for the exchange of SAV-specific information.</t>
        <t>Furthermore, an AS needs to assemble its source prefixes into the SAV-specific messages. In order to obtain all the source prefixes of an AS, the inter-domain SAVNET architecture can communicate with the intra-domain SAVNET architecture <xref target="intra-domain-arch"/> to obtain all the prefixes belonging to an AS.</t>
        <t>Some scenarios, such as the ones where policy-based routing or static route exist in the inter-domain networks, may rely on the wider deployment of SAVNET agent to make the inter-domain SAVNET work better. In these scenarios, operators may override the default BGP decision by using policy-based routing or static route. For example, in <xref target="sav_msg"/>(a), AS 2 may use another AS which does not in the AS path [AS 1, AS 2, AS 3] to transmit the legitimate traffic with source addresses in P1 or P6 to AS 3. Thus, the inter-domain SAVNET requires AS 2 to deploy SAVNET agent to make AS 1 obtain its SAV-specific information for the legitimate traffic with source addresses in P1 or P6 to AS 3.</t>
        <t>The preferred AS paths of an AS may change over time due to route changes caused by operator configurations or network failures. In addition, the SAVNET agent of the source AS, e.g., AS 1 in <xref target="sav_msg"/>(b), should be aware of the route changes and launch SAV-specific messages to adapt to the route changes in a timely manner. Especially, when network failures happen between source AS and validation AS, if the source AS cannot be aware of the route changes, it cannot be aware of the failures. A wider deployment of SAVNET agent can make network failure sensing more sensitive. The SAV-specific information communication mechanism should handle route changes carefully to avoid improper blocks. The reasons for leading to improper blocks may include late detection of route changes, delayed message transmission, or packet losses. However, the detailed design of SAV-specific information communication mechanism for dealing with route changes is outside the scope of this document.</t>
      </section>
      <section anchor="general-information-communication-mechanism">
        <name>General Information Communication Mechanism</name>
        <t>The general information communication mechanism is used for communicating routing information between ASes, obtaining RPKI ROA objects and ASPA objects from RPKI cache servers, and obtaining the information about ASes and their prefixes from IRR databases. The general communication mechanism can be implemented by using existing protocols for collecting the relative information, such as BGP, RTR <xref target="RFC8210"/>, and FTP <xref target="RFC959"/>.</t>
      </section>
      <section anchor="management-information-communication-mechanism">
        <name>Management Information Communication Mechanism</name>
        <t>The primary purpose of the management information communication mechanism is to deliver manual configurations of network operators. Examples of the management configurations include, but are not limited to:</t>
        <ul spacing="normal">
          <li>
            <t>SAVNET configurations using YANG, CLI, RTBH, or Flowspec.</t>
          </li>
          <li>
            <t>SAVNET operation.</t>
          </li>
          <li>
            <t>Inter-domain SAVNET provisioning.</t>
          </li>
        </ul>
        <t>Note that the management information can be delivered at any time and requires reliable delivery for the management information communication mechanism implementation. Additionally, the management information communication mechanism can carry telemetry information, such as metrics pertaining to forwarding performance, the count of spoofing packets and discarded packets, provided that the inter-domain SAVNET has access to such data. It can include information regarding the prefixes associated with the spoofing traffic, as observed until the most recent time.</t>
      </section>
    </section>
    <section anchor="usecases">
      <name>Use Cases</name>
      <t>This section utilizes the sample use cases to showcase that the inter-domain SAVNET architecture can improve the validation accuracy in the scenarios of limited propagation of prefixes, hidden prefixes, reflection attacks, and direct attacks, compared to existing SAV mechanisms, which are also utilized for the gap analysis of existing inter-domain SAV mechanisms in <xref target="inter-domain-ps"/>. In the following, these use cases are discussed for SAV at customer interfaces and SAV at provider/peer interfaces, respectively.</t>
      <section anchor="sav-at-customer-interfaces">
        <name>SAV at Customer Interfaces</name>
        <t>In order 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 <xref target="manrs"/> <xref target="nist"/>. However, as analyzed in <xref target="inter-domain-ps"/>, uRPF-based mechanisms may lead to false positives in two inter-domain scenarios: limited propagation of prefixes and hidden prefixes, or may lead to false negatives 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. The following showcases that the inter-domain SAVNET architecture can avoid false positives and false negatives in these scenarios.</t>
        <section anchor="limited-propagation-of-prefixes">
          <name>Limited Propagation of Prefixes</name>
          <figure anchor="no-export">
            <name>Limited propagation of prefixes caused by NO_EXPORT.</name>
            <artwork><![CDATA[
                        +----------------+
                        |    AS 3(P3)    |
                        +-+/\-----+/\+/\++
                           /        \  \
                 P3[AS 3] /          \  \ P3[AS 3]
                         /            \  \
                        / (C2P)        \  \
               +----------------+       \  \
               |    AS 4(P4)    |        \  \
               ++/\+/\+/\+/\+/\++         \  \
                 /  /  |  |    \           \  \
       P2[AS 2] /  /   |  |     \           \  \
               /  /    |  |      \           \  \
              /  /     |  |       \ P5[AS 5]  \  \ P5[AS 5]
             /  /      |  |        \           \  \
            /  /(C2P)  |  |         \           \  \
+----------------+     |  |          \           \  \  
|    AS 2(P2)    |     |  | P1[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 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. 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>In this scenario, existing uRPF-based SAV mechanisms would block the traffic with P1 as source addresses improperly, and thus suffer from the problem of false positives <xref target="inter-domain-ps"/>. If the inter-domain SAVNET architecture is deployed, AS 1 can communicate the SAV-specific information to AS 4 and AS 4 will be aware that the traffic with P1 as source addresses can arrive at the interfaces facing AS 1 and AS 2. As a result, the false positive problem can be avoided.</t>
        </section>
        <section anchor="hidden-prefixes">
          <name>Hidden Prefixes</name>
          <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] /  /   |  |    \           \  \
                     /  /    |  |     \           \  \
                    /  /     |  |      \ P5[AS 5]  \  \ P5[AS 5]
                   /  /      |  |       \           \  \
                  /  /(C2P)  |  |        \           \  \
      +----------------+     |  |         \           \  \  
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 direct server return (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.</t>
          <t>In this scenario, existing uRPF-based mechanisms will improperly block the legitimate response packets from AS 1 at the customer interface of AS 4 facing AS 1 <xref target="inter-domain-ps"/>. In contrast, if the inter-domain SAVNET architecture is deployed, AS 1 can communicate the SAV-specific information to AS 4 and AS 4 will be aware that the traffic with P3 as source addresses can arrive at the interfaces facing AS 1 and AS 3. As a result, the legitimate response packets with P3 as source addresses from AS 1 can be allowed and the false positive problem can be avoided.</t>
        </section>
        <section anchor="reflection_attack_customer">
          <name>Reflection Attacks</name>
          <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] /  /   |  |     \        \  \
                             /  /    |  |      \        \  \
                            /  /     |  |       \P5[AS 5]\  \ P5[AS 5]
                           /  /      |  |        \        \  \
                          /  /(C2P)  |  |         \        \  \
              +----------------+     |  |          \        \  \  
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><xref target="customer-reflection-attack"/> depicts the scenario of reflection attacks by source address spoofing within a customer cone. 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>In this scenario, EFP-uRPF with algorithm A/B will improperly permit the spoofing attacks originating from AS 2 <xref target="inter-domain-ps"/>. If the inter-domain SAVNET architecture is deployed, AS 1 can communicate the SAV-specific information to AS 4 and AS 4 will be aware that the traffic with P1 as source addresses can only arrive at the interface facing AS 1. Therefore, at the interface of AS 4 facing AS 2, the spoofing traffic can be blocked.</t>
        </section>
        <section anchor="direct_attack_customer">
          <name>Direct Attacks</name>
          <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] /  /   |  |    \         \  \
                             /  /    |  |     \         \  \
                            /  /     |  |      \P5[AS 5] \  \ P5[AS 5]
                           /  /      |  |       \         \  \
                          /  /(C2P)  |  |        \         \  \
              +----------------+     |  |         \         \  \  
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)    |
                         +----------------+           +----------------+
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><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. 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 4 and AS 5 have deployed inter-domain SAV, while the other ASes have not.</t>
          <t>In this scenario, EFP-uRPF with algorithm A/B will improperly permit the spoofing attacks <xref target="inter-domain-ps"/>. If the inter-domain SAVNET architecture is deployed, AS 5 can communicate the SAV-specific information to AS 4 and AS 4 will be aware that the traffic with P5 as source addresses can arrive at the interface facing AS 3 and AS 5. Therefore, at the interface of AS 4 facing AS 2, the spoofing traffic can be blocked.</t>
        </section>
      </section>
      <section anchor="sav_at_p">
        <name>SAV at Provider/Peer Interfaces</name>
        <t>In order to prevent packets with spoofed source addresses from the provider/peer AS, ACL-based ingress filtering, Loose uRPF, and/or source-based RTBH filtering can be deployed <xref target="nist"/>. <xref target="inter-domain-ps"/> exposes 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 and direct attacks from provider/peer AS. The following showcases that the inter-domain SAVNET architecture can avoid false negatives in these scenarios.</t>
        <section anchor="reflect_attack_p">
          <name>Reflection Attacks</name>
          <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] /  /   |  |     \          \  \
                       /  /    |  |      \          \  \
                      /  /     |  |       \ P5[AS 5] \  \ P5[AS 5]
                     /  /      |  |        \          \  \
                    /  /(C2P)  |  |         \          \  \
        +----------------+     |  |          \          \  \
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><xref target="reflection-attack-p"/> depicts the scenario of reflection attacks by source address spoofing from provider/peer AS. In this case, 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>Both ACL-based ingress filtering and source-based RTBH filtering will induce additional operational overhead, and Loose uRPF may improperly permit spoofed packets <xref target="inter-domain-ps"/>. If the inter-domain SAVNET architecture is deployed, AS 1 can communicate the SAV-specific information to AS 4 and AS 4 will be aware that the traffic with P1 as source addresses can arrive at the interface facing AS 1 and AS 2. Therefore, at the interface of AS 4 facing AS 3, the spoofing traffic can be blocked.</t>
        </section>
        <section anchor="direct_attack_p">
          <name>Direct Attacks</name>
          <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] /  /   |  |     \           \  \
               /  /    |  |      \           \  \
              /  /     |  |       \ P5[AS 5]  \  \ P5[AS 5]
             /  /      |  |        \           \  \
            /  /(C2P)  |  |         \           \  \
+----------------+     |  |          \           \  \
|    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><xref target="direct-attack-p"/> showcases a scenario of direct attack by source address spoofing from provider/peer AS. In this case, 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>Also, in this scenario, both ACL-based ingress filtering and source-based RTBH filtering will induce additional operational overhead, and Loose uRPF may improperly permit spoofed packets <xref target="inter-domain-ps"/>. If the inter-domain SAVNET architecture is deployed, AS 2 can communicate the SAV-specific information to AS 4 and AS 4 will be aware that the traffic with P2 as source addresses can only arrive at the interface facing AS 2. Therefore, at the interface of AS 4 facing AS 3, the spoofing traffic can be blocked.</t>
        </section>
      </section>
    </section>
    <section anchor="meeting-the-design-requirements-of-inter-domain-savnet">
      <name>Meeting the Design Requirements of Inter-domain SAVNET</name>
      <t>The inter-domain SAVNET architecture proposes the guidelines for the design of new inter-domain SAV mechanisms to meet the requirments defined in <xref target="inter-domain-ps"/>. The followings illustrate the design guidelines to meet the requirements one by one.</t>
      <section anchor="improving-validation-accuracy-over-existing-mechanisms">
        <name>Improving Validation Accuracy over Existing Mechanisms</name>
        <t>As analyzed in <xref target="usecases"/>, existing uRPF-based SAV mechanisms may have improper block or improper permit problems in the scenarios of limited propagation of prefixes, hidden prefixes, reflection attacks, and direct attacks for SAV at customer interfaces, and the scenarios of reflection attacks and direct attacks for SAV at provider/peer interfaces.</t>
        <t>Inter-domain SAVNET proposes SAV-specific information, which consists of the source prefixes of ASes and their corresponding legitimate incoming direction to enter other ASes. ASes which deploy SAVNET agent can communicate SAV-specific information with each other and generate accurate SAV rules for the prefixes from the SAV-specific information. The use cases shown in <xref target="usecases"/> has demonstrated inter-domain SAVNET can improve validation accuracy compared to existing SAV mechanisms. Along with more ASes deploy SAVNET agent and communicate SAV-specific information with each other, accurate SAV rules can be generated for these ASes and their prefixes can obtain better protection.</t>
      </section>
      <section anchor="working-in-incrementalpartial-deployment">
        <name>Working in Incremental/Partial Deployment</name>
        <t>A new inter-domain SAVNET mechanism should consider incremental/partial deployment as it is not feasible to deploy SAVNET agent simultaneously in all ASes, due to various constraints, such as device capabilities, versions, or vendors.</t>
        <t>Inter-domain SAVNET can support incremental/partial deployment, as it is not mandatory for all ASes to deploy SAVNET agents for communicating SAV-specific information. ASes which deploy SAVNET agents can establish a logical neighboring relationship with other ASes. The connections for communicating SAV-specific information can be achieved by manual configurations set by operators or an automatic neighbor discovery mechanism. An automatic neighbor discovery mechanism can utilize existing protocols or tools to collect the SAVNET neighboring information. This flexibility enables the inter-domain SAVNET to accommodate varying degrees of deployment, promoting interoperability and collaboration among participating ASes. During the partial/incremental deployment of SAVNET agent, the SAV-specific information for the ASes which do not deploy SAVNET agent cannot be obtained. To protect the prefixes of these ASes, inter-domain SAVNET can use the general information in the SIB to generate SAV rules. When using the general information, inter-domain SAVNET needs to guarantee the SAV accuracy for the corresponding application scenarios. The use cases in <xref target="usecases"/> demonstrates that inter-domain SAVNET supports incremental/partial deployment.</t>
        <t>As more ASes adopt the inter-domain SAVNET, the "deployed area" expands, thereby increasing the collective defense capability against source address spoofing. Furthermore, if multiple "deployed areas" can be logically interconnected across "non-deployed areas", these interconnected "deployed areas" can form a logical alliance, providing enhanced protection against address spoofing. Especially, along with more ASes deploy SAVNET agent and support the communication of SAV-specific information, the generated SAV rules will become more accurate, as well as enhancing the protection capability against source address spoofing.</t>
        <t>In addition, releasing the SAV functions of the inter-domain SAVNET incrementally is <bcp14>RECOMMENDED</bcp14> as one potential way to reduce the deployment risks and can be considered in its deployment by network operators:</t>
        <ul spacing="normal">
          <li>
            <t>First, the inter-domain SAVNET can only do the measurement in the data plane and do not take any other actions. Based on the measurement data, the operators can evaluate the effect of the inter-domain SAVNET on the legitimate traffic, including validation accuracy and forwarding performance, as well as the operational overhead.</t>
          </li>
          <li>
            <t>Second, the inter-domain SAVNET can open the function to limit the rate of the traffic that is justified as spoofing traffic. The operators can further evaluate the effect of the inter-domain SAVNET on the legitimate traffic and spoofing traffic, such as limiting the rate of all the spoofing traffic without hurting the legitimate traffic.</t>
          </li>
          <li>
            <t>Third, when the validation accuracy, forwarding performance, and operational overhead have been verified on a large scale by the live network, the inter-domain SAVNET can open the function to directly block the spoofing traffic that is justified by the SAV table in the data plane.</t>
          </li>
        </ul>
      </section>
      <section anchor="reducing-operational-overhead">
        <name>Reducing Operational Overhead</name>
        <t>The inter-domain routes or the prefixes of ASes usually change dynamically, which requires the SAV rules to be updated acutomatically. ACL-based ingress filtering and source-based RTBH filtering requires manual configuration to update SAV rules to adapt to the routing or prefix changes, which leads to high operational overhead.</t>
        <t>Inter-domain SAVNET proposes the SAV-specific information communication mechanism and utilizes it to communicate SAV-specific information automatically between ASes which deploy SAVNET agent. Upon receiving the SAV-specific information, SAVNET agent will use it to generate SAV rules. The use cases displayed in <xref target="sav_at_p"/> show that inter-domain SAVNET reduces operational overhead compared to ACL-based ingress filtering and source-based RTBH filtering.</t>
      </section>
      <section anchor="guaranteeing-convergence">
        <name>Guaranteeing Convergence</name>
        <t>Convergence issues <bcp14>SHOULD</bcp14> be carefully considered due to the dynamic nature of the Internet. Internet routes undergo continuous changes, and SAV rules <bcp14>MUST</bcp14> proactively adapt to these changes, such as prefix and route changes, in order to avoid improper block and reduce improper permit. To effectively track these changes, the SAVNET agent should proactively communicate the changes of SAV-specific information between ASes and generate SAV rules in a timely manner.</t>
        <t>The SAVNET agent should launch SAV-specific messages to adapt to the route or prefix changes in a timely manner. During the routing convergence process, the traffic paths of the source prefixes can undergo rapid changes within a short period. The changes of the SAV-specific information may not be communicated in time between ASes to update SAV rules, improper block or improper permit may happen. Such inaccurate validation is caused by the delays in communicating SAV-specific information between ASes, which occur due to the factors like packet losses, unpredictable network latencies, or message processing latencies. The detailed design of the SAV-specific information communication mechanism should consider these issues to reduce the inaccurate validation.</t>
        <t>Besides, for the inter-domain SAVNET, the potential ways to deal with the inaccurate validation issues during the convergence of the SAV-specific information communication mechanism is to consider using the information from RPKI ROA objects and ASPA objects to generate SAV rules until the convergence process of the SAV-specific communication mechanism is finished, since these information is more stable and can help avoid improper block, and thus avoiding the impact to the legitimate traffic.</t>
      </section>
      <section anchor="providing-necessary-security-guarantee">
        <name>Providing Necessary Security Guarantee</name>
        <t>For inter-domain SAVNET, the SAVNET agent plays a crucial role in generating and disseminating SAV-specific messages across different ASes. To safeguard against the potential risks posed by a malicious AS generating incorrect or forged SAV-specific messages, it is important for the SAVNET agents to employ security authentication measures for each received SAV-specific message. The majour security threats faced by inter-domain SAVNET can be categorized into two aspects: session security and content security. Session security pertains to verifying the identities of both parties involved in a session and ensuring the integrity of the session content. Content security, on the other hand, focuses on verifying the authenticity and reliability of the session content, thereby enabling the identification of forged SAV-specific messages.</t>
        <t>The threats to session security include:</t>
        <ul spacing="normal">
          <li>
            <t>Session identity impersonation: This occurs when a malicious router deceitfully poses as a legitimate peer router to establish a session with the targeted router. By impersonating another router, the malicious entity can gain unauthorized access and potentially manipulate or disrupt the communication between the legitimate routers.</t>
          </li>
          <li>
            <t>Session integrity destruction: In this scenario, a malicious intermediate router situated between two peering routers intentionally tampers with or destroys the content of the relayed SAV-specific message. By interfering with the integrity of the session content, the attacker can disrupt the reliable transmission of information, potentially leading to miscommunication or inaccurate SAV-related data being propagated.</t>
          </li>
        </ul>
        <t>The threats to content security include:</t>
        <ul spacing="normal">
          <li>
            <t>Message alteration: A malicious router has the ability to manipulate or forge any portion of a SAV-specific message. For example, the attacker may employ techniques such as using a spoofed Autonomous System Number (ASN) or modifying the AS path information within the message. By tampering with the content, the attacker can potentially introduce inaccuracies or deceive the receiving ASes, compromising the integrity and reliability of the SAV-related information.</t>
          </li>
          <li>
            <t>Message injection: A malicious router injects a seemingly "legitimate" SAV-specific message into the communication stream and directs it to the corresponding next-hop AS. This type of attack can be likened to a replay attack, where the attacker attempts to retransmit previously captured or fabricated messages to manipulate the behavior or decisions of the receiving ASes. The injected message may contain malicious instructions or false information, leading to incorrect SAV rule generation or improper validation.</t>
          </li>
          <li>
            <t>Path deviation: A malicious router intentionally diverts a SAV-specific message to an incorrect next-hop AS, contrary to the expected path defined by the AS path. By deviating from the intended routing path, the attacker can disrupt the proper dissemination of SAV-related information and introduce inconsistencies or conflicts in the validation process. This can undermine the effectiveness and accuracy of source address validation within the inter-domain SAVNET architecture.</t>
          </li>
        </ul>
        <t>Overall, inter-domain SAVNET shares similar security threats with BGP and can leverage existing BGP security mechanisms to enhance both session and content security. Session security can be enhanced by employing session authentication mechanisms used in BGP. Similarly, content security can benefit from the deployment of existing BGP security mechanisms like RPKI, BGPsec, and ASPA. While these mechanisms can address content security threats, their widespread deployment is crucial. Until then, it is necessary to develop an independent security mechanism specifically designed for inter-domain SAVNET. One potential approach is for each source AS to calculate a digital signature for each AS path and include these digital signatures within the SAV-specific messages. Upon receiving a SAV-specific message, the SAVNET agent can verify the digital signature to ascertain the message's authenticity. Furthermore, it is worth noting that the SAV-specific information communication mechanism may need to operate over a network link that is currently under a source address spoofing attack. As a result, it may experience severe packet loss and high latency due to the ongoing attack, and the implementation of the SAV-specific communication mechanism should ensure uninterrupted communication. Detailed security designs and considerations will be addressed in a separate draft, ensuring the robust security of inter-domain SAVNET.</t>
      </section>
    </section>
    <section anchor="manageability-considerations">
      <name>Manageability Considerations</name>
      <t>It is crucial to consider the operations and management aspects of SAV information sources, the SAV-specific communication mechanism, SIB, SIM, and SAV table in the inter-domain SAVNET architecture. The following guidelines should be followed for their effective management:</t>
      <t>First, management interoperability should be supported across devices from different vendors or different releases of the same product, based on a unified data model such as YANG <xref target="RFC6020"/>. This is essential because the Internet comprises devices from various vendors and different product releases that coexist simultaneously.</t>
      <t>Second, scalable operation and management methods such as NETCONF <xref target="RFC6241"/> and syslog protocol <xref target="RFC5424"/> should be supported. This is important as an AS may have hundreds or thousands of border routers that require efficient operation and management.</t>
      <t>Third, management operations, including default initial configuration, alarm and exception reporting, logging, performance monitoring and reporting for the control plane and data plane, as well as debugging, should be designed and implemented in the protocols or protocol extensions. These operations can be performed either locally or remotely, based on the operational requirements.</t>
      <t>By adhering to these rules, the management of SAV information sources and related components can be effectively carried out, ensuring interoperability, scalability, and efficient operations and management of the inter-domain SAVNET architecture.</t>
    </section>
    <section anchor="privacy-considerations">
      <name>Privacy Considerations</name>
      <t>TBD</t>
    </section>
    <section anchor="IANA">
      <name>IANA Considerations</name>
      <t>This document has no IANA requirements.</t>
    </section>
    <section anchor="scope-and-assumptions">
      <name>Scope and Assumptions</name>
      <t>In this architecture, the choice of protocols used for communication between the SIM and different SAV information sources is not limited. The inter-domain SAVNET architecture presents considerations on how to consolidate SAV-related information from various sources to generate SAV rules and perform SAV using the SAV table in the dataplane. The detailed design and implementation for SAV rule generation and SAV execution depend on the specific inter-domain SAV mechanisms employed.</t>
      <t>This document does not cover administrative or business agreements that may be established between the involved inter-domain SAVNET parties. These considerations are beyond the scope of this document. However, it is assumed that authentication and authorization mechanisms can be implemented to ensure that only authorized ASes can communicate SAV-related information.</t>
      <t>This document makes the following assumptions:</t>
      <ul spacing="normal">
        <li>
          <t>All ASes where the inter-domain SAVNET is deployed are assumed to provide the necessary connectivity between SAVNET agent and any intermediate network elements. However, the architecture does not impose any specific limitations on the form or nature of this connectivity.</t>
        </li>
        <li>
          <t>Congestion and resource exhaustion can occur at various points in the inter-domain networks. Hence, in general, network conditions should be assumed to be hostile. The inter-domain SAVNET architecture must be capable of functioning reliably under all circumstances, including scenarios where the paths for delivering SAV-related information are severely impaired. It is crucial to design the inter-domain SAVNET system with a high level of resilience, particularly under extremely hostile network conditions. The architecture should ensure uninterrupted communication between inter-domain SAVNET agents, even when data-plane traffic saturates the link.</t>
        </li>
        <li>
          <t>The inter-domain SAVNET architecture does not impose rigid requirements for the SAV information sources that can be used to generate SAV rules. Similarly, it does not dictate strict rules on how to utilize the SAV-related information from diverse sources or perform SAV in the dataplane. Network operators have the flexibility to choose their approaches to generate SAV rules and perform SAV based on their specific requirements and preferences. Operators can either follow the recommendations outlined in the inter-domain SAVNET architecture or manually specify the rules for governing the use of SAV-related information, the generation of SAV rules, and the execution of SAV in the dataplane.</t>
        </li>
        <li>
          <t>The inter-domain SAVNET architecture does not impose restrictions on the selection of the local AS with which AS to communicate SAV-specific Information. The ASes have the flexibility to establish connections for SAV-specific communication based on the manual configurations set by operators or other automatic mechanisms.</t>
        </li>
        <li>
          <t>The inter-domain SAVNET architecture provides the flexibility to accommodate Quality-of-Service (QoS) policy agreements between SAVNET-enabled ASes or local QoS prioritization measures, but it does not make assumptions about their presence. These agreements or prioritization efforts are aimed at ensuring the reliable delivery of SAV-specific Information between SAVNET agents. It is important to note that QoS is considered as an operational consideration rather than a functional component of the inter-domain SAVNET architecture.</t>
        </li>
        <li>
          <t>The SAVNET communication mechanisms are loosely coupled and are used for communicating or gathering SAV-related information, and how the inter-domain SAVNET synchronizes the management and operation configurations is out of scope of this document.</t>
        </li>
      </ul>
    </section>
    <section anchor="contributors">
      <name>Contributors</name>
      <t>Igor Lubashev<br/>
  Akamai Technologies<br/>
  145 Broadway<br/>
  Cambridge, MA, 02142<br/>
  United States of America<br/>
  Email: ilubashe@akamai.com</t>
      <t>Many thanks to Igor Lubashev for the significantly helpful revision suggestions.</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="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="RFC6020">
          <front>
            <title>YANG - A Data Modeling Language for the Network Configuration Protocol (NETCONF)</title>
            <author fullname="M. Bjorklund" initials="M." role="editor" surname="Bjorklund"/>
            <date month="October" year="2010"/>
            <abstract>
              <t>YANG is a data modeling language used to model configuration and state data manipulated by the Network Configuration Protocol (NETCONF), NETCONF remote procedure calls, and NETCONF notifications. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6020"/>
          <seriesInfo name="DOI" value="10.17487/RFC6020"/>
        </reference>
        <reference anchor="RFC6241">
          <front>
            <title>Network Configuration Protocol (NETCONF)</title>
            <author fullname="R. Enns" initials="R." role="editor" surname="Enns"/>
            <author fullname="M. Bjorklund" initials="M." role="editor" surname="Bjorklund"/>
            <author fullname="J. Schoenwaelder" initials="J." role="editor" surname="Schoenwaelder"/>
            <author fullname="A. Bierman" initials="A." role="editor" surname="Bierman"/>
            <date month="June" year="2011"/>
            <abstract>
              <t>The Network Configuration Protocol (NETCONF) defined in this document provides mechanisms to install, manipulate, and delete the configuration of network devices. It uses an Extensible Markup Language (XML)-based data encoding for the configuration data as well as the protocol messages. The NETCONF protocol operations are realized as remote procedure calls (RPCs). This document obsoletes RFC 4741. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6241"/>
          <seriesInfo name="DOI" value="10.17487/RFC6241"/>
        </reference>
        <reference anchor="RFC5424">
          <front>
            <title>The Syslog Protocol</title>
            <author fullname="R. Gerhards" initials="R." surname="Gerhards"/>
            <date month="March" year="2009"/>
            <abstract>
              <t>This document describes the syslog protocol, which is used to convey event notification messages. This protocol utilizes a layered architecture, which allows the use of any number of transport protocols for transmission of syslog messages. It also provides a message format that allows vendor-specific extensions to be provided in a structured way.</t>
              <t>This document has been written with the original design goals for traditional syslog in mind. The need for a new layered specification has arisen because standardization efforts for reliable and secure syslog extensions suffer from the lack of a Standards-Track and transport-independent RFC. Without this document, each other standard needs to define its own syslog packet format and transport mechanism, which over time will introduce subtle compatibility issues. This document tries to provide a foundation that syslog extensions can build on. This layered architecture approach also provides a solid basis that allows code to be written once for each syslog feature rather than once for each transport. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5424"/>
          <seriesInfo name="DOI" value="10.17487/RFC5424"/>
        </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>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="inter-domain-ps" target="https://datatracker.ietf.org/doc/draft-ietf-savnet-inter-domain-problem-statement/">
          <front>
            <title>Source Address Validation in Inter-domain Networks Gap Analysis, Problem Statement, and Requirements</title>
            <author>
              <organization/>
            </author>
            <date year="2023"/>
          </front>
        </reference>
        <reference anchor="intra-domain-arch" target="https://datatracker.ietf.org/doc/draft-li-savnet-intra-domain-architecture/">
          <front>
            <title>Intra-domain Source Address Validation (SAVNET) Architecture</title>
            <author>
              <organization/>
            </author>
            <date year="2024"/>
          </front>
        </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="RFC8955">
          <front>
            <title>Dissemination of Flow Specification Rules</title>
            <author fullname="C. Loibl" initials="C." surname="Loibl"/>
            <author fullname="S. Hares" initials="S." surname="Hares"/>
            <author fullname="R. Raszuk" initials="R." surname="Raszuk"/>
            <author fullname="D. McPherson" initials="D." surname="McPherson"/>
            <author fullname="M. Bacher" initials="M." surname="Bacher"/>
            <date month="December" year="2020"/>
            <abstract>
              <t>This document defines a Border Gateway Protocol Network Layer Reachability Information (BGP NLRI) encoding format that can be used to distribute (intra-domain and inter-domain) traffic Flow Specifications for IPv4 unicast and IPv4 BGP/MPLS VPN services. This allows the routing system to propagate information regarding more specific components of the traffic aggregate defined by an IP destination prefix.</t>
              <t>It also specifies BGP Extended Community encoding formats, which can be used to propagate Traffic Filtering Actions along with the Flow Specification NLRI. Those Traffic Filtering Actions encode actions a routing system can take if the packet matches the Flow Specification.</t>
              <t>This document obsoletes both RFC 5575 and RFC 7674.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8955"/>
          <seriesInfo name="DOI" value="10.17487/RFC8955"/>
        </reference>
        <reference anchor="RFC8210">
          <front>
            <title>The Resource Public Key Infrastructure (RPKI) to Router Protocol, Version 1</title>
            <author fullname="R. Bush" initials="R." surname="Bush"/>
            <author fullname="R. Austein" initials="R." surname="Austein"/>
            <date month="September" year="2017"/>
            <abstract>
              <t>In order to verifiably validate the origin Autonomous Systems and Autonomous System Paths of BGP announcements, routers need a simple but reliable mechanism to receive Resource Public Key Infrastructure (RFC 6480) prefix origin data and router keys from a trusted cache. This document describes a protocol to deliver them.</t>
              <t>This document describes version 1 of the RPKI-Router protocol. RFC 6810 describes version 0. This document updates RFC 6810.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8210"/>
          <seriesInfo name="DOI" value="10.17487/RFC8210"/>
        </reference>
        <reference anchor="RFC959">
          <front>
            <title>File Transfer Protocol</title>
            <author fullname="J. Postel" initials="J." surname="Postel"/>
            <author fullname="J. Reynolds" initials="J." surname="Reynolds"/>
            <date month="October" year="1985"/>
            <abstract>
              <t>This memo is the official specification of the File Transfer Protocol (FTP) for the DARPA Internet community. The primary intent is to clarify and correct the documentation of the FTP specification, not to change the protocol. The following new optional commands are included in this edition of the specification: Change to Parent Directory (CDUP), Structure Mount (SMNT), Store Unique (STOU), Remove Directory (RMD), Make Directory (MKD), Print Directory (PWD), and System (SYST). Note that this specification is compatible with the previous edition.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="9"/>
          <seriesInfo name="RFC" value="959"/>
          <seriesInfo name="DOI" value="10.17487/RFC0959"/>
        </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="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="rpki-time-of-flight" target="https://dl.acm.org/doi/10.1007/978-3-031-28486-1_18">
          <front>
            <title>RPKI Time-of-Flight&amp;#58; Tracking Delays in the Management, Control, and Data Planes</title>
            <author>
              <organization>ISOC</organization>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="sav-table" target="https://datatracker.ietf.org/doc/draft-huang-savnet-sav-table/">
          <front>
            <title>General Source Address Validation Capabilities</title>
            <author>
              <organization/>
            </author>
            <date year="2023"/>
          </front>
        </reference>
      </references>
    </references>
    <?line 886?>

<section numbered="false" anchor="Acknowledgements">
      <name>Acknowledgements</name>
      <t>Many thanks to Alvaro Retana, Kotikalapudi Sriram, Rüdiger Volk, Xueyan Song, Ben Maddison, Jared Mauch, Joel Halpern, Aijun Wang, Jeffrey Haas, Xiangqing Chang, Changwang Lin, Mingxing Liu, Zhen Tan, Yuanyuan Zhang, Yangyang Wang, Antoin Verschuren, Olaf Struck, Siyuan Teng etc. for their valuable comments on this document.</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
wlqG2xEL729rJNp1BAm5CNm6CM35T8S36+P+kSmEfUX3+aY1hK+3f03xZ6/3
KvavrHcNZhaPD3oWQWVp+70k5TrW4P6gJtv+9oFZQyjq6brX8CK4Bq3q/XPA
weGB3rePZA2fjg9HWvy9jPO3xn1LRb8fud4XLEKLH2Iuq6kx36brQG9/qMqp
0vT26IXJtQnFVjjFt9HLn7ZiMp1IA7dRkM2h6/abh9sZjdlxhYumVGDH2bTq
Wfx2FdqiT4Ly8CYk2229q+edX13WNgMYR29UaelOPcR6icbF6QR4e0Eq2Cmg
S+frbQLzK/YDXaRV0j1CRxpmX2eogfm93c0fNkN7JJWCJMbbbe7QilHGD1vd
GTiHTKzPFq6bjWx6o1r47Aecc0rDxmp52sNKbkzaiO5Ri9uIxQPS/UaOeEEf
dNZtZCueuZqdaIZ5uASg0u6K8jBx1KA4xFknaY+FCG0ElEPW7t0TTOa8ljZZ
jHhX7wHm9t4w5jbKUjYHaZF1ZE5+fxQ9GEUPeTOPRlT/kTvsoatos+ePjKud
B2DqZob7gkjRc8ScZBqL6XjbXIuG82ibhpuu+Vlb/LBPzUktCplopcwXWXvS
6i0lPDfSxvrLOSnei6XV6XvQvA2iKeCVPJZ4uRfMEGvJTGD6h1+65kzawSSe
vl2vyFnWtJDyAdGRWJA1y5dpfoqDUOdq37/waJKbXMOJFSO3DQDCdF2t2dnh
3pUKByrNXdF1kTssVIzLMR5LKwEOSFPHe2Jzsesw75bAlWEUzc1CKp2mpBge
GJMD9NAGUHSWrcc0j858OSL+AAXTsMddXlrb5ZE1XhIfQWU1payNwjmtWy4m
cVa6SSiuZuoWPqVqsPDrCs++THWVsdgb02bIX1d2JQ22TPN0iY0CGj4VQPQg
sJDBOumL8CFVGTc8cLNNWHsZnWXJu5TaGV+2ez+ZgIsuDLDGbIezO7VUx9Fz
E9ciyXV8gANiJGyl8fbMI6EGGyBjqucR3H9MihU6B/+qhAYpqHo54e1m1EUr
4yaodYRUl3bTIV8NwVYpd44e3BVlpHvce7vf8YBcoapn3MipIPZdFGj6FEVH
D/6ME3/vlhrDR80XPaN7Ef4d45tH7zzdP7rb+3AbYn1PK8we3jl6eNd80D24
QMv8zxbC0uePvvgz92vB/isEkF1b88utjeVNcLT/Z/d5WySs8w0LE4agLSu2
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
eEx4ml4BAA==

-->

</rfc>
