<?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.19 (Ruby 3.0.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-savnet-intra-domain-problem-statement-06" category="info" submissionType="IETF" version="3">
  <!-- xml2rfc v2v3 conversion 3.23.0 -->
  <front>
    <title abbrev="Intra-domain SAVNET Problem Statement">Source Address Validation in Intra-domain Networks Gap Analysis, Problem Statement, and Requirements</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-savnet-intra-domain-problem-statement-06"/>
    <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>Zhongguancun Laboratory</organization>
      <address>
        <postal>
          <city>Beijing</city>
          <country>China</country>
        </postal>
        <email>qinlc@mail.zgclab.edu.cn</email>
      </address>
    </author>
    <author initials="M." surname="Huang" fullname="Mingqing Huang">
      <organization>Zhongguancun Laboratory</organization>
      <address>
        <postal>
          <city>Beijing</city>
          <country>China</country>
        </postal>
        <email>huangmq@mail.zgclab.edu.cn</email>
      </address>
    </author>
    <author initials="N." surname="Geng" fullname="Nan Geng">
      <organization>Huawei</organization>
      <address>
        <postal>
          <city>Beijing</city>
          <country>China</country>
        </postal>
        <email>gengnan@huawei.com</email>
      </address>
    </author>
    <date year="2024" month="September" day="13"/>
    <area>Routing</area>
    <workgroup>SAVNET</workgroup>
    <keyword>SAV</keyword>
    <abstract>
      <?line 90?>

<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>
  <middle>
    <?line 94?>

<section anchor="sec-intro">
      <name>Introduction</name>
      <t>Source Address Validation (SAV) is important for defending against source address spoofing attacks. A multi-fence architecture called Source Address Validation Architecture (SAVA) <xref target="RFC5210"/> was proposed to implement SAV at three levels: access network SAV, intra-domain SAV, and inter-domain SAV. When SAV has not been adopted by every source/host, the multi-fence architecture helps enhance the effectiveness of SAV across the whole Internet by preventing or mitigating source address spoofing.</t>
      <t>Specifically, access network SAV can ensure that a host must use the source IP address assigned to the host. By deploying access network SAV, hosts in the corresponding access network cannot forge a source address of another host. There are many mechanisms for SAV in access networks. Static ACL rules can be manually configured for validation by specifying which source addresses are acceptable or unacceptable. Dynamic ACL is another efficient mechanism which is associated with authentication servers (e.g., RADIUS and DIAMETER). The servers receive access requests and then install or enable ACL rules on the device to permit particular users' packets. SAVI <xref target="RFC7039"/> represents a kind of mechanism enforcing that the valid source IP address of a host matches the link-layer property of the host's network attachment. For example, SAVI solution for DHCP <xref target="RFC7513"/> creates a binding between a DHCPv4/DHCPv6-assigned IP address and a link-layer property (like MAC address or switch port) on a SAVI device. IP Source Guard (IPSG) <xref target="IPSG"/> combined with DHCP snooping is an implementation of SAVI solution for DHCP. Cable Source-Verify <xref target="cable-verify"/> also shares some features of SAVI and is used in cable modem networks. Cable modem termination system (CMTS) devices with Cable Source-Verify maintain the bindings of the CPE's IP address, the CPE's MAC address, and the corresponding cable modem identifier. When receiving a packet from a host, the device can check the validity of source IP address according to the bindings.</t>
      <t>Given numerous access networks managed by different operators throughout the world, it is difficult to require all access networks to deploy SAV simultaneously. Therefore, intra-domain SAV and inter-domain SAV are needed to block source-spoofed data packets from access networks as close to the source as possible. Intra-domain SAV and inter-domain SAV perform SAV at the granularity of IP prefixes, which is coarser than the granularity of access network SAV (i.e., IP address), as an IP prefix covers a range of IP addresses.</t>
      <t>This document focuses on the analysis of intra-domain SAV. In contrast to inter-domain SAV, intra-domain SAV does not require collaboration between different ASes. Intra-domain SAV rules can be generated by the AS itself. Consider an AS X which provides its host networks or customer networks with the connectivity to the rest of the Internet. Intra-domain SAV for AS X aims at achieving two goals without collaboration with other ASes: i) blocking source-spoofed packets originated from its host networks or customer networks using a source address of other networks; and ii) blocking source-spoofed packets coming from other ASes using a source address of AS X.</t>
      <t><xref target="intra-domain"/> illustrates the goals and function of intra-domain SAV with two cases. Case i shows that the host network or customer network of AS X originates source-spoofed packets using a source address of other networks. If AS X deploys intra-domain SAV, the spoofed packets can be blocked by host-facing routers or customer-facing routers of AS X (i.e., Goal i). Case ii shows that AS X receives source-spoofed packets using a source address of AS X from other ASes (e.g., AS Y). If AS X deploys intra-domain SAV, the spoofed packets from AS Y can be blocked by AS border routers of AS X (i.e., Goal ii).</t>
      <figure anchor="intra-domain">
        <name>An example for illustrating intra-domain SAV</name>
        <artwork><![CDATA[
Case i: The host network or customer network of AS X originates    
        packets spoofing source addresses of other networks        
Goal i: If AS X deploys intra-domain SAV,                          
        the spoofed packets can be blocked by AS X                 
                                                                   
                                    Spoofed packets                
                                    using source addresses         
  +-------------------------------+ of other networks     +------+ 
  | Host/Customer Network of AS X |---------------------->| AS X | 
  +-------------------------------+                       +------+ 
                                                                                                                                      
Case ii: AS X receives packets spoofing source addresses of AS X   
         from other ASes (e.g., AS Y)                              
Goal ii: If AS X deploys intra-domain SAV,                         
         the spoofed packets can be blocked by AS X                
                                                                   
           Spoofed packets                                         
           using source addresses                                  
  +------+ of AS X               +------+                          
  | AS X |<----------------------| AS Y |                          
  +------+                       +------+                          
]]></artwork>
      </figure>
      <t>There are many mechanisms for intra-domain SAV. This document provides the gap analysis of existing intra-domain SAV mechanisms. According to the gap analysis, the document concludes the main problems of existing intra-domain SAV mechanisms and describes the requirements for future ones.</t>
      <section anchor="terminology">
        <name>Terminology</name>
        <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>SAV Table: The table or data structure that implements the SAV rules and is used for source address validation in the data plane.</t>
        <t>Host-facing Router: An intra-domain router facing an intra-domain host network.</t>
        <t>Customer-facing Router: An intra-domain router facing an intra-domain customer network which includes routers and runs the routing protocol.</t>
        <t>AS Border Router: An intra-domain router facing an external AS.</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="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="sec-mechanisms">
      <name>Existing Mechanisms</name>
      <t>This section briefly introduces existing intra-domain SAV mechanisms. Particularly, ingress filtering (i.e., BCP38 <xref target="RFC2827"/> and BCP84 <xref target="RFC3704"/>) is the best current practice for intra-domain SAV.</t>
      <ul spacing="normal">
        <li>
          <t>ACL-based ingress filtering <xref target="RFC2827"/> is a typical mechanism for intra-domain SAV. It requires that network operators manually configure ACL rules on intra-domain routers to block or permit data packets using specific source addresses. This mechanism can be used on interfaces of host-facing or customer-facing routers facing an intra-domain host/customer network to prevent the corresponding host/customer network from spoofing source prefixes of other networks <xref target="manrs-antispoofing"/>. In addition, it is also usually used on interfaces of AS border routers facing an external AS to block data packets using disallowed source addresses, such as internal source addresses owned by the local AS <xref target="nist-rec"/>. In any application scenario, ACL rules must be updated in time to be consistent with the latest filtering criteria when the network changes.</t>
        </li>
        <li>
          <t>Strict uRPF <xref target="RFC3704"/> is another typical intra-domain SAV mechanism. It is typically used on interfaces of host-facing or customer-facing routers facing an intra-domain host/customer network. Routers deploying strict uRPF accept a data packet only when i) the local FIB contains a prefix covering the packet's source address and ii) the corresponding outgoing interface for the prefix in the FIB matches the packet's incoming interface. Otherwise, the packet will be blocked.</t>
        </li>
        <li>
          <t>Loose uRPF <xref target="RFC3704"/> uses a pretty looser validation method which loses the directionality. A packet will be accepted if the router's local FIB contains a prefix covering the packet's source address regardless of the interface from which the packet is received. In fact, interfaces of AS border routers facing an external AS may use loose uRPF to block incoming data packets using non-global addresses <xref target="nist-rec"/>.</t>
        </li>
        <li>
          <t>Carrier Grade NAT has some operations on the source addresses of packets, but it is not an anti-spoofing tool, as described in <xref target="manrs-antispoofing"/>. If the source address of a packet is in the INSIDE access list, the NAT rule can translate the source address to an address in the pool OUTSIDE. The NAT rule cannot determine whether the source address is spoofed or not. In addition, the packet using a spoofed source address will still be forwarded if the spoofed source address is not included in the INSIDE access list. Therefore, Carrier Grade NAT cannot help identify and block source-spoofed data packets.</t>
        </li>
      </ul>
    </section>
    <section anchor="sec-gap">
      <name>Gap Analysis</name>
      <t>Towards the two goals of intra-domain SAV in <xref target="intra-domain"/>, intra-domain SAV is commonly deployed on host-facing routers, customer-facing routers, and AS border routers. This section elaborates the key problems of SAV on host-facing or customer-facing routers and SAV on AS border routers, respectively. Since existing intra-domain SAV mechanisms either require high operational overhead or have limitations in accuracy, they will improperly block data packets using a legitimate source address (i.e., improper block) or improperly permit data packets using a spoofed source address (i.e., improper permit).</t>
      <section anchor="sav-on-host-facing-or-customer-facing-routers">
        <name>SAV on Host-facing or Customer-facing Routers</name>
        <t>Towards Goal i in <xref target="intra-domain"/>, intra-domain SAV is typically deployed on interfaces of host-facing or customer-facing routers facing an intra-domain host/customer network to validate data packets originated from that network, since SAV is more effective when deployed closer to the source.</t>
        <t>As described previously, ACL rules can be configured on such interfaces for ingress filtering. These ACL rules must be manually updated according to prefix changes or topology changes in a timely manner. Otherwise, if ACL rules are not updated in time, improper block or improper permit problems may occur. To ensure the accuracy of ACL rules in dynamic networks, high operational overhead will be induced to achieve timely updates for ACL configurations.</t>
        <t>Strict uRPF can also be used for SAV on host-facing or customer-facing routers. It can generate and update SAV rules in an automatic way but it will cause improper blocks in the scenario of asymmetric routing or hidden prefix.</t>
        <section anchor="asymmetric-routing">
          <name>Asymmetric Routing</name>
          <t><xref target="multi-home"/> shows asymmetric routing in a multi-homing scenario. In the figure, Network 1 is a host/customer network of the AS. It owns prefix 192.0.2.0/24 <xref target="RFC6890"/> and is attached to two intra-domain routers, i.e., Router 1 and Router 2. For the load balance purpose of traffic flowing to Network 1, Network 1 expects the incoming traffic destined for the sub-prefix 192.0.2.128/25 to come only from Router 1 and the incoming traffic destined for the other sub-prefix 192.0.2.0/25 to come only from Router 2. To this end, Router 1 only learns the route to sub-prefix 192.0.2.128/25 from Network 1, while Router 2 only learns the route to the other sub-prefix 192.0.2.0/25 from Network 1. Then, Router 1 and Router 2 distribute the sub-prefix information to routers in the AS through intra-domain routing protocols such as OSPF or IS-IS. Finally, Router 1 learns the route to 192.0.2.0/25 from Router 3, and Router 2 learns the route to 192.0.2.128/25 from Router 3. The FIBs of Router 1 and Router 2 are shown in the figure. Although Network 1 does not expect traffic destined for 192.0.2.0/25 to come from Router 1, it may send traffic with source addresses of prefix 192.0.2.0/25 to Router 1 for load balance of traffic originated from Network 1. As a result, there is asymmetric routing of data packets between Network 1 and Router 1. Arrows in the figure indicate the flowing direction of traffic. Similarly, Network 1 may also send traffic with source addresses of prefix 192.0.2.128/25 to Router 2, resulting in asymmetric routing between Network 1 and Router 2. In addition to the traffic engineering mentioned above, other factors may also cause similar asymmetric routing between host-facing/customer-facing routers and host/customer networks.</t>
          <figure anchor="multi-home">
            <name>Asymmetric routing in multi-homing scenario</name>
            <artwork><![CDATA[
 +---------------------------------------------------------------+
 |                                                           AS  |
 |                         +----------+                          |
 |                         | Router 3 |                          |
 |FIB of Router 1          +----------+  FIB of Router 2         |
 |Dest           Next_hop    /      \    Dest           Next_hop |
 |192.0.2.128/25 Network 1  /        \   192.0.2.0/25   Network 1|
 |192.0.2.0/25   Router 3  /          \  192.0.2.128/25 Router 3 |
 |                  +----------+     +----------+                |
 |                  | Router 1 |     | Router 2 |                |
 |                  +-----+#+--+     +-+#+------+                |
 |                        /\           /                         |
 |     Traffic with        \          / Traffic with             |
 |     source IP addresses  \        /  destination IP addresses |
 |     of 192.0.2.0/25       \      \/  of 192.0.2.0/25          |
 |                      +----------------+                       |
 |                      |  Host/Customer |                       |
 |                      |    Network 1   |                       |
 |                      | (192.0.2.0/24) |                       |
 |                      +----------------+                       |
 |                                                               |
 +---------------------------------------------------------------+

 The legitimate traffic originated from Network 1 with source IP 
 addresses of 192.0.2.0/25 will be improperly blocked by Router 1 
 if Router 1 uses strict uRPF.
]]></artwork>
          </figure>
          <t>Strict uRPF takes the entries in FIB for SAV. It will improperly block data packets which use legitimate source addresses when asymmetric routing exists. In the figure, if Router 1 uses strict uRPF on interface '#', the SAV rule is that Router 1 only accepts packets with source addresses of 192.0.2.128/25 from Network 1. Therefore, when Network 1 sends packets with source addresses of 192.0.2.0/25 to Router 1, strict uRPF at Router 1 will improperly block these legitimate packets. Similarly, when Router 2 uses strict uRPF on its interface '#' and receives packets with source addresses of prefix 192.0.2.128/25 from Network 1, it will also improperly block these legitimate packets because strict uRPF at Router 2 will only accept packets from Network 1 using source addresses of prefix 192.0.2.0/25.</t>
        </section>
        <section anchor="hidden-prefix">
          <name>Hidden Prefix</name>
          <t>For special business purposes, a host/customer network will originate data packets using a source address that is not distributed through intra-domain routing protocol. In other words, the IP address/prefix is hidden from intra-domain routing protocol and intra-domain routers. In this scenario, strict uRPF on host-facing or customer-facing routers will improperly block data packets from the host/customer network using source addresses in a hidden prefix.</t>
          <figure anchor="hidden">
            <name>Hidden prefix in CDN and DSR scenario</name>
            <artwork><![CDATA[
          +-------------------------+                             
          |          AS Y           | AS Y announces the route    
          |   (where the anycast    | for anycast prefix P3
          |    server is located)   | in BGP                            
          +-----------+-------------+                             
                      |                                           
                      |                                           
          +-----------+-------------+                             
          |       Other ASes        |                             
          +-------------------------+                             
             /                    \                               
            /                      \                              
           /                        \                             
+------------------+   +---------------------------------------+   
|      AS Z        |   |         +----------+             AS X |   
| (where the user  |   |         | Router 4 |                  |   
|    is located)   |   |         +----------+                  |   
+------------------+   |              |                        |   
                       |              |                        |   
                       |         +----+-----+                  |   
                       |         | Router 5 |                  |   
                       |         +----#-----+                  |   
                       |              /\    DSR responses with |   
                       |              |     source IP addresses|   
                       |              |     of P3              |   
                       |       +---------------+               |   
                       |       | Host/Customer |               |   
                       |       |   Network 2   |               |   
                       |       |     (P2)      |               |   
                       |       +---------------+               |   
                       | (where the edge server is located)    |   
                       +---------------------------------------+   
DSR response packets from edge server in Network 2 with 
source IP addresses of P3 (i.e., the anycast prefix) will 
be improperly blocked by Router 5 if Router 5 uses strict uRPF.
]]></artwork>
          </figure>
          <t>The Content Delivery Networks (CDN) and Direct Server Return (DSR) scenario is a representative example of hidden prefix. In this scenario, the edge server in an AS will send DSR response packets using a source address of the anycast server which is located in another remote AS. However, the source address of anycast server is hidden from intra-domain routing protocol and intra-domain routers in the local AS. While this is an inter-domain scenario, we note that DSR response packets may also be improperly blocked by strict uRPF when edge server is located in the host/customer network. For example, in <xref target="hidden"/>, assume edge server is located in Host/Customer Network 2 and Router 5 only learns the route to P2 from Network 2. When edge server receives the request from the remote anycast server, it will directly return DSR response packets using the source address of anycast server (i.e., P3). If Router 5 uses strict uRPF on interface '#', the SAV rule is that Router 5 only accepts packets with source addresses of P2 from Network 2. As a result, DSR response packets will be blocked by strict uRPF on interface '#'.</t>
        </section>
      </section>
      <section anchor="sav-on-as-border-routers">
        <name>SAV on AS Border Routers</name>
        <t>Towards Goal ii in <xref target="intra-domain"/>, intra-domain SAV is typically deployed on interfaces of AS border routers facing an external AS to validate packets arriving from other ASes. <xref target="inbound-SAV"/> shows an example of SAV on AS border routers. In the figure, Router 3 and Router 4 deploy intra-domain SAV on interface '#' for validating data packets coming from external ASes.</t>
        <figure anchor="inbound-SAV">
          <name>An example of SAV on AS border routers</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>ACL-based ingress filtering is usually used for this purpose. By configuring specified ACL rules, data packets that use disallowed source addresses (e.g., non-global addresses or internal source addresses) can be blocked at AS border routers. As mentioned above, ACL-based ingress filtering requires manual updates when internal source prefixes change dynamically. If ACL rules are not updated in time, there may be improper block or improper permit problems. The operational overhead of maintaining updated ACL rules will be extremely high when there are multiple AS border routers adopting SAV as shown in <xref target="inbound-SAV"/>.</t>
        <t>In addition to ACL-based ingress filtering, loose uRPF is also often used for SAV on AS border routers and is more adaptive than ACL-based rules. But it sacrifices the directionality of SAV and has limited blocking capability, because it allows packets with source addresses that exist in the FIB table on all router interfaces.</t>
      </section>
    </section>
    <section anchor="sec-problem">
      <name>Problem Statement</name>
      <t>Accurate validation and low operational overhead are two important design goals of intra-domain SAV mechanisms. However, as analyzed above, existing intra-domain SAV mechanisms have problems of inaccurate validation or high operational overhead.</t>
      <t>ACL-based ingress filtering relies on manual configurations and thus requires high operational overhead in dynamic networks. To guarantee accuracy of ACL-based SAV, network operators have to manually update the ACL-based filtering rules in time when the prefix or topology changes. Otherwise, improper block or improper permit problems may appear.</t>
      <t>Strict uRPF can automatically update SAV rules, but may improperly block legitimate traffic under asymmetric routing scenario or hidden prefix scenario. The root cause is that strict uRPF uses the router's local FIB to determine the valid incoming interface for a specific source address, which may not match the real incoming direction from the source, due to the existence of asymmetric routes. Hence, it may mistakenly consider a valid incoming interface as invalid, resulting in improper block problems; or it may mistakenly consider an invalid incoming interface as valid, resulting in improper permit problems.</t>
      <t>Loose uRPF is also an automated SAV mechanism but its SAV rules are overly loose. Most spoofed packets will be improperly permitted by loose uRPF.</t>
    </section>
    <section anchor="sec-requirement">
      <name>Requirements for New SAV Mechanisms</name>
      <t>This section lists the requirements which can be a guidance for narrowing the gaps of existing intra-domain SAV mechanisms. The requirements can be fully or partially fulfilled when designing new intra-domain SAV mechanisms.</t>
      <section anchor="automatic-update">
        <name>Automatic Update</name>
        <t>The new intra-domain SAV mechanism <bcp14>MUST</bcp14> be able to automatically adapt to network dynamics such as routing changes or prefix changes, instead of purely relying on manual update.</t>
      </section>
      <section anchor="accurate-validation">
        <name>Accurate Validation</name>
        <t>The new intra-domain SAV mechanism need to improve the validation accuracy upon existing intra-domain SAV mechanisms. In a static network, improper block <bcp14>MUST</bcp14> be avoided to guarantee that legitimate traffic will not be blocked. Improper permit <bcp14>SHOULD</bcp14> be reduced as much as possible so that the malicious packets with forged source addresses can be efficiently filtered. When there are network changes, the new mechanisms <bcp14>MUST</bcp14> update SAV rules efficiently for keeping the high accuracy of validation.</t>
      </section>
      <section anchor="working-in-incrementalpartial-deployment">
        <name>Working in Incremental/Partial Deployment</name>
        <t>The new intra-domain SAV mechanism <bcp14>SHOULD NOT</bcp14> assume pervasive adoption, and some routers that intend to adopt the new mechanism may not be able to be upgraded immediately. The new intra-domain SAV mechanism <bcp14>SHOULD</bcp14> be able to provide incremental protection when it is incrementally deployed. The effectiveness of the new intra-domain SAV mechanism under incremental deployment <bcp14>SHOULD</bcp14> be no worse than existing ones.</t>
      </section>
      <section anchor="fast-convergence">
        <name>Fast Convergence</name>
        <t>The new intra-domain SAV mechanism <bcp14>MUST</bcp14> adapt to prefix changes, route changes, and topology changes in an intra-domain network, and update SAV rules in a timely manner. In addition, it <bcp14>MUST</bcp14> consider how to update SAV rules proactively or reactively so as to minimize improper blocks during convergence.</t>
      </section>
      <section anchor="necessary-security-guarantee">
        <name>Necessary Security Guarantee</name>
        <t>Necessary security tools <bcp14>SHOULD</bcp14> be considered in the new intra-domain SAV mechanism. These security tools can help protect the SAV rule generation process. <xref target="sec-security"/> details the security scope and considerations for the new intra-domain SAV mechanism.</t>
      </section>
    </section>
    <section anchor="sec-scope">
      <name>Intra-domain SAV Scope</name>
      <t>The new intra-domain SAV mechanisms work in the same scenarios as existing intra-domain SAV mechanisms. Generally, the scope includes all IP-encapsulated scenarios:</t>
      <ul spacing="normal">
        <li>
          <t>Native IP forwarding: including both forwarding based on global routing table and CE site forwarding of VPN.</t>
        </li>
        <li>
          <t>IP-encapsulated Tunnel (IPsec, GRE, SRv6, etc.): focusing on the validation of the outer layer IP address.</t>
        </li>
        <li>
          <t>Validating both IPv4 and IPv6 addresses.</t>
        </li>
      </ul>
      <t>Scope does not include:</t>
      <ul spacing="normal">
        <li>
          <t>Non-IP packets: including MPLS label-based forwarding and other non-IP-based forwarding.</t>
        </li>
      </ul>
      <t>In addition, the new intra-domain SAV mechanisms <bcp14>SHOULD</bcp14> avoid data-plane packet modification. Existing architectures or protocols or mechanisms can be used in the new SAV mechanisms to achieve better SAV function.</t>
    </section>
    <section anchor="sec-security">
      <name>Security Considerations</name>
      <t>The new intra-domain SAV mechanisms should not introduce additional security vulnerabilities or confusion to the existing intra-domain architectures or control or management plane protocols.</t>
      <t>Similar to the security scope of intra-domain routing protocols, intra-domain SAV mechanisms should ensure integrity and authentication of protocol messages that deliver the required SAV information, but it is not necessary to provide protection against compromised or misconfigured intra-domain routers which poison existing control or management plane protocols. Compromised or misconfigured intra-domain routers will not only affect SAV, but also disrupt the whole intra-domain routing domain, which is beyond the capability of intra-domain SAV.</t>
    </section>
    <section anchor="sec-iana">
      <name>IANA Considerations</name>
      <t>This document does not request any IANA allocations.</t>
    </section>
    <section anchor="acknowledgements">
      <name>Acknowledgements</name>
      <t>Many thanks to the valuable comments from: Jared Mauch, Barry Greene, Fang Gao, Kotikalapudi Sriram, Anthony Somerset, Yuanyuan Zhang, Igor Lubashev, Alvaro Retana, Joel Halpern, Aijun Wang, Michael Richardson, Li Chen, Gert Doering, Mingxing Liu, Libin Liu, John O'Brien, Roland Dobbins, Xiangqing Chang, Tony Przygienda, Yingzhen Qu, Changwang Lin, etc.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <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="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="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="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>
        <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="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="RFC6890" target="https://www.rfc-editor.org/info/rfc6890" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.6890.xml">
          <front>
            <title>Special-Purpose IP Address Registries</title>
            <author fullname="M. Cotton" initials="M." surname="Cotton"/>
            <author fullname="L. Vegoda" initials="L." surname="Vegoda"/>
            <author fullname="R. Bonica" initials="R." role="editor" surname="Bonica"/>
            <author fullname="B. Haberman" initials="B." surname="Haberman"/>
            <date month="April" year="2013"/>
            <abstract>
              <t>This memo reiterates the assignment of an IPv4 address block (192.0.0.0/24) to IANA. It also instructs IANA to restructure its IPv4 and IPv6 Special-Purpose Address Registries. Upon restructuring, the aforementioned registries will record all special-purpose address blocks, maintaining a common set of information regarding each address block.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="153"/>
          <seriesInfo name="RFC" value="6890"/>
          <seriesInfo name="DOI" value="10.17487/RFC6890"/>
        </reference>
        <reference anchor="manrs-antispoofing" target="https://www.manrs.org/netops/guide/antispoofing">
          <front>
            <title>MANRS Implementation Guide</title>
            <author>
              <organization/>
            </author>
            <date year="2023" month="January"/>
          </front>
        </reference>
        <reference anchor="nist-rec" target="https://www.nist.gov/publications/resilient-interdomain-traffic-exchange-bgp-security-and-ddos-mitigation&quot;">
          <front>
            <title>Resilient Interdomain Traffic Exchange - BGP Security and DDoS Mitigation</title>
            <author>
              <organization/>
            </author>
            <date year="2019" month="January"/>
          </front>
        </reference>
      </references>
    </references>
    <?line 384?>



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

-->

</rfc>
