<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: LISP map-cache site-registration in Software-Defined Access (SD-Access)</title>
    <link>https://community.cisco.com/t5/software-defined-access-sd-access/lisp-map-cache-site-registration/m-p/4920998#M2610</link>
    <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1287614"&gt;@iores&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;When you configure static default routes on both the border node and the fusion node, you essentially specify a default path for routing non-LISP traffic. This approach works without the need for "map-cache site-registration" because you're not relying on dynamic mapping lookups. The traffic is natively routed based on the static routes.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;When you introduce BGP, you are likely relying on BGP route information to populate the EID-to-RLOC mappings in LISP. If there's an issue with BGP route propagation or the mapping process, it could lead to problems with LISP routing and require additional troubleshooting.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The "map-cache site-registration" command may be used to manually force certain mappings in scenarios where BGP or other mechanisms are not providing the desired results.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 10 Sep 2023 16:27:01 GMT</pubDate>
    <dc:creator>M02@rt37</dc:creator>
    <dc:date>2023-09-10T16:27:01Z</dc:date>
    <item>
      <title>LISP map-cache site-registration</title>
      <link>https://community.cisco.com/t5/software-defined-access-sd-access/lisp-map-cache-site-registration/m-p/4920990#M2607</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;what exactly is the purpose of command from the subject?&lt;/P&gt;&lt;P&gt;I have noticed that without it I cannot ping from LISP to non-LISP site. I have one border/control node with L3 handoff, and LISP redistribution into BGP. However, when I omitt the command from border/control node, the ping stops working.&lt;/P&gt;</description>
      <pubDate>Sun, 10 Sep 2023 15:26:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/software-defined-access-sd-access/lisp-map-cache-site-registration/m-p/4920990#M2607</guid>
      <dc:creator>iores</dc:creator>
      <dc:date>2023-09-10T15:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: LISP map-cache site-registration</title>
      <link>https://community.cisco.com/t5/software-defined-access-sd-access/lisp-map-cache-site-registration/m-p/4920993#M2608</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1287614"&gt;@iores&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;LISP map-cache site-registration command controls whether your LISP router registers its EID prefixes into the map cache. Enabling this command is typically necessary for proper LISP operation, especially when dealing with communication between LISP and non-LISP sites. Disabling it could lead to communication issues and is generally not recommended unless you have a specific reason to do so.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This command enables or disables the registration of EID prefixes into the LISP map cache. When site registration is enabled (the default behavior), the LISP router will register EID prefixes into the map cache, allowing it to participate in the LISP mapping system.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If you omit this command or disable site registration, the LISP router won't register its EID prefixes, which can lead to communication issues, especially when trying to communicate between LISP and non-LISP sites. The map-cache is crucial for the LISP router to perform efficient routing and forwarding of traffic based on EID-to-RLOC mappings.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Sep 2023 15:40:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/software-defined-access-sd-access/lisp-map-cache-site-registration/m-p/4920993#M2608</guid>
      <dc:creator>M02@rt37</dc:creator>
      <dc:date>2023-09-10T15:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: LISP map-cache site-registration</title>
      <link>https://community.cisco.com/t5/software-defined-access-sd-access/lisp-map-cache-site-registration/m-p/4920997#M2609</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/237724"&gt;M02@rt37&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I understand correctly, the map-cache is some sort of LISP routing table.&lt;/P&gt;&lt;P&gt;When I configure the static default route pointing to fusion node at border node, and the same at fusion node but pointing back to border node, the ping works without the map-cache site-registration command.&lt;/P&gt;&lt;P&gt;Why?&lt;/P&gt;&lt;P&gt;But when I introduce BGP, it doesn't work anymore.&lt;/P&gt;&lt;P&gt;What is the different&lt;SPAN&gt;&amp;nbsp;between these two scenarios?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;When Proxy-xTR receives a ICMP packet for non-LISP site, first it performs a check with MR, and when it receives the negative MAP reply, the packet gets routed natively.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Then, when Proxy-xTR receives a ICMP Echo packet from non-LISP for LISP site, it sends map request for destination IP, gets the reply, and then forwards the packet into LISP site.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;At which step the process gets stucked without map-cache site-registration command because of which the ping doesn't work?&lt;/P&gt;</description>
      <pubDate>Sun, 10 Sep 2023 16:14:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/software-defined-access-sd-access/lisp-map-cache-site-registration/m-p/4920997#M2609</guid>
      <dc:creator>iores</dc:creator>
      <dc:date>2023-09-10T16:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: LISP map-cache site-registration</title>
      <link>https://community.cisco.com/t5/software-defined-access-sd-access/lisp-map-cache-site-registration/m-p/4920998#M2610</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1287614"&gt;@iores&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;When you configure static default routes on both the border node and the fusion node, you essentially specify a default path for routing non-LISP traffic. This approach works without the need for "map-cache site-registration" because you're not relying on dynamic mapping lookups. The traffic is natively routed based on the static routes.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;When you introduce BGP, you are likely relying on BGP route information to populate the EID-to-RLOC mappings in LISP. If there's an issue with BGP route propagation or the mapping process, it could lead to problems with LISP routing and require additional troubleshooting.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The "map-cache site-registration" command may be used to manually force certain mappings in scenarios where BGP or other mechanisms are not providing the desired results.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Sep 2023 16:27:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/software-defined-access-sd-access/lisp-map-cache-site-registration/m-p/4920998#M2610</guid>
      <dc:creator>M02@rt37</dc:creator>
      <dc:date>2023-09-10T16:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: LISP map-cache site-registration</title>
      <link>https://community.cisco.com/t5/software-defined-access-sd-access/lisp-map-cache-site-registration/m-p/4921000#M2611</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/237724"&gt;M02@rt37&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not sure I understand.&lt;/P&gt;&lt;P&gt;When I use BGP, at border node, I redistribute LISP into BGP so fusion router could get LISP prefixes. Fusion router sends its prefixes to border node.&lt;/P&gt;&lt;P&gt;What would be in border node map-cache without map-cache site-registration?&lt;/P&gt;&lt;P&gt;How MR can find a way to EID for intra-LISP ping, but not for LISP to non-LISP and vice-versa?&lt;/P&gt;</description>
      <pubDate>Sun, 10 Sep 2023 16:40:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/software-defined-access-sd-access/lisp-map-cache-site-registration/m-p/4921000#M2611</guid>
      <dc:creator>iores</dc:creator>
      <dc:date>2023-09-10T16:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: LISP map-cache site-registration</title>
      <link>https://community.cisco.com/t5/software-defined-access-sd-access/lisp-map-cache-site-registration/m-p/4921021#M2612</link>
      <description>&lt;P&gt;Consider the following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1) Forwarding to a LISP EID requires a LISP map cache, which requires asking the Map Resolver the location of the EID&lt;/P&gt;
