<?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 So is the P2P link going to in Routing and SD-WAN</title>
    <link>https://community.cisco.com/t5/routing-and-sd-wan/how-to-redistribute-static-route-into-ospf/m-p/2887085#M265901</link>
    <description>&lt;P&gt;So is the P2P link going to use 192.168.100.0/24 ?&lt;/P&gt;
&lt;P&gt;If so are there no end clients in that IP subnet ?&lt;/P&gt;
&lt;P&gt;That is the key question really and if you can answer it we can provide a configuration for you.&lt;/P&gt;
&lt;P&gt;Jon&lt;/P&gt;</description>
    <pubDate>Mon, 21 Mar 2016 21:19:25 GMT</pubDate>
    <dc:creator>Jon Marshall</dc:creator>
    <dc:date>2016-03-21T21:19:25Z</dc:date>
    <item>
      <title>how to redistribute static route into ospf</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/how-to-redistribute-static-route-into-ospf/m-p/2887080#M265896</link>
      <description>&lt;P&gt;HI Guys,&lt;/P&gt;
&lt;P&gt;I need some help on this I want to redistribute static route into ospf, but i want to &amp;nbsp;do it on a layer 3 switch which is connected to another cisco switch which is the vendor switch but i don't want them to see all &amp;nbsp;my routes just the one that I want to distribut. I'm new on the routing but i.m familiar with the commands. I don't know if this can be possible to do on layer 3 switch.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;here is my example.&lt;/P&gt;
&lt;P&gt;interface Vlan2&lt;/P&gt;
&lt;P&gt;ip address 192.168.193.1 255.255.255.0&lt;/P&gt;
&lt;P&gt;!&lt;/P&gt;
&lt;P&gt;interface Vlan3&lt;/P&gt;
&lt;P&gt;ip address 192.168.100.1 255.255.255.0&lt;/P&gt;
&lt;P&gt;!&lt;/P&gt;
&lt;P&gt;router ospf 2&lt;/P&gt;
&lt;P&gt;log-adjacency-changes&lt;/P&gt;
&lt;P&gt;redistribute static subnets&lt;/P&gt;
&lt;P&gt;network 192.168.193.0 0.0.0.255 area 0&lt;/P&gt;
&lt;P&gt;network 192.168.100.0 0.0.0.255 area 0&lt;/P&gt;
&lt;P&gt;network 150.150.150.0 0.0.0.0 area 0&lt;/P&gt;
&lt;P&gt;!&lt;/P&gt;
&lt;P&gt;ip classless&lt;/P&gt;
&lt;P&gt;ip route 10.10.10.0 255.255.255.255 192.168.100.2&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2019 11:36:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/how-to-redistribute-static-route-into-ospf/m-p/2887080#M265896</guid>
      <dc:creator>rfuentes1111</dc:creator>
      <dc:date>2019-03-05T11:36:51Z</dc:date>
    </item>
    <item>
      <title>There are things about your</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/how-to-redistribute-static-route-into-ospf/m-p/2887081#M265897</link>
      <description>&lt;P&gt;There are things about your environment that we do not know and which might change our advice. But based on the limited information provided this might work. You might create a second OSPF process and in that second process you could put a network statement for the interface that connects to the vendor switch and then redistribute static into that second process. That way the vendor switch would see the redistributed switch but not the other OSPF routes.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;HTH&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Rick&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2016 18:49:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/how-to-redistribute-static-route-into-ospf/m-p/2887081#M265897</guid>
      <dc:creator>Richard Burts</dc:creator>
      <dc:date>2016-03-21T18:49:54Z</dc:date>
    </item>
    <item>
      <title>Here is my company sw config</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/how-to-redistribute-static-route-into-ospf/m-p/2887082#M265898</link>
      <description>&lt;P&gt;Here is my company sw config but I'm not able to see the 0 E2 on the company switch or the vendor pc,&lt;/P&gt;
