<?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.35 (Ruby 3.2.3) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-li-lsr-igp-based-intra-domain-savnet-05" category="info" submissionType="IETF" version="3">
  <!-- xml2rfc v2v3 conversion 3.33.0 -->
  <front>
    <title abbrev="SAV-IGP">Source Address Validation at the Intra-domain Network Boundary Using IGP</title>
    <seriesInfo name="Internet-Draft" value="draft-li-lsr-igp-based-intra-domain-savnet-05"/>
    <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="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="S." surname="Yue" fullname="Shengnan Yue">
      <organization>China Mobile</organization>
      <address>
        <postal>
          <city>Beijing</city>
          <country>China</country>
        </postal>
        <email>yueshengnan@chinamobile.com</email>
      </address>
    </author>
    <author initials="X." surname="Song" fullname="Xueyan Song">
      <organization>ZTE Corporation</organization>
      <address>
        <postal>
          <city>Nanjing</city>
          <country>China</country>
        </postal>
        <email>song.xueyan2@zte.com.cn</email>
      </address>
    </author>
    <author initials="C." surname="Lin" fullname="Changwang Lin">
      <organization>New H3C Technologies</organization>
      <address>
        <postal>
          <city>Beijing</city>
          <country>China</country>
        </postal>
        <email>linchangwang.04414@h3c.com</email>
      </address>
    </author>
    <date year="2026" month="April" day="20"/>
    <area>Routing</area>
    <workgroup>LSR</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 65?>

<t>SPA-based SAVNET is a new intra-domain source address validation (SAV) mechanism which requires exchanging and communicating SPA information among routers in an intra-domain network (see <xref target="I-D.li-savnet-source-prefix-advertisement"/>). Routers at the boundary automatically generate accurate SAV rules by using routing information and SPA information. These rules construct a validation boundary which checks the validity of the source address of any data packets flowing into the intra-domain network. This document describes a method to implement SPA-based SAVNET by using OSPF and IS-IS.</t>
    </abstract>
  </front>
  <middle>
    <?line 69?>

