<?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-07" category="info" submissionType="IETF" version="3">
  <!-- xml2rfc v2v3 conversion 3.24.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-07"/>
    <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="November" day="11"/>
    <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>The scope of intra-domain SAV 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>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>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.</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 '#'. In addition, loose uRPF on this interface will also improperly block DSR response packets if prefix P3 is not in the FIB of Router 5.</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 |   |
| +----------+     +----------+      +----+-----+   |
|        \             /                  |         |
|         \           /                   |         |
|          \         /                    |         |
|       +---------------+         +-------+-------+ |
|       |   Customer    |         |     Host      | |
|       |   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. 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 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-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, and consider avoiding unintentional misconfiguration. It is not necessary to provide protection against compromised or malicious intra-domain routers which poison existing control or management plane protocols. Compromised or malicious intra-domain routers may not only affect SAV, but also disrupt the whole intra-domain routing domain. Security solutions to prevent these attacks are 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="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="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="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 377?>



  </back>
  <!-- ##markdown-source:
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
Z095D33vHL9nOuX5PdMpHXyrLZl1ktkofm0KUBPjRgWgV9mZGS1QNd+QhuhE
Jb6sIq6q9s9V+VYLGc/NtqCq5Ky2/apVAfWFS6DuUT7vyposjVibeN1xCMeI
8JtB4BoNAZWqiCP1FW9fjV0rqecWSLwZ98we9tOiuznItdPUmiW6/iEiHrXK
LdSd+XLa8BLq9wJXDHe2Oz7ba3gl9XsNd75nl3/j3mMKJHDpjj8/96+eePc+
BjWf2C7aNB0evGruPW485S3ktd2mWvDT6KvPuWqECP5T9bW29sfDynuqvry2
5VM17nU9Vn9qi2W4Drq2WHlrBDuf31cnKR0y0s3Du5blup/yHuuUxq6n+n1v
e8f99Z7Cv84I1yHT/2il7e/6U9aCtJ+q36k/hRHGbivCaMce96Fr2EHXfT5N
vbHd57F3YIHTyR3HFWxQyeiSb9qGR/umvU1aXAIWuzw3HdcZesc5mw1w0NQV
Wg7qmpl8B8zhb9ibZQ/16Nxiwdv+unds7TSP4OATiZp2aKLb9SOb2OB2FHJN
rKv05G1GDWTcBjlz9LEpMkUm8uFFdxe9ctkQOtGzZmXmpgpYrsvqrj2/dMcW
IkG2xwoX62GBscQtzDDgVAprd5fZExBwIRFlqu1d0LG2CJtOstNV8VfDZcDV
lEaNzwbW15w3u28wu4T4sVU024ES13FS0bWM5IoiRDowr+qRN3CLV1wQq2WY
4/7Nzj1R7nhdrAKSmuv4VVQdaBbKlZzF2HTgVqoAKEn5XZ4xTQta/PS9SXPm
K++ZNtvzKzfP7PtovQLCbP4wYoFT3G5Z97aBIRWAV7e40Hbwm8w7xzlSeOro
hq0j/v5iF83S8YIyWf9WzbOt9lTQPgl/p4e37d4/XSTvL9imyvmNczqJeb+v
mdT1cm1TD1vqavL314Z3lJJTseu8lDkwT7VK0A1WdNRQe4MyUU/HU9Qq8Ll2
1D3skWLrvGkTqdsQasKUjtL8eh3+/SrseR9/ZzW7LTH3cXZ16Lx/DSG04qyO
agtQF6qzXK8qSG+UnntF4nToSJYVtrTdzC4/Yiy1v/JW38VIB47ajWebThfh
Zbi+Td/2sE4kGbU87f80gT/tuLVbC121pssMMKCBPXOCElUfaEswl6E2+IID
+g7vuQrYJTSWVyrlTe7mRMt+OmgTNN1t1G82ZMMKwh9ISjZ0lVp4Pb1t7Ktl
1YLguG0EKoHjieTtrefdDdrbA4H6DGdrYjbEjsQJupXN87s6ynOqs0Bma88W
GdV73jwY51TdULetUxy8I3Saxzjg3sCOc3ZYeow/IwW+koHKkLEbEPTc7Bjg
84DucZzQRbMj08VlidMWjzfA0yFoDsMl0DJ42r7ZqYQ2gPa+Apl3dnJHI2FO
3JDXWcz7GYerRKZus+Yyi+jQeeTRqDofwz8Qn5zBqloez7OvwPsnLMR2i/xN
EwlvG89MFWhf6exVcz6oOdxo4jbPfE9ajfPYm+kTdGoJDh2acOymph7JH8HL
Vv0bA1LV/FuN522xqm+6wtwQ6AT27sAhV5QrTNbmJK6ar2oJsUa0el3CVrTg
gcnmZQn4yojmKV/OupUr3LS5lRge0blOfHi+2yzX0DeOhSgijEFlUkmnd5gO
msT8tgW3WV4cNZSLkb0ZTgXezyVx5xtz3p7hDHq4Oj5oCeSGuPOu7sjRywU6
Ihgjfe4YfpxNZLARmx/rXnXj5IaBk1VPTokVrb1dNfAgIFdKraxWIHfF9zuq
ATPS8CN0apTvURqyOpDJ+IznvzikRBy9U2wbGakO0LGpd+D1tdT0YgAKDjJz
NBBtfncHq1BxE64I8Z46bNlmgLOi3oSiAzTmuH8aD2paqgjfaGDOBN8SWQ+a
OagNDZblBKkWo6Q51DO74l0LLwPL3bbex1HcjQv7On6/keO8h2iaYQGXNhGM
m2TeGWxvMNt/kKVg6OboDmyvppw2amoYXu5wP8kp7trn2dhB6yZ0747E5sbQ
5hkxhJZzKCCWROxakGCApNmzjfoRHCv7Cz0E0u7gfECc9lt7h2PEGYuw4hdv
Yz5VuGNf5uvqdUVvrdIJguqufVMQHbygvYGyWNftzqYTVngLbgMgahA6DMBI
YX0Vxuz5RNGE+yGdpnh7i56GBfMJvVgZJ+xaOOB8JiWOi8XTBDx2e99dyJLj
41hzUAfCzo5DYRsJpFRBmURmJcUcZeWkARMrtrPrMkGqKcaO2SRi1FZqb7NQ
t/VpeQ10EH1GbyThlxjwaY3sgFiPgqIcs3XIbsuu87EZCbe28HUs4LQpN3uV
UQvO3fuxGi9lodpUs6S7RBGc26xBxOvovgcZmdMc3C7EQW3E2aBSIigl1WsY
vcSXpHlRsD37B0cmdYLvKUtPQdpXO4G7D1cBEp/HUZnNzjVoc7x+Fmvfcdhy
cA7u1ZW1ILxcSXqaA3AMFyikiGKdl8b68IuTOseWf46qOWBfa6Ibh2zBnDYv
tOIjDtU6sy/9cJmizjcl0BQ7mpxOuqdXDDz51HwTQ+1VCbjOjAdREQzMP5k3
oaGGAyfwKs1uElyo5veLBifYFs0Kv27DeHclmUY86YPDG2D1vvhOonSdSHCV
BuIVhCGgHXMFymgA5geY81ZmA/GfWRFfyUSuyigW0zzO5XIgJmmxyKCfKWb6
tSoG4qcS+oV/4m9oSQbiaA6jeFzOpF6oa3gguZZ5hsUfQO9AfJepRLyTCahw
EOdJ/M8yFT/ScycgQxJunuPfPNIo7sexOKCtu29VXojDzGQT8f2UH3AQj+MS
G83ilL9+ly1S8f6rV3nM+30TqkLJZtAA5vBfgeX8XssDRvUCKTnLf1vPoX0E
2P0EN39DH+EvAIwa3UjqJuVjcvn9ajMQBhjc4H8AKBTyVEJ2AAA=

-->

</rfc>