&lt;P&gt;Now the question is, how a Border node can determine whether a prefix should be attempted for resolution to the MR or simply forwarded using it's routing table? In other words, how does a Border node if a prefix is internal or external?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Edge nodes often have a command inside their LISP instance IDs which "map-request 0.0.0.0/0 map-cache", which instructs the Edge : for any ipv4 destination you don't know, try to use a Map Resolver to resolve it. But borders do not use this command, otherwise they must know the scope of what should be resolved and whatnot.&lt;/P&gt;
&lt;P&gt;Resolution is achieved from map caches, a map cache can have different actions programmed on them, one being "send map request", for a particular prefix. Without a map cache, there cannot be a resolution.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Their scope of resolution is often the following:&lt;/P&gt;
&lt;P&gt;If it's collocated Border CP, it takes registrations into map caches&lt;/P&gt;
&lt;P&gt;If it's non collocated, in sda1.0, it takes prefixes from BGP vpnv4 from the CP to create map caches.&lt;/P&gt;
&lt;P&gt;If it's non collocated, in pubsub, it learns LISP publications from the CP to convert them into map caches.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Sep 2023 18:39:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/software-defined-access-sd-access/lisp-map-cache-site-registration/m-p/4921021#M2612</guid>
      <dc:creator>jalejand</dc:creator>
      <dc:date>2023-09-10T18:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: LISP map-cache site-registration</title>
      <link>https://community.cisco.com/t5/software-defined-access-sd-access/lisp-map-cache-site-registration/m-p/4921044#M2613</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/356268"&gt;@jalejand&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The key concept here is that internal LISP EID prefixes are typically resolved by consulting the local routing table (forwarded natively), while external prefixes require Map Resolver queries ?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Sep 2023 19:32:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/software-defined-access-sd-access/lisp-map-cache-site-registration/m-p/4921044#M2613</guid>
      <dc:creator>M02@rt37</dc:creator>
      <dc:date>2023-09-10T19:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: LISP map-cache site-registration</title>
      <link>https://community.cisco.com/t5/software-defined-access-sd-access/lisp-map-cache-site-registration/m-p/4921050#M2614</link>
      <description>&lt;P&gt;The other way around &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;External prefixes use the local RIB whiile internal EID prefixes use the map-cache. (With external prefixes being destinations outside the fabric and internal ones being endpoints or subnets inside of the fabric).&lt;/P&gt;
