<?xml version='1.0' encoding='utf-8'?>
<!-- This template is for creating an Internet Draft using xml2rfc,
    which is available here: http://xml.resource.org. -->


<!DOCTYPE rfc SYSTEM 'rfc2629-xhtml.ent'[

]>



<?xml-stylesheet type='text/xsl' href='rfc2629.xslt' ?>
<!-- used by XSLT processors -->
<!-- For a complete list and description of processing instructions (PIs), 
    please see http://xml.resource.org/authoring/README.html. -->
<rfc  category="std"
      docName="draft-wang-bess-evpn-irb-smooth-evolution-00"
      ipr="trust200902"
	  tocDepth="6"
      symRefs="true"
      sortRefs="true"
      version="3">
  <!-- xml2rfc v2v3 conversion 2.38.1 -->
  <!-- category values: std, bcp, info, exp, and historic -->

  <!-- rfc    
       xmlns:xi="http://www.w3.org/2001/XInclude"
       category="std"
       docName="draft-wang-bess-evpn-context-label-04"
       ipr="trust200902"
       obsoletes=""
       updates=""
       submissionType="IETF"
       xml:lang="en"
       tocInclude="true"
       tocDepth="6"
       symRefs="true"
       sortRefs="true"
       version="3" -->    
  
 <!-- ***** FRONT MATTER ***** -->

<front>

    <title abbrev="EVPN IRB Evolution">Smooth Evolution of Existing EVPN IRB Network</title> 

    <!-- add 'role="editor"' below for the editors if appropriate -->
	<author fullname="Yubao Wang" initials="Y." surname="Wang">
      <organization>ZTE Corporation</organization>
      <address>
        <postal>
          <street>No.68 of Zijinghua Road, Yuhuatai Distinct</street>   
          <city>Nanjing</city>
          <region></region>
          <code></code>
          <country>China</country>
        </postal>
        <email>wang.yubao2@zte.com.cn</email>
      </address>
    </author>
	
<date year="2021"/>
<area>Rtg</area>
<workgroup>BESS WG</workgroup>

<keyword>EVPN, Ethernet Tag, ET-ID, ESI, IP aliasing, symmetric IRB, evolution, Bump-in-the-wire </keyword>

	<abstract>
	
	<t>EVPN IRB has been deployed following <xref target="RFC9135"/>'s early draft for a long time. 
	This draft discusses how can these existing deployments smoothly evolved into an IP-aliasing (<xref target="I-D.sajassi-bess-evpn-ip-aliasing"/>) enhanced EVPN symmetric IRB scenario,
	especially when two of an IP-VRF's BDs (whose IRB interfaces are attached to the same IP-VRF) have been attched to a common ES before that network evolution.
	In such case, when these two BDs are evolved into IP-aliasing enhanced EVPN symmetric IRB as per <xref target="I-D.sajassi-bess-evpn-ip-aliasing"/>
	or distributed Bump-in-the-wire as per <xref target="I-D.wang-bess-evpn-distributed-bump-in-the-wire"/>,
	the IP A-D per EVI routes of these two BDs may conflict with each other in the context of the IP-VRF instance.
    </t>	

	</abstract>

