<?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: BGP to OSPF redistribution with VRFs in MPLS</title>
    <link>https://community.cisco.com/t5/mpls/bgp-to-ospf-redistribution-with-vrfs/m-p/1278487#M13402</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you both for the response! That was it. It's working fine now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Aug 2009 19:51:03 GMT</pubDate>
    <dc:creator>Michael Gross</dc:creator>
    <dc:date>2009-08-27T19:51:03Z</dc:date>
    <item>
      <title>BGP to OSPF redistribution with VRFs</title>
      <link>https://community.cisco.com/t5/mpls/bgp-to-ospf-redistribution-with-vrfs/m-p/1278484#M13399</link>
      <description>&lt;P&gt;I am having a problem with redistribution of routes between BGP and OSPF when using VRFs mapping to VLANs between the PE and CE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this lab I've put together I have R4 and R5 communicating with eachother via BGP with MPLS.  If I redistribute the BGP into OSPF and delivering the connection to the CE without VLANs it works fine.  If I want to essentially keep the same primary network going into the other side of the BGP but send the VRF over a VLAN to the next router the redistribution doesn't happen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this example I have &lt;/P&gt;&lt;P&gt;192.168.100.0/24 (R6) --ospf-- (R4) --BGP-- (R5) --ospf-- (R7) 192.168.200.0/24&lt;/P&gt;&lt;P&gt;Between R4 and R5 is the core network running ospf (R1 - R3).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone point me in the right direction why this isn't working?  I am obviously missing something here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2009 18:37:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/mpls/bgp-to-ospf-redistribution-with-vrfs/m-p/1278484#M13399</guid>
      <dc:creator>Michael Gross</dc:creator>
      <dc:date>2009-08-27T18:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: BGP to OSPF redistribution with VRFs</title>
      <link>https://community.cisco.com/t5/mpls/bgp-to-ospf-redistribution-with-vrfs/m-p/1278485#M13400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;R6 - running Multi-VRF (VRF-Lite)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;router ospf 30 vrf POS&lt;/P&gt;&lt;P&gt; log-adjacency-changes&lt;/P&gt;&lt;P&gt; network 192.168.0.0 0.0.255.255 area 0&lt;/P&gt;&lt;P&gt;try adding 'capability vrf-lite' to the ospf process on R6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and maybe also ad RD to the VRF?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2009 19:29:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/mpls/bgp-to-ospf-redistribution-with-vrfs/m-p/1278485#M13400</guid>
      <dc:creator>jon.harald.bovre</dc:creator>
      <dc:date>2009-08-27T19:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: BGP to OSPF redistribution with VRFs</title>
      <link>https://community.cisco.com/t5/mpls/bgp-to-ospf-redistribution-with-vrfs/m-p/1278486#M13401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to add capability vrf-lite under ospf process of R6 and R7 because they are configured with VRF-lite. This command will disable the check usually done on the PE to avoid routing loops.&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;Laurent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2009 19:30:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/mpls/bgp-to-ospf-redistribution-with-vrfs/m-p/1278486#M13401</guid>
      <dc:creator>Laurent Aubert</dc:creator>
      <dc:date>2009-08-27T19:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: BGP to OSPF redistribution with VRFs</title>
      <link>https://community.cisco.com/t5/mpls/bgp-to-ospf-redistribution-with-vrfs/m-p/1278487#M13402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you both for the response! That was it. It's working fine now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2009 19:51:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/mpls/bgp-to-ospf-redistribution-with-vrfs/m-p/1278487#M13402</guid>
      <dc:creator>Michael Gross</dc:creator>
      <dc:date>2009-08-27T19:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: BGP to OSPF redistribution with VRFs</title>
      <link>https://community.cisco.com/t5/mpls/bgp-to-ospf-redistribution-with-vrfs/m-p/1278488#M13403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;111&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2009 07:55:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/mpls/bgp-to-ospf-redistribution-with-vrfs/m-p/1278488#M13403</guid>
      <dc:creator>OUpengcheng2008</dc:creator>
      <dc:date>2009-08-31T07:55:31Z</dc:date>
    </item>
  </channel>
</rss>

