<?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 prefering 1 eigrp route over another in Routing and SD-WAN</title>
    <link>https://community.cisco.com/t5/routing-and-sd-wan/prefering-1-eigrp-route-over-another/m-p/2500833#M237419</link>
    <description>&lt;P&gt;another dumb question, I guess. &amp;nbsp;I have a 2 routers, r1 and r2, connected to a layer 3 switch. &amp;nbsp;All 3 devices run eigrp. &amp;nbsp;I would like to send traffic from the layer 3 switch for a destination, say 10.1.1.0 255.255.255.0 &amp;nbsp;to r1 and different traffic , say 10.2.2.0 255.255.255.0 to r2. In my eigrp routing table, I get all traffic going to r1, nothing to r2. &amp;nbsp;I've tried max paths, variance, hsrp, route-maps (route maps in the bgp section, since r1 and r2 also run bgp), static routes and I just can't seem to figure this out. &amp;nbsp; How do I go about doing this?&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 05 Mar 2019 07:04:34 GMT</pubDate>
    <dc:creator>DARYLE DIANIS</dc:creator>
    <dc:date>2019-03-05T07:04:34Z</dc:date>
    <item>
      <title>prefering 1 eigrp route over another</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/prefering-1-eigrp-route-over-another/m-p/2500833#M237419</link>
      <description>&lt;P&gt;another dumb question, I guess. &amp;nbsp;I have a 2 routers, r1 and r2, connected to a layer 3 switch. &amp;nbsp;All 3 devices run eigrp. &amp;nbsp;I would like to send traffic from the layer 3 switch for a destination, say 10.1.1.0 255.255.255.0 &amp;nbsp;to r1 and different traffic , say 10.2.2.0 255.255.255.0 to r2. In my eigrp routing table, I get all traffic going to r1, nothing to r2. &amp;nbsp;I've tried max paths, variance, hsrp, route-maps (route maps in the bgp section, since r1 and r2 also run bgp), static routes and I just can't seem to figure this out. &amp;nbsp; How do I go about doing this?&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2019 07:04:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/prefering-1-eigrp-route-over-another/m-p/2500833#M237419</guid>
      <dc:creator>DARYLE DIANIS</dc:creator>
      <dc:date>2019-03-05T07:04:34Z</dc:date>
    </item>
    <item>
      <title>You can use offset list</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/prefering-1-eigrp-route-over-another/m-p/2500834#M237420</link>
      <description>&lt;P&gt;You can use offset list matching routes and using some penalties to make that route worse.&lt;/P&gt;&lt;P&gt;How is it configured in the L3 switch? Is it the same SVI for both routers?&lt;/P&gt;&lt;P&gt;Is one SVI for R1 and another for R2?&lt;/P&gt;&lt;P&gt;If they're different SVI you can do this below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;access-list 99 permit 10.2.2.0 0.0.0.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;router eigrp x&lt;/P&gt;&lt;P&gt;offset-list 99 in XXX&amp;nbsp;&amp;nbsp; vlan y&lt;/P&gt;&lt;P&gt;XXX =&amp;gt; Value to be greater than the backup route&lt;/P&gt;&lt;P&gt;Y -&amp;gt; SVI connected to R1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This would make this specific route to have a penalty so the traffic would flow through R2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jun 2014 00:58:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/prefering-1-eigrp-route-over-another/m-p/2500834#M237420</guid>
      <dc:creator>Renan Abreu</dc:creator>
      <dc:date>2014-06-02T00:58:54Z</dc:date>
    </item>
    <item>
      <title>HelloYou could also use PBR</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/prefering-1-eigrp-route-over-another/m-p/2500835#M237421</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;You could also use PBR.&lt;/P&gt;&lt;P&gt;access-list 100 permit scr dest&lt;BR /&gt;&lt;BR /&gt;route-map PBR permit 10&lt;/P&gt;&lt;P&gt;&amp;nbsp;match ip address 100&lt;BR /&gt;&amp;nbsp;set ip next-hop x.x.x.x&lt;BR /&gt;set ip next-hop verify-availability&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;res&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jun 2014 08:46:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/prefering-1-eigrp-route-over-another/m-p/2500835#M237421</guid>
      <dc:creator>paul driver</dc:creator>
      <dc:date>2014-06-02T08:46:15Z</dc:date>
    </item>
    <item>
      <title>Another way is using</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/prefering-1-eigrp-route-over-another/m-p/2500836#M237422</link>
      <description>&lt;P&gt;Another way is using administrative distance; you can modify it using :&lt;/P&gt;&lt;P&gt;router eigrp &amp;lt;as&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; distance &amp;lt;admin_dist&amp;gt;&amp;nbsp; &amp;lt;source_ip&amp;gt; &amp;lt;wild card mask&amp;gt; &amp;lt;acl&amp;gt;&lt;/P&gt;&lt;P&gt;You can give routes (or some routes) from r1 a worst admin distance; this way the switch will prefere routes from r2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bye,&lt;/P&gt;&lt;P&gt;enrico.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please rate if useful&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jun 2014 09:23:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/prefering-1-eigrp-route-over-another/m-p/2500836#M237422</guid>
      <dc:creator>e.ciollaro</dc:creator>
      <dc:date>2014-06-02T09:23:17Z</dc:date>
    </item>
    <item>
      <title>hey, thanks, 3 different</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/prefering-1-eigrp-route-over-another/m-p/2500837#M237423</link>
      <description>&lt;P&gt;hey, thanks, 3 different things I can try, just when I was thinking it couldn't be done. &amp;nbsp;thanks again.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jun 2014 14:36:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/prefering-1-eigrp-route-over-another/m-p/2500837#M237423</guid>
      <dc:creator>DARYLE DIANIS</dc:creator>
      <dc:date>2014-06-02T14:36:09Z</dc:date>
    </item>
  </channel>
</rss>

