<?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 Complex Routing Protocol Redistribution in Routing and SD-WAN</title>
    <link>https://community.cisco.com/t5/routing-and-sd-wan/complex-routing-protocol-redistribution/m-p/814595#M58808</link>
    <description>&lt;P&gt;Hi Sir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer to attached network diagram.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to configure redistribution such that all routers have full IP reachability to all other routers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly advise how should I approach the redistribution given this seemingly complex multiprotocol network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;B.Rgds,&lt;/P&gt;&lt;P&gt;Lim TS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 04 Mar 2019 01:55:06 GMT</pubDate>
    <dc:creator>limtohsoon</dc:creator>
    <dc:date>2019-03-04T01:55:06Z</dc:date>
    <item>
      <title>Complex Routing Protocol Redistribution</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/complex-routing-protocol-redistribution/m-p/814595#M58808</link>
      <description>&lt;P&gt;Hi Sir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer to attached network diagram.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to configure redistribution such that all routers have full IP reachability to all other routers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly advise how should I approach the redistribution given this seemingly complex multiprotocol network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;B.Rgds,&lt;/P&gt;&lt;P&gt;Lim TS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2019 01:55:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/complex-routing-protocol-redistribution/m-p/814595#M58808</guid>
      <dc:creator>limtohsoon</dc:creator>
      <dc:date>2019-03-04T01:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: Complex Routing Protocol Redistribution</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/complex-routing-protocol-redistribution/m-p/814596#M58809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All your BGP sessions are eBGP? Are you running different AS on every router?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, there is no connectivity between R2 and R6, so it doesn't look like full mesh.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, from Diagram it is not clear if there are only connected networks in the routers, or there is something else further away. If there are only connected networks, you can use "redistribute connected" command on every router under BGP process on R2, R5, R6, and then RIP &amp;gt; OSPF and OSPF &amp;gt; RIP redistribution on R7.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise, if there are other routers, you can use EBGP as a carrier:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R2: RIP &amp;gt; BGP, BGP &amp;gt; RIP&lt;/P&gt;&lt;P&gt;R5: OSPF-0 &amp;gt; BGP, OSPF-25 &amp;gt; BGP, BGP &amp;gt; OSPF-0, BGP &amp;gt; OSPF-25&lt;/P&gt;&lt;P&gt;R6: Static &amp;gt; BGP&lt;/P&gt;&lt;P&gt;R7: RIP &amp;gt; OSPF, OSPF &amp;gt; RIP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2007 11:33:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/complex-routing-protocol-redistribution/m-p/814596#M58809</guid>
      <dc:creator>Pavel Bykov</dc:creator>
      <dc:date>2007-07-18T11:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: Complex Routing Protocol Redistribution</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/complex-routing-protocol-redistribution/m-p/814597#M58810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Change configuration according to your subnet and follow syntex.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Router -2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Router bgp 100&lt;/P&gt;&lt;P&gt;  redistribut ospf 25 &lt;/P&gt;&lt;P&gt;  redistribute ospf 1 match internal 1 external 2 {{This is optional but required in your scenario}}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;redistribute rip subnet&lt;/P&gt;&lt;P&gt;distribute-list 11 out rip&lt;/P&gt;&lt;P&gt;access-list 11 permit {Subnet and wild card mask}&lt;/P&gt;&lt;P&gt;access-list 11 deny 0.0.0.0 255.255.255.255 {Other than that all will be block}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Router -5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Router bgp 100&lt;/P&gt;&lt;P&gt;  redistribut ospf 25 &lt;/P&gt;&lt;P&gt;  redistribute ospf 0&lt;/P&gt;&lt;P&gt;  redistribute ospf 1 match internal 1 external 2 {{This is optional but required in your scenario}}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Router-6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;router bgp {Local AS no}&lt;/P&gt;&lt;P&gt;neighbor {Nexp hop IP} remote-as {AS NO}&lt;/P&gt;&lt;P&gt;redistribute static&lt;/P&gt;&lt;P&gt;redistribute ospf 0&lt;/P&gt;&lt;P&gt;redistribute ospf 1 match internal 1 external 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Router 7:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Router ospf 100&lt;/P&gt;&lt;P&gt;redistribute rip subnet&lt;/P&gt;&lt;P&gt;distribute-list 11 out rip&lt;/P&gt;&lt;P&gt;access-list 11 permit {Subnet and wild card mask}&lt;/P&gt;&lt;P&gt;access-list 11 deny 0.0.0.0 255.255.255.255 {Other than that all will be block}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;router  rip &lt;/P&gt;&lt;P&gt;default-metric 10&lt;/P&gt;&lt;P&gt;network {Network No}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;passive-interface serial 0 { Optional }&lt;/P&gt;&lt;P&gt;passive-interface serial 1 { Optional }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;resdistribute ospf  100 match internal 1 external 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2007 12:11:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/complex-routing-protocol-redistribution/m-p/814597#M58810</guid>
      <dc:creator>purohit_810</dc:creator>
      <dc:date>2007-07-18T12:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: Complex Routing Protocol Redistribution</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/complex-routing-protocol-redistribution/m-p/814598#M58811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R2,R4,R5,R6 are connected to frame-relay with full-mesh PVCs between them. They are on a single subnet. I suppose the BGP sessions should be established to each others' frame relay interface IP addresses. Each router is on its own BGP AS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are internal routers in the OSPF (areas 0 &amp;amp; 25) and RIPv2 domains. Routers in the "static" domain point a static default route towards R6. FYI, OSPF areas 0 &amp;amp; 25 belong to the same OSPF process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It appears that mutual redistribution at every boundary routers should accomplish the task. I'm more concerned about controlling the routes being redistributed in order to prevent routing loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't see any issue redistributing between RIP &amp;amp; OSPF domains because there's only a single boundary router. The tricky part is redistribution between OSPF and BGP where there are 3 boundary routers. How would you recommend the routing loop prevention mechanism? set community (BGP), set tag (OSPF), etc?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise further.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;B.Rgds,&lt;/P&gt;&lt;P&gt;Lim TS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2007 12:26:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/complex-routing-protocol-redistribution/m-p/814598#M58811</guid>
      <dc:creator>limtohsoon</dc:creator>
      <dc:date>2007-07-18T12:26:25Z</dc:date>
    </item>
    <item>
      <title>Re: Complex Routing Protocol Redistribution</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/complex-routing-protocol-redistribution/m-p/814599#M58812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is another complex scenario (as far as I'm concerned). Again, the objective is to perform redistribution such that all routers have IP connectivity to all other routers. For R2 and R5, RIP routes should be preferred.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've done the config and it looks fine at first. However after resetting OSPF process on R5,R6 &amp;amp; R7, permanent routing loop forms between R2,R4,R5 &amp;amp; R6.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My method:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R1&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Redis conn -&amp;gt; OSPF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R2&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Redis OSPF -&amp;gt; RIP&lt;/P&gt;&lt;P&gt;Redis OSPF -&amp;gt; EIGRP&lt;/P&gt;&lt;P&gt;Redis RIP -&amp;gt; OSPF&lt;/P&gt;&lt;P&gt;Redis RIP -&amp;gt; EIGRP (deny routes with tag 200, else set all routes with tag 100)&lt;/P&gt;&lt;P&gt;Redis EIGRP -&amp;gt; RIP (deny routes with tag 100, else set all routes with tag 200)&lt;/P&gt;&lt;P&gt;Redis EIGRP -&amp;gt; OSPF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R4&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Redis conn -&amp;gt; EIGRP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R5&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Redis RIP -&amp;gt; EIGRP (deny routes with tag 200, else set all routes with tag 100)&lt;/P&gt;&lt;P&gt;Redis RIP -&amp;gt; OSPF&lt;/P&gt;&lt;P&gt;Redis OSPF -&amp;gt; RIP&lt;/P&gt;&lt;P&gt;Redis OSPF -&amp;gt; EIGRP (deny routes with tag 400, else set all routes with tag 300)&lt;/P&gt;&lt;P&gt;Redis EIGRP -&amp;gt; RIP (deny routes with tag 100, else set all routes with tag 200)&lt;/P&gt;&lt;P&gt;Redis EIGRP -&amp;gt; OSPF (deny routes with tag 300, else set all routes with tag 400)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R6&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Redis OSPF -&amp;gt; EIGRP (deny routes with tag 400, else set all routes with tag 300)&lt;/P&gt;&lt;P&gt;Redis EIGRP -&amp;gt; OSPF (deny routes with tag 300, else set all routes with tag 400)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R8&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Redis RIP -&amp;gt; OSPF&lt;/P&gt;&lt;P&gt;Redis OSPF -&amp;gt; RIP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise how you would approach this scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;B.Rgds,&lt;/P&gt;&lt;P&gt;Lim TS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Jul 2007 17:32:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/complex-routing-protocol-redistribution/m-p/814599#M58812</guid>
      <dc:creator>limtohsoon</dc:creator>
      <dc:date>2007-07-22T17:32:51Z</dc:date>
    </item>
  </channel>
</rss>

