<?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 Static route redistribution in EIGRP-Nexus in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/static-route-redistribution-in-eigrp-nexus/m-p/2954501#M148038</link>
    <description>&lt;P&gt;Hello Experts,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;We are installing some default and static routes in our core nexus switch, which further need to be redistributed in EIGRP instance running on the core. I have configured three default routes with different AD value and other are static routes. I have read i cisco docs that we cant redistribute static routes directly into routing protocols like in IOS, we need to have route-map in place and made the configuration as below. When i put this config will all the three default routes be available to other eigrp neighbours having one best in routing table or only one route will be available. Please correct me if config needs to be changed.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Static Routes:-&lt;/P&gt;
&lt;P&gt;ip route 0.0.0.0/0 10.25.25.24&lt;BR /&gt;ip route 0.0.0.0/0 10.26.25.24 253&lt;BR /&gt;ip route 0.0.0.0/0 10.27.25.24 254&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;ip route 10.0.0.0/8 Null0&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;ip route 10.0.3.3/32 10.25.25.22&lt;BR /&gt;ip route 10.1.2.2/32 10.25.25.124&lt;BR /&gt;ip route 10.3.1.0/22 10.3.6.25&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Prefix-List:-&lt;/P&gt;
&lt;P&gt;ip prefix-list StaticRoute seq 10 permit 0.0.0.0/0 le 32&lt;BR /&gt;ip prefix-list StaticRoute seq 25 permit 10.0.0.0/8 le 32&lt;BR /&gt;ip prefix-list StaticRoute seq 30 permit 10.0.3.3/32&lt;BR /&gt;ip prefix-list StaticRoute seq 35 permit 10.1.2.2/32&lt;BR /&gt;ip prefix-list StaticRoute seq 40 permit 10.3.1.0/22 le 32&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Route-map:-&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;route-map StaticRoute_TO_EIGRP1 permit 10&lt;BR /&gt; match ip address prefix-list StaticRoute&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Routing Config:-&lt;/P&gt;
&lt;P&gt;router eigrp EIGRP1&lt;BR /&gt; autonomous-system 1&lt;BR /&gt; address-family ipv4 unicast&lt;BR /&gt; redistribute static route-map StaticRoute_TO_EIGRP1&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks in advance.&lt;/P&gt;
&lt;P&gt;PM&lt;/P&gt;</description>
    <pubDate>Tue, 12 Mar 2019 08:44:03 GMT</pubDate>
    <dc:creator>ScarFace P</dc:creator>
    <dc:date>2019-03-12T08:44:03Z</dc:date>
    <item>
      <title>Static route redistribution in EIGRP-Nexus</title>
      <link>https://community.cisco.com/t5/network-security/static-route-redistribution-in-eigrp-nexus/m-p/2954501#M148038</link>
      <description>&lt;P&gt;Hello Experts,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;We are installing some default and static routes in our core nexus switch, which further need to be redistributed in EIGRP instance running on the core. I have configured three default routes with different AD value and other are static routes. I have read i cisco docs that we cant redistribute static routes directly into routing protocols like in IOS, we need to have route-map in place and made the configuration as below. When i put this config will all the three default routes be available to other eigrp neighbours having one best in routing table or only one route will be available. Please correct me if config needs to be changed.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Static Routes:-&lt;/P&gt;
&lt;P&gt;ip route 0.0.0.0/0 10.25.25.24&lt;BR /&gt;ip route 0.0.0.0/0 10.26.25.24 253&lt;BR /&gt;ip route 0.0.0.0/0 10.27.25.24 254&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;ip route 10.0.0.0/8 Null0&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;ip route 10.0.3.3/32 10.25.25.22&lt;BR /&gt;ip route 10.1.2.2/32 10.25.25.124&lt;BR /&gt;ip route 10.3.1.0/22 10.3.6.25&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Prefix-List:-&lt;/P&gt;
&lt;P&gt;ip prefix-list StaticRoute seq 10 permit 0.0.0.0/0 le 32&lt;BR /&gt;ip prefix-list StaticRoute seq 25 permit 10.0.0.0/8 le 32&lt;BR /&gt;ip prefix-list StaticRoute seq 30 permit 10.0.3.3/32&lt;BR /&gt;ip prefix-list StaticRoute seq 35 permit 10.1.2.2/32&lt;BR /&gt;ip prefix-list StaticRoute seq 40 permit 10.3.1.0/22 le 32&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Route-map:-&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;route-map StaticRoute_TO_EIGRP1 permit 10&lt;BR /&gt; match ip address prefix-list StaticRoute&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Routing Config:-&lt;/P&gt;
&lt;P&gt;router eigrp EIGRP1&lt;BR /&gt; autonomous-system 1&lt;BR /&gt; address-family ipv4 unicast&lt;BR /&gt; redistribute static route-map StaticRoute_TO_EIGRP1&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks in advance.&lt;/P&gt;
&lt;P&gt;PM&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 08:44:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-route-redistribution-in-eigrp-nexus/m-p/2954501#M148038</guid>
      <dc:creator>ScarFace P</dc:creator>
      <dc:date>2019-03-12T08:44:03Z</dc:date>
    </item>
    <item>
      <title>Hi Pankaj,</title>
      <link>https://community.cisco.com/t5/network-security/static-route-redistribution-in-eigrp-nexus/m-p/2954502#M148039</link>
      <description>&lt;P&gt;Hi Pankaj,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;This is the wrong section for this question. However, I am not sure how does it make a difference which default route EIGRP picks from three different metric. Eventually the other routers will get the default route from the one which is redistributing and will send traffic to next hop. When packet will come to this router at that time static route will kick in if there are not specific routes to a prefix and then AD,etc.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2017 14:18:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-route-redistribution-in-eigrp-nexus/m-p/2954502#M148039</guid>
      <dc:creator>Pranay Prasoon</dc:creator>
      <dc:date>2017-01-04T14:18:38Z</dc:date>
    </item>
    <item>
      <title>Thanks Pranay for the</title>
      <link>https://community.cisco.com/t5/network-security/static-route-redistribution-in-eigrp-nexus/m-p/2954503#M148040</link>
      <description>&lt;P&gt;Thanks Pranay for the response. So you mean the config is correct.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;PM&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2017 09:34:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-route-redistribution-in-eigrp-nexus/m-p/2954503#M148040</guid>
      <dc:creator>ScarFace P</dc:creator>
      <dc:date>2017-01-05T09:34:45Z</dc:date>
    </item>
    <item>
      <title>yes</title>
      <link>https://community.cisco.com/t5/network-security/static-route-redistribution-in-eigrp-nexus/m-p/2954504#M148041</link>
      <description>&lt;P&gt;yes&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2017 16:11:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-route-redistribution-in-eigrp-nexus/m-p/2954504#M148041</guid>
      <dc:creator>Pranay Prasoon</dc:creator>
      <dc:date>2017-01-05T16:11:49Z</dc:date>
    </item>
  </channel>
</rss>