</front>
<middle>
  
    <section title="Introduction" anchor="Introduce">

	<t>In <relref section="3.1" target="I-D.sajassi-bess-evpn-ip-aliasing"/>, 
	the IP A-D per EVI routes are defined in order to provide the IP aliasing capabilities for EVPN symmetric IRB.
	In <xref target="sect-multi-irb-usecase"/> we discussed the multi-IRB use case 
	and why the original IP A-D per EVI routes can not be used 
	when we want the overlay network of that use case 
	to be smoothly evoluted to an IP-aliasing-enhanced EVPN symmetric IRB network.
	Then we discussed how the smooth evolution can be provided using the SOI-specific ethernet auto-discovery mode of <xref target="I-D.wang-bess-evpn-distributed-bump-in-the-wire"/>.
    </t>

	<t>
   This draft improves the network evolution of a style of overlay network with EVPN IRB deployments, 
   where two BDs behind different IRB interfaces of the same IP-VRF have been attched to a common ES before that network evolution.
   This style of EVPN IRB use case are called as multi-IRB use case in this draft.
   That overlay network is a existing symmetric EVPN IRB service. 
   Before the evolution, it will be a normal symmetric EVPN IRB per <xref target="RFC9135"/>,
   But after the evolution, it should be assigned with the IP aliasing capabilities as per <xref target="I-D.sajassi-bess-evpn-ip-aliasing"/>.
   But the IP A-D per EVI route of <xref target="I-D.sajassi-bess-evpn-ip-aliasing"/> can't satisfy the network management requirements of smooth resolution.
   This draft discribes a smooth evolution mechanism using the SOI-specific ethernet auto-discovery mode of <xref target="I-D.wang-bess-evpn-distributed-bump-in-the-wire"/>.
   </t>

	<section title="Terminology and Acronyms">

     <t>
	 Most of the acronyms and terms used in this documents comes from <xref target="RFC7432"/>, <xref target="I-D.wang-bess-evpn-arp-nd-synch-without-irb"/>
   and <xref target="I-D.sajassi-bess-evpn-ip-aliasing"/> except for the following:</t>


<dl newline="false" spacing="normal" indent = "2">

<dt>* VRF AC -</dt>
<dd>
    <t indent="4">An Attachment Circuit (AC) that attaches a CE to an IP-VRF but is
   not an IRB interface.</t>

</dd>
  
	<dt>* VRF Interface -</dt>
<dd>
   <t indent="4"> An IRB interface or a VRF-AC or an IRC interface. Note that a VRF interface will be bound to the routing space of an IP-VRF.
   </t>
</dd> 
   
	<dt>* L3 EVI -</dt>
<dd>
   <t indent="4"> An EVPN instance spanning the Provider Edge (PE) devices
   participating in that EVPN which contains VRF ACs and maybe
   contains IRB interfaces or IRC interfaces.
   </t>
</dd>

   	<dt>* Ethernet A-D per EVI -</dt>
<dd>
   <t indent="4"> An Ethernet Auto-Discovery route per EVI whose EVI is an MAC-VRF
   as per <xref target="RFC7432"/> and <xref target="RFC9135"/>. 
   The route-targets of an Ethernet A-D per EVI route are determined by the MAC-VRF for which they are advertised.
   </t>
</dd>

   	<dt>* IP A-D per EVI -</dt>
<dd>
   <t indent="4"> An ethernet Auto-Discovery route per EVI whose EVI is an IP-VRF. 
   Note that the Ethernet Tag ID of an IP A-D per EVI route MUST be zero as per <xref target="I-D.sajassi-bess-evpn-ip-aliasing"/>. 
   </t>
</dd>

   	<dt>* IP A-D per ES -</dt>
<dd>
   <t indent="4">Ethernet Auto-Discovery route per ES, and the EVI for one of its route targets is an IP-VRF.
   </t>
</dd>
   
   	<dt>* RMAC -</dt>
<dd>
   <t indent="4">Router's MAC, which is signaled in the Router's MAC extended community. 
   </t>
</dd>
   
   <dt>* ESI Overlay Index -</dt>
<dd>
   <t indent="4">ESI as overlay index.
   </t>
</dd>
   
   <dt>* ET-ID -</dt>
<dd><t indent="4">Ethernet Tag ID, it is also called ETI for short in this document.
   </t>
   
</dd>
   
   <dt>* RT-2R -</dt>
<dd>
   <t indent="4">When a MAC/IP Advertisement Route whose ESI is not zero is used for IP-VRF forwarding, it is called as a RT-2R in this draft.
   When it is used for MAC-VRF forwarding, it is not called as a RT-2R in this draft.
   </t>
   
</dd>

   <dt>* ETI-Agnostic BD -</dt>
