<?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.1 (Ruby 3.0.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-li-savnet-intra-domain-architecture-05" category="info" submissionType="IETF" version="3">
  <!-- xml2rfc v2v3 conversion 3.18.1 -->
  <front>
    <title abbrev="Intra-domain SAVNET Architecture">Intra-domain Source Address Validation (SAVNET) Architecture</title>
    <seriesInfo name="Internet-Draft" value="draft-li-savnet-intra-domain-architecture-05"/>
    <author initials="D." surname="Li" fullname="Dan Li">
      <organization>Tsinghua University</organization>
      <address>
        <postal>
          <city>Beijing</city>
          <country>China</country>
        </postal>
        <email>tolidan@tsinghua.edu.cn</email>
      </address>
    </author>
    <author initials="J." surname="Wu" fullname="Jianping Wu">
      <organization>Tsinghua University</organization>
      <address>
        <postal>
          <city>Beijing</city>
          <country>China</country>
        </postal>
        <email>jianping@cernet.edu.cn</email>
      </address>
    </author>
    <author initials="L." surname="Qin" fullname="Lancheng Qin">
      <organization>Tsinghua University</organization>
      <address>
        <postal>
          <city>Beijing</city>
          <country>China</country>
        </postal>
        <email>qlc19@mails.tsinghua.edu.cn</email>
      </address>
    </author>
    <author initials="N." surname="Geng" fullname="Nan Geng">
      <organization>Huawei</organization>
      <address>
        <postal>
          <city>Beijing</city>
          <country>China</country>
        </postal>
        <email>gengnan@huawei.com</email>
      </address>
    </author>
    <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="M." surname="Huang" fullname="Mingqing Huang">
      <organization>Huawei</organization>
      <address>
        <postal>
          <city>Beijing</city>
          <country>China</country>
        </postal>
        <email>huangmingqing@huawei.com</email>
      </address>
    </author>
    <author initials="F." surname="Gao" fullname="Fang Gao">
      <organization>Zhongguancun Laboratory</organization>
      <address>
        <postal>
          <city>Beijing</city>
          <country>China</country>
        </postal>
        <email>gaofang@zgclab.edu.cn</email>
      </address>
    </author>
    <date year="2023" month="October" day="23"/>
    <area>Routing</area>
    <workgroup>SAVNET</workgroup>
    <keyword>SAV</keyword>
    <abstract>
      <?line 92?>

<t>This document proposes the intra-domain SAVNET architecture, which achieves accurate source address validation (SAV) in an intra-domain network by an automatic way. Compared with uRPF-like SAV mechanisms that only depend on routers' local routing information, SAVNET routers generate SAV rules by using both local routing information and SAV-specific information exchanged among routers, resulting in more accurate SAV validation in asymmetric routing scenarios. Compared with ACL rules that require manual efforts to accommodate to network dynamics, SAVNET routers learn the SAV rules automatically in a distributed way.</t>
    </abstract>
  </front>
  <middle>
    <?line 96?>

<section anchor="sec-intro">
      <name>Introduction</name>
      <t>Source address validation (SAV) is important for mitigating source address spoofing and thus contributes to the Internet security. In the Source Address Validation Architecture (SAVA) <xref target="RFC5210"/>, SAV is divided into three checking levels, i.e., access-network SAV, intra-domain SAV, and inter-domain SAV. When an access network does not deploy SAV (such as SAVI <xref target="RFC7039"/><xref target="RFC7513"/>, Cable Source Verify <xref target="cable-verify"/>, and IP Source Guard <xref target="IPSG"/>), intra-domain SAV helps block spoofed packets from an access network as close to the source as possible <xref target="I-D.ietf-savnet-intra-domain-problem-statement"/>.</t>
      <t>The main purpose of the intra-domain SAV mechanism for an AS A, is to protect the outgoing packets of a subnet of AS A from forging their source addresses as other subnets' addresses or other ASes' addresses, as well as protect the incoming packets to AS A from forging their source addresses as AS A's addresses. The main task of the intra-domain SAV mechanism is to generate the correct mapping relationship between a source address (prefix) and the valid incoming interface(s), called SAV rules. The core challenge of the intra-domain SAV mechanism is how to efficiently and accurately learn the mapping relationship. Although many existing intra-domain SAV mechanisms (such as ACL-based filtering <xref target="RFC2827"/>, strict uRPF <xref target="RFC3704"/>, and loose uRPF <xref target="RFC3704"/>) have been proposed, they suffer from either inaccurate mapping in asymmetric routing scenraios, or high operational overhead in dynamic networks. The key cause is that exsiting mechanisms generate the SAV rules by a router's local routing information or by manual inputs. In <xref target="I-D.ietf-savnet-intra-domain-problem-statement"/>, five requirements for a new intra-domain SAVNET architecture are proposed.</t>
      <t>This document introduces the intra-domain SAVNET architecture to meet the five requirements. The key idea of intra-domain SAVNET is to generate SAV rules in routers based on SAV-specific information exchanged among routers, instead of depending on local routing information like in existing mechanisms. It achieves accurate SAV validation, because the SAV-specific information exchanged among routers carry necessary information for asymmetric routing scenraio which cannot be learned by local routing information. It achieves automatic SAV rule update, because the SAV-specific information exchange is triggered when there is topology change or prefix change.</t>
      <t>In the incremental/partial deployment scenario where only part of intra-domain routers support the intra-domain SAVNET, some SAV-specific information for building the complete SAV rules will be missing. In this case, local routing information can still be used to fill the gap.</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>
      <t>Local Routing Information: The information in a router's local RIB or FIB that can be used to infer SAV rules.</t>
      <t>SAV-specific Information: The information specialized for SAV rule generation, which is exchanged among routers.</t>
      <t>SAV-related Information: The information used by a router to make SAV decisions. For intra-domain SAV, SAV-related information includes both local routing information and SAV-specific information.</t>
      <t>SAV-specific Information Communication Mechanism: The mechanism for exchanging SAV-specific information between routers. It can be a either a new protocol or an extension to an existing protocol.</t>
      <t>SAV Information Base: A table or data structure in a router which stores SAV-specific information and local routing information.</t>
      <t>SAV Rule: The rule in a router that describes the mapping relationship between a source address (prefix) and the valid incoming interface(s). It is used by a router to make SAV decisions and is inferred from the SAV Information Base.</t>
      <t>SAVNET Router: A router which runs intra-domain SAVNET.</t>
      <t>SAVNET Agent: The agent in a SAVNET router that is responsible for communicating SAV-specific information, processing SAV-related information, and generating SAV rules.</t>
      <t>Edge Router: An intra-domain router for an AS that is directly connected to a subnet of the AS.</t>
      <t>Border Router: An intra-domain router for an AS that is connected to other ASes. A router in an AS can be both an edge router and a border router, if it is connected to both the AS's subnets and other ASes.</t>
      <t>Improper Block: The validation results that the packets with legitimate source addresses are blocked improperly due to inaccurate SAV rules.</t>
      <t>Improper Permit: The validation results that the packets with spoofed source addresses are permitted improperly due to inaccurate SAV rules.</t>
    </section>
    <section anchor="sec-arch-overview">
      <name>Intra-domain SAVNET Architecture</name>
      <t><xref target="fig-arch"/> shows the overview of intra-domain SAVNET architecture. A SAVNET router can be an edge router, a border router, both an edge router and a border router, or other routers (i.e., neither an edge router nor a border router). Every SAVNET router has a SAVNET Agent that is responsible for actions related to SAV.</t>
      <section anchor="roles-of-savnet-routers">
        <name>Roles of SAVNET Routers</name>
        <t>A SAVNET router can act as one or two roles in the intra-domain SAVNET architecture, namely, source entity to send its SAV-specific information to other SAVNET routers, or/and validation entity to receive SAV-specific information from other SAVNET routers.</t>
        <section anchor="source-entity">
          <name>Source Entity</name>
          <t>When a SAVNET router acts as source entity, the information sender of its SAVNET Agent sends its SAV-specific information to other SAVNET routers that act as validation entity. For example, an edge router acting as source entity can obtain its SAV-specific information about the connected subnets and send out this information through communication channel.</t>
        </section>
        <section anchor="validation-entity">
          <name>Validation Entity</name>
          <t>When a SAVNET router acts as validation entity, the information receiver of its SAVNET Agent receives SAV-specific information from other routers that act as source entity. Then, its SAVNET Agent processes the received SAV-specific information as well as its local routing information to generate SAV rules. For example, an edge router or a border router acting as validation entity can generate SAV rules and use SAV rules to perform SAV on inbound or outbound packets.</t>
          <figure anchor="fig-arch">
            <name>Intra-domain SAVNET architecture</name>
            <artwork><![CDATA[
+---------------------+               +-------------------------------------+
|    Source Entity    |               |          Validation Entity          |
|     (Router A)      |               |             (Router B)              |
|                     |               |                                     |
| +-----------------+ |               | +-----------------+     +---------+ |
| |   SAVNET Agent  | | Communication | |   SAVNET Agent  <-----+ RIB/FIB | |
| | +-------------+ | | Channel       | | +-------------+ |     +---------+ |
| | | Information +-----------------------> Information | | Local Routing   |
| | | Sender      | | |(SAV-specific  | | | Receiver    | | Information     |
| | +-------------+ | | Information ) | | +-------------+ |                 |
| +-----------------+ |               | +-----------------+                 |
|                     |               |                                     |
+---------------------+               +-------------------------------------+
]]></artwork>
          </figure>
        </section>
      </section>
      <section anchor="sec-information">
        <name>SAV-related Information</name>
        <section anchor="local-routing-information">
          <name>Local Routing Information</name>
          <t>Local routing information is used for computing packet forwarding rules, which is stored in the local RIB/FIB.  Although it is not specialized for SAV, it is widely used to infer SAV rules in existing uRPF-based SAV mechanisms, such as strict uRPF and loose uRPF. A SAVNET router acting as validation entity can directly obtain local routing information from the router's RIB/FIB, when the corresponding SAV-specific information is missing.</t>
        </section>
        <section anchor="sav-specific-information">
          <name>SAV-specific Information</name>
          <t>SAV-specific information is specialized for SAV. A SAVNET router acting as source entity can obtain local SAV-specific information based on local routing information and local interface configurations. A SAVNET router acting as validation entity can obtain SAV-specific information of other SAVNET routers that act as source entity through the SAV communication channel.</t>
          <t>By learning the SAV-specific information from source entity, validation entity can generate more accurate SAV rules than solely using its local routing information, which lead to more accurate SAV. For example, a router that is directly connected to subnets can act as source entity and inform the other routers of its locally known source prefixes of its subnets. Other routers acting as validation entity can finally consolidate such SAV-specific information and local routing information to obtain the complete source prefixes of intra-domain subnets.</t>
        </section>
        <section anchor="sav-specific-information-communication-mechanism">
          <name>SAV-specific Information Communication Mechanism</name>
          <t>The SAV-specific communication mechanism is for building the communication channel and propagating SAV-specific information from source entity to validation entity.  Since there is no off-the-shelf mechanism to achieve this function, a new SAV-specific communication mechanism is needed. It can be a new protocol or an extension to an existing protocol. This document does not present the details of the protocol design or protocol extensions. In the following, we describe the necessary features of SAV-specific communication mechanism.</t>
          <t>The SAV-specific communication mechanism <bcp14>SHOULD</bcp14> define the data structure or format of SAV-specific information, and the operations of communication (such as communication channel establishment and communication channel termination). In addition, the mechanism <bcp14>SHOULD</bcp14> require source entity to inform validation entity of the updates of SAV-specific information in a timely manner, so that validation entity can update SAV rules based on the latest information.</t>
          <t>In order to ensure the convergence and security of the communication, the session of the SAV-specific communication mechanism <bcp14>SHOULD</bcp14> meet the following requirements:</t>
          <ul spacing="normal">
            <li>
              <t>The session can be a long-time session or a temporary one, but it <bcp14>SHOULD</bcp14> provide sufficient assurance of transmission reliability and timeliness, so that validation entity can update its SAV rules in time.</t>
            </li>
            <li>
              <t>Authentication can be conducted before session establishment. Authentication is optional but the ability of authentication <bcp14>SHOULD</bcp14> be available.</t>
            </li>
          </ul>
        </section>
      </section>
      <section anchor="sec-arch-agent">
        <name>SAV Rule Generation</name>
        <t><xref target="fig-sav-agent"/> shows the SAV rule generation process of the SAVNET router acting as validation entity. The SAV Information Manager of SAVNET Agent consolidates SAV-specific information from Information Receiver and local routing information from RIB/FIB into the SAV Information Base. Then, it sends the consolidated information to the SAV Rule Generator. The SAV Rule Generator will generate SAV rules (e.g., tuples like &lt;prefix, interface set, validity state&gt;) based on the consolidated information.</t>
        <t>SAV Information Manager also provides the support of diagnosis. Operators can look up the information in SAV Information Base for monitoring or troubleshooting purpose.</t>
        <figure anchor="fig-sav-agent">
          <name>Workflow of SAV rule generation</name>
          <artwork><![CDATA[
+--------------------------------------------------------+
|                      SAVNET Agent                      |
|                                                        |
| SAV-specific information     Local routing information |
| from Information Receiver    from RIB/FIB              |
|                |                   |                   |
|                |                   |                   |
|            +---v-------------------v----+              |
|            | SAV Information Manager    |              |
|            | +------------------------+ |              |
|            | | SAV Information Base   | |              |
|            | +------------------------+ |              |
|            +----------------------------+              |
|                          |                             |
|                          | SAV-related information     |
|                          |                             |
|            +-------------v--------------+              |
|            | SAV Rule Generator         |              |
|            | +------------------------+ |              |
|            | |        SAV Rules       | |              |
|            | +------------------------+ |              |
|            +----------------------------+              |
+--------------------------------------------------------+
]]></artwork>
        </figure>
        <t>As mentioned in <xref target="sec-arch-overview"/>, validation entity can be either an edge router or a border router. According to the definition of intra-domain SAV proposed in <xref target="I-D.ietf-savnet-intra-domain-problem-statement"/>, the edge router is responsible for validating packets received from the connected subnet and blocking those with source addresses of other subnets. While the border router is responsible for validating packets received from other ASes and blocking those with source addresses in internal source prefixes. Therefore, the working mechanisms of SAVNET Agents of edge router and border router are different, especially in the incremental/partial deployment scenario.</t>
        <t>For an edge router acting as validation entity, it should first combine the local routing information and the SAV-specific information to obtain the complete source prefixes of each connected subnet. Then, it binds the source prefixes of the subnet to its interface connected to the subnet, and conduct SAV at this interface. Packets arriving at the interface will be considered invalid and should be blocked, if their source addresses do not belong to the subnet. In the incremental/partial deployment scenario where not all edge routers connected to the same subnets deploy SAV-specific information communication mechanism, an edge router acting as validation entity may not be able to identify complete source prefixes of the subnet. To avoid improper block problems in this case, validation entity is recommended to use less strict SAV rules. For example, it can choose to only block packets with non-global or non-routable source addresses by using its local routing information.</t>
        <t>For a border router acting as validation entity, it should combine the local routing information and the SAV-specific information to collect all internal source prefixes, i.e., the source prefixes of all internal subnets. Then, it binds the internal source prefixes to the interfaces connected to other ASes and conducts SAV at these interfaces. Packets arriving at these interfaces will be considered invalid and should be blocked, if their source addresses belong to internal source prefixes. In the incremental/partial deployment scenario where not all edge routers in the intra-domain network deploy SAV-specific information communication mechanism, a border router acting as validation entity may not be able to get complete internal source prefixes. In this scenario, the border router can still block inbound packets with source addresses belonging to the learned internal source prefixes. In addition, if the border router also implements inter-domain SAVNET, its intra-domain SAVNET Agent <bcp14>SHOULD</bcp14> send the intra-domain SAV-specific information to its inter-domain SAVNET Agent, helping the inter-domain SAVNET Agent generate inter-domain SAV rules or inter-domain SAV-specific information.</t>
      </section>
    </section>
    <section anchor="sec-use-case">
      <name>Use Cases</name>
      <t>This section uses two use cases to illustrate that intra-domain SAVNET can achieve more accurate and efficient SAV than existing intra-domain SAV mechanisms, both in the inbound and outbound directions.</t>
      <section anchor="sec-use-case1">
        <name>Use Case 1: Validating Outbound Packets from a Multi-homed Subnet at Edge Routers</name>
        <t><xref target="fig-use-case1"/> shows an asymmetric routing in the multi-homed subnet scenario. This scenario has been proposed in <xref target="I-D.ietf-savnet-intra-domain-problem-statement"/>. Subnet 1 has prefix 10.0.0.0/15 and is attached to two edge routers, i.e., Router 1 and Router 2. Due to the inbound load balance strategy of Subnet 1, Router 1 only learns the route to sub prefix 10.1.0.0/16 from Subnet 1, while Router 2 only learns the route to the other sub prefix 10.0.0.0/16 from Subnet 1. After that, Router 1 or Router 2 learns the route to the other sub prefix through the intra-domain routing protocol. The FIBs of Router 1 and Router 2 are shown in the figure. Assume Subnet 1 may send outbound packets with source addresses in sub prefix 10.0.0.0/16 to Router 1 for outbound load balance.</t>
        <figure anchor="fig-use-case1">
          <name>A use case of outbound SAV</name>
          <artwork><![CDATA[
+-------------------------------------------------------------+
|                                                      AS     |
|                        +----------+                         |
|                        | Router 3 |                         |
| FIB on Router 1        +----------+  FIB on Router 2        |
| Dest         Next_hop   /\      \    Dest         Next_hop  |
| 10.1.0.0/16  Subnet 1   /        \   10.0.0.0/16  Subnet 1  |
| 10.0.0.0/16  Router 3  /         \/  10.1.0.0/16  Router 3  |
|                +----------+     +----------+                |
|                | Router 1 |     | Router 2 |                |
|                +-----+#+--+     +-+#+------+                |
|                        /\         /                         |
|   Outbound traffic with \        / Inbound traffic with     |
|   source IP addresses    \      /  destination IP addresses |
|   of 10.0.0.0/16          \    \/  of 10.0.0.0/16           |
|                           Subnet 1                          |
|                        (10.0.0.0/15 )                       |
|                                                             |
+-------------------------------------------------------------+
]]></artwork>
        </figure>
        <t>In this case, as described in <xref target="I-D.ietf-savnet-intra-domain-problem-statement"/>, strict uRPF at Router 1 will improperly block legitimate packets with source addresses in prefix 10.0.0.0/16 from Subnet 1 at interface '#', because it only accepts packets with source addresses in prefix 10.1.0.0/16 from Router 1's interface '#' according to its local routing information.</t>
        <t>If intra-domain SAVNET is implemented in the network, Router 2 can inform Router 1 that prefix 10.0.0.0/16 also belongs to Subnet 1 by sending SAV-specific information to Router 1. Then, by combining both local routing information and received SAV-specific information, Router 1 learns that Subnet 1 owns both prefix 10.1.0.0/16 and prefix 10.0.0.0/16. Therefore, Router 1 will accept packets with source addresses in prefix 10.1.0.0/16 and prefix 10.0.0.0/16 at interface '#', so improper block can be avoided.</t>
      </section>
      <section anchor="sec-use-case2">
        <name>Use Case 2: Validating Inbound Packets from Other ASes at Border Routers</name>
        <t><xref target="fig-use-case2"/> shows the inbound SAV scenario which is proposed in <xref target="I-D.ietf-savnet-intra-domain-problem-statement"/>. Router 3 and Router 4 perform intra-domain SAV at interface '#' to block inbound packets with spoofed internal source addresses.</t>
        <figure anchor="fig-use-case2">
          <name>A use case of inbound SAV</name>
          <artwork><![CDATA[
                + Packets with              + Packets with
                | spoofed P1/P2             | spoofed P1/P2
+--------------|---------------------------|----------+
|  AS          \/                          \/         |
|          +--+#+-----+               +---+#+----+    |
|          | Router 3 +-------------->| Router 4 |    |
|          +----------+               +----------+    |
|             /     \                      |          |
|            /       \                     |          |
|          \/         \/                   \/         |
|  +----------+     +----------+      +----------+    |
|  | Router 1 |     | Router 2 |      | Router 5 |    |
|  +----------+     +----------+      +----------+    |
|        \              /                   |         |
|         \            /                    |         |
|          \          /                     \/        |
|           Subnet 1(P1)               Subnet 2(P2)   |
+-----------------------------------------------------+
]]></artwork>
        </figure>
        <t>As described in <xref target="I-D.ietf-savnet-intra-domain-problem-statement"/>, if Router 3 and Router 4 deploy ACL-based ingress filtering, the operator needs to manually generate and update ACL rules at Router 3 and Router 4 when internal source prefixes change. The operational overhead of manually maintaining and updating ACL rules will be extremely high, especially when there are multiple inbound validation points.</t>
        <t>If intra-domain SAVNET is implemented in the network, Router 1, Router 2, and Router 5 will inform Router 3 and Router 4 of the source prefixes of Subnet 1 and Subnet 2 by sending SAV-specific information. The SAV-specific information communication will be triggered if topology or prefix changes. For example, if Subnet 2 has a new source prefix P3, Router 5 will inform Router 3 and Router 4 of the new source prefix of Subnet 2 immediately. After receiving SAV-specific information from other routers, Router 3 and Router 4 can identify internal source prefixes and detect their changes. In this way, Router 3 and Router 4 can automatically generate and update SAV rules at interface '#' to block inbound packets with internal source addresses.</t>
      </section>
    </section>
    <section anchor="meeting-the-design-requirements-of-intra-domain-savnet">
      <name>Meeting the Design Requirements of Intra-domain SAVNET</name>
      <t>Intra-domain SAVNET architecture is proposed to meet the five design requirements proposed in <xref target="I-D.ietf-savnet-intra-domain-problem-statement"/>.</t>
      <section anchor="accurate-validation">
        <name>Accurate Validation</name>
        <t>In the asymmetric routing scenario shown in <xref target="fig-use-case1"/>, the edge router cannot identify the complete source prefixes of the connected subnet only using the router's local routing information. As a result, strict uRPF has improper block problems in the case of asymmetric routing, because it only uses local routing information to generate SAV rules.</t>
        <t>Intra-domain SAVNET uses SAV-specific information and requires routers to exchange SAV-specific information among each other. The SAVNET router acting as validation entity can combine SAV-specific information with local routing information to generate accurate SAV rules. The use case in <xref target="fig-use-case1"/> has shown that intra-domain SAVNET can achieve more accurate SAV validation compared with strict uRPF in asymmetric routing scenarios.</t>
      </section>
      <section anchor="automatic-update">
        <name>Automatic Update</name>
        <t>In real intra-domain networks, the topology or prefixes of networks may change dynamically. The SAV mechanism <bcp14>MUST</bcp14> automatically update the SAV rules as the network changes. However, ACL-based SAV mechanism requires manual efforts to accommodate to network dynamics, resulting in high operational overhead.</t>
        <t>Intra-domain SAVNET allows SAVNET routers to exchange the changes of SAV-specific information among each other automatically. After receiving updated SAV-specific information from source entity, SAVNET routers acting as validation entity can generate and update their SAV rules accordingly. The use case in <xref target="sec-use-case2"/> has shown that intra-domain SAVNET can achieve automatic update.</t>
      </section>
      <section anchor="sec-incre">
        <name>Incremental/Partial Deployment</name>
        <t>Although an intra-domain network mostly has one administration, incremental/partial deployment may still exist due to phased deployment or multi-vendor supplement. In phased deployment scenarios, SAV-specific information of non-deploying routers is not available, so SAVNET routers acting as validation entity may not obtain some needed SAV-specific information.</t>
        <t>As described in <xref target="sec-arch-agent"/>, the architecture can adapt to incremental/partial deployment. If complete SAV-specific information cannot be learned by only SAV-specific information, local routing information can be used to fill the gap. To mitigate the impact of phased deployment, it is also <bcp14>RECOMMENDED</bcp14> that edge routers connected to the same subnet can simultaneously adopt intra-domain SAVNET so that the complete source prefixes of the subnet can be obtained by other routers. For example, in <xref target="fig-use-case1"/>, Router 1 and Router 2 are recommended to be upgraded to SAVNET routers together so that the two routers can obtain complete source prefixes of Subnet 1 and generate accurate SAV rules.</t>
        <t>In addition, SAVNET routers acting as validation entity are <bcp14>RECOMMENDED</bcp14> to support flexible validation modes and perform SAV filtering incrementally to smooth the transition from partial to full deployment.</t>
        <ul spacing="normal">
          <li>
            <t>Validation entity is <bcp14>RECOMMENDED</bcp14> to support flexible validation modes such as interface-based prefix allowlist, interface-based prefix blocklist, and prefix-based interface allowlist <xref target="I-D.huang-savnet-sav-table"/>. The first two modes are interface-scale, and the last one is device-scale. Under incremental/partial deployment, validation entity <bcp14>SHOULD</bcp14> take on the proper validation mode according to the deploying of source entity. For example, if validation entity is able to get the complete set of legitimate source prefixes arriving at a given interface, interface-based prefix allowlist can be enabled at the given interface, and improper block will not exist.</t>
          </li>
          <li>
            <t>Validation entity is <bcp14>RECOMMENDED</bcp14> to performed SAV-invalid filtering incrementally. The router can first take conservative actions on the validated data packets. That is to say, the router will not directly discard packets with invalid results in the beginning of deployment. It can conduct sampling action for measurement analysis at first, and then conducts rate-limiting action or redirecting action for packets with invalid results. These conservative actions will not result in serious consequences if some legitimate packets are mistakenly considered invalid, while still providing protection for the network. Finally, filtering action is enabled only after confirming that there are no improper block problems.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-converge">
        <name>Convergence</name>
        <t>When the SAV-specific information or local routing information changes, the SAVNET Agent <bcp14>MUST</bcp14> be able to detect the changes in time and update SAV rules with the latest information. Otherwise, outdated SAV rules may cause legitimate packets to be blocked or spoofed packets to be accepted.</t>
        <t>Intra-domain SAVNET requires routers to update SAV-specific information and SAV rules in a timely manner. Since SAV-specific information is originated from source entity, it requires that the source entity <bcp14>MUST</bcp14> timely send the updated SAV-specific information to validation entity. Consider that both routing information and SAV-specific information of a subnet are originated and advertised to other routers in the network by the edge router connected to the subnet, SAV-specific information <bcp14>SHOULD</bcp14> have a similar propagation speed as routing information. Therefore, the converging speed of intra-domain SAVNET is also similar as routing protocol.</t>
      </section>
      <section anchor="sec-security">
        <name>Security</name>
        <t>Typically, routers in an intra-domain network can trust each other because they would not compromise intra-domain control-plane architectures and protocols.</t>
        <t>However, in some unlikely cases, some routers may do harm to other routers within the same domain. Operators <bcp14>SHOULD</bcp14> be aware of potential threats involved in deploying the architecture. Some potential threats and solutions are as follows:</t>
        <ul spacing="normal">
          <li>
            <t>Entity impersonation.
            </t>
            <ul spacing="normal">
              <li>
                <t>Potential solution: Mutual authentication <bcp14>SHOULD</bcp14> be conducted before session establishment between two entities.</t>
              </li>
              <li>
                <t>Gaps: Impersonation may still exist due to credential theft, implementation flaws, or entity being compromised. Some other security mechanisms can be taken to make such kind of impersonation difficult. Besides, the entities <bcp14>SHOULD</bcp14> be monitored so that misbehaved entities can be detected.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>Message blocking.
            </t>
            <ul spacing="normal">
              <li>
                <t>Potential solution: Acknowledgement mechanisms <bcp14>MUST</bcp14> be provided in the session between a sender and a receiver, so that message losses can be detected.</t>
              </li>
              <li>
                <t>Gaps: Message blocking may be a result of DoS/DDoS attack, man-in-the-middle (MITM) attack, or congestion induced by traffic burst. Acknowledgement mechanisms can detect message losses but cannot avoid message losses. MITM attacks cannot be effectively detected by acknowledgement mechanisms.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>Message alteration.
            </t>
            <ul spacing="normal">
              <li>
                <t>Potential solution: An authentication field can be carried by each message so as to ensure message integrity.</t>
              </li>
              <li>
                <t>Gaps: More overhead of control plane and data plane will be induced.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>Message replay.
            </t>
            <ul spacing="normal">
              <li>
                <t>Potential solution: Authentication value can be computed by adding a sequence number or timestamp as input.</t>
              </li>
              <li>
                <t>Gaps: More overhead of control plane and data plane will be induced.</t>
              </li>
            </ul>
          </li>
        </ul>
        <t>To meet the security requirement, the above security threats <bcp14>SHOULD</bcp14> be considered when designing the new intra-domain SAV mechanism.</t>
      </section>
    </section>
    <section anchor="manageability-considerations">
      <name>Manageability Considerations</name>
      <t>The architecture provides a general framework for communicating SAV-specific information between routers and generating SAV rules based on SAV-specific information and local routing information. Protocol-independent mechanisms <bcp14>SHOULD</bcp14> be provided for operating and managing SAV-related configurations. For example, a YANG data model for SAV configuration and operation is necessary for the ease of management.</t>
      <t>SAV may affect the normal forwarding of data packets. The diagnosis approach and necessary logging information <bcp14>SHOULD</bcp14> be provided. SAV Information Base <bcp14>SHOULD</bcp14> store some information that may not be useful for SAV rule generation but is helpful for management.<br/>
The SAV-specific information communication mechanism <bcp14>SHOULD</bcp14> have monitoring and troubleshooting functions, which are necessary for efficiently operating the architecture.</t>
    </section>
    <section anchor="privacy-considerations">
      <name>Privacy Considerations</name>
      <t>An intra-domain network is mostly operated by a single organization or company, and the advertised SAV-specific information is used within the network. Therefore, the architecture will not import critical privacy issues in usual cases.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document has no IANA requirements.</t>
    </section>
    <section anchor="acknowledgements">
      <name>Acknowledgements</name>
      <t>Many thanks to the valuable comments from: Igor Lubashev, Alvaro Retana, Aijun Wang, Joel Halpern, Jared Mauch, Kotikalapudi Sriram, Rüdiger Volk, Jeffrey Haas, Xiangqing Chang, Changwang Lin, etc.</t>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="I-D.ietf-savnet-intra-domain-problem-statement" target="https://datatracker.ietf.org/doc/html/draft-ietf-savnet-intra-domain-problem-statement-02" xml:base="https://bib.ietf.org/public/rfc/bibxml-ids/reference.I-D.ietf-savnet-intra-domain-problem-statement.xml">
          <front>
            <title>Source Address Validation in Intra-domain Networks Gap Analysis, Problem Statement, and Requirements</title>
            <author fullname="Dan Li" initials="D." surname="Li">
              <organization>Tsinghua University</organization>
            </author>
            <author fullname="Jianping Wu" initials="J." surname="Wu">
              <organization>Tsinghua University</organization>
            </author>
            <author fullname="Lancheng Qin" initials="L." surname="Qin">
              <organization>Tsinghua University</organization>
            </author>
            <author fullname="Mingqing Huang" initials="M." surname="Huang">
              <organization>Huawei</organization>
            </author>
            <author fullname="Nan Geng" initials="N." surname="Geng">
              <organization>Huawei</organization>
            </author>
            <date day="17" month="August" year="2023"/>
            <abstract>
              <t>This document provides the gap analysis of existing intra-domain source address validation mechanisms, describes the fundamental problems, and defines the requirements for technical improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-savnet-intra-domain-problem-statement-02"/>
        </reference>
        <reference anchor="RFC2827" target="https://www.rfc-editor.org/info/rfc2827" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.2827.xml">
          <front>
            <title>Network Ingress Filtering: Defeating Denial of Service Attacks which employ IP Source Address Spoofing</title>
            <author fullname="P. Ferguson" initials="P." surname="Ferguson"/>
            <author fullname="D. Senie" initials="D." surname="Senie"/>
            <date month="May" year="2000"/>
            <abstract>
              <t>This paper discusses a simple, effective, and straightforward method for using ingress traffic filtering to prohibit DoS (Denial of Service) attacks which use forged IP addresses to be propagated from 'behind' an Internet Service Provider's (ISP) aggregation point. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="38"/>
          <seriesInfo name="RFC" value="2827"/>
          <seriesInfo name="DOI" value="10.17487/RFC2827"/>
        </reference>
        <reference anchor="RFC3704" target="https://www.rfc-editor.org/info/rfc3704" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.3704.xml">
          <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="I-D.huang-savnet-sav-table" target="https://datatracker.ietf.org/doc/html/draft-huang-savnet-sav-table-01" xml:base="https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.huang-savnet-sav-table.xml">
          <front>
            <title>Source Address Validation Table Abstraction and Application</title>
            <author fullname="Mingqing Huang" initials="M." surname="Huang">
              <organization>Huawei</organization>
            </author>
            <author fullname="Weiqiang Cheng" initials="W." surname="Cheng">
              <organization>China Mobile</organization>
            </author>
            <author fullname="Dan Li" initials="D." surname="Li">
              <organization>Tsinghua University</organization>
            </author>
            <author fullname="Nan Geng" initials="N." surname="Geng">
              <organization>Huawei</organization>
            </author>
            <author fullname="Mingxing Liu" initials="" surname="Liu">
              <organization>Huawei</organization>
            </author>
            <author fullname="Li Chen" initials="L." surname="Chen">
              <organization>Zhongguancun Laboratory</organization>
            </author>
            <date day="6" month="March" year="2023"/>
            <abstract>
              <t>Source address validation (SAV) table consists of SAV rules that are manually configured or automatically generated. The table will take effect in data plane for checking the validity of source addresses. SAV mechanisms may enable SAV tables in data plane using different methods (e.g., ACL or FIB), and these tables are suitable for different application scenarios. This document aims to provide a systematic view of existing SAV tables, which makes it convenient for engineers or operators to improve existing SAV mechanisms or properly apply SAV on routers. The document first examines existing forms of SAV tables and provides a unified abstraction. Then, three validation modes are concluded as well as suggestions for application scenarios. Finally, diversified actions for each validity state are introduced for compliance of different operation requirements.</t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-huang-savnet-sav-table-01"/>
        </reference>
        <reference anchor="RFC2119" target="https://www.rfc-editor.org/info/rfc2119" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.2119.xml">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174" target="https://www.rfc-editor.org/info/rfc8174" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8174.xml">
          <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>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="RFC5210" target="https://www.rfc-editor.org/info/rfc5210" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.5210.xml">
          <front>
            <title>A Source Address Validation Architecture (SAVA) Testbed and Deployment Experience</title>
            <author fullname="J. Wu" initials="J." surname="Wu"/>
            <author fullname="J. Bi" initials="J." surname="Bi"/>
            <author fullname="X. Li" initials="X." surname="Li"/>
            <author fullname="G. Ren" initials="G." surname="Ren"/>
            <author fullname="K. Xu" initials="K." surname="Xu"/>
            <author fullname="M. Williams" initials="M." surname="Williams"/>
            <date month="June" year="2008"/>
            <abstract>
              <t>Because the Internet forwards packets according to the IP destination address, packet forwarding typically takes place without inspection of the source address and malicious attacks have been launched using spoofed source addresses. In an effort to enhance the Internet with IP source address validation, a prototype implementation of the IP Source Address Validation Architecture (SAVA) was created and an evaluation was conducted on an IPv6 network. This document reports on the prototype implementation and the test results, as well as the lessons and insights gained from experimentation. This memo defines an Experimental Protocol for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5210"/>
          <seriesInfo name="DOI" value="10.17487/RFC5210"/>
        </reference>
        <reference anchor="RFC7039" target="https://www.rfc-editor.org/info/rfc7039" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7039.xml">
          <front>
            <title>Source Address Validation Improvement (SAVI) Framework</title>
            <author fullname="J. Wu" initials="J." surname="Wu"/>
            <author fullname="J. Bi" initials="J." surname="Bi"/>
            <author fullname="M. Bagnulo" initials="M." surname="Bagnulo"/>
            <author fullname="F. Baker" initials="F." surname="Baker"/>
            <author fullname="C. Vogt" initials="C." role="editor" surname="Vogt"/>
            <date month="October" year="2013"/>
            <abstract>
              <t>Source Address Validation Improvement (SAVI) methods were developed to prevent nodes attached to the same IP link from spoofing each other's IP addresses, so as to complement ingress filtering with finer-grained, standardized IP source address validation. This document is a framework document that describes and motivates the design of the SAVI methods. Particular SAVI methods are described in other documents.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7039"/>
          <seriesInfo name="DOI" value="10.17487/RFC7039"/>
        </reference>
        <reference anchor="RFC7513" target="https://www.rfc-editor.org/info/rfc7513" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7513.xml">
          <front>
            <title>Source Address Validation Improvement (SAVI) Solution for DHCP</title>
            <author fullname="J. Bi" initials="J." surname="Bi"/>
            <author fullname="J. Wu" initials="J." surname="Wu"/>
            <author fullname="G. Yao" initials="G." surname="Yao"/>
            <author fullname="F. Baker" initials="F." surname="Baker"/>
            <date month="May" year="2015"/>
            <abstract>
              <t>This document specifies the procedure for creating a binding between a DHCPv4/DHCPv6-assigned IP address and a binding anchor on a Source Address Validation Improvement (SAVI) device. The bindings set up by this procedure are used to filter packets with forged source IP addresses. This mechanism complements BCP 38 (RFC 2827) ingress filtering, providing finer-grained source IP address validation.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7513"/>
          <seriesInfo name="DOI" value="10.17487/RFC7513"/>
        </reference>
        <reference anchor="IPSG" target="https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst2960/software/release/12-2_53_se/configuration/guide/2960scg/swdhcp82.html">
          <front>
            <title>Configuring DHCP Features and IP Source Guard</title>
            <author>
              <organization/>
            </author>
            <date year="2016" month="January"/>
          </front>
        </reference>
        <reference anchor="cable-verify" target="https://www.cisco.com/c/en/us/support/docs/broadband-cable/cable-security/20691-source-verify.html">
          <front>
            <title>Cable Source-Verify and IP Address Security</title>
            <author>
              <organization/>
            </author>
            <date year="2021" month="January"/>
          </front>
        </reference>
      </references>
    </references>
    <?line 398?>



  </back>
  <!-- ##markdown-source:
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
AAA=

-->

</rfc>