&lt;P&gt;this is a project that working on and I don't want to share my routes but they need to be on our network.&lt;/P&gt;
&lt;P&gt;also they will be doing inter vlan routing so we have to provide them with a subnet mask that meets that requirements to create 4 subnets any help I will a preciates.&lt;/P&gt;
&lt;P&gt;Company sw&lt;/P&gt;
&lt;P&gt;interface Vlan2&lt;/P&gt;
&lt;P&gt;ip address 192.168.193.1 255.255.255.0&lt;/P&gt;
&lt;P&gt;!&lt;/P&gt;
&lt;P&gt;interface Vlan3&lt;/P&gt;
&lt;P&gt;ip address 192.168.100.1 255.255.255.0&lt;/P&gt;
&lt;P&gt;!&lt;/P&gt;
&lt;P&gt;router ospf 2&lt;/P&gt;
&lt;P&gt;log-adjacency-changes&lt;/P&gt;
&lt;P&gt;redistribute static subnets&lt;/P&gt;
&lt;P&gt;network 192.168.193.0 0.0.0.255 area 0&lt;/P&gt;
&lt;P&gt;network 192.168.100.0 0.0.0.255 area 0&lt;/P&gt;
&lt;P&gt;network 150.150.150.0 0.0.0.0 area 0&lt;/P&gt;
&lt;P&gt;!&lt;/P&gt;
&lt;P&gt;ip classless&lt;/P&gt;
&lt;P&gt;ip route 10.10.10.0 255.255.255.255 192.168.100.2&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Vendor SW&lt;/P&gt;
&lt;P&gt;interface Vlan150&lt;BR /&gt; ip address 150.150.150.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Vlan217&lt;BR /&gt; ip address 172.25.217.2 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;router ospf 2&lt;BR /&gt; log-adjacency-changes&lt;BR /&gt; network 10.10.10.0 0.0.0.0 area 0&lt;BR /&gt;!&lt;BR /&gt;ip classless&lt;BR /&gt;ip route 192.168.193.0 255.255.255.0 192.168.100.1&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2016 20:10:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/how-to-redistribute-static-route-into-ospf/m-p/2887082#M265898</guid>
      <dc:creator>rfuentes1111</dc:creator>
      <dc:date>2016-03-21T20:10:56Z</dc:date>
    </item>
    <item>
      <title>Rick's suggestion is the</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/how-to-redistribute-static-route-into-ospf/m-p/2887083#M265899</link>
      <description>&lt;P&gt;Rick's suggestion is the right one.&lt;/P&gt;
&lt;P&gt;You need another OSPF process on your switch so the vendor only sees the static route.&lt;/P&gt;
&lt;P&gt;Do you have any clients in the 192.168.100.0/24 subnet or is that just used to connect to the vendor switch ?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The vendor switch configuration does not show an interface in the 192.168.100.x subnet, did you just not include it ?&lt;/P&gt;
&lt;P&gt;Not sure what you are asking about the subnet mask ?&lt;/P&gt;
&lt;P&gt;Please answer all of the above.&lt;/P&gt;
&lt;P&gt;Jon&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2016 20:41:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/how-to-redistribute-static-route-into-ospf/m-p/2887083#M265899</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2016-03-21T20:41:11Z</dc:date>
    </item>
    <item>
      <title>We are trying to do a point</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/how-to-redistribute-static-route-into-ospf/m-p/2887084#M265900</link>
      <description>&lt;P&gt;We are trying to do a point to point connection sorry I'm new into the routing portion trying to be detail as much as i can. The vendor is using a 3750x switch and need to connect to our network but we don't now where to do the termination if into our Core switch or to one of our IDF closets. We need to provide them with one sunbet mask then they will be doing inter vlan switching inside their own switches. I don't knof if i been help full on this.&lt;/P&gt;