<dd>
   <t indent="4">A Broadcast Domain (BD) whose data packets can be received along with any Ethernet Tag ID (ETI).
   Note that a broadcast domain of an L2 EVI of VLAN-aware bundle service interface is a good example of an ETI-Specific BD.
   </t>
   
</dd>

   <dt>* ETI-Specific BD -</dt>
<dd>
   <t indent="4">A Broadcast Domain (BD) whose data packets are expected to be received along with a normalized Ethernet Tag ID (ETI).
   Note that a broadcast domain of an L2 EVI of VLAN-bundle or VLAN-based service interface is a good example of an ETI-Agnostic BD.
   </t>
   
</dd>

   <dt>* BDI-Specific EADR -</dt>
<dd>
   <t indent="4">When the &lt;ESI, BD&gt; uses BDI-Specific Ethernet Auto-discovery mode,
   the only Ethernet A-D per EVI route of that &lt;ESI, BD&gt; is called as a BDI-Specific EADR in this draft.
   When the AC-type is N:1 mapping,
     and only a single Ethernet A-D per EVI route is advertised for that
     &lt;ESI, BD&gt;, we say that the &lt;ESI, BD&gt; uses BDI-Specific Ethernet
     Auto-discovery mode, and that Ethernet A-D per EVI route is called
     as a BDI-Specific EADR (Ethernet A-D per EVI Route) in this draft.   
   </t>
   
</dd>

   <dt>* SOI-Specific EADR -</dt>
<dd>
   <t indent="4">When the &lt;ESI, BD&gt; uses SOI-specific ethernet auto-discovery mode,
   the Ethernet A-D per EVI routes of that &lt;ESI, BD&gt; are called as SOI-Specific EADRs in this draft. 
     When the AC-type is N:1 mapping,
     and individual Ethernet A-D per EVI routes are advertised per each
     VLAN of that &lt;ESI, BD&gt;, we say that the &lt;ESI, BD&gt; uses SOI-Specific
     Ethernet Auto-discovery mode, and each of such Ethernet A-D per EVI
     route is called as a SOI-Specific EADR (Ethernet A-D per EVI Route)
     in this draft.   </t>
   
</dd>



</dl>


	</section>
	</section>


	<section title="Problem Statement" anchor="sect-problem-req">

   <section title="Muti-IRB Use Case vs Mono-IRB Use Case" anchor="sect-multi-irb-usecase">

   <t>The detailed explanation of this network's physical links 
   are described in <relref section="A" target="I-D.wang-bess-evpn-ether-tag-id-usage"/>.
   But the network's EVCs (Ethernet Virtual Connections, which are typically established per &lt;Port, VLAN&gt; basis)
   is illustrated in the following sections per each Service Interface.
   </t>

   <t>The BD-10 here is the VPNx of <relref section="A" target="I-D.wang-bess-evpn-ether-tag-id-usage"/>, 
   and the BD-20 is the VPNy of <relref section="A" target="I-D.wang-bess-evpn-ether-tag-id-usage"/>.
   </t>

	<figure title="Ethernet A-D per EVI of Multi-IRB" anchor="Fig-Multi-IRB"><artwork><![CDATA[
  PNEC1                         PE1                  
+------------+           +----------------+ EAD_PE1_20         
|            |           |  __(BD-20)     | ------------>         
| H4      "  |        P1 | /      \ IRB21 |           
| |       #================   (IP-VRF)    +-----------------+
| N1______"  |   ESI21   | \__    / IRB11 |                 |
|    10.2 "  |     +     |    (BD-10)     |                 |  PE3
|         "  |     |     +----------------+             +---+----+
|         "  |     |                                    |        |
|         "  |     |                                    |(IP-VRF)+-+H3
|         "  |     |            PE2                     |        |
| N2______"  |     |     +----------------+ EAD_PE2_10  +---+----+
|    20.2 "  |     +     |  __(BD-10)     | ------------>   |
|         "  |   ESI21   | /      \ IRB12 |                 |
|         #================   (IP-VRF)    +-----------------+
|         "  |        P2 | \__    / IRB22 |           
|            |           |    (BD-20)     |           
+------------+           +----------------+           
]]></artwork>
	</figure>

	<t>
   BD-10 and BD-20 are both BDs (broadcast domains) whose IRB interfaces are attached to the same IP-VRF.
   The anycast IP address of IRB11 and IRB12 is 10.9, and the anycast IP address of IRB21 and IRB22 is 20.9.
   BD-10 and BD-20 are integrated into the same IP-VRF by IRB11, IRB12, IRB21 and IRB22.
   As a result of that, N1, IRB11 and IRB12 are of subnet SN1, 
   and N2, IRB21 and IRB22 are of subnet SN2.
	</t>