&lt;P&gt;The important part is from where Borders get the map-cache to attempt resolution to the internal prefix, the source of the map-cache can be map-cache site-registration, route-import map-cache from BGP or LISP publications (PubSub), depending on the scenario (collocated/noncollocated and sda1.0/pubsub).&lt;/P&gt;</description>
      <pubDate>Sun, 10 Sep 2023 20:01:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/software-defined-access-sd-access/lisp-map-cache-site-registration/m-p/4921050#M2614</guid>
      <dc:creator>jalejand</dc:creator>
      <dc:date>2023-09-10T20:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: LISP map-cache site-registration</title>
      <link>https://community.cisco.com/t5/software-defined-access-sd-access/lisp-map-cache-site-registration/m-p/4921286#M2616</link>
      <description>&lt;P&gt;Hi Jay&lt;BR /&gt;getting back to&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1287614"&gt;@iores&lt;/a&gt;'s case of disabled map-cache site-registration &amp;amp; lisp-bgp redistribution in place.&lt;BR /&gt;do i understand obstacle correctly that w/o subject command lisp just has nothing to redistribute into bgp?&lt;BR /&gt;thanks&amp;nbsp;&lt;BR /&gt;UPD. i also found this on FIABs:&lt;BR /&gt;router lisp&lt;BR /&gt;...&lt;BR /&gt;service ipv4&lt;BR /&gt;encapsulation vxlan&lt;BR /&gt;...&lt;BR /&gt;no map-cache site-registration&lt;BR /&gt;&lt;BR /&gt;is there explanation to it?&lt;BR /&gt;UPD. Basically Jay gave it above: "either.... or Pub/Sub". our Fabics are PubSub&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Sep 2023 15:23:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/software-defined-access-sd-access/lisp-map-cache-site-registration/m-p/4921286#M2616</guid>
      <dc:creator>Andrii Oliinyk</dc:creator>
      <dc:date>2023-09-13T15:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: LISP map-cache site-registration</title>
      <link>https://community.cisco.com/t5/software-defined-access-sd-access/lisp-map-cache-site-registration/m-p/4921403#M2621</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/293790"&gt;@Andrii Oliinyk&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think that in order to redistribute LISP into any other routing protocol you have to enter route-export site-registrations. I had to do this in order for redistribution to work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2023 12:20:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/software-defined-access-sd-access/lisp-map-cache-site-registration/m-p/4921403#M2621</guid>
      <dc:creator>iores</dc:creator>
      <dc:date>2023-09-11T12:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: LISP map-cache site-registration</title>
      <link>https://community.cisco.com/t5/software-defined-access-sd-access/lisp-map-cache-site-registration/m-p/4922827#M2631</link>
      <description>&lt;P&gt;just curious, is it in conjunction with "&lt;SPAN&gt;no map-cache site-registration" or ...?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Sep 2023 15:25:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/software-defined-access-sd-access/lisp-map-cache-site-registration/m-p/4922827#M2631</guid>
      <dc:creator>Andrii Oliinyk</dc:creator>
      <dc:date>2023-09-13T15:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: LISP map-cache site-registration</title>
      <link>https://community.cisco.com/t5/software-defined-access-sd-access/lisp-map-cache-site-registration/m-p/4924282#M2646</link>
      <description>&lt;P&gt;That is correct&lt;BR /&gt;&lt;BR /&gt;CPs get a registration of a host in a subnet&lt;BR /&gt;That /32 registration becomes an entry in the RIB for the VRF due to "route-export site-registrations"&lt;BR /&gt;That RIB entry is a "lisp" routing entry, which can be redistributed into BGP with "redistribute lisp metric 10" in bgp&lt;BR /&gt;With that /32 child route in BGP, the CP can create an aggregate for the entire fabric summary and advertise it to the borders in BGPvpnv4, so the Border advertises the BGP to the Fusion.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Sep 2023 21:09:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/software-defined-access-sd-access/lisp-map-cache-site-registration/m-p/4924282#M2646</guid>
      <dc:creator>jalejand</dc:creator>
      <dc:date>2023-09-15T21:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: LISP map-cache site-registration</title>
      <link>https://community.cisco.com/t5/software-defined-access-sd-access/lisp-map-cache-site-registration/m-p/4924283#M2647</link>
      <description>&lt;P&gt;pardon for intrusion. why dont to replace lisp with mp-bgp?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Sep 2023 21:12:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/software-defined-access-sd-access/lisp-map-cache-site-registration/m-p/4924283#M2647</guid>
      <dc:creator>Andrii Oliinyk</dc:creator>
      <dc:date>2023-09-15T21:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: LISP map-cache site-registration</title>
      <link>https://community.cisco.com/t5/software-defined-access-sd-access/lisp-map-cache-site-registration/m-p/4925244#M2649</link>
      <description>&lt;P&gt;Andy, please review the following presentation to explain why LISP is used, &lt;A href="https://www.ciscolive.com/on-demand/on-demand-details.html?#/session/1686177770532001V0NT" target="_blank"&gt;https://www.ciscolive.com/on-demand/on-demand-details.html?#/session/1686177770532001V0NT&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2023 22:10:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/software-defined-access-sd-access/lisp-map-cache-site-registration/m-p/4925244#M2649</guid>
      <dc:creator>jedolphi</dc:creator>
      <dc:date>2023-09-18T22:10:47Z</dc:date>
    </item>
  </channel>
</rss>

