<?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: EIGRP || Advertise Loopback and Network simultaneously || in Routing and SD-WAN</title>
    <link>https://community.cisco.com/t5/routing-and-sd-wan/eigrp-advertise-loopback-and-network-simultaneously/m-p/3784928#M308074</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks for the update, I'll have a look...&lt;/P&gt;</description>
    <pubDate>Tue, 22 Jan 2019 10:56:16 GMT</pubDate>
    <dc:creator>Georg Pauwen</dc:creator>
    <dc:date>2019-01-22T10:56:16Z</dc:date>
    <item>
      <title>EIGRP || Advertise Loopback and Network simultaneously ||</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/eigrp-advertise-loopback-and-network-simultaneously/m-p/3784387#M308040</link>
      <description>&lt;P&gt;Hello everybody,&lt;BR /&gt;&lt;BR /&gt;Assuming that you have 2 routers as EIGRP neighbors.&lt;BR /&gt;Router 1 is configured with a Loopback IP (192.168.1.1/32).&lt;/P&gt;
&lt;P&gt;I would like to ask if there is a way to advertise on R2 two separate routes, one /32 and one /24.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;1. one route for 192.168.1.1&lt;STRONG&gt;/32&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;2. one route for 192.168.1.0&lt;STRONG&gt;/24&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jan 2019 16:51:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/eigrp-advertise-loopback-and-network-simultaneously/m-p/3784387#M308040</guid>
      <dc:creator>aantonis</dc:creator>
      <dc:date>2019-01-21T16:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: EIGRP || Advertise Loopback and Network simultaneously ||</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/eigrp-advertise-loopback-and-network-simultaneously/m-p/3784540#M308053</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am not clear on what you are asking: you want to advertise a summary route on R2 for an interface that is physically configured on R1 ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Post the full configs of both routers and clarify what you want to achieve...&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jan 2019 21:21:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/eigrp-advertise-loopback-and-network-simultaneously/m-p/3784540#M308053</guid>
      <dc:creator>Georg Pauwen</dc:creator>
      <dc:date>2019-01-21T21:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: EIGRP || Advertise Loopback and Network simultaneously ||</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/eigrp-advertise-loopback-and-network-simultaneously/m-p/3784919#M308073</link>
      <description>&lt;P&gt;Hello George,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Apologies the question was not clear enough. Let me re-phrase and correct a mistake as well.&lt;/P&gt;
