<?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.29 (Ruby 3.2.3) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-savnet-intra-domain-architecture-02" category="info" submissionType="IETF" version="3">
  <!-- xml2rfc v2v3 conversion 3.28.1 -->
  <front>
    <title abbrev="Intra-domain SAVNET Architecture">Intra-domain Source Address Validation (SAVNET) Architecture</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-savnet-intra-domain-architecture-02"/>
    <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="N." surname="Geng" fullname="Nan Geng">
      <organization>Huawei</organization>
      <address>
        <postal>
          <city>Beijing</city>
          <country>China</country>
        </postal>
        <email>gengnan@huawei.com</email>
      </address>
    </author>
    <author initials="L." surname="Chen" fullname="Li Chen">
      <organization>Zhongguancun Laboratory</organization>
      <address>
        <postal>
          <city>Beijing</city>
          <country>China</country>
        </postal>
        <email>lichen@zgclab.edu.cn</email>
      </address>
    </author>
    <date year="2025" month="April" day="14"/>
    <area>Routing</area>
    <workgroup>SAVNET</workgroup>
    <keyword>SAV</keyword>
    <abstract>
      <?line 83?>

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

<section anchor="sec-intro">
      <name>Introduction</name>
      <t>Source address validation (SAV) is important for mitigating source address spoofing and thus contributes to the Internet security. In the Source Address Validation Architecture (SAVA) <xref target="RFC5210"/>, SAV is divided into three checking levels, i.e., access-network SAV, intra-domain SAV, and inter-domain SAV. When an access network does not deploy SAV (such as SAVI <xref target="RFC7039"/><xref target="RFC7513"/>, Cable Source Verify <xref target="cable-verify"/>, and IP Source Guard <xref target="IPSG"/>), intra-domain SAV helps block spoofed packets from an access network as close to the source as possible <xref target="I-D.ietf-savnet-intra-domain-problem-statement"/>.</t>
      <t>The main purpose of the intra-domain SAV mechanism for an AS A, is to block the spoofing data packets from a host or customer network that use source addresses of other networks, as well as block the spoofing data packets from other ASes that use source addresses of AS A. The main task of the intra-domain SAV mechanism is to generate the correct mapping relationship between a source address (prefix) and the valid incoming router interface(s), called SAV rules. The core challenge of the intra-domain SAV mechanism is how to efficiently and accurately learn the mapping relationship. Although many existing intra-domain SAV mechanisms (such as ACL-based ingress filtering <xref target="RFC2827"/>, strict uRPF <xref target="RFC3704"/>, and loose uRPF <xref target="RFC3704"/>) have been proposed, they suffer from either inaccurate mapping in asymmetric routing scenraios, or high operational overhead in dynamic networks. The key cause is that exsiting mechanisms generate the SAV rules by a router's local routing information or by manual inputs. To addresses problems of existing intra-domain SAV mechanisms, five requirements for a new intra-domain SAVNET mechanism are proposed in <xref target="I-D.ietf-savnet-intra-domain-problem-statement"/>.</t>
      <t>This document introduces the intra-domain SAVNET architecture to meet the five requirements and guide development of future intra-domain SAV solutions. The key idea of intra-domain SAVNET is to generate SAV rules in routers based on SAV-specific information exchanged among routers, instead of solely depending on local routing information like in existing mechanisms. It achieves accurate SAV validation, because SAV-specific information is specialized for SAV and thus helps generate more accurate SAV rules than solely using local routing information. It achieves automatic SAV rule update, because SAV-specific information exchange is triggered when there is topology change or prefix change. In the incremental/partial deployment scenario where only part of intra-domain routers support the intra-domain SAVNET, it provides incremental benefits by using SAV-specific information provided by routers that support the intra-domain SAVNET, and/or local routing information to generate SAV rules.</t>
      <t>The reader is encouraged to be familiar with <xref target="I-D.ietf-savnet-intra-domain-problem-statement"/> and <xref target="huang-savnet-sav-table"/>.</t>
      <section anchor="requirements-language">
        <name>Requirements Language</name>
        <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
        <?line -18?>