&lt;P&gt;interface Vlan2&lt;BR /&gt; ip address 192.168.193.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Vlan3&lt;BR /&gt; ip address 192.168.100.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;router ospf 2&lt;BR /&gt; log-adjacency-changes&lt;BR /&gt; redistribute static subnets &lt;BR /&gt; network 172.25.193.0 0.0.0.255 area 0&lt;BR /&gt; network 172.25.217.0 0.0.0.255 area 0&lt;BR /&gt; network 10.10.10.0 0.0.0.0 area 0&lt;BR /&gt;!&lt;BR /&gt;ip classless&lt;BR /&gt;ip route 10.10.10.0 255.255.255.255 192.193.100.2&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;vendor sw&lt;/P&gt;
&lt;P&gt;interface Vlan50&lt;BR /&gt; ip address 10.10.10.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Vlan3&lt;BR /&gt; ip address 192.168.100.2 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;router ospf 2&lt;BR /&gt; log-adjacency-changes&lt;BR /&gt; network 150.150.150.0 0.0.0.0 area 0&lt;BR /&gt;!&lt;BR /&gt;ip classless&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2016 21:13:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/how-to-redistribute-static-route-into-ospf/m-p/2887084#M265900</guid>
      <dc:creator>rfuentes1111</dc:creator>
      <dc:date>2016-03-21T21:13:11Z</dc:date>
    </item>
    <item>
      <title>So is the P2P link going to</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/how-to-redistribute-static-route-into-ospf/m-p/2887085#M265901</link>
      <description>&lt;P&gt;So is the P2P link going to use 192.168.100.0/24 ?&lt;/P&gt;
&lt;P&gt;If so are there no end clients in that IP subnet ?&lt;/P&gt;
&lt;P&gt;That is the key question really and if you can answer it we can provide a configuration for you.&lt;/P&gt;
&lt;P&gt;Jon&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2016 21:19:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/how-to-redistribute-static-route-into-ospf/m-p/2887085#M265901</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2016-03-21T21:19:25Z</dc:date>
    </item>
    <item>
      <title>In terms of where to</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/how-to-redistribute-static-route-into-ospf/m-p/2887086#M265902</link>
      <description>&lt;P&gt;In terms of where to terminate it, you can terminate the link on a L2 or L3 switch but the configuration will be on the L3 switch.&lt;/P&gt;
&lt;P&gt;So is the connection going directly to your L3 switch or not ?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jon&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2016 21:21:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/how-to-redistribute-static-route-into-ospf/m-p/2887086#M265902</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2016-03-21T21:21:24Z</dc:date>
    </item>
    <item>
      <title>Yes there is clients on 192</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/how-to-redistribute-static-route-into-ospf/m-p/2887087#M265903</link>
      <description>&lt;P&gt;Yes there is clients on 192.168.100.0/24 but when I do the test on a built lab which I have 3 cisco switch 3750 one the switches does not redistribute the static it will only show O not O E2.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2016 21:27:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/how-to-redistribute-static-route-into-ospf/m-p/2887087#M265903</guid>
      <dc:creator>rfuentes1111</dc:creator>
      <dc:date>2016-03-21T21:27:39Z</dc:date>
    </item>
    <item>
      <title>Ye, is going to terminate on</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/how-to-redistribute-static-route-into-ospf/m-p/2887088#M265904</link>
      <description>&lt;P&gt;Ye, is going to terminate on a layer 3 switch&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2016 21:28:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/how-to-redistribute-static-route-into-ospf/m-p/2887088#M265904</guid>
      <dc:creator>rfuentes1111</dc:creator>
      <dc:date>2016-03-21T21:28:52Z</dc:date>
    </item>
    <item>
      <title>Okay, well you need to use a</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/how-to-redistribute-static-route-into-ospf/m-p/2887089#M265905</link>
      <description>&lt;P&gt;Okay, well you need to use a new IP subnet for the P2P connection because you are going to use another OSPF process on your L3 switch and so you cannot have the 192.168.100.0/24 subnet in both processes.&lt;/P&gt;
