<?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: Routing Compilation using Static Routing, BGP, and OSPF in Routing and SD-WAN</title>
    <link>https://community.cisco.com/t5/routing-and-sd-wan/routing-compilation-using-static-routing-bgp-and-ospf/m-p/4610815#M366779</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;I am sharing&amp;nbsp; a working file. You can use for you study. And below, some explanation about what I did.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On R0, you can add a default route like:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;0.0.0.0 0.0.0.0 192.168.30.2 (everything else, send to .2)&lt;/P&gt;
&lt;P&gt;And then, you add the static route for specifics, just like you did&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;R1 need on default route pointing to R0&lt;BR /&gt;0.0.0.0 0.0.0.0 192.168.10.1&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;R2 need one default route poinintg to R0&lt;BR /&gt;0.0.0.0 0.0.0.0 192.168.20.1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;R8 need to have static routes pointing to 192.168.30.1 for all networks&lt;BR /&gt;192.168.10.0&lt;BR /&gt;192.168.20.0&lt;BR /&gt;192.168.30.0&lt;/P&gt;
&lt;PRE&gt;&lt;BR /&gt;R8 - Redistribute static&lt;BR /&gt;!&lt;BR /&gt;router bgp 100&lt;BR /&gt;bgp log-neighbor-changes&lt;BR /&gt;no synchronization&lt;BR /&gt;neighbor 192.168.70.2 remote-as 200&lt;BR /&gt;network 192.168.70.0&lt;BR /&gt;network 192.168.30.0&lt;BR /&gt;redistribute static &lt;BR /&gt;!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;R7: Redistribute ospf into BGP and BGP into OSPF&lt;BR /&gt;&lt;BR /&gt;!&lt;BR /&gt;router ospf 1&lt;BR /&gt;log-adjacency-changes&lt;BR /&gt;redistribute bgp 200 &lt;BR /&gt;network 192.168.40.0 0.0.0.255 area 0&lt;BR /&gt;!&lt;BR /&gt;router bgp 200&lt;BR /&gt;bgp log-neighbor-changes&lt;BR /&gt;no synchronization&lt;BR /&gt;neighbor 192.168.70.1 remote-as 100&lt;BR /&gt;network 192.168.70.0&lt;BR /&gt;network 192.168.40.0&lt;BR /&gt;redistribute ospf 1 &lt;BR /&gt;!&lt;/PRE&gt;</description>
    <pubDate>Fri, 27 May 2022 05:56:37 GMT</pubDate>
    <dc:creator>Flavio Miranda</dc:creator>
    <dc:date>2022-05-27T05:56:37Z</dc:date>
    <item>
      <title>Routing Compilation using Static Routing, BGP, and OSPF</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/routing-compilation-using-static-routing-bgp-and-ospf/m-p/4610786#M366775</link>
      <description>&lt;P&gt;Hi, I want to make routing in each area using different type of routing in Cisco Packet Tracer. Routers in Red area will use Static Routing, Blue area use BGP, and Green area use OSPF. And I have a few question. The first one, I have a problem when I configure the Static Routing in Router 0. Is there any solution for that? The second question is, how do I connect all the router so router in each area can connected even though they have a different routing configuration? I hope there are any solution. Thank you for helping&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Routing Compilation.JPG" style="width: 400px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/151299iA41011F7F5BD312A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Routing Compilation.JPG" alt="Routing Compilation.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;PS: I attach my Cisco Packet Tracer file below&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 16 May 2022 10:39:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/routing-compilation-using-static-routing-bgp-and-ospf/m-p/4610786#M366775</guid>
      <dc:creator>putra.research</dc:creator>
      <dc:date>2022-05-16T10:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: Routing Compilation using Static Routing, BGP, and OSPF</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/routing-compilation-using-static-routing-bgp-and-ospf/m-p/4610815#M366779</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;I am sharing&amp;nbsp; a working file. You can use for you study. And below, some explanation about what I did.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On R0, you can add a default route like:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;0.0.0.0 0.0.0.0 192.168.30.2 (everything else, send to .2)&lt;/P&gt;