</section>
    </section>
    <section anchor="terminology">
      <name>Terminology</name>
      <t>Local Routing Information: The information in a router's local RIB or FIB that can be used to infer SAV rules.</t>
      <t>SAV-specific Information: The information specialized for SAV rule generation, which is exchanged among routers.</t>
      <t>SAV-related Information: The information used by a router to make SAV decisions. For intra-domain SAV, SAV-related information includes both local routing information and SAV-specific information.</t>
      <t>SAV-specific Information Communication Mechanism: The mechanism for exchanging SAV-specific information between routers. It can be either a new protocol or an extension to an existing protocol.</t>
      <t>SAV Information Base: A table or data structure in a router which stores SAV-specific information and local routing information.</t>
      <t>SAV Rule: The rule in a router that describes the mapping relationship between a source address (prefix) and the valid incoming interface(s). It is used by a router to make SAV decisions.</t>
      <t>SAVNET Router: An intra-domain router which runs intra-domain SAVNET.</t>
      <t>SAVNET Agent: The agent in a SAVNET router that is responsible for communicating SAV-specific information, processing SAV-related information, and generating SAV rules.</t>
      <t>Host-facing Router: An intra-domain router 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="sec-arch-overview">
      <name>Overview</name>
      <t><xref target="fig-arch"/> illustrates intra-domain SAVNET architecture in an intra-domain network. To generate more accurate SAV rules, intra-domain SAVNET allows SAVNET routers to automatically exchange SAV-specific information. Every SAVNET router can choose which SAVNET routers to provide its SAV-specific information to. Arrows in <xref target="fig-arch"/> indicate the direction of SAV-specific information flows originated from Router A and Router C. SAV-specific information flows originated from other routers are omitted for brevity. After receiving SAV-specific information provided by other routers, the SAVNET router can generate more accurate SAV rules by using SAV-specific information provided by other routers, its own SAV-specific information, and/or routing information in the local FIB/RIB.</t>
      <figure anchor="fig-arch">
        <name>Overview of intra-domain SAVNET architecture</name>
        <artwork><![CDATA[
                +----------------------------------+
                |            Other ASes            |
                +----------------------------------+
                   |                            |
+------------------|----------------------------|--------------+
|    AS            |        SAV-specific        |              |
|                  |        message from        |              |
|                  |        Router A            |              |
|            +-----#----+ --------------> +-----#----+         |
|            | Router D |                 | Router E |         |
|            +-----/\---+ <-------------- +-----/\---+         |
|     SAV-specific |        SAV-specific        | SAV-specific |
|     message from |        message from        | message from |
|     Router A     |        Router C            | Router C     |
|            +----------------------------------------+        |
|            |      Other intra-domain routers        |        |
|            +-/\-------------------------------/\----+        |
| SAV-specific /       \  SAV-specific          | SAV-specific |
| message from/         \ message from          | message from |
| Router A   /           \Router A              | Router C     |
|     +----------+  +----\/----+          +----------+         |
|     | Router A |  | Router B +----------+ Router C |         |
|     +----#-----+  +-------#--+          +-----#----+         |
|           \              /                    |              |
|            \            /                     |              |
|             \          /                      |              |
|           +--------------+            +--------------+       |
|           |   Customer   |            |    Host      |       |
|           |   Network    |            |   Network    |       |
|           +--------------+            +--------------+       |      
+--------------------------------------------------------------+
]]></artwork>
      </figure>
      <t>For example, the host-facing (or customer-facing) router can contain the locally-known source prefixes of the network it is facing in its SAV-specific information and provide its SAV-specific information to other routers. When Router B receives Router A's SAV-specific information, it can learn all source prefixes belonging to the customer network in combination with its locally-known source prefixes of the customer network, even if there is an asymmetric route between Router B and the customer network. After that, Router B can block source-spoofed data packets from the customer network that use source addresses not belonging to the customer network. Routers D and E can identify source prefixes belonging to the local AS by using SAV-specific inforamtion provided by Routers A, B, and C. They can block source-spoofed data packets from other ASes that use source addresses belonging to the local AS.</t>
    </section>
    <section anchor="roles-of-savnet-routers">
      <name>Roles of SAVNET Routers</name>
      <t>Every SAVNET router has a SAVNET Agent that is responsible for actions related to SAV. As shown in <xref target="fig-role"/>, a SAVNET router can act as one or two roles in the intra-domain SAVNET architecture, namely, source entity to provide its SAV-specific information to other SAVNET routers, or/and validation entity to receive SAV-specific information from other SAVNET routers.</t>
      <section anchor="source-entity">
        <name>Source Entity</name>
        <t>When a SAVNET router acts as source entity, the information provider of its SAVNET Agent provides its SAV-specific information to other SAVNET routers that act as validation entity. For example, a host-facing router acting as source entity can obtain its SAV-specific information related to the host network to which it is connected and selectively provide this information to other SAVNET routers.</t>
      </section>
      <section anchor="validation-entity">
        <name>Validation Entity</name>
        <t>When a SAVNET router acts as validation entity, the information receiver of its SAVNET Agent receives SAV-specific information from other SAVNET routers that act as source entity. Then, its SAVNET Agent processes SAV-specific information provided by other SAVNET routers, its own SAV-specific information, and/or its local routing information to generate SAV rules on corresponding interfaces. As mentioned above, host-facing routers perform SAV filtering on interfaces facing the host network, customer-facing routers perform SAV filtering on interfaces facing the customer network, and AS border routers perform SAV filtering on interfaces facing another AS.</t>
        <figure anchor="fig-role">
          <name>Roles of SAVNET routers</name>
          <artwork><![CDATA[
+---------------------+              +---------------------+
|    Source Entity    |              |  Validation Entity  |
|     (Router A)      |              |     (Router B)      |
|                     |              |                     |
| +-----------------+ |              | +-----------------+ |
| |   SAVNET Agent  | | SAV-specific | |   SAVNET Agent  | |
| | +-------------+ | | Information  | | +-------------+ | |
| | | Information +----------------------> Information | | |
| | | Provider    | | |              | | | Receiver    | | |
| | +-------------+ | |              | | +-------------+ | |
| +-----------------+ |              | +-----------------+ |
|                     |              |                     |
+---------------------+              +---------------------+

]]></artwork>
        </figure>
      </section>
      <section anchor="sav-specific-information-communication-mechanism">
        <name>SAV-specific Information Communication Mechanism</name>
        <t>New intra-domain SAV solutions should design a SAV-specific communication mechanism to propagate SAV-specific information from source entity to validation entity. It can be a new protocol or an extension to an existing protocol. This document does not present the details of the protocol design or protocol extensions, but lists necessary features of SAV-specific communication mechanism in the following.</t>
        <t>The SAV-specific Information communication mechanism <bcp14>SHOULD</bcp14> define the data structure or format of SAV-specific information, and the operations of communication (such as communication establishment and communication termination). In addition, the mechanism <bcp14>SHOULD</bcp14> require source entity to inform validation entity of the updates of SAV-specific information in a timely manner, so that validation entity can update SAV rules based on the latest information.</t>
        <t>In order to ensure the convergence and security of the communication, the session of the SAV-specific communication mechanism <bcp14>SHOULD</bcp14> meet the following requirements:</t>
        <ul spacing="normal">
          <li>
            <t>The session can be a long-time session or a temporary one, but it <bcp14>SHOULD</bcp14> provide sufficient assurance of transmission reliability and timeliness, so that validation entity can update its SAV rules in time.</t>
          </li>
          <li>
            <t>Authentication can be conducted before session establishment. Authentication is optional but the ability of authentication <bcp14>SHOULD</bcp14> be available.</t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="sec-arch-information">
      <name>SAV-related Information</name>
      <t>For intra-domain SAV, both SAV-specific information and local routing information can be used for SAV decisions.</t>
      <section anchor="sav-specific-information">
        <name>SAV-specific Information</name>
        <t>SAV-specific information is specialized for SAV and thus helps generate more accurate SAV rules. A SAVNET router can obtain its own SAV-specific information based on local routing information, local interface configurations, and/or other local configuration information. In addition, SAVNET routers acting as validation entity can obtain SAV-specific information of other SAVNET routers that act as source entity. By using SAV-specific information provided by other SAVNET routers, the SAVNET router acting as validation entity can generate more accurate SAV rules than solely using its local routing information.</t>
        <t>For example, customer-facing routers connected to the same multi-homed customer network can exchange locally-known source prefixes of the customer network through SAV-specific information communication. By processing both SAV-specific information of itself and SAV-specific information of the other customer-facing routers, each of them can identify all prefixes in the customer network and thus avoid improper block in case there is an asymmetric routing. <xref target="sec-use-case1"/> elaborates on this example.</t>
      </section>
      <section anchor="routing-information">
        <name>Routing Information</name>
        <t>Routing information is used for computing packet forwarding rules, which is stored in the router's RIB/FIB.  Although it is not specialized for SAV, it is widely used to infer SAV rules in existing uRPF-based SAV mechanisms, such as strict uRPF and loose uRPF <xref target="RFC3704"/>. A SAVNET router acting as validation entity can obtain routing information from its local RIB/FIB to generate SAV rules for some prefixes, when the corresponding SAV-specific information is missing.</t>
      </section>
    </section>
    <section anchor="sec-arch-agent">
      <name>SAV Rule Generation</name>
      <t><xref target="fig-sav-agent"/> shows the SAV rule generation process of the SAVNET router acting as validation entity. The SAV Information Manager of SAVNET Agent consolidates SAV-specific information provided by other routers, SAV-specific information of the router itself, and local routing information into the SAV Information Base. Then, it sends the consolidated information to the SAV Rule Generator. The SAV Rule Generator should preferentially use SAV-specific information to generate SAV rules for specific source prefixes. Local routing information is only recommended when some SAV-specific information is missing.</t>
      <t>SAV Information Manager also provides the support of diagnosis. Operators can look up the information in SAV Information Base for monitoring or troubleshooting purpose.</t>
      <t>For example, for a host-facing router (or a customer-facing router), it processes SAV-related information to identify prefixes in the host network (or customer network) it connected to, and then generate SAV rules on the interface facing to the host network (or customer network). Data packets coming from that interface will be considered invalid and should be blocked if they use source addresses not belonging to the host network (or customer network). In the incremental/partial deployment scenario when some routers do not deploy SAV-specific information communication mechanism, the host-facing router (or customer-facing router) may not be able to identify all prefixes in the host network (or customer network) through SAV-specific information. To avoid improper block in this case, the router is recommended to use less strict SAV rules. For example, it can choose to only block packets with non-global or non-routable source addresses by using its local routing information.</t>
      <figure anchor="fig-sav-agent">
        <name>Workflow of SAV rule generation</name>
        <artwork><![CDATA[
+--------------------------------------------------------+
|                      SAVNET Agent                      |
|                                                        |
|     SAV-specific     SAV-specific     Routing          |
|     information      information      information      |
|     provided by      of the router    in local         |
|     other routers    itself           FIB/RIB          |
|         +                  +               +           |
|         |                  |               |           |
|       +-v------------------v---------------v-+         |
|       |      SAV Information Manager         |         |
|       |      +------------------------+      |         |
|       |      | SAV Information Base   |      |         |
|       |      +------------------------+      |         |
|       +--------------------------------------+         |
|                          |                             |
|                          | SAV-related information     |
|                          |                             |
|       +------------------v--------------------+        |
|       |      SAV Rule Generator               |        |
|       |      +------------------------+       |        |
|       |      |        SAV Rules       |       |        |
|       |      +------------------------+       |        |
|       +---------------------------------------+        |
+--------------------------------------------------------+
]]></artwork>
      </figure>
      <t>For an AS border router, it processes SAV-related information to identify prefixes in the local AS, and then generate SAV rules on the interface facing to another AS. Data packets coming from that interface will be considered invalid and should be blocked if they use source addresses belonging to the local AS. In the incremental/partial deployment scenario, the AS border router may only identify partial prefixes in the local AS through SAV-specific information. In this case, the AS border router can still block data packets with source addresses in learned prefixes.</t>
      <t>In addition, if the AS border router also implements inter-domain SAVNET, its intra-domain SAVNET Agent <bcp14>SHOULD</bcp14> send the intra-domain SAV-specific information to its inter-domain SAVNET Agent, helping the inter-domain SAVNET Agent generate inter-domain SAV rules or inter-domain SAV-specific information.</t>
    </section>
    <section anchor="where-to-deploy-intra-domain-sav">
      <name>Where to deploy intra-domain SAV</name>
      <t>A SAVNET router can be a host-facing router, a customer-facing router, an AS border router, or other routers. To reduce deployment overhead and redundant validation, it is not necessary to deploy intra-domain SAV on all intra-domain routers. Future solutions should specify which routers deploy intra-domain SAV and provide incremental benefits when those routers incrementally deploy intra-domain SAV. To this end, this document provides some key recommendations and considerations that should be considered by future solutions.</t>
      <t>In general, host-facing routers, customer-facing routers, and AS border routers are vantage points to implement intra-domain SAV. It is not only because these routers are closer to the source and thus will be more effective in identifying and discarding source-spoofed data packets, but also becasue they can clearly determine the directionality of specific source prefixes based on the network topology:</t>
      <ul spacing="normal">
        <li>
          <t>Host-facing routers (e.g., Router C in <xref target="fig-arch"/>) generate SAV rules on interfaces facing a host network and only permit incoming data packets that use a source address belonging to the host network.</t>
        </li>
        <li>
          <t>Customer-facing routers (e.g., Routers A and B in <xref target="fig-arch"/>) generate SAV rules on interfaces facing a customer network and only permit incoming data packets that use a source address belonging to the customer network.</t>
        </li>
        <li>
          <t>AS border routers (e.g., Routers D or E in <xref target="fig-arch"/>) generate SAV rules on interfaces facing an external AS and block incoming data packets that use a source address of the local AS.</t>
        </li>
      </ul>
      <t>When only parts of the edge have deployed SAV, every router that has deployed SAV can block spoofing traffic from the connected host network, customer network, or external AS. The local AS is only vulnerable to spoofing traffic entering from parts of the edge where SAV has not been deployed. The network operator can plan the incremental edge deployments by understanding the incremental benefits.</t>
      <t>Implementing SAV on other inner routers should be more complicated because many factors will affect the forwarding path from the source to this kind of routers. For example, Traffic Engineering (TE) or Fast Reroute (FRR) is commonly used in an intra-domain network to control the forwarding decisions of routers. To ensure the accuracy of SAV on inner routers, the computation of SAV rules needs to take all factors that will affect forwarding into account.</t>
    </section>
    <section anchor="sec-use-case">
      <name>Use Cases</name>
      <t>This section uses two use cases to illustrate that intra-domain SAVNET can achieve more accurate and efficient SAV than existing intra-domain SAV mechanisms. The two use cases have already been described in <xref target="I-D.ietf-savnet-intra-domain-problem-statement"/> to show that existing intra-domain SAV mechanisms have problems of improper block or high operational overhead.</t>
      <section anchor="sec-use-case1">
        <name>Use Case 1: SAV at Host-facing or Customer-facing Routers</name>
        <t><xref target="fig-use-case1"/> shows an asymmetric routing in a multi-homed host/customer network scenario. Router 1 and Router 2 adopt intra-domain SAV to block spoofing data packets with source addresses not belonging to Network 1 (e.g., a host network or a customer network) receiving from interface '#'.</t>
        <t>Network 1 has prefix 10.0.0.0/15 and is connected to two routers (i.e., Router 1 and Router 2) in the intra-domain network. Due to the inbound load balance strategy of Network 1, Router 1 only learns the route to sub prefix 10.1.0.0/16 from Network 1, while Router 2 only learns the route to the other sub prefix 10.0.0.0/16 from Network 1. After that, Router 1 or Router 2 learns the route to the other sub prefix through the intra-domain routing protocol. The FIBs of Router 1 and Router 2 are shown in the figure. Assume Network 1 may send outbound packets with source addresses in sub prefix 10.0.0.0/16 to Router 1 for outbound load balance. The arrows in <xref target="fig-use-case1"/> indicate the direction of traffic.</t>
        <figure anchor="fig-use-case1">
          <name>A use case of outbound SAV</name>
          <artwork><![CDATA[
 +-------------------------------------------------------------+
 |                                                      AS     |
 |                        +----------+                         |
 |                        | Router 3 |                         |
 | FIB on Router 1        +----------+  FIB on Router 2        |
 | Dest         Next_hop   /\      \    Dest         Next_hop  |
 | 10.1.0.0/16  Network 1  /        \   10.0.0.0/16  Network 1 |
 | 10.0.0.0/16  Router 3  /         \/  10.1.0.0/16  Router 3  |
 |                +----------+     +----------+                |
 |                | Router 1 |     | Router 2 |                |
 |                +-----+#+--+     +-+#+------+                |
 |                        /\         /                         |
 |   Outbound traffic with \        / Inbound traffic with     |
 |   source IP addresses    \      /  destination IP addresses |
 |   of 10.0.0.0/16          \    \/  of 10.0.0.0/16           |
 |                     +---------------+                       |
 |                     | Host/Customer |                       |
 |                     |   Network 1   |                       |
 |                     | (10.0.0.0/15) |                       |
 |                     +---------------+                       |
 |                                                             |
 +-------------------------------------------------------------+
]]></artwork>
        </figure>
        <t>In this case, strict uRPF at Router 1 will improperly block legitimate packets with source addresses in prefix 10.0.0.0/16 from Network 1 on interface '#', because it only accepts data packets with source addresses in prefix 10.1.0.0/16 from Router 1's interface '#' according to its local routing information.</t>
        <t>If intra-domain SAVNET is implemented in the intra-domain network, Router 2 can inform Router 1 that prefix 10.0.0.0/16 also belongs to Network 1 by providing its SAV-specific information to Router 1. Then, by combining both its own SAV-specific information and SAV-specific information provided by Router 2, Router 1 learns that Network 1 have both prefix 10.1.0.0/16 and prefix 10.0.0.0/16. Therefore, Router 1 will accept data packets with source addresses in prefix 10.1.0.0/16 and prefix 10.0.0.0/16 on interface '#', so improper block can be avoided.</t>
      </section>
      <section anchor="sec-use-case2">
        <name>Use Case 2: SAV at AS Border Routers</name>
        <t><xref target="fig-use-case2"/> shows a scenario of inbound SAV at AS border routers. Router 3 and Router 4 adopt intra-domain SAV to block spoofing data packets with internal source addresses receiving from interface '#'. The arrows in <xref target="fig-use-case2"/> indicate the direction of spoofing traffic.</t>
        <figure anchor="fig-use-case2">
          <name>A use case of inbound SAV</name>
          <artwork><![CDATA[
 Packets with +              Packets with +
 spoofed P1/P2|              spoofed P1/P2|
+-------------|---------------------------|---------+
|   AS        \/                          \/        |
|         +--+#+-----+               +---+#+----+   |
|         | Router 3 +---------------+ Router 4 |   |
|         +----------+               +----+-----+   |
|          /        \                     |         |
|         /          \                    |         |
|        /            \                   |         |
| +----------+     +----------+      +----+-----+   |
| | Router 1 |     | Router 2 |      | Router 5 |   |
| +----------+     +----------+      +----+-----+   |
|        \             /                  |         |
|         \           /                   |         |
|          \         /                    |         |
|       +---------------+         +-------+-------+ |
|       |     Host      |         |   Customer    | |
|       |   Network     |         |   Network     | |
|       |     (P1)      |         |     (P2)      | |
|       +---------------+         +---------------+ |
|                                                   |
+---------------------------------------------------+
]]></artwork>
        </figure>
        <t>If Router 3 and Router 4 deploy ACL-based ingress filtering, the operator needs to manually generate and update ACL rules at Router 3 and Router 4 when internal source prefixes change. The operational overhead of manually maintaining and updating ACL rules will be extremely high, especially when there are multiple inbound validation interfaces '#'.</t>
        <t>If intra-domain SAVNET is implemented in the intra-domain network, Router 1, Router 2, and Router 5 will automatically inform Router 3 and Router 4 of prefixes in the host network and customer network by providing SAV-specific information. After receiving SAV-specific information from other routers, Router 3 and Router 4 can identify all internal source prefixes. The SAV-specific information communication will be triggered if topology or prefix related to the host network or customer network changes. For example, if the customer network has a new source prefix P3, Router 5 will inform Router 3 and Router 4 of the new source prefix immediately through SAV-specific information communication mechanism. In this way, Router 3 and Router 4 can automatically generate and update SAV rules on interface '#'.</t>
      </section>
    </section>
    <section anchor="meeting-the-design-requirements-of-intra-domain-savnet">
      <name>Meeting the Design Requirements of Intra-domain SAVNET</name>
      <t>Intra-domain SAVNET architecture is proposed to meet the five design requirements defined in <xref target="I-D.ietf-savnet-intra-domain-problem-statement"/>.</t>
      <section anchor="accurate-validation">
        <name>Accurate Validation</name>
        <t>In the asymmetric routing scenario shown in <xref target="fig-use-case1"/>, the host-facing router (or customer-facing router) cannot identify all prefixes in its host network (or customer network) solely using its local routing information. As a result, existing intra-domain SAV mechanisms (e.g., strict uRPF) solely using local routing information to generate SAV rules will have improper block problems in the case of asymmetric routing.</t>
        <t>Intra-domain SAVNET requires routers to exchange SAV-specific information among each other. The SAVNET router can use SAV-specific information provided by other routers as well as its own SAV-specific information to generate more accurate SAV rules. The use case in <xref target="fig-use-case1"/> has shown that intra-domain SAVNET can achieve more accurate SAV filtering compared with strict uRPF in asymmetric routing scenarios.</t>
      </section>
      <section anchor="automatic-update">
        <name>Automatic Update</name>
        <t>In real intra-domain networks, the topology or prefixes of networks may change dynamically. The SAV mechanism <bcp14>MUST</bcp14> automatically update SAV rules as the network changes. However, ACL-based SAV mechanism requires manual efforts to accommodate to network dynamics, resulting in high operational overhead.</t>
        <t>Intra-domain SAVNET allows SAVNET routers to exchange the changes of SAV-specific information among each other automatically. After receiving updated SAV-specific information from source entity, SAVNET routers acting as validation entity can generate and update their SAV rules accordingly. The use case in <xref target="sec-use-case2"/> has shown that intra-domain SAVNET can achieve automatic update.</t>
      </section>
      <section anchor="sec-incre">
        <name>Incremental/Partial Deployment</name>
        <t>Although an intra-domain network mostly has one administration, incremental/partial deployment may still exist due to phased deployment or multi-vendor supplement. In phased deployment scenarios, SAV-specific information of non-deploying routers is not available.</t>
        <t>As described in <xref target="sec-arch-agent"/>, intra-domain SAVNET can adapt to incremental/partial deployment. To mitigate the impact of phased deployment, it is <bcp14>RECOMMENDED</bcp14> that routers facing the same host/customer network can simultaneously adopt intra-domain SAVNET so that all prefixes in the host/customer network can be identified. For example, in <xref target="fig-use-case1"/>, Router 1 and Router 2 are recommended to be upgraded to SAVNET routers together so that the two routers can identify all prefixes in Network 1 and generate accurate SAV rules on interfaces '#'.</t>
        <t>In addition, SAVNET routers acting as validation entity are <bcp14>RECOMMENDED</bcp14> to support flexible validation modes and perform SAV filtering gradually to smooth the transition from partial to full deployment:</t>
        <ul spacing="normal">
          <li>
            <t>SAVNET routers acting as validation entity are <bcp14>RECOMMENDED</bcp14> to support flexible validation modes such as interface-based prefix allowlist, interface-based prefix blocklist, and prefix-based interface allowlist (see <xref target="huang-savnet-sav-table"/>). The first two modes are interface-scale, and the last one is device-scale. Under incremental/partial deployment, SAVNET routers <bcp14>SHOULD</bcp14> take on the proper validation mode according to acquired SAV-specific information. For example, if a customer-facing router can identify all prefixes in its customer network by processing acquired SAV-specific information, an interface-based prefix allowlist containing these prefixes can be used on that customer-facing interface. Otherwise, it should use interface-based prefix blocklist or prefix-based interface allowlist to avoid improper block.</t>
          </li>
          <li>
            <t>Validation entity is <bcp14>RECOMMENDED</bcp14> to performed SAV-invalid filtering gradually. The router can first take conservative actions on the validated data packets. That is to say, the router will not discard packets with invalid results in the beginning of deployment. It can conduct sampling action for measurement analysis at first, and then conducts rate-limiting action or redirecting action for packets with invalid results. These conservative actions will not result in serious consequences if some legitimate packets are mistakenly considered invalid, while still providing protection for the network. Finally, filtering action is enabled only after confirming that there are no improper block problems.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-converge">
        <name>Convergence</name>
        <t>When SAV-related information changes, the SAVNET Agent <bcp14>MUST</bcp14> be able to detect the changes in time and update SAV rules with the latest information. Otherwise, outdated SAV rules may cause legitimate data packets to be blocked or spoofing data packets to be accepted.</t>
        <t>Intra-domain SAVNET requires routers to update SAV-specific information and update SAV rules in a timely manner. Since SAV-specific information is originated from source entity, it requires that source entity <bcp14>MUST</bcp14> timely send the updated SAV-specific information to validation entity. Therefore, the propagation speed of SAV-specific information is a key factor affecting the convergence. Consider that routing information and SAV-specific information can be originated and advertised through a similar way, SAV-specific information <bcp14>SHOULD</bcp14> at least have a similar propagation speed as routing information.</t>
      </section>
      <section anchor="sec-security">
        <name>Security</name>
        <t>Typically, routers in an intra-domain network can trust each other because they would not compromise intra-domain control-plane architectures and protocols.</t>
        <t>However, in some unlikely cases, some routers may do harm to other routers within the same domain. Operators <bcp14>SHOULD</bcp14> be aware of potential threats involved in deploying the architecture. Some potential threats and solutions are as follows:</t>
        <ul spacing="normal">
          <li>
            <t>Entity impersonation.
            </t>
            <ul spacing="normal">
              <li>
                <t>Potential solution: Mutual authentication <bcp14>SHOULD</bcp14> be conducted before session establishment between two entities.</t>
              </li>
              <li>
                <t>Gaps: Impersonation may still exist due to credential theft, implementation flaws, or entity being compromised. Some other security mechanisms can be taken to make such kind of impersonation difficult. Besides, the entities <bcp14>SHOULD</bcp14> be monitored so that misbehaved entities can be detected.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>Message blocking.
            </t>
            <ul spacing="normal">
              <li>
                <t>Potential solution: Acknowledgement mechanisms <bcp14>MUST</bcp14> be provided in the session between a sender and a receiver, so that message losses can be detected.</t>
              </li>
              <li>
                <t>Gaps: Message blocking may be a result of DoS/DDoS attack, man-in-the-middle (MITM) attack, or congestion induced by traffic burst. Acknowledgement mechanisms can detect message losses but cannot avoid message losses. MITM attacks cannot be effectively detected by acknowledgement mechanisms.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>Message alteration.
            </t>
            <ul spacing="normal">
              <li>
                <t>Potential solution: An authentication field can be carried by each message so as to ensure message integrity.</t>
              </li>
              <li>
                <t>Gaps: More overhead of control plane and data plane will be induced.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>Message replay.
            </t>
            <ul spacing="normal">
              <li>
                <t>Potential solution: Authentication value can be computed by adding a sequence number or timestamp as input.</t>
              </li>
              <li>
                <t>Gaps: More overhead of control plane and data plane will be induced.</t>
              </li>
            </ul>
          </li>
        </ul>
        <t>To meet the security requirement, the above security threats <bcp14>SHOULD</bcp14> be considered when designing the new intra-domain SAV mechanism.</t>
      </section>
    </section>
    <section anchor="data-plane-considerations">
      <name>Data-plane Considerations</name>
      <t>This document mainly focuses on SAV rule generation process on control plane, including exchanging SAV-specific information, consolidating SAV-related information, and generating SAV rules. As for data-plane SAV filtering, SAVNET routers check source addresses of incoming data packets against local SAV rules and drop those that are identified as using spoofing source addresses. Therefore, the accuracy of data-plane SAV filtering depends entirely on the accuracy of generated SAV rules. More data-plane considerations can be found in <xref target="huang-savnet-sav-table"/>.</t>
    </section>
    <section anchor="manageability-considerations">
      <name>Manageability Considerations</name>
      <t>The architecture provides a general framework for communicating SAV-specific information between routers and generating SAV rules based on SAV-specific information and local routing information. Protocol-independent mechanisms <bcp14>SHOULD</bcp14> be provided for operating and managing SAV-related configurations. For example, a YANG data model for SAV configuration and operation is necessary for the ease of management.</t>
      <t>SAV may affect the normal forwarding of data packets. The diagnosis approach and necessary logging information <bcp14>SHOULD</bcp14> be provided. SAV Information Base <bcp14>SHOULD</bcp14> store some information that may not be useful for SAV rule generation but is helpful for management. The SAV-specific information communication mechanism <bcp14>SHOULD</bcp14> have monitoring and troubleshooting functions, which are necessary for efficiently operating the architecture.</t>
    </section>
    <section anchor="privacy-considerations">
      <name>Privacy Considerations</name>
      <t>An intra-domain network is mostly operated by a single organization or company, and the advertised SAV-specific information is used within the network. Therefore, the architecture will not import critical privacy issues in usual cases.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document has no IANA requirements.</t>
    </section>
    <section anchor="contributors">
      <name>Contributors</name>
      <t>Mingqing Huang</t>
      <t>Email: huangmq@vip.sina.com</t>
      <t>Fang Gao</t>
      <t>Email: fredagao520@sina.com</t>
    </section>
    <section anchor="acknowledgements">
      <name>Acknowledgements</name>
      <t>Many thanks to the valuable comments from: Igor Lubashev, Alvaro Retana, Aijun Wang, Joel Halpern, Jared Mauch, Kotikalapudi Sriram, Rüdiger Volk, Jeffrey Haas, Xiangqing Chang, Changwang Lin, Xueyan Song, etc.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="I-D.ietf-savnet-intra-domain-problem-statement" target="https://datatracker.ietf.org/doc/html/draft-ietf-savnet-intra-domain-problem-statement-15" xml:base="https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.ietf-savnet-intra-domain-problem-statement.xml">
          <front>
            <title>Source Address Validation in Intra-domain Networks Gap Analysis, Problem Statement, and Requirements</title>
            <author fullname="Dan Li" initials="D." surname="Li">
              <organization>Tsinghua University</organization>
            </author>
            <author fullname="Jianping Wu" initials="J." surname="Wu">
              <organization>Tsinghua University</organization>
            </author>
            <author fullname="Lancheng Qin" initials="L." surname="Qin">
              <organization>Zhongguancun Laboratory</organization>
            </author>
            <author fullname="Mingqing(Michael) Huang" initials="M." surname="Huang">
              <organization>Zhongguancun Laboratory</organization>
            </author>
            <author fullname="Nan Geng" initials="N." surname="Geng">
              <organization>Huawei</organization>
            </author>
            <date day="7" month="April" year="2025"/>
            <abstract>
              <t>This document provides a gap analysis of existing intra-domain source address validation mechanisms, describes the fundamental problems, and defines the basic requirements for technical improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-savnet-intra-domain-problem-statement-15"/>
        </reference>
        <reference anchor="RFC2827" target="https://www.rfc-editor.org/info/rfc2827" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.2827.xml">
          <front>
            <title>Network Ingress Filtering: Defeating Denial of Service Attacks which employ IP Source Address Spoofing</title>
            <author fullname="P. Ferguson" initials="P." surname="Ferguson"/>
            <author fullname="D. Senie" initials="D." surname="Senie"/>
            <date month="May" year="2000"/>
            <abstract>
              <t>This paper discusses a simple, effective, and straightforward method for using ingress traffic filtering to prohibit DoS (Denial of Service) attacks which use forged IP addresses to be propagated from 'behind' an Internet Service Provider's (ISP) aggregation point. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="38"/>
          <seriesInfo name="RFC" value="2827"/>
          <seriesInfo name="DOI" value="10.17487/RFC2827"/>
        </reference>
        <reference anchor="RFC3704" target="https://www.rfc-editor.org/info/rfc3704" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.3704.xml">
          <front>
            <title>Ingress Filtering for Multihomed Networks</title>
            <author fullname="F. Baker" initials="F." surname="Baker"/>
            <author fullname="P. Savola" initials="P." surname="Savola"/>
            <date month="March" year="2004"/>
            <abstract>
              <t>BCP 38, RFC 2827, is designed to limit the impact of distributed denial of service attacks, by denying traffic with spoofed addresses access to the network, and to help ensure that traffic is traceable to its correct source network. As a side effect of protecting the Internet against such attacks, the network implementing the solution also protects itself from this and other attacks, such as spoofed management access to networking equipment. There are cases when this may create problems, e.g., with multihoming. This document describes the current ingress filtering operational mechanisms, examines generic issues related to ingress filtering, and delves into the effects on multihoming in particular. This memo updates RFC 2827. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="84"/>
          <seriesInfo name="RFC" value="3704"/>
          <seriesInfo name="DOI" value="10.17487/RFC3704"/>
        </reference>
        <reference anchor="huang-savnet-sav-table" target="https://datatracker.ietf.org/doc/draft-huang-savnet-sav-table/">
          <front>
            <title>General Source Address Validation Capabilities</title>
            <author>
              <organization/>
            </author>
            <date year="2023"/>
          </front>
        </reference>
        <reference anchor="RFC2119" target="https://www.rfc-editor.org/info/rfc2119" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.2119.xml">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174" target="https://www.rfc-editor.org/info/rfc8174" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8174.xml">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="RFC5210" target="https://www.rfc-editor.org/info/rfc5210" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.5210.xml">
          <front>
            <title>A Source Address Validation Architecture (SAVA) Testbed and Deployment Experience</title>
            <author fullname="J. Wu" initials="J." surname="Wu"/>
            <author fullname="J. Bi" initials="J." surname="Bi"/>
            <author fullname="X. Li" initials="X." surname="Li"/>
            <author fullname="G. Ren" initials="G." surname="Ren"/>
            <author fullname="K. Xu" initials="K." surname="Xu"/>
            <author fullname="M. Williams" initials="M." surname="Williams"/>
            <date month="June" year="2008"/>
            <abstract>
              <t>Because the Internet forwards packets according to the IP destination address, packet forwarding typically takes place without inspection of the source address and malicious attacks have been launched using spoofed source addresses. In an effort to enhance the Internet with IP source address validation, a prototype implementation of the IP Source Address Validation Architecture (SAVA) was created and an evaluation was conducted on an IPv6 network. This document reports on the prototype implementation and the test results, as well as the lessons and insights gained from experimentation. This memo defines an Experimental Protocol for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5210"/>
          <seriesInfo name="DOI" value="10.17487/RFC5210"/>
        </reference>
        <reference anchor="RFC7039" target="https://www.rfc-editor.org/info/rfc7039" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7039.xml">
          <front>
            <title>Source Address Validation Improvement (SAVI) Framework</title>
            <author fullname="J. Wu" initials="J." surname="Wu"/>
            <author fullname="J. Bi" initials="J." surname="Bi"/>
            <author fullname="M. Bagnulo" initials="M." surname="Bagnulo"/>
            <author fullname="F. Baker" initials="F." surname="Baker"/>
            <author fullname="C. Vogt" initials="C." role="editor" surname="Vogt"/>
            <date month="October" year="2013"/>
            <abstract>
              <t>Source Address Validation Improvement (SAVI) methods were developed to prevent nodes attached to the same IP link from spoofing each other's IP addresses, so as to complement ingress filtering with finer-grained, standardized IP source address validation. This document is a framework document that describes and motivates the design of the SAVI methods. Particular SAVI methods are described in other documents.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7039"/>
          <seriesInfo name="DOI" value="10.17487/RFC7039"/>
        </reference>
        <reference anchor="RFC7513" target="https://www.rfc-editor.org/info/rfc7513" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7513.xml">
          <front>
            <title>Source Address Validation Improvement (SAVI) Solution for DHCP</title>
            <author fullname="J. Bi" initials="J." surname="Bi"/>
            <author fullname="J. Wu" initials="J." surname="Wu"/>
            <author fullname="G. Yao" initials="G." surname="Yao"/>
            <author fullname="F. Baker" initials="F." surname="Baker"/>
            <date month="May" year="2015"/>
            <abstract>
              <t>This document specifies the procedure for creating a binding between a DHCPv4/DHCPv6-assigned IP address and a binding anchor on a Source Address Validation Improvement (SAVI) device. The bindings set up by this procedure are used to filter packets with forged source IP addresses. This mechanism complements BCP 38 (RFC 2827) ingress filtering, providing finer-grained source IP address validation.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7513"/>
          <seriesInfo name="DOI" value="10.17487/RFC7513"/>
        </reference>
        <reference anchor="IPSG" target="https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst2960/software/release/12-2_53_se/configuration/guide/2960scg/swdhcp82.html">
          <front>
            <title>Configuring DHCP Features and IP Source Guard</title>
            <author>
              <organization/>
            </author>
            <date year="2016" month="January"/>
          </front>
        </reference>
        <reference anchor="cable-verify" target="https://www.cisco.com/c/en/us/support/docs/broadband-cable/cable-security/20691-source-verify.html">
          <front>
            <title>Cable Source-Verify and IP Address Security</title>
            <author>
              <organization/>
            </author>
            <date year="2021" month="January"/>
          </front>
        </reference>
      </references>
    </references>
    <?line 471?>



  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA8V92XYbyZXgO74ipvRQ4giLyKrywuO2i6KkEmu0sClVud0u