&lt;P&gt;If the link from the vendor switch is going to connect directly into your L3 switch then you just need a /30 IP subnet for the link.&lt;/P&gt;
&lt;P&gt;As an example using 192.168.3.0 255.255.255.252 (but you can use anything), on your L3 switch -&lt;/P&gt;
&lt;P&gt;int &amp;lt;x/y&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;--- this connects to vendor switch &lt;BR /&gt;no switchport &lt;BR /&gt;ip address 192.168.3.1 255.255.255.252&lt;/P&gt;
&lt;P&gt;router ospf 3&amp;nbsp; &amp;lt;-- this is in addition to your other OSPF process ie. it is not a replacement&lt;BR /&gt;network 192.168.3.0 0.0.0.3 area 0&lt;BR /&gt;redistribute static subnets&lt;/P&gt;
&lt;P&gt;then give the vendor the IP address 192.168.3.2 with the correct subnet mask.&lt;/P&gt;
&lt;P&gt;Jon&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2016 21:35:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/how-to-redistribute-static-route-into-ospf/m-p/2887089#M265905</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2016-03-21T21:35:27Z</dc:date>
    </item>
    <item>
      <title>Can you be clear about which</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/how-to-redistribute-static-route-into-ospf/m-p/2887090#M265906</link>
      <description>&lt;P&gt;Can you be clear about which switch in your lab is doing redistribution and where you are looking for the O E2 route? You will not see O E2 on the router that is doing redistribution but will see O E2 on the neighbor router to which it is advertised (the vendor router in this case).&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;HTH&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Rick&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2016 21:37:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/how-to-redistribute-static-route-into-ospf/m-p/2887090#M265906</guid>
      <dc:creator>Richard Burts</dc:creator>
      <dc:date>2016-03-21T21:37:11Z</dc:date>
    </item>
    <item>
      <title>Can you provide a</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/how-to-redistribute-static-route-into-ospf/m-p/2887091#M265907</link>
      <description>&lt;P&gt;Can you provide a configuration so i can see it i will appreciate that thank you&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2016 21:42:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/how-to-redistribute-static-route-into-ospf/m-p/2887091#M265907</guid>
      <dc:creator>rfuentes1111</dc:creator>
      <dc:date>2016-03-21T21:42:16Z</dc:date>
    </item>
    <item>
      <title>Before you do that in your</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/how-to-redistribute-static-route-into-ospf/m-p/2887092#M265908</link>
      <description>&lt;P&gt;Before you do that in your lab can you be specific about what subnets you want advertised and where.&lt;/P&gt;
&lt;P&gt;Your diagram suggests the vendor is using 10.10.10.0/24 but your latest configuration doesn't.&lt;/P&gt;
&lt;P&gt;What do you want to advertise to the vendor and what subnets is the vendor using ?&lt;/P&gt;
&lt;P&gt;Do you have any control over the vendor switches in terms of configuration ?&lt;/P&gt;
&lt;P&gt;Jon&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2016 21:42:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/how-to-redistribute-static-route-into-ospf/m-p/2887092#M265908</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2016-03-21T21:42:37Z</dc:date>
    </item>
    <item>
      <title>Rick</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/how-to-redistribute-static-route-into-ospf/m-p/2887093#M265909</link>
      <description>&lt;P&gt;Rick&lt;/P&gt;
&lt;P&gt;I am getting a bit confused myself.&lt;/P&gt;
&lt;P&gt;Your idea is the right one I think but I am unclear what should be advertised where.&lt;/P&gt;
&lt;P&gt;The configuration posted below will advertise to the vendor but obviously the vendor's networks need to be advertised back and I'm not sure where they need to be propagated within the network.&lt;/P&gt;
&lt;P&gt;Apologies for confusing the issue.&lt;/P&gt;
&lt;P&gt;Jon&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2016 21:45:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/how-to-redistribute-static-route-into-ospf/m-p/2887093#M265909</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2016-03-21T21:45:22Z</dc:date>
    </item>
    <item>
      <title>Can this be done if they use</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/how-to-redistribute-static-route-into-ospf/m-p/2887094#M265910</link>
      <description>&lt;P&gt;Can this be done if they use a layer 3 switch as well on they need to do it on a router. We need to get this done on a switchport not on a router port because they need to be on a specific vlan.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2016 21:50:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/how-to-redistribute-static-route-into-ospf/m-p/2887094#M265910</guid>
      <dc:creator>rfuentes1111</dc:creator>
      <dc:date>2016-03-21T21:50:37Z</dc:date>
    </item>
    <item>
      <title>I did, at the end of this</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/how-to-redistribute-static-route-into-ospf/m-p/2887095#M265911</link>
      <description>&lt;P&gt;I did, at the end of this thread but it is not clear at the moment what you want to advertise where.&lt;/P&gt;