<section anchor="sec-intro">
      <name>Introduction</name>
      <t>SPA-based SAVNET <xref target="I-D.li-savnet-source-prefix-advertisement"/> is proposed to improve the accuracy of source address validation (SAV) at the intra-domain network boundary. We refer to both edge routers and border routers as routers at the boundary of an intra-domain network. Routers at the boundary automatically generate accurate SAV rules by using routing information and SAV-specific information. These rules construct a validation boundary which checks the validity of the source address of any data packets flowing into the intra-domain network.</t>
      <t>Edge routers will generate a prefix allowlist on interfaces facing a sub network or a set of host, including only prefixes that can be used as the source address by the sub network or the set of hosts. To construct a prefix allowlist on the specific interface, the edge router inspects its local Routing Information Base (RIB) and identifies destination prefixes that are reachable via that interface. These prefixes should cover the complete source address space of the connected hosts, single-homed sub networks, or multi-homed sub networks with symmetric routing.</t>
      <t>In asymmetric routing scenarios, these prefixes derived from the local RIB may fail to cover the complete source address space of multi-homed sub networks. To address this limitation, the Source Prefix Advertisement (SPA) process <xref target="I-D.li-savnet-source-prefix-advertisement"/> is required to enable the construction of a more accurate and complete allowlist.</t>
      <t>Border routers aim to generate a prefix blocklist on interfaces facing an external AS, including prefixes that can be only used as the source address by the local AS (i.e., internal source addresses).</t>
      <t>The detailed procedures of SPA information generation and SAV rule generation have been described in <xref target="I-D.li-savnet-source-prefix-advertisement"/>. This document describes a method to implement SPA information communication by using OSPF and IS-IS. The reader is encouraged to be familiar with <xref target="I-D.li-savnet-source-prefix-advertisement"/>.</t>
      <section anchor="terminology">
        <name>Terminology</name>
        <t>SAV Rule: The rule that describes the mapping relationship between a source address (prefix) and its valid incoming router interface(s).</t>
        <t>SAV-specific Information: The information specialized for SAV rule generation, which is exchanged among routers.</t>
        <t>Sub Network: A sub network (or subnet for short) may operate its own internal routing protocols (e.g., a separate IGP), but it is considered part of the AS in the global routing system. It is connected to one or more routers of the AS for Internet connectivity. It originates traffic but does not transit traffic for other networks.</t>
        <t>Edge Router: A router connected to hosts or sub networks of the local AS. It forwards traffic from hosts or sub networks into the intra-domain network.</t>
        <t>Border Router: A router positioned at the boundary between the local AS and one or more external Autonomous Systems (ASes). It runs EBGP and exchanges routing information with external peers.</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="communicating-spa-information-via-is-is-and-ospf">
      <name>Communicating SPA Information via IS-IS and OSPF</name>
      <section anchor="overview">
        <name>Overview</name>
        <t>The key idea is to add the SNI value into the prefix information when the edge router distributes the prefix information of the connected sub network or hosts via the IGP. As shown in <xref target="fig-communication"/>, the SAVNET Agent of a Sender Router provides its SPA information to other SAVNET routers via IGP.  After receiving SPA information from other routers, the SAVNET Agent of the Receiver Router generates SAV rules by using SPA information or/and routing information. The Sender Router can be a edge router.  The SPA information includes the prefix information and the SNI value of the connected sub network or hosts. The Receiver Router can be a edge router or a border router.</t>
        <figure anchor="fig-communication">
          <name>Communicating SPA information via the IGP</name>
          <artwork><![CDATA[
   +---------------------+                +---------------------+
   |   Sender Router     |   Prefix and   |   Receiver Router   |
   |   +------------+    |   SNI Value    |    +------------+   |
   |   |  IGP LSDB  +------------------------->+  IGP LSDB  |   |
   |   +-----^------+    |                |    +-----+------+   |
   |         |           |                |          |          |
   | +-------+---------+ |                | +--------v--------+ |
   | |   SAVNET Agent  | |                | |   SAVNET Agent  | |
   | | +-------------+ | |                | | +-------------+ | |
   | | | Information | | |                | | | Information | | |
   | | | Provider    | | |                | | | Receiver    | | |
   | | +-------------+ | |                | | +-------------+ | |
   | +-----------------+ |                | +-----------------+ |
   |                     |                |                     |
   +---------------------+                +---------------------+
]]></artwork>
        </figure>
        <t>The overall procedure of SPA information communication is as follows:</t>
        <ul spacing="normal">
          <li>
            <t>At the Sender Router: The SAVNET Agent provides the SNI value of the connected sub network or hosts to the Link State Database (LSDB) of IGP.  The IGP will synchronize the LSDB, which includes prefix information and SNI value, among routers runing the IGP.</t>
          </li>
          <li>
            <t>At the Receiver Router: The SAVNET Agent extracts prefix information and SNI value from the LSDB of IGP and then generates SAV rules as described in <xref target="I-D.li-savnet-source-prefix-advertisement"/>.</t>
          </li>
        </ul>
      </section>
      <section anchor="using-the-existing-administrative-tag-sub-tlv">
        <name>Using the existing Administrative Tag Sub-TLV</name>
        <t>The existing administrative Tag Sub-TLV of IS-IS and OSPF can be used for SPA information communication. Specifically, when a edge router distributes IP prefix information of the connected sub network or hosts, it carries the SNI value of that network in the Administrative Tag Sub-TLV.</t>
        <section anchor="administrative-tag-sub-tlv-of-is-is">
          <name>Administrative Tag Sub-TLV of IS-IS</name>
          <t>For routers running IS-IS, they can carry the SNI value in the Administrative Tag Sub-TLV (defined in <xref target="RFC5130"/>), which can be included in: SRv6 Locator TLV (27), IPv4 Algorithm Prefix Reachability TLV (126), IPv6 Algorithm Prefix Reachability (127), Extended IP Reachability TLV (135), Multi-Topology Reachable IPv4 Prefixes TLV (235), IPv6 Reachability TLV (236), Multi-Topology Reachable IPv6 Prefixes TLV (237).</t>
        </section>
        <section anchor="administrative-tag-sub-tlv-of-ospf">
          <name>Administrative Tag Sub-TLV of OSPF</name>
          <t>For routers running OSPF, they can carry the SNI value in the Administrative Tag Sub-TLV <xref target="RFC9825"/> within the OSPF Extended Prefix TLV Sub-TLV <xref target="RFC7684"/>.</t>
        </section>
        <section anchor="administrative-tag-sub-tlv-of-ospfv3">
          <name>Administrative Tag Sub-TLV of OSPFv3</name>
          <t>For routers running OSPFv3, they can include the SNI value in the Administrative Tag Sub-TLV <xref target="RFC9825"/> within the OSPFv3 Intra-Area-Prefix TLV, Inter-Area-Prefix TLV, and External-Prefix TLV <xref target="RFC8362"/>.</t>
        </section>
      </section>
    </section>
    <section anchor="sec-security">
      <name>Security Considerations</name>
      <t>The security considerations described in <xref target="I-D.li-savnet-source-prefix-advertisement"/> also applies to this document.</t>
    </section>
    <section anchor="sec-iana">
      <name>IANA Considerations</name>
      <t>TBD.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC5130" target="https://www.rfc-editor.org/info/rfc5130" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.5130.xml">
          <front>
            <title>A Policy Control Mechanism in IS-IS Using Administrative Tags</title>
            <author fullname="S. Previdi" initials="S." surname="Previdi"/>
            <author fullname="M. Shand" initials="M." role="editor" surname="Shand"/>
            <author fullname="C. Martin" initials="C." surname="Martin"/>
            <date month="February" year="2008"/>
            <abstract>
              <t>This document describes an extension to the IS-IS protocol to add operational capabilities that allow for ease of management and control over IP prefix distribution within an IS-IS domain. This document enhances the IS-IS protocol by extending the information that an Intermediate System (IS) router can place in Link State Protocol (LSP) Data Units for policy use. This extension will provide operators with a mechanism to control IP prefix distribution throughout multi-level IS-IS domains. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5130"/>
          <seriesInfo name="DOI" value="10.17487/RFC5130"/>
        </reference>
        <reference anchor="RFC7684" target="https://www.rfc-editor.org/info/rfc7684" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7684.xml">
          <front>
            <title>OSPFv2 Prefix/Link Attribute Advertisement</title>
            <author fullname="P. Psenak" initials="P." surname="Psenak"/>
            <author fullname="H. Gredler" initials="H." surname="Gredler"/>
            <author fullname="R. Shakir" initials="R." surname="Shakir"/>
            <author fullname="W. Henderickx" initials="W." surname="Henderickx"/>
            <author fullname="J. Tantsura" initials="J." surname="Tantsura"/>
            <author fullname="A. Lindem" initials="A." surname="Lindem"/>
            <date month="November" year="2015"/>
            <abstract>
              <t>OSPFv2 requires functional extension beyond what can readily be done with the fixed-format Link State Advertisements (LSAs) as described in RFC 2328. This document defines OSPFv2 Opaque LSAs based on Type-Length-Value (TLV) tuples that can be used to associate additional attributes with prefixes or links. Depending on the application, these prefixes and links may or may not be advertised in the fixed-format LSAs. The OSPFv2 Opaque LSAs are optional and fully backward compatible.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7684"/>
          <seriesInfo name="DOI" value="10.17487/RFC7684"/>
        </reference>
        <reference anchor="RFC8362" target="https://www.rfc-editor.org/info/rfc8362" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8362.xml">
          <front>
            <title>OSPFv3 Link State Advertisement (LSA) Extensibility</title>
            <author fullname="A. Lindem" initials="A." surname="Lindem"/>
            <author fullname="A. Roy" initials="A." surname="Roy"/>
            <author fullname="D. Goethals" initials="D." surname="Goethals"/>
            <author fullname="V. Reddy Vallem" initials="V." surname="Reddy Vallem"/>
            <author fullname="F. Baker" initials="F." surname="Baker"/>
            <date month="April" year="2018"/>
            <abstract>
              <t>OSPFv3 requires functional extension beyond what can readily be done with the fixed-format Link State Advertisement (LSA) as described in RFC 5340. Without LSA extension, attributes associated with OSPFv3 links and advertised IPv6 prefixes must be advertised in separate LSAs and correlated to the fixed-format LSAs. This document extends the LSA format by encoding the existing OSPFv3 LSA information in Type-Length-Value (TLV) tuples and allowing advertisement of additional information with additional TLVs. Backward-compatibility mechanisms are also described.</t>
              <t>This document updates RFC 5340, "OSPF for IPv6", and RFC 5838, "Support of Address Families in OSPFv3", by providing TLV-based encodings for the base OSPFv3 unicast support and OSPFv3 address family support.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8362"/>
          <seriesInfo name="DOI" value="10.17487/RFC8362"/>
        </reference>
        <reference anchor="RFC9825" target="https://www.rfc-editor.org/info/rfc9825" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.9825.xml">
          <front>
            <title>Extensions to OSPF for Advertising Prefix Administrative Tags</title>
            <author fullname="A. Lindem" initials="A." role="editor" surname="Lindem"/>
            <author fullname="P. Psenak" initials="P." surname="Psenak"/>
            <author fullname="Y. Qu" initials="Y." surname="Qu"/>
            <date month="July" year="2025"/>
            <abstract>
              <t>It is useful for routers in OSPFv2 and OSPFv3 routing domains to be able to associate tags with prefixes. Previously, OSPFv2 and OSPFv3 were relegated to a single tag and only for Autonomous System (AS) External and Not-So-Stubby-Area (NSSA) prefixes. With the flexible encodings provided by OSPFv2 Prefix/Link Attribute Advertisement and OSPFv3 Extended Link State Advertisements (LSAs), multiple administrative tags may be advertised for all types of prefixes. These administrative tags can be used for many applications including route redistribution policy, selective prefix prioritization, selective IP Fast Reroute (IPFRR) prefix protection, and many others.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9825"/>
          <seriesInfo name="DOI" value="10.17487/RFC9825"/>
        </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="I-D.li-savnet-source-prefix-advertisement" target="https://datatracker.ietf.org/doc/html/draft-li-savnet-source-prefix-advertisement-06" xml:base="https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.li-savnet-source-prefix-advertisement.xml">
          <front>
            <title>Source Prefix Advertisement for Intra-domain SAVNET</title>
            <author fullname="Lancheng Qin" initials="L." surname="Qin">
              <organization>Zhongguancun Laboratory</organization>
            </author>
            <author fullname="Nan Geng" initials="N." surname="Geng">
              <organization>Huawei</organization>
            </author>
            <author fullname="Dan Li" initials="D." surname="Li">
              <organization>Tsinghua University</organization>
            </author>
            <date day="29" month="January" year="2026"/>
            <abstract>
              <t>This document describes a mechanism for intra-domain source address validation (SAV), called Source Prefix Advertisement (SPA) for Intra- domain SAVNET (Intra-domain SPA). The mechanism enables intra-domain routers to generate accurate SAV rules by leveraging routing information together with SAV-specific information, including Source Entity Identifiers (SEIs) and Hidden Prefix (HP). Intra-domain SPA improves the precision and reliability of source address validation, addressing challenges such as asymmetric routing and the use of hidden prefixes by legitimate source entities.</t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-li-savnet-source-prefix-advertisement-06"/>
        </reference>
      </references>
    </references>
    <?line 174?>



  </back>
  <!-- ##markdown-source:
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
jk78V82JDG+B1P8Fxi5+CpkjAAA=

-->

</rfc>