&lt;P&gt;And then, you add the static route for specifics, just like you did&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;R1 need on default route pointing to R0&lt;BR /&gt;0.0.0.0 0.0.0.0 192.168.10.1&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;R2 need one default route poinintg to R0&lt;BR /&gt;0.0.0.0 0.0.0.0 192.168.20.1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;R8 need to have static routes pointing to 192.168.30.1 for all networks&lt;BR /&gt;192.168.10.0&lt;BR /&gt;192.168.20.0&lt;BR /&gt;192.168.30.0&lt;/P&gt;
&lt;PRE&gt;&lt;BR /&gt;R8 - Redistribute static&lt;BR /&gt;!&lt;BR /&gt;router bgp 100&lt;BR /&gt;bgp log-neighbor-changes&lt;BR /&gt;no synchronization&lt;BR /&gt;neighbor 192.168.70.2 remote-as 200&lt;BR /&gt;network 192.168.70.0&lt;BR /&gt;network 192.168.30.0&lt;BR /&gt;redistribute static &lt;BR /&gt;!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;R7: Redistribute ospf into BGP and BGP into OSPF&lt;BR /&gt;&lt;BR /&gt;!&lt;BR /&gt;router ospf 1&lt;BR /&gt;log-adjacency-changes&lt;BR /&gt;redistribute bgp 200 &lt;BR /&gt;network 192.168.40.0 0.0.0.255 area 0&lt;BR /&gt;!&lt;BR /&gt;router bgp 200&lt;BR /&gt;bgp log-neighbor-changes&lt;BR /&gt;no synchronization&lt;BR /&gt;neighbor 192.168.70.1 remote-as 100&lt;BR /&gt;network 192.168.70.0&lt;BR /&gt;network 192.168.40.0&lt;BR /&gt;redistribute ospf 1 &lt;BR /&gt;!&lt;/PRE&gt;</description>
      <pubDate>Fri, 27 May 2022 05:56:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/routing-compilation-using-static-routing-bgp-and-ospf/m-p/4610815#M366779</guid>
      <dc:creator>Flavio Miranda</dc:creator>
      <dc:date>2022-05-27T05:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: Routing Compilation using Static Routing, BGP, and OSPF</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/routing-compilation-using-static-routing-bgp-and-ospf/m-p/4610842#M366780</link>
      <description>&lt;P&gt;Anyway thank you so much for your help, but I think I'm still have a problem with static routing in Router 0. I've configure the Static Routing like you have tell, but when I check using command show ip route in CLI, it doesn't show the Static Routing in the IP table. As long as I know (CMIIW) if the routing success it will show in IP Table. Did I make a mistake when configuring the static routing?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Router.JPG" style="width: 400px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/151302iD830209C36A6D9AF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Router.JPG" alt="Router.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 16 May 2022 12:33:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/routing-compilation-using-static-routing-bgp-and-ospf/m-p/4610842#M366780</guid>
      <dc:creator>putra.research</dc:creator>
      <dc:date>2022-05-16T12:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: Routing Compilation using Static Routing, BGP, and OSPF</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/routing-compilation-using-static-routing-bgp-and-ospf/m-p/4610865#M366781</link>
      <description>&lt;P&gt;Only default route will be shown:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;C 192.168.10.0/24 is directly connected, Serial2/0&lt;BR /&gt;C 192.168.20.0/24 is directly connected, Serial3/0&lt;BR /&gt;C 192.168.30.0/24 is directly connected, Serial6/0&lt;BR /&gt;S* 0.0.0.0/0 [1/0] via 192.168.30.2&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The static route will not.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Using the file I sent, I could sucessfuly ping from one end to another, so, routing problem must not have.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2022 05:57:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/routing-compilation-using-static-routing-bgp-and-ospf/m-p/4610865#M366781</guid>
      <dc:creator>Flavio Miranda</dc:creator>
      <dc:date>2022-05-27T05:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: Routing Compilation using Static Routing, BGP, and OSPF</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/routing-compilation-using-static-routing-bgp-and-ospf/m-p/4610878#M366782</link>
      <description>&lt;P&gt;Ah I see. Thank you for the explanation. But I'm sorry, can you send again your file? 'cause I think I can't find your file from your reply above&lt;/P&gt;</description>
      <pubDate>Mon, 16 May 2022 13:16:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/routing-compilation-using-static-routing-bgp-and-ospf/m-p/4610878#M366782</guid>
      <dc:creator>putra.research</dc:creator>
      <dc:date>2022-05-16T13:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: Routing Compilation using Static Routing, BGP, and OSPF</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/routing-compilation-using-static-routing-bgp-and-ospf/m-p/4610885#M366784</link>
      <description>&lt;P&gt;You can see static routes with this command actually.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Router#sh ip route static&lt;BR /&gt;S 192.168.20.0/24 [1/0] via 192.168.10.1&lt;BR /&gt;S 192.168.30.0/24 [1/0] via 192.168.10.1&lt;BR /&gt;S* 0.0.0.0/0 [1/0] via 192.168.10.1&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;R0 does not show because they are directly connected.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2022 05:58:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/routing-compilation-using-static-routing-bgp-and-ospf/m-p/4610885#M366784</guid>
      <dc:creator>Flavio Miranda</dc:creator>
      <dc:date>2022-05-27T05:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: Routing Compilation using Static Routing, BGP, and OSPF</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/routing-compilation-using-static-routing-bgp-and-ospf/m-p/4610888#M366785</link>
      <description>&lt;P&gt;Yes there is problem&amp;nbsp;&lt;BR /&gt;you config static route to subnet already connect to your router ???&lt;BR /&gt;the static route must include&amp;nbsp;&lt;BR /&gt;Subnet in other Router &amp;amp; outlet of your router to that router&amp;nbsp;&lt;BR /&gt;or&amp;nbsp;&lt;BR /&gt;Subnet in other Router &amp;amp; next-hop of that router&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 May 2022 13:31:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/routing-compilation-using-static-routing-bgp-and-ospf/m-p/4610888#M366785</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2022-05-16T13:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: Routing Compilation using Static Routing, BGP, and OSPF</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/routing-compilation-using-static-routing-bgp-and-ospf/m-p/4610930#M366787</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;EM&gt;&lt;EM&gt;&lt;U&gt;external BGP rtrs&lt;/U&gt; - advertise a default route towards each site bgp rtr. &lt;BR /&gt;&lt;/EM&gt;&lt;/EM&gt;
