<?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.8 (Ruby 3.0.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-savnet-intra-domain-architecture-00" category="info" submissionType="IETF" version="3">
  <!-- xml2rfc v2v3 conversion 3.21.0 -->
  <front>
    <title abbrev="Intra-domain SAVNET Architecture">Intra-domain Source Address Validation (SAVNET) Architecture</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-savnet-intra-domain-architecture-00"/>
    <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>
    <date year="2024" month="April" day="12"/>
    <area>Routing</area>
    <workgroup>SAVNET</workgroup>
    <keyword>SAV</keyword>
    <abstract>
      <?line 83?>

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

<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 SAV-specific information is specialized for SAV and thus helps generate more accurate SAV rules than solely using local routing information. It achieves automatic SAV rule update, because SAV-specific information exchange is triggered when there is topology change or prefix change. In the incremental/partial deployment scenario where only part of intra-domain routers support the intra-domain SAVNET, it provides incremental benefits by using SAV-specific information provided by routers that support the intra-domain SAVNET, and/or local routing information to generate SAV rules.</t>
      <t>The reader is encouraged to be familiar with <xref target="I-D.ietf-savnet-intra-domain-problem-statement"/> and <xref target="huang-savnet-sav-table"/>.</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 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: An intra-domain 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>Host-facing Router: An intra-domain router of an AS which is connected to a host network (i.e., a layer-2 network).</t>
      <t>Customer-facing Router: An intra-domain router of an AS which is connected to an intra-domain customer network running the routing protocol (i.e., a layer-3 network).</t>
      <t>AS Border Router: An intra-domain router of an AS which is connected to 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">
      <name>Intra-domain SAVNET Architecture</name>
      <section anchor="sec-arch-overview">
        <name>Overview</name>
        <t><xref target="fig-arch"/> illustrates intra-domain SAVNET architecture in an intra-domain network. In the intra-domain network, host-facing routers, customer-facing routers, and AS border routers are required to perform SAV filtering on specific interfaces (i.e., interfaces '#' in <xref target="fig-arch"/>):</t>
        <ul spacing="normal">
          <li>
            <t>Host-facing routers (e.g., Router C) generate SAV rules on interfaces facing a layer-2 host network and block data packets with source addresses not belonging to the host network receiving from that interface.</t>
          </li>
          <li>
            <t>Customer-facing routers (e.g., Routers A and B) generate SAV rules on interfaces facing a layer-3 customer network and block data packets with source addresses not belonging to the customer network receiving from that interface.</t>
          </li>
          <li>
            <t>AS border routers (e.g., Routers D or E) generate SAV rules on interfaces facing another AS and block data packets with source addresses belonging to the local AS receiving from that interface.</t>
          </li>
        </ul>
        <figure anchor="fig-arch">
          <name>Overview of intra-domain SAVNET architecture</name>
          <artwork><![CDATA[
                +----------------------------------+
                |            Other ASes            |
                +----------------------------------+
                   |                            |
+------------------|----------------------------|--------------+
|    Intra-domain  |        SAV-specific        |              |
|                  |        message from        |              |
|                  |        Router A            |              |
|            +----+#+---+ --------------> +----+#+---+         |
|            | Router D |                 | Router E |         |
|            +-----/\---+ <-------------- +-----/\---+         |
|     SAV-specific |        SAV-specific        | SAV-specific |
|     message from |        message from        | message from |
|     Router A     |        Router C            | Router C     |
|            +----------------------------------------+        |
|            |      Other intra-domain routers        |        |
|            +-/\-------------------------------/\----+        |
| SAV-specific /       \  SAV-specific          | SAV-specific |
| message from/         \ message from          | message from |
| Router A   /           \Router A              | Router C     |
|     +----------+  +----\/----+          +----------+         |
|     | Router A |  | Router B |          | Router C |         |
|     +---+#+----+  +------+#+-+          +----+#+---+         |
|           \              /                    |              |
+------------\------------/---------------------|--------------+
              \          /                      |
            +--------------+            +--------------+
            |   Customer   |            |    Host      |
            |   Network    |            |   Network    |
            +--------------+            +--------------+
]]></artwork>
        </figure>
        <t>To generate more accurate SAV rules, intra-domain SAVNET requires routers to automatically exchange SAV-specific information. For example, a host-facing (or customer-facing) router can contain its locally-known prefixes of the host network (or customer network) in its SAV-specific information. The router can choose to only provide this information to specific routers or provide this information to all routers in the intra-domain network. The arrows in <xref target="fig-arch"/> indicate the direction of SAV-specific information flows originated from Router A and Router C. SAV-specific information flows originated from other routers are omitted for brevity.</t>
        <t>After receiving SAV-specific information provided by other routers, routers can generate more accurate SAV rules by using SAV-specific information provided by other routers, its own SAV-specific information, and/or routing information in the local FIB/RIB. For example, in <xref target="fig-arch"/>, Router B can identify all prefixes in the customer network by using its own SAV-specific information and SAV specific information provided by Router A, even if there is an asymmetric routing between Router B and the customer network. Routers F and G can identify all prefixes in the local AS by using SAV-specific inforamtion provided by Routers A, B, and C.</t>
      </section>
      <section anchor="roles-of-savnet-routers">
        <name>Roles of SAVNET Routers</name>
        <t>A SAVNET router can be a host-facing router, a customer-facing router, an AS border router, or other routers. Every SAVNET router has a SAVNET Agent that is responsible for actions related to SAV. As shown in <xref target="fig-role"/>, a SAVNET router can act as one or two roles in the intra-domain SAVNET architecture, namely, source entity to provide 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 provider of its SAVNET Agent provides its SAV-specific information to other SAVNET routers that act as validation entity. For example, a host-facing router acting as source entity can obtain its SAV-specific information related to the host network to which it is connected and selectively provide this information to other SAVNET routers.</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 SAVNET routers that act as source entity. Then, its SAVNET Agent processes SAV-specific information provided by other SAVNET routers, its own SAV-specific information, and/or its local routing information to generate SAV rules on corresponding interfaces. As mentioned above, host-facing routers perform SAV filtering on interfaces facing the host network, customer-facing routers perform SAV filtering on interfaces facing the customer network, and AS border routers perform SAV filtering on interfaces facing another AS.</t>
          <figure anchor="fig-role">
            <name>Roles of SAVNET routers</name>
            <artwork><![CDATA[
+---------------------+              +---------------------+
|    Source Entity    |              |  Validation Entity  |
|     (Router A)      |              |     (Router B)      |
|                     |              |                     |
| +-----------------+ |              | +-----------------+ |
| |   SAVNET Agent  | | SAV-specific | |   SAVNET Agent  | |
| | +-------------+ | | Information  | | +-------------+ | |
| | | Information +----------------------> Information | | |
| | | Provider    | | |              | | | Receiver    | | |
| | +-------------+ | |              | | +-------------+ | |
| +-----------------+ |              | +-----------------+ |
|                     |              |                     |
+---------------------+              +---------------------+

]]></artwork>
          </figure>
        </section>
        <section anchor="sav-specific-information-communication-mechanism">
          <name>SAV-specific Information Communication Mechanism</name>
          <t>New intra-domain SAV solutions should design a SAV-specific communication mechanism to propagate SAV-specific information from source entity to validation entity. 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, but lists necessary features of SAV-specific communication mechanism in the following.</t>
          <t>The SAV-specific Information communication mechanism <bcp14>SHOULD</bcp14> define the data structure or format of SAV-specific information, and the operations of communication (such as communication establishment and communication 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-information">
        <name>SAV-related Information</name>
        <t>For intra-domain SAV, both SAV-specific information and local routing information can be used for SAV decisions.</t>
        <section anchor="sav-specific-information">
          <name>SAV-specific Information</name>
          <t>SAV-specific information is specialized for SAV and thus helps generate more accurate SAV rules. A SAVNET router can obtain its own SAV-specific information based on local routing information, local interface configurations, and/or other local configuration information. In addition, SAVNET routers acting as validation entity can obtain SAV-specific information of other SAVNET routers that act as source entity. By using SAV-specific information provided by other SAVNET routers, the SAVNET router acting as validation entity can generate more accurate SAV rules than solely using its local routing information.</t>
          <t>For example, customer-facing routers connected to the same multi-homed customer network can exchange locally-known source prefixes of the customer network through SAV-specific information communication. By processing both SAV-specific information of itself and SAV-specific information of the other customer-facing routers, each of them can identify all prefixes in the customer network and thus avoid improper block in case there is an asymmetric routing. <xref target="sec-use-case1"/> elaborates on this example.</t>
        </section>
        <section anchor="routing-information">
          <name>Routing Information</name>
          <t>Routing information is used for computing packet forwarding rules, which is stored in the router's 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 <xref target="RFC3704"/>. A SAVNET router acting as validation entity can obtain routing information from its local RIB/FIB to generate SAV rules for some prefixes, when the corresponding SAV-specific information is missing.</t>
        </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 provided by other routers, SAV-specific information of the router itself, and local routing information into the SAV Information Base. Then, it sends the consolidated information to the SAV Rule Generator. The SAV Rule Generator should preferentially use SAV-specific information to generate SAV rules for specific source prefixes. Local routing information is only recommended when some SAV-specific information is missing.</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     SAV-specific     Routing          |
|     information      information      information      |
|     provided by      of the router    in local         |
|     other routers    itself           FIB/RIB          |
|         +                  +               +           |
|         |                  |               |           |
|       +-v------------------v---------------v-+         |
|       |      SAV Information Manager         |         |
|       |      +------------------------+      |         |
|       |      | SAV Information Base   |      |         |
|       |      +------------------------+      |         |
|       +--------------------------------------+         |
|                          |                             |
|                          | SAV-related information     |
|                          |                             |
|       +------------------v--------------------+        |
|       |      SAV Rule Generator               |        |
|       |      +------------------------+       |        |
|       |      |        SAV Rules       |       |        |
|       |      +------------------------+       |        |
|       +---------------------------------------+        |
+--------------------------------------------------------+
]]></artwork>
        </figure>
        <t>The basic workflow of different kinds of SAVNET routers is summarized below:</t>
        <ul spacing="normal">
          <li>
            <t>For a host-facing router (or a customer-facing router), it processes SAV-related information to identify prefixes in the host network (or customer network) it connected to, and then generate SAV rules on the interface facing to the host network (or customer network). Data packets coming from that interface will be considered invalid and should be blocked if they use source addresses not belonging to the host network (or customer network). In the incremental/partial deployment scenario when some routers do not deploy SAV-specific information communication mechanism, the host-facing router (or customer-facing router) may not be able to identify all prefixes in the host network (or customer network) through SAV-specific information. To avoid improper block in this case, the router 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>
          </li>
          <li>
            <t>For an AS border router, it processes SAV-related information to identify prefixes in the local AS, and then generate SAV rules on the interface facing to another AS. Data packets coming from that interface will be considered invalid and should be blocked if they use source addresses belonging to the local AS. In the incremental/partial deployment scenario, the AS border router may only identify partial prefixes in the local AS through SAV-specific information. In this case, the AS border router can still block data packets with source addresses in learned prefixes.</t>
          </li>
        </ul>
        <t>In addition, if the AS 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 anchor="data-plane-considerations">
        <name>Data-plane Considerations</name>
        <t>This document mainly focuses on SAV rule generation process on control plane, including exchanging SAV-specific information, consolidating SAV-related information, and generating SAV rules. As for data-plane SAV filtering, SAVNET routers check source addresses of incoming data packets against local SAV rules and drop those that are identified as using spoofing source addresses. Therefore, the accuracy of data-plane SAV filtering depends entirely on the accuracy of generated SAV rules. More data-plane considerations can be found in <xref target="huang-savnet-sav-table"/>.</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. The two use cases have already been described in <xref target="I-D.ietf-savnet-intra-domain-problem-statement"/> to show that existing intra-domain SAV mechanisms have problems of improper block or high operational overhead.</t>
      <section anchor="sec-use-case1">
        <name>Use Case 1: SAV at Host-facing or Customer-facing Routers</name>
        <t><xref target="fig-use-case1"/> shows an asymmetric routing in a multi-homed host/customer network scenario. Router 1 and Router 2 adopt intra-domain SAV to block spoofing data packets with source addresses not belonging to Network 1 (e.g., a host network or a customer network) receiving from interface '#'.</t>
        <t>Network 1 has prefix 10.0.0.0/15 and is connected to two routers (i.e., Router 1 and Router 2) in the intra-domain network. Due to the inbound load balance strategy of Network 1, Router 1 only learns the route to sub prefix 10.1.0.0/16 from Network 1, while Router 2 only learns the route to the other sub prefix 10.0.0.0/16 from Network 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 Network 1 may send outbound packets with source addresses in sub prefix 10.0.0.0/16 to Router 1 for outbound load balance. The arrows in <xref target="fig-use-case1"/> indicate the direction of traffic.</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  Network 1  /        \   10.0.0.0/16  Network 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           |
 |                     +---------------+                       |
 |                     | Host/Customer |                       |
 |                     |   Network 1   |                       |
 |                     | (10.0.0.0/15) |                       |
 |                     +---------------+                       |
 |                                                             |
 +-------------------------------------------------------------+
]]></artwork>
        </figure>
        <t>In this case, strict uRPF at Router 1 will improperly block legitimate packets with source addresses in prefix 10.0.0.0/16 from Network 1 on interface '#', because it only accepts data 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 intra-domain network, Router 2 can inform Router 1 that prefix 10.0.0.0/16 also belongs to Network 1 by providing its SAV-specific information to Router 1. Then, by combining both its own SAV-specific information and SAV-specific information provided by Router 2, Router 1 learns that Network 1 have both prefix 10.1.0.0/16 and prefix 10.0.0.0/16. Therefore, Router 1 will accept data packets with source addresses in prefix 10.1.0.0/16 and prefix 10.0.0.0/16 on interface '#', so improper block can be avoided.</t>
      </section>
      <section anchor="sec-use-case2">
        <name>Use Case 2: SAV at AS Border Routers</name>
        <t><xref target="fig-use-case2"/> shows a scenario of inbound SAV at AS border routers. Router 3 and Router 4 adopt intra-domain SAV to block spoofing data packets with internal source addresses receiving from interface '#'. The arrows in <xref target="fig-use-case2"/> indicate the direction of spoofing traffic.</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 |   |
