<?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: three ospf routers on same segment two sessions needed in Routing and SD-WAN</title>
    <link>https://community.cisco.com/t5/routing-and-sd-wan/three-ospf-routers-on-same-segment-two-sessions-needed/m-p/1907039#M187903</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; thanks for your lengthy reply!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;well i got the issue you described above &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" height="16" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif" width="16"&gt;&lt;/SPAN&gt; how to solve it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;r1 now has in it's routing table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a directly connected route to the shared vlan of r1,r2,r3&lt;/P&gt;&lt;P&gt;an ospf route to r2&lt;/P&gt;&lt;P&gt;an ospf route to r3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on r2 and r3 i am redistributing bgp to this ospf instance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on r1 i get the route to the ipsec peer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but, when i do a traceroute, i get this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;r1 goes to r2&lt;/P&gt;&lt;P&gt;r2 goes back to r3&lt;/P&gt;&lt;P&gt;r3 goes back to r2&lt;/P&gt;&lt;P&gt;then * * * into the cloud of the provider who i am running bgp with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;second traceroute from r1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;r1 goes to r3&lt;/P&gt;&lt;P&gt;r3 goes to r2&lt;/P&gt;&lt;P&gt;r2 goes to r3&lt;/P&gt;&lt;P&gt;then * * * into the cloud&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how do i prevent this extra hop?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Apr 2012 06:31:35 GMT</pubDate>
    <dc:creator>axeleratorcisco</dc:creator>
    <dc:date>2012-04-26T06:31:35Z</dc:date>
    <item>
      <title>three ospf routers on same segment two sessions needed</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/three-ospf-routers-on-same-segment-two-sessions-needed/m-p/1907033#M187897</link>
      <description>&lt;P&gt;i have r1, r2 and r3 on the same ethernet segment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;r1 needs a ospf session to r2, and r3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;r2 and r3 don't need to communicate via ospf, this needs to be excluded&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is the best way of implementing this?&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2019 22:35:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/three-ospf-routers-on-same-segment-two-sessions-needed/m-p/1907033#M187897</guid>
      <dc:creator>axeleratorcisco</dc:creator>
      <dc:date>2019-03-25T22:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: three ospf routers on same segment two sessions needed</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/three-ospf-routers-on-same-segment-two-sessions-needed/m-p/1907034#M187898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest using the point-to-multipoint nonbroadcast network type in OSPF configuration. This way, you would be able to define the pair of routers to communicate with each other manually, without having the routers discover themselves automatically and building up the adjacencies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R1:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;interface FastEthernet0/0&lt;/P&gt;&lt;P&gt;&amp;nbsp; ip ospf network point-to-multipoint non-broadcast&lt;/P&gt;&lt;P&gt;&amp;nbsp; ip address 10.0.0.1 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;router ospf 1&lt;/P&gt;&lt;P&gt;&amp;nbsp; network 10.0.0.0 0.0.0.255 area 0&lt;/P&gt;&lt;P&gt;&amp;nbsp; neighbor 10.0.0.2&lt;/P&gt;&lt;P&gt;&amp;nbsp; neighbor 10.0.0.3&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R2:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;interface FastEthernet0/0&lt;/P&gt;&lt;P&gt;&amp;nbsp; ip ospf network point-to-multipoint non-broadcast&lt;/P&gt;&lt;P&gt;&amp;nbsp; ip address 10.0.0.2 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;router ospf 1&lt;/P&gt;&lt;P&gt;&amp;nbsp; network 10.0.0.0 0.0.0.255 area 0&lt;/P&gt;&lt;P&gt;&amp;nbsp; neighbor 10.0.0.1&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R3:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;interface FastEthernet0/0&lt;/P&gt;&lt;P&gt;&amp;nbsp; ip ospf network point-to-multipoint non-broadcast&lt;/P&gt;&lt;P&gt;&amp;nbsp; ip address 10.0.0.3 255.255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;router ospf 1&lt;/P&gt;&lt;P&gt;&amp;nbsp; network 10.0.0.0 0.0.0.255&lt;/P&gt;&lt;P&gt;&amp;nbsp; neighbor 10.0.0.1&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you believe this would be applicable for you?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2012 09:19:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/three-ospf-routers-on-same-segment-two-sessions-needed/m-p/1907034#M187898</guid>
      <dc:creator>Peter Paluch</dc:creator>
      <dc:date>2012-04-25T09:19:12Z</dc:date>
    </item>
    <item>
      <title>three ospf routers on same segment two sessions needed</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/three-ospf-routers-on-same-segment-two-sessions-needed/m-p/1907035#M187899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this looks nice&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;r1 needs to set up a vpn connection to another router behind r2, and r3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so i want r2 and r3 to advertise that peer ip address to r1, so r1 knows how to reach it via either r2 or r3.. therefore r2 and r3 need no connectivity between them&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;are the neighbor statements necessary in this configuration?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also can i use a 0.0.0.0 wildcard on the network statement to make it more specific?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;would the ipsec configuration on the outside interface of r1 interfere somehow with this config?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2012 09:38:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/three-ospf-routers-on-same-segment-two-sessions-needed/m-p/1907035#M187899</guid>
      <dc:creator>axeleratorcisco</dc:creator>
      <dc:date>2012-04-25T09:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: three ospf routers on same segment two sessions needed</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/three-ospf-routers-on-same-segment-two-sessions-needed/m-p/1907036#M187900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;does it matter if i set the type to non broadcast even though it's ethernet thus broadcast?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;am i simply disabling unicast messaging within ospf if i configure it manually like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could i also create two point to point links from r1 instead of the point to multipoint so that r1 knows everything, or this a stupid thought?&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2012 18:58:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/three-ospf-routers-on-same-segment-two-sessions-needed/m-p/1907036#M187900</guid>
      <dc:creator>axeleratorcisco</dc:creator>
      <dc:date>2012-04-25T18:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: three ospf routers on same segment two sessions needed</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/three-ospf-routers-on-same-segment-two-sessions-needed/m-p/1907037#M187901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can i configure the interface on r1 as point to multipoint&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and r2 and r3 as point to point, since they don't need to talk to each other?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or does it have to match on all routers, i.e. point to multipoint?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2012 19:07:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/three-ospf-routers-on-same-segment-two-sessions-needed/m-p/1907037#M187901</guid>
      <dc:creator>axeleratorcisco</dc:creator>
      <dc:date>2012-04-25T19:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: three ospf routers on same segment two sessions needed</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/three-ospf-routers-on-same-segment-two-sessions-needed/m-p/1907038#M187902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will try to answer all your questions in this post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;so i want r2 and r3 to advertise that peer ip address to r1, so r1 knows&amp;nbsp; how to reach it via either r2 or r3.. therefore r2 and r3 need no&amp;nbsp; connectivity between them&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see... Hmmm... Well, the configuration I have suggested will not prevent r2 and r3 from mutually learning about their networks, because r2 will tell r1 and r1 in turn will tell r3 - and vice versa. Are you OK with this?&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;are the neighbor statements necessary in this configuration?&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, they are. With non-broadcast network type, OSPF does not sent multicast Hello packets to dynamically discover neighbors. The only way for a router to know who its neighbors are on a non-broadcast network type is to define them using the &lt;STRONG&gt;neighbor&lt;/STRONG&gt; statement. Without it, the adjacencies would not go up at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;also can i use a 0.0.0.0 wildcard on the network statement to make it more specific?&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, of course.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;would the ipsec configuration on the outside interface of r1 interfere somehow with this config?&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not think so - but to be completely sure, I would need to see the configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;does it matter if i set the type to non broadcast even though it's ethernet thus broadcast?&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On any real network type, you can force the OSPF to treat it as a different network type. Doing that allows you to achieve a non-standard behavior of OSPF to attain specific goals, like yours in this case. Of course, you cannot just redefine a network type arbitrarily without paying attention how the underlying network infrastructure works - the OSPF may need to be specifically tweaked to work well. For example, the NBMA network type is not really suitable for Frame Relay hub-and-spoke scenarios although it is the default network type. You often have to modify the priorities to prevent spoke routers from becoming DR/BDR, manually take care about the reachability of the spokes to each other, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;am i simply disabling unicast messaging within ospf if i configure it manually like this?&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is more behind it than just disabling &lt;SPAN style="text-decoration: underline;"&gt;multicast&lt;/SPAN&gt; OSPF messaging. However, many things that change with the PtMP-NB network type are relevant to the internal OSPF processing and database contents, and you do not have to worry about that. What you should take into consideration is that the OSPF communication will be fully in your hands by virtue of the &lt;STRONG&gt;neighbor&lt;/STRONG&gt; statements, and that routers that are not manually peered together will not be able to route packets via each other directly. This means that even if r1, r2 and r3 are on the common segment, with the configuration as I suggested, packets from r3 destined to r2 will be sent via r1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;could i also create two point to point links from r1 instead of the&amp;nbsp; point to multipoint so that r1 knows everything, or this a stupid&amp;nbsp; thought?&amp;nbsp;&amp;nbsp; &lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's not a bad idea at all - but what it does is merely doing on physical level what we are able to do on logical OSPF level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;can i configure the interface on r1 as point to multipoint&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and r2 and r3 as point to point, since they don't need to talk to each other?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or does it have to match on all routers, i.e. point to multipoint?&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Man, this is like CCIE R&amp;amp;S Lab Exam assignment from OSPF &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt; You would at least need to tweak the timers because PtP network OSPF timers are 10/40 (Hello/Dead) while PtMP uses 30/120. After that, the combination of PtP and PtMP should work. However, this can be considered an excessive optimization with no significant advantages so I would personally discourage doing it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2012 00:41:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/three-ospf-routers-on-same-segment-two-sessions-needed/m-p/1907038#M187902</guid>
      <dc:creator>Peter Paluch</dc:creator>
      <dc:date>2012-04-26T00:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: three ospf routers on same segment two sessions needed</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/three-ospf-routers-on-same-segment-two-sessions-needed/m-p/1907039#M187903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; thanks for your lengthy reply!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;well i got the issue you described above &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" height="16" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif" width="16"&gt;&lt;/SPAN&gt; how to solve it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;r1 now has in it's routing table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a directly connected route to the shared vlan of r1,r2,r3&lt;/P&gt;&lt;P&gt;an ospf route to r2&lt;/P&gt;&lt;P&gt;an ospf route to r3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on r2 and r3 i am redistributing bgp to this ospf instance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on r1 i get the route to the ipsec peer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but, when i do a traceroute, i get this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;r1 goes to r2&lt;/P&gt;&lt;P&gt;r2 goes back to r3&lt;/P&gt;&lt;P&gt;r3 goes back to r2&lt;/P&gt;&lt;P&gt;then * * * into the cloud of the provider who i am running bgp with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;second traceroute from r1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;r1 goes to r3&lt;/P&gt;&lt;P&gt;r3 goes to r2&lt;/P&gt;&lt;P&gt;r2 goes to r3&lt;/P&gt;&lt;P&gt;then * * * into the cloud&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how do i prevent this extra hop?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2012 06:31:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/three-ospf-routers-on-same-segment-two-sessions-needed/m-p/1907039#M187903</guid>
      <dc:creator>axeleratorcisco</dc:creator>
      <dc:date>2012-04-26T06:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: three ospf routers on same segment two sessions needed</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/three-ospf-routers-on-same-segment-two-sessions-needed/m-p/1907040#M187904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can i make the route via r2 more attractive, so it doesn't hop over to r3 first?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what about a dual static route configuration with the route via r2 being more attractive?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2012 06:39:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/three-ospf-routers-on-same-segment-two-sessions-needed/m-p/1907040#M187904</guid>
      <dc:creator>axeleratorcisco</dc:creator>
      <dc:date>2012-04-26T06:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: three ospf routers on same segment two sessions needed</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/three-ospf-routers-on-same-segment-two-sessions-needed/m-p/1907041#M187905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's not the way OSPF works.&lt;/P&gt;&lt;P&gt;Router on same LAN, they all will 'communicate'.&lt;/P&gt;&lt;P&gt;Otherwise, do not use OSPF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2012 10:06:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/three-ospf-routers-on-same-segment-two-sessions-needed/m-p/1907041#M187905</guid>
      <dc:creator>paolo bevilacqua</dc:creator>
      <dc:date>2012-04-26T10:06:43Z</dc:date>
    </item>
    <item>
      <title>Re: three ospf routers on same segment two sessions needed</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/three-ospf-routers-on-same-segment-two-sessions-needed/m-p/1907042#M187906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; i have not been able to get it to work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i now have a dual static route with ip sla tracking, tested this and works fine&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;guys, thanks alot for your input, this was quite insane! &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" height="16" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif" width="16"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2012 14:13:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/three-ospf-routers-on-same-segment-two-sessions-needed/m-p/1907042#M187906</guid>
      <dc:creator>axeleratorcisco</dc:creator>
      <dc:date>2012-04-26T14:13:02Z</dc:date>
    </item>
  </channel>
</rss>