&lt;P&gt;We&amp;nbsp;have 2 routers as EIGRP neighbors connected directed via the Gi0/0.&lt;/P&gt;
&lt;P&gt;R1 is configured with a Loopback IP (192.168.1.1&lt;STRONG&gt;/24&lt;/STRONG&gt;).&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;I would like to ask if there is a way to advertise to R2 two separate routes:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;1. one route for 192.168.1.&lt;STRONG&gt;0/24&lt;BR /&gt;&lt;/STRONG&gt;&amp;nbsp;2.&amp;nbsp;one route for 192.168.1.&lt;STRONG&gt;1/32&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;In other worlds, i would like to include the Loopback1 in the EIGRP route domain and the network as well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Configuration as follows:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;R1&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;!&lt;/P&gt;
&lt;P&gt;int Lo1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;ip add 192.168.1.1 &lt;STRONG&gt;255.255.255&lt;/STRONG&gt;.0&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;int Gi0/0&lt;/P&gt;
&lt;P&gt;&amp;nbsp;ip add 172.28.12.1 255.255.255.0&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;!&lt;/P&gt;
&lt;P&gt;router eigrp 12&lt;/P&gt;
&lt;P&gt;&amp;nbsp;no auto&lt;/P&gt;
&lt;P&gt;&amp;nbsp;passive-interface default&lt;BR /&gt;&amp;nbsp;no passive-interface Gi0/0&lt;BR /&gt;&amp;nbsp;net&amp;nbsp;&lt;SPAN&gt;172.28.12.0&amp;nbsp;0.0.0.255&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;net 192.168.1.0 0.0.0.255&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;R2&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;int Gi0/0&lt;/P&gt;
&lt;P&gt;&amp;nbsp;ip add 172.28.12.2 255.255.255.0&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;!&lt;/P&gt;
&lt;P&gt;router eigrp 12&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;no auto&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;SPAN&gt;passive-interface default&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;no passive-interface Gi0/0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;net&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;172.28.12.0&amp;nbsp;0.0.0.255&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2019 10:48:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/eigrp-advertise-loopback-and-network-simultaneously/m-p/3784919#M308073</guid>
      <dc:creator>aantonis</dc:creator>
      <dc:date>2019-01-22T10:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: EIGRP || Advertise Loopback and Network simultaneously ||</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/eigrp-advertise-loopback-and-network-simultaneously/m-p/3784928#M308074</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks for the update, I'll have a look...&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2019 10:56:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/eigrp-advertise-loopback-and-network-simultaneously/m-p/3784928#M308074</guid>
      <dc:creator>Georg Pauwen</dc:creator>
      <dc:date>2019-01-22T10:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: EIGRP || Advertise Loopback and Network simultaneously ||</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/eigrp-advertise-loopback-and-network-simultaneously/m-p/3784936#M308076</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ip route 192.168.3.0 255.255.255.0 null0&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;router eigrp 12&lt;BR /&gt;network 192.168.3.1 0.0.0.0&lt;BR /&gt;redistribute static&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;note if you have other downstream routers you may want the next hop to be an exit interface and if you have any other statics you may want to use a route map to filter which ones to redistribute.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jon&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2019 11:17:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/eigrp-advertise-loopback-and-network-simultaneously/m-p/3784936#M308076</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2019-01-22T11:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: EIGRP || Advertise Loopback and Network simultaneously ||</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/eigrp-advertise-loopback-and-network-simultaneously/m-p/3784958#M308079</link>
      <description>&lt;P&gt;A.Androul,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you re-configure your loopback IP address to be 192.168.1.1/32, then it will be very easy to achieve what you want:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;conf t&lt;/P&gt;