<dl newline="false" spacing="normal" indent = "2">

<dt>Multi-IRB Use Case -</dt>
<dd>
    <t indent="4">Above network are called as a multi-IRB use case for &lt;ESI21,that IP-VRF&gt; in this draft.
	Because two IRB interfaces of ES21's BDs (which are both attached to ESI21) have been attched to a common IP-VRF.
	</t>

</dd>

<dt>Mono-IRB Use Case -</dt>
<dd>
    <t indent="4">Now imagine that the BD-20 of above network has not been deployed, 
	so there is only one of ESI21's BDs in the IP-VRF's context.
	In such case, we can say that this is a mono-IRB use case for &lt;ESI21,that IP-VRF&gt;.</t>
	
    <t indent="4">Note that when an IP-aliasing-enabled mono-IRB use case for &lt;ESI21,that IP-VRF&gt; 
	is evolved into a multi-IRB use case for &lt;ESI21,that IP-VRF&gt;,
	there may be some issues to be deal with. 
	that's why </t>
	

</dd>


</dl>  
	
   <t>Note that IRB11 and IRB12 are IRB interfaces of BD-10 where BD-10 is a Broadcast Domain of VLAN-based Service Interface.
   IRB21 and IRB22 are IRB interfaces of BD-20 where BD-20 is also a Broadcast Domain of VLAN-based Service Interface. 
   </t>



   </section>


   <section title="Problem with IP-aliasing-enabled Multi-IRB Use Case" anchor="sect-RT1-Confliction">

   <section title="When IP-aliasing is enabled for a multi-IRB Use Case" anchor="sect-RT1-Confliction-a">


	<figure title="IP-aliasing Enabled Multi-IRB Use Case" anchor="Fig-Multi-IRB-IP-aliasing"><artwork><![CDATA[
  PNEC1                         PE1                  
+------------+           +----------------+ IPAD_PE1_20         
|            |           |  __(BD-20)     | ------------>         
| H4      "  |        P1 | /      \ IRB21 |           
| |       #================   (IP-VRF)    +-----------------+
| N1______"  |   ESI21   | \__    / IRB11 |                 |
|    10.2 "  |     +     |    (BD-10)     |                 |  PE3
|         "  |     |     +----------------+             +---+----+
|         "  |     |                                    |        |
|         "  |     |                                    |(IP-VRF)+-+H3
|         "  |     |            PE2                     |        |
| N2______"  |     |     +----------------+ IPAD_PE2_10 +---+----+
|    20.2 "  |     +     |  __(BD-10)     | ------------>   |
|         "  |   ESI21   | /      \ IRB12 |                 |
|         #================   (IP-VRF)    +-----------------+
|         "  |        P2 | \__    / IRB22 |           
|            |           |    (BD-20)     |           
+------------+           +----------------+           
]]></artwork>
	</figure>

   <t>As an existing network, the attachment circuits are not configured with any virtual ESes. 
   Now this network want to be enhanced with IP-aliasing features of <xref target="I-D.sajassi-bess-evpn-ip-aliasing"/>.
   </t>
   
	<t>According to <xref target="I-D.sajassi-bess-evpn-ip-aliasing"/>, 
	the IP A-D per EVI routes R1_110, R1_120, R1_210, R1_220 for P1.1, P1.2, P2.1 and P2.2 will all have zero Ethernet Tag IDs.
    </t>

   <t>When PE3 receives R1_110 and R1_120, it will pick up only one of them to be installed to the data plane.
   We assume that the R1_120 is picked out.
   When PE3 receives R1_210 and R1_220, it will pick up only one of them to be installed to the data plane.
   We assume that the R1_220 is picked out.
   </t>
   
   <t>Although PE1 will advertise a RT-2 Route R2_N1 (whose ESI is ESI21, IP is 10.2) to PE3,
   When H3 send data packet DP_H3_N1 to N1 after P1.1 fails, 
   PE3 may still send DP_H3_N1 to PE1 because that PE3 will load-balance traffics just fllowing R1_120 and R1_220.
   That's a problem that will cause packet-drop or traffic-bypassing.
   </t>

	<t>The solution for this problem is decribed in <xref target="sect-IRB-specific"/>.</t>
   
   </section>

   <section title="When an IP-aliasing-enabled mono-IRB evolves into multi-IRB" anchor="sect-RT1-Confliction-b">
   <t>Before IP-aliasing is enabled, it is safe for a mono-IRB use case to evolve into a multi-IRB use case.
   But after IP-aliasing is enabled, it may be dangerous for a mono-IRB use case to evolve into a multi-IRB use case,
   if not all L2 ACs are configured as separated virtual ESIs before that evolution.
   Because the RT-1 per EVI confliction which is described in the above section.
   </t>
   
   <t>When it is still a mono-IRB use case, 
   there is no motivation for it to be deployed with 
   all its L2 ACs being previously configured as separated vESIs.
   Because that virtual ESIs are not so efficient in the following aspects:
   </t>
   
   <ul>
   <li>Increased RT-4 routes.
   </li>
   <li>Mass-withdraw capability is disabled.
   </li>
   <li>Service Carving is complicated
   </li>
   <li>ES management and configuration are complicated.
   </li>
   </ul>
   
   <t>Because of these reasons, per-AC virtual ESIs is not widely used in normal mono-IRB use case or normal multi-IRB use case as per <relref section="5" target="RFC9135"/>.
   </t>

   </section>

   <section title="When distributed Bump-in-the-wire is enabled for a multi-IRB use case" anchor="sect-RT1-Confliction-c">
   <t>When distributed Bump-in-the-wire is enabled for a multi-IRB use case, 
   the similar problem will occur with that multi-IRB use case.
   This is discussed in <relref section="2.2" target="I-D.wang-bess-evpn-distributed-bump-in-the-wire"/>.
   </t>
   </section>

   
   </section>
	
