<?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-11" 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-11"/>
    <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>Zhongguancun Laboratory</organization>
      <address>
        <postal>
          <city>Beijing</city>
          <country>China</country>
        </postal>
        <email>huangmq@mail.zgclab.edu.cn</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>Zhongguancun Laboratory</organization>
      <address>
        <postal>
          <city>Beijing</city>
          <country>China</country>
        </postal>
        <email>qinlc@mail.zgclab.edu.cn</email>
      </address>
    </author>
    <date year="2024" month="August" day="07"/>
    <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, P3')     |
               |   +----------------+   |
               |   |  SAVNET Agent  |   |
               |   +----------------+   |
               +-+/\+---------------+/\++
                  /                |  |
   SAV-specific  /                 |  |
    Messages[   /     SAV-specific |  |
   (P1, AS 2)] /         Messages[ |  |
              /        (P3, AS 3), |  |
             /        (P3', AS 3)] |  |
    +------------+                 |  | 
    |  AS 2(P2)  |                 |  |
    +------+/\+--+                 |  | SAV-specific
SAV-specific \                     |  | Messages[
   Messages[  \                    |  | (P1, AS 1)]
   (P1, AS 2)] \                   |  |
                \                  |  |
              +-------------------+\/+--+
              |         AS 1(P1)        |
              |    +--------------+     |
              |    | SAVNET Agent |     |
              |    +--------------+     |
              +-------------------------+
(1) The path of the legitimate traffic with source addresses in P1
    and destination addresses in P3 is [AS 1, AS 2, AS 3].
(2) The path of the legitimate traffic with source addresses in P1
    and destination addresses in P3' is [AS 1, AS 3].
(3) The path of the legitimate traffic with source addresses in P3
    or P3' and destination addresses in P1 is [AS 3, AS 1].
]]></artwork>
        </figure>
        <t><xref target="sav_msg"/> uses an example to show the exchange of SAV-specific information between AS 1 and AS 3 through SAV-specific messages. The SAV-specific information is expressed as &lt;Prefix, Incoming Direction&gt; pairs, such as (P1, AS 1), (P1, AS 2), (P3, AS 3), and (P3', AS 3) in <xref target="sav_msg"/>. AS 1 needs to determine the incoming direction to AS 3 for its prefix P1 to obtain SAV-specific information, such as (P1, AS 1) and (P1, AS 2). It then assembles this information into SAV-specific messages to send to AS 3, which can subsequently generate SAV rules based on the received information. This process may require AS 1 to collaborate with intermediate ASes between AS 1 and AS 3 to obtain the SAV-specific information. Similarly, AS 3 needs to determine the incoming direction to AS 1 for its prefixes P3 and P3' and send the SAV-specific information, such as (P3, AS 3) and (P3', AS 3), to AS 1 through SAV-specific messages, allowing AS 1 to generate the corresponding SAV rules. AS 3 may also need to collaborate with intermediate ASes between AS 3 and AS 1 to gather the required information for obtaining the SAV-specific information.</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 needs to obtain the incoming direction of its own prefixes to enter other ASes and assemble 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 may 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 or more interactive communication between ASes 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"/>, 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 to AS 3. For such cases, inter-domain SAVNET may require AS 2 to deploy SAVNET agent to obtain the SAV-specific information for the legitimate traffic with source addresses in P1, or AS 1 and AS 3 may need more interactive communication to obtain the SAV-specific information.</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 should be aware of the route changes and 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. If the SAVNET agent cannot be aware of the route changes caused by failures, it may not be aware of the failures. A wider deployment of SAVNET agent can make network failure sensing more sensitive. 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: Inter-domain SAVNET implementations on vendor devices need to accept the configurations from operators, such as the SAV rules directly configured by operators, and may support various tools to do this, such as YANG, CLI, RTBH, or Flowspec.</t>
          </li>
          <li>
            <t>SAVNET performance analysis: Inter-domain SAVNET implementations need to support various operation methods to report the statistics of SAVNET, such as alarm and exception reporting, performance monitoring and reporting for the control plane and data plane, which are discussed in detail in <xref target="manage_con"/>.</t>
          </li>
          <li>
            <t>SAVNET deployment provisioning: Inter-domain SAVNET implementations may support the configurations which relate to its deployment process, such as maximum hardware resources used, "on-off" of SAVNET, and access authority.</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, to support performance analysis, the management information communication mechanism can carry telemetry information, such as metrics pertaining to forwarding performance, the count of spoofing packets and discarded packets, and the 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="manage_con">
      <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="2024"/>
          </front>
        </reference>
        <reference anchor="intra-domain-arch" target="https://datatracker.ietf.org/doc/draft-ietf-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 884?>

<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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

-->

</rfc>