&lt;PRE&gt;&amp;lt;router bgp x&lt;BR /&gt;neighbor x.x.x.x default-information originate&amp;nbsp;&lt;/PRE&gt;
&lt;EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;EM&gt;&lt;EM&gt;&lt;U&gt;Static route site bgp rtr -&lt;/U&gt;&amp;nbsp; &amp;nbsp;redistribute all static routes into bgp that point towards each static router,&lt;BR /&gt;&lt;/EM&gt;&lt;/EM&gt;
&lt;PRE&gt;&amp;lt;router bgp x&lt;BR /&gt;redistribute static&lt;/PRE&gt;
&lt;EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;U&gt;Ospf site bgp rtr -&lt;/U&gt;&amp;nbsp; &amp;nbsp;Redistribute ospf into bgp &lt;BR /&gt;
&lt;PRE&gt;&amp;lt; router bgp xx&lt;BR /&gt;redistribute ospf x match external 1 external 2&lt;/PRE&gt;
&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Fri, 27 May 2022 06:35:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/routing-compilation-using-static-routing-bgp-and-ospf/m-p/4610930#M366787</guid>
      <dc:creator>paul driver</dc:creator>
      <dc:date>2022-05-27T06:35:50Z</dc:date>
    </item>
  </channel>
</rss>