</section>

<section title="Solutions" anchor="sect-Solution">

	<t>Note that the PEs follow <xref target="I-D.wang-bess-evpn-arp-nd-synch-without-irb"/> to
   achieve the ESI load balance except for the following explicit discription.</t>
   
	<section title="Determining the Aliasing Pathes for RT-2R" anchor="sect-5">
	  
   <t>When PE3 forward a data packet DP_2021 according to
   an RT-2R route RT2R_2021 whose SOI extended community is not absent,
   If the SOI of RT2R_2021 is a non-reserved ET-ID,
   DP_2021 should not be forwarded according to an ethernet A-D per EVI route IPAD_2021, 
   unless the ET-ID of IPAD_2021 are the same as the SOI of RT2R_2021, 
   and the ESI of IPAD_2021 are the same as the ESI of RT2R_2021. 
   </t>
	  
   <t>
   Note that in <xref target="I-D.sajassi-bess-evpn-ip-aliasing"/> the IP A-D per EVI route carries a "Router's MAC" extended community
   in case the RMAC is not the same among different PEs.
   In these cases, the inner destination MAC of the corresponding data packets from PE3 to PE1/PE2 must use the RMAC in IP A-D per EVI route instead, 
   even if there is a RMAC in RT-2R route.</t>
   
    <t>When selecting corresponding IP A-D per EVI routes for a RT-2R route,
	the SOI Extended Community (if it exists) of the RT-2R route MUST be used.
    </t>	

    <dl newline="false" spacing="normal" indent = "2">

    <dt>* Using SOI to select SOI-Specific EADRs -</dt>
    <dd>	
       <t>In this case, the IP A-D per EVI routes corresponding to that RT-2R route 
	   should be selected in the context of the IP-VRF.
       </t>	   
	   <t>There may be multiple Ethernet A-D per EVI routes which all can match the RT-2R's ESI.
	   In such case, The Ethernet A-D per EVI routes whose ET-ID are the same as the RT-2R's SOI should be selected.
	   </t>
	   <t>Note that when the RT-2R's SOI is Y, the ET-IDs of the selected Ethernet A-D per EVI routes (of that RT-2R) should be all Y.
	   </t>
	   <t>Note that when the RT-2R's ET-ID is not 0, and an SOI is advertised along with the RT-2R,
	   the IP A-D per EVI routes of that RT-2R should be selected according to the &lt;ESI,SOI&gt;,
	   not according to the &lt;ESI, ET-ID=0&gt;.
	   </t>

    </dd>
    </dl>
	
	<t>Note that In EVPN IRB use case, the non-zero ET-ID of a RT-2R (when it is used in IP-VRF context) 
	is not used to select the corresponding IP A-D per EVI 
	routes (whose ET-ID will always be zero according to <relref section="2.1" target="I-D.sajassi-bess-evpn-ip-aliasing"/>) of that RT-2R route.
	</t>
   
	</section>   

	<section title="ACI-specific Overlay Index Extended Community" anchor="sect-SOI-EC">

   <t>A new EVPN BGP Extended Community called Supplementary Overlay Index is
   introduced <xref target="I-D.wang-bess-evpn-distributed-bump-in-the-wire"/>.  
   This new extended community is used together with ACI-specific ethernet auto-discovery specified in <xref target="I-D.wang-bess-evpn-distributed-bump-in-the-wire"/>.
   </t>
   <t>In this draft it is used to make a deployed multi-IRB to be smoothly evoluted to ip-aliasing features.
   </t>

    </section>   

	<section title="ARP/ND Synching and IP Aliasing" anchor="sect-2">

	<section title="Constructing MAC/IP Advertisement Route" anchor="sect-2.1"><t>
   This draft introduces a new usage/construction of MAC/IP
   Advertisement route to enable Aliasing for IP addresses in symmetric EVPN IRB use-cases.  The usage/construction of this route remains similar
   to that described in <xref target="I-D.sajassi-bess-evpn-ip-aliasing"/> with a few notable exceptions as below.</t>