| +----------+     +----------+      +----+-----+   |
|        \             /                  |         |
|         \           /                   |         |
|          \         /                    |         |
|       +---------------+         +-------+-------+ |
|       |     Host      |         |   Customer    | |
|       |   Network     |         |   Network     | |
|       |     (P1)      |         |     (P2)      | |
|       +---------------+         +---------------+ |
|                                                   |
+---------------------------------------------------+
]]></artwork>
        </figure>
        <t>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 interfaces '#'.</t>
        <t>If intra-domain SAVNET is implemented in the intra-domain network, Router 1, Router 2, and Router 5 will automatically inform Router 3 and Router 4 of prefixes in the host network and customer network by providing SAV-specific information. After receiving SAV-specific information from other routers, Router 3 and Router 4 can identify all internal source prefixes. The SAV-specific information communication will be triggered if topology or prefix related to the host network or customer network changes. For example, if the customer network has a new source prefix P3, Router 5 will inform Router 3 and Router 4 of the new source prefix immediately through SAV-specific information communication mechanism. In this way, Router 3 and Router 4 can automatically generate and update SAV rules on interface '#'.</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 defined 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 host-facing router (or customer-facing router) cannot identify all prefixes in its host network (or customer network) solely using its local routing information. As a result, existing intra-domain SAV mechanisms (e.g., strict uRPF) solely using local routing information to generate SAV rules will have improper block problems in the case of asymmetric routing.</t>
        <t>Intra-domain SAVNET requires routers to exchange SAV-specific information among each other. The SAVNET router can use SAV-specific information provided by other routers as well as its own SAV-specific information to generate more accurate SAV rules. The use case in <xref target="fig-use-case1"/> has shown that intra-domain SAVNET can achieve more accurate SAV filtering 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 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.</t>
        <t>As described in <xref target="sec-arch-agent"/>, intra-domain SAVNET can adapt to incremental/partial deployment. To mitigate the impact of phased deployment, it is <bcp14>RECOMMENDED</bcp14> that routers connected to the same host/customer network can simultaneously adopt intra-domain SAVNET so that all prefixes in the host/customer network can be identified. 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 identify all prefixes in Network 1 and generate accurate SAV rules on interfaces '#'.</t>
        <t>In addition, SAVNET routers acting as validation entity are <bcp14>RECOMMENDED</bcp14> to support flexible validation modes and perform SAV filtering gradually to smooth the transition from partial to full deployment:</t>
        <ul spacing="normal">
          <li>
            <t>SAVNET routers acting as validation entity are <bcp14>RECOMMENDED</bcp14> to support flexible validation modes such as interface-based prefix allowlist, interface-based prefix blocklist, and prefix-based interface allowlist (see <xref target="huang-savnet-sav-table"/>). The first two modes are interface-scale, and the last one is device-scale. Under incremental/partial deployment, SAVNET routers <bcp14>SHOULD</bcp14> take on the proper validation mode according to acquired SAV-specific information. For example, if a customer-facing router can identify all prefixes in its customer network by processing acquired SAV-specific information, an interface-based prefix allowlist containing these prefixes can be used on that customer-facing interface. Otherwise, it should use interface-based prefix blocklist or prefix-based interface allowlist to avoid improper block.</t>
          </li>
          <li>
            <t>Validation entity is <bcp14>RECOMMENDED</bcp14> to performed SAV-invalid filtering gradually. The router can first take conservative actions on the validated data packets. That is to say, the router will not 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 SAV-related 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 data packets to be blocked or spoofing data packets to be accepted.</t>
        <t>Intra-domain SAVNET requires routers to update SAV-specific information and update SAV rules in a timely manner. Since SAV-specific information is originated from source entity, it requires that source entity <bcp14>MUST</bcp14> timely send the updated SAV-specific information to validation entity. Therefore, the propagation speed of SAV-specific information is a key factor affecting the convergence. Consider that routing information and SAV-specific information can be originated and advertised through a similar way, SAV-specific information <bcp14>SHOULD</bcp14> at least have a similar propagation speed as routing information.</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. 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="contributors">
      <name>Contributors</name>
      <t>Mingqing Huang</t>
      <t>Email: huangmq@vip.sina.com</t>
      <t>Fang Gao</t>
      <t>Email: fredagao520@sina.com</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, Xueyan Song, 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-03" xml:base="https://bib.ietf.org/public/rfc/bibxml3/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(Michael) Huang" initials="M." surname="Huang">
              <organization>Huawei</organization>
            </author>
            <author fullname="Nan Geng" initials="N." surname="Geng">
              <organization>Huawei</organization>
            </author>
            <date day="13" month="February" year="2024"/>
            <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-03"/>
        </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="huang-savnet-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>
        <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 467?>



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

-->

</rfc>