&lt;P&gt;What exactly are you trying to advertise to the vendor ie. you are using a static pointing to which subnet and where is that subnet in relation to your L3 switch ?&lt;/P&gt;
&lt;P&gt;And what subnet is the vendor using.&lt;/P&gt;
&lt;P&gt;Bear in mind if you advertise a static to the vendor then wherever that subnet is the L3 devices in your network need to know how to get back to the vendor subnet so you need to advertise that as well.&lt;/P&gt;
&lt;P&gt;Jon&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2016 21:51:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/how-to-redistribute-static-route-into-ospf/m-p/2887095#M265911</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2016-03-21T21:51:46Z</dc:date>
    </item>
    <item>
      <title>Why do they need to be on a</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/how-to-redistribute-static-route-into-ospf/m-p/2887096#M265912</link>
      <description>&lt;P&gt;Why do they need to be on a vlan ?&lt;/P&gt;
&lt;P&gt;If it is a Cisco switch you can simply use L3 routed ports.&lt;/P&gt;
&lt;P&gt;Before you do anything can you read the thread again especially the recent posts because it is not clear what you are trying to do.&lt;/P&gt;
&lt;P&gt;You want to advertise a static route into OSPF for the vendor.&lt;/P&gt;
&lt;P&gt;What is that static route and where does it point to ?&lt;/P&gt;
&lt;P&gt;What subnet is the vendor using and how are you going to advertise that subnet in your network ?&lt;/P&gt;
&lt;P&gt;Jon&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2016 21:54:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/how-to-redistribute-static-route-into-ospf/m-p/2887096#M265912</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2016-03-21T21:54:29Z</dc:date>
    </item>
    <item>
      <title>we are not going to have any</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/how-to-redistribute-static-route-into-ospf/m-p/2887097#M265913</link>
      <description>&lt;P&gt;we are not going to have any control on the vendor configuration we are only providing the connection and a sunbet mask for 1000 systems this is for future grow.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2016 21:54:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/how-to-redistribute-static-route-into-ospf/m-p/2887097#M265913</guid>
      <dc:creator>rfuentes1111</dc:creator>
      <dc:date>2016-03-21T21:54:59Z</dc:date>
    </item>
    <item>
      <title>Jon</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/how-to-redistribute-static-route-into-ospf/m-p/2887098#M265914</link>
      <description>&lt;P&gt;Jon&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;No apology needed. I agree that the issue is confused but you are not providing the confusion. The confusion is that we have gone back and forth between the live environment and a lab environment and because there have been confusing statements about the topology of the network and lack of clarity about what needs to be advertised to whom. So I suggest that first of all that we focus on the lab environment and worry about the live environment after the lab is working.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I think it would be very helpful if the original poster would post a new diagram which clearly identifies which switch is his company switch, which switch is the vendor switch, and what subnet is on what interface. Then a clear description of what needs to be advertised from his switch to the vendor and what needs to be advertised from the vendor to him and clarifying about what is redistributed.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;HTH&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Rick&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2016 21:57:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/how-to-redistribute-static-route-into-ospf/m-p/2887098#M265914</guid>
      <dc:creator>Richard Burts</dc:creator>
      <dc:date>2016-03-21T21:57:49Z</dc:date>
    </item>
    <item>
      <title>I do not know what you are</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/how-to-redistribute-static-route-into-ospf/m-p/2887099#M265915</link>
      <description>&lt;P&gt;I do not know what you are trying to do to be honest.&lt;/P&gt;
&lt;P&gt;I thought&amp;nbsp;I did but the more&amp;nbsp;I ask the more confused I get.&lt;/P&gt;
&lt;P&gt;Trying to help but can't really unless you provide a full explanation of exactly what you want to&amp;nbsp;do in terms of network layout, IP addressing etc.&lt;/P&gt;
&lt;P&gt;Jon&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2016 21:59:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/how-to-redistribute-static-route-into-ospf/m-p/2887099#M265915</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2016-03-21T21:59:09Z</dc:date>
    </item>
  </channel>
</rss>