<ul>
	<li>
   The Ethernet Tag ID should be set to 0 according to <xref target="I-D.sajassi-bess-evpn-ip-aliasing"/>.
	</li>
	
	<li>
	<t>The value of SOI Extended Communinty should be set to the SOI of the L2 AC over which the ARP entry of the RT-2R is learnt.
	</t>
	<t>Note that when the SOI Extended Communinty is carried along with a RT-2R route, the &lt;ESI, SOI&gt; will be used to select IP A-D per EVI routes by PE3,
	and the selected IP A-D per EVI routes are used to determine the aliasing pathes of this RT-2 route.
	But if the SOI Extended Communinty is absent, 
	the aliasing pathes of this RT-2R route will be determined by &lt;ESI, ET-ID=0&gt; as per <xref target="I-D.sajassi-bess-evpn-ip-aliasing"/>.
	</t>
	</li>

	<li>
	<t>In EVPN IRB, The ESI SHOULD be set to the ESI of the L2 AC from which
   the ARP entry is snooped as per <xref target="I-D.sajassi-bess-evpn-ip-aliasing"/>.
	</t>
   <t>
   Note that on PE3, the &lt;ESI,SOI&gt; is only used to load
   balance traffics.</t>
   </li>

	<li>
   The RMAC Extended Community attribute SHOULD be carried in VXLAN EVPN.
   This follows <xref target="RFC9135"/>.
   </li>