&lt;P&gt;ip access-list standard LOOP0&lt;/P&gt;
&lt;P&gt;permit 192.168.1.1&lt;/P&gt;
&lt;P&gt;route-map LEAK-LOOP0 permit 10&lt;/P&gt;
&lt;P&gt;match ip address LOOP0&lt;/P&gt;
&lt;P&gt;router eigrp 12&lt;/P&gt;
&lt;P&gt;network 192.168.1.1 0.0.0.0&lt;/P&gt;
&lt;P&gt;network&amp;nbsp;&lt;SPAN&gt;172.28.12.0&amp;nbsp;0.0.0.255&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;interface x/x&lt;/P&gt;
&lt;P&gt;ip summary-address eigrp 12 192.168.1.0 255.255.255.0 leak-map LEAK-LOOP0&lt;/P&gt;
&lt;P&gt;end&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2019 11:46:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/eigrp-advertise-loopback-and-network-simultaneously/m-p/3784958#M308079</guid>
      <dc:creator>Sergey Lisitsin</dc:creator>
      <dc:date>2019-01-22T11:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: EIGRP || Advertise Loopback and Network simultaneously ||</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/eigrp-advertise-loopback-and-network-simultaneously/m-p/3784972#M308082</link>
      <description>Hi Sergey,&lt;BR /&gt;&lt;BR /&gt;That works perfectly if Iconfigure the Loopback as /32 !! &lt;BR /&gt;Thanks for this &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Any idea, how can we accomplish the same in case the Loopback is configured as /24 ? &lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 22 Jan 2019 12:09:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/eigrp-advertise-loopback-and-network-simultaneously/m-p/3784972#M308082</guid>
      <dc:creator>aantonis</dc:creator>
      <dc:date>2019-01-22T12:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: EIGRP || Advertise Loopback and Network simultaneously ||</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/eigrp-advertise-loopback-and-network-simultaneously/m-p/3784974#M308083</link>
      <description>&lt;P&gt;Hello Sergey,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried this yesterday in GNS3 and didn't get it to work. Can you post the output of 'show ip route' on your R2 router, as I don't see the host route in mine ?&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2019 12:09:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/eigrp-advertise-loopback-and-network-simultaneously/m-p/3784974#M308083</guid>
      <dc:creator>Georg Pauwen</dc:creator>
      <dc:date>2019-01-22T12:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: EIGRP || Advertise Loopback and Network simultaneously ||</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/eigrp-advertise-loopback-and-network-simultaneously/m-p/3784976#M308084</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have tried about everything possible and did not get it to advertise the host route (based on the original setup you had, with the loopback being a /24 route). You cannot summarize the 24 to a 32 (obviously I guess, since the /32 is not a summary).&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2019 12:13:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/eigrp-advertise-loopback-and-network-simultaneously/m-p/3784976#M308084</guid>
      <dc:creator>Georg Pauwen</dc:creator>
      <dc:date>2019-01-22T12:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: EIGRP || Advertise Loopback and Network simultaneously ||</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/eigrp-advertise-loopback-and-network-simultaneously/m-p/3784982#M308085</link>
      <description>Hi Georg,&lt;BR /&gt;&lt;BR /&gt;In case the Loopback is configured as /32 , the solution provided by Sergey Lisitsin (summary-address &amp;amp; leak-map) is working perfect !!&lt;BR /&gt;&lt;BR /&gt;In case the Loopback is configured as /24, then I do not know what is the trick to accomplish the same behavior.</description>
      <pubDate>Tue, 22 Jan 2019 12:16:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/eigrp-advertise-loopback-and-network-simultaneously/m-p/3784982#M308085</guid>
      <dc:creator>aantonis</dc:creator>
      <dc:date>2019-01-22T12:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: EIGRP || Advertise Loopback and Network simultaneously ||</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/eigrp-advertise-loopback-and-network-simultaneously/m-p/3784987#M308086</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;honestly I don't think it is possible with the Loopback as a /24. You cannot summarize to /32, redistribution of static and connected doesn't work either, and there is no conditional route injection as in BGP...&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2019 12:23:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/eigrp-advertise-loopback-and-network-simultaneously/m-p/3784987#M308086</guid>
      <dc:creator>Georg Pauwen</dc:creator>
      <dc:date>2019-01-22T12:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: EIGRP || Advertise Loopback and Network simultaneously ||</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/eigrp-advertise-loopback-and-network-simultaneously/m-p/3784997#M308087</link>
      <description>&lt;P&gt;A.Androul,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't know what solution would work if you have a /24 configured on a loopback. But what is the requirement to have a /24 configured on it? It is only a loopback after all and doesn't really have access to a segment with 254 hosts on it.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2019 12:38:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/eigrp-advertise-loopback-and-network-simultaneously/m-p/3784997#M308087</guid>
      <dc:creator>Sergey Lisitsin</dc:creator>
      <dc:date>2019-01-22T12:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: EIGRP || Advertise Loopback and Network simultaneously ||</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/eigrp-advertise-loopback-and-network-simultaneously/m-p/3784999#M308088</link>
      <description>&lt;P&gt;I agree,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I also can't think of a solution that would work. Furthermore, I don't see a need to configure it in that way if you can very easily achieve it with a /32 on a loopback.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2019 12:39:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/eigrp-advertise-loopback-and-network-simultaneously/m-p/3784999#M308088</guid>
      <dc:creator>Sergey Lisitsin</dc:creator>
      <dc:date>2019-01-22T12:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: EIGRP || Advertise Loopback and Network simultaneously ||</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/eigrp-advertise-loopback-and-network-simultaneously/m-p/3785007#M308090</link>
      <description>&lt;P&gt;&lt;SPAN&gt;With Loopback configured as /32 , the solution provided by Sergey Lisitsin (summary-address &amp;amp; leak-map) is&amp;nbsp;solid!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I will stick with this solution.&lt;BR /&gt;&lt;BR /&gt;We can consider this discussion as solved !&lt;BR /&gt;Thanks much for your help.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2019 12:52:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/eigrp-advertise-loopback-and-network-simultaneously/m-p/3785007#M308090</guid>
      <dc:creator>aantonis</dc:creator>
      <dc:date>2019-01-22T12:52:45Z</dc:date>
    </item>
  </channel>
</rss>