H58AEADSSmTCGZmkaUn+lvmQeZr5sb5LrJmRCZBSn0GdUyISsd64cfd7czKZ
jOqsztWpuCjqSk6W5VZmhXhbNtVCibPlslJai59lni1lnZWFePj27OfXz94d
ibNqsclqtaibSo3kfF6p6/Yg1DJuuCwXhdzCdMtKrupJpurVRMvrQsHfQd+J
DDpNHp+Myrkuc1UrfTpqdrAU/AP/OR0t4P/rsro9FVmxKke6mW8zrWGp7253
uK1n756PRtmuOhV11ej65PHj38J4slLyVFyVTZ0V69FNWb1fV2WzOzWLHr1X
t/BwSd9HI9nUm7I6HYnJSMA0+lQ8nYqXGXzhzTyVBX8tq7Ussn8SqE7FOw2D
bxopfiqya1XprL6FNgo2mMNqSoRp8X1tGk3VspkuCmiwgHan4onK/oZrg+9l
A6CBR+ebrJDBIn6cij82bhE/ZrLYQQ9+doeV/M10/H6hKjiIeyzk5VT8e1a4
lbyUxWKjYCX8MF7Kf27KYr1uoEkDQJPzspI1HJ9fzt+zIl98j39P/7le5HJ+
jwW9noofFDXhFb2GAzIP4tW8aOSNyvzka2hUwKls6Pl0UW7vCIdz2LgHRGa/
3xEGeYYA/P6O+4dPUVZbmOQaLoYQF5On094btqvKea62E13DBdqqosYeV8/P
T35z8mvz5ze/fvwt/gnAKNZ2EPhnUkvoir8IYagHAFdVMh8gHOdyJ+dZntWZ
0tTTXSocRVZrVZ+KTV3v9OlsBn0krHXxXlW0gynAbwa0Y8ZkI72gGQ1FVEGc
PD75ZoQEIQAH7Oi7k+PH5s9fP/7mt/bP746/IXhdvv0h2tV5WayydVPhrXr6
4vxSPFcSKZIWslhCc7vdHxpZLcNNCfoCi4YxMr0oo5Ud/2ry+Di57Zubm+kC
2yPizRYzVcwaPauXuHU90zdZDWihZ7ksZkD2ZH4L9Oy3v3o80+WqvgGSNqtU
rqRWs+OTyclfv/vmr/DnwuyBTmG2brKlmmEnvVjDiMvNYvebk+mm3uaITwjG
CRCIbHUbAwJ/MLud/Ey/WxDYo36rFgAooiuHgeHk+G5g0M1uV1Y1w2JelXI5
hyVMaM0zXrk2a5idPP7Vb48nmtfL++E9jqbT6Wg0mUyEnGvEsHo0erfJtIBR
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
gUu8LfE3VWNo+GQyAVK7eA+nM/ov3zyUcoCbAAA=

-->

</rfc>