</ul>  
   
	</section>

	<section title="Constructing IP A-D per EVI Route" anchor="sect-2.2">

	<t>
   The usage/construction of this route is similar to the IP A-D per EVI route
   described in <xref target="I-D.sajassi-bess-evpn-ip-aliasing"/> with a few notable
   exceptions as below.</t>

<ul>
	<li>
   The Ethernet Tag ID (ET-ID) should be set to the SOI of the L2 AC for which it is advertised.
	</li>
</ul> 

   <t>Note that the normal Ethernet A-D per EVI routes for BDs are not influenced. 
   And the SOI Extended Community will be advertised along with the RT-2R routes which are learnt over that L2 AC.
   </t>
    
	</section>

	</section>



    <section title="Secenario-Specific Procedures" anchor="sect-Secenes-Specific">

	<section title="EVPN-IRB Specific Procedures" anchor="sect-IRB-specific">

    <t>PE1 may advertise two Ethernet A-D per EVI routes for subinterface P1.1, 
	one (say R1_110b) is for BD-10 (which is of VLAN-based service interface), the other (that R1_110) is for IP-VRF.
	The Ethernet Tag ID of R1_110b is zero per <xref target="RFC7432"/>, 
	but the Ethernet Tag ID of R1_110 is set to the VLANs of P1.1 according to this draft.
	</t>
	
	<t>When PE1 advertise a RT-2R Route for a host (10.0.0.2) behind BD-10, 
	the Ethernet Tag ID of that RT-2R Route is determined 
	by the out-interface (P1.1) of the MAC of that host's ARP entry.
	If the MAC is learnt from an ETI-specific BD, 
	the ET-ID of the RT-2R route should be set to the BD-ID is that ETI-Specific BD.
	But the ET-ID of the RT-2R route is not used to select the corresponding IP A-D per EVI routes.
	</t>
	
	<t>Note that R1_110b will not be imported into the IP-VRF.
	</t>
	
    </section>

	<section title="Bump-in-the-wire Specific Procedures" anchor="sect-BumpWire-specific">

    <t>It is discussed in <relref section="3.2" target="I-D.wang-bess-evpn-distributed-bump-in-the-wire"/>.
	</t>
	
    </section>

</section>


</section>


<section title="IANA Considerations" anchor="sect-IANA">
	<t>TBD.
	</t>
</section>

<section title="Security Considerations" anchor="sect-security">
    <t>TBD.</t>

</section>

</middle>
<back>

<references title = "References">
<references title='Normative References'>

    <?rfc include="reference.I-D.sajassi-bess-evpn-ip-aliasing.xml"?>
    <?rfc include="reference.I-D.wang-bess-evpn-distributed-bump-in-the-wire.xml"?>
    <?rfc include="reference.RFC.9136.xml"?>
    <?rfc include="reference.RFC.9135.xml"?>
    <?rfc include="reference.RFC.7432.xml"?>
    <?rfc include="reference.RFC.8365.xml"?>

</references>
<references title='Informative References'>

    <?rfc include="reference.I-D.wang-bess-evpn-arp-nd-synch-without-irb.xml"?>
    <?rfc include="reference.I-D.wz-bess-evpn-vpws-as-vrf-ac.xml"?>
    <?rfc include="reference.I-D.wang-bess-evpn-ether-tag-id-usage.xml"?>
    <?rfc include="reference.I-D.sajassi-bess-evpn-ac-aware-bundling.xml"?>
    <?rfc include="reference.I-D.ietf-bess-evpn-modes-interop.xml"?>
    <?rfc include="reference.I-D.ietf-bess-srv6-services.xml"?>
	
</references>
</references>

</back>
</rfc>
