<?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: EIGRP with MPLS VPN in Routing and SD-WAN</title>
    <link>https://community.cisco.com/t5/routing-and-sd-wan/eigrp-with-mpls-vpn/m-p/1088325#M95030</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Giuseppe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply. At Branch offices there will be one router only. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be we will use the VAM Card since the data needs security.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any usefull links or pdf's which can be more informative to me to know more on this topic? i really need it since all the customers are moving to MPLS VPN now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once again Thanks a lot for the reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Jacob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Oct 2008 08:51:11 GMT</pubDate>
    <dc:creator>Jacob Samuel</dc:creator>
    <dc:date>2008-10-16T08:51:11Z</dc:date>
    <item>
      <title>EIGRP with MPLS VPN</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/eigrp-with-mpls-vpn/m-p/1088323#M95028</link>
      <description>&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;I need yoour valuable inputs on the following -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a customer having 12 Branches connecting to HQ. At HQ they have 7206VXR Router and in the Branches it is 2811 Router.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The customer want to have an IP/VPN connection from branches to HQ for accessing the centrally located resources and for Internet also. Telco provider is using MPLS BGP at WAN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Internally i will be using EIGRP for Routing. I need your kind help to know about &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how we can setup this solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how EIGRP can work with MPLS?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what are the configuration Task on this? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a SA-VAM2+ card also in the Router how can i make use of that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jacob&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2019 07:56:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/eigrp-with-mpls-vpn/m-p/1088323#M95028</guid>
      <dc:creator>Jacob Samuel</dc:creator>
      <dc:date>2019-03-04T07:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: EIGRP with MPLS VPN</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/eigrp-with-mpls-vpn/m-p/1088324#M95029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jacob,&lt;/P&gt;&lt;P&gt;with L3 MPLS VPN are the Provider PE nodes that allow routing between sites.&lt;/P&gt;&lt;P&gt;Each branch router and the HQ router peers with the PE router that is at the other end of the link.&lt;/P&gt;&lt;P&gt;Between CE-PE you can use:&lt;/P&gt;&lt;P&gt;PE-CE eBGP sessions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;actually if the provider supports it it can make your CE routers to keep using only EIGRP but this depends on provider and can be priced more.&lt;/P&gt;&lt;P&gt;The second approach advantage is that CE routers don't need any important config change they still run only EIGRP and all the efforts are on the PE side that has to redistribute EIGRP routes in MP-BGP and rebuild EIGRP routes on remote sites PE nodes to send them to the CE router.&lt;/P&gt;&lt;P&gt;You may need to add a network command under router eigrp on all CE routers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first approach using eBGP sessions require a major change on CE side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If branch offices have only one router the CE will run only BGP and will advertise connected networks and static routes.&lt;/P&gt;&lt;P&gt;Usually provider assigns a private AS number to all of your CE (the same for all)&lt;/P&gt;&lt;P&gt;let's suppose it is 65012&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;branch CE config&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;router bgp 65012&lt;/P&gt;&lt;P&gt;neigh PE:address remote-as Provider.ASN&lt;/P&gt;&lt;P&gt;redistribute connected&lt;/P&gt;&lt;P&gt;red static&lt;/P&gt;&lt;P&gt;no sync&lt;/P&gt;&lt;P&gt;no auto-summary&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;On the HQ router that needs to talk EIGRP with other routers in HQ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;router eigrp 100&lt;/P&gt;&lt;P&gt;! seed metric for red to be effective:&lt;/P&gt;&lt;P&gt;default-metric 10000 1000 255 1 1500&lt;/P&gt;&lt;P&gt;red bgp 65012&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;router bgp 65012&lt;/P&gt;&lt;P&gt;no sync&lt;/P&gt;&lt;P&gt;no auto-sum&lt;/P&gt;&lt;P&gt;red eigrp 100&lt;/P&gt;&lt;P&gt;neigh PE:address remote-as Provider.ASN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the VAM card is not needed in this setup unless you want to use CE to CE encryption over MPLS VPN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope to help&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2008 08:39:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/eigrp-with-mpls-vpn/m-p/1088324#M95029</guid>
      <dc:creator>Giuseppe Larosa</dc:creator>
      <dc:date>2008-10-16T08:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: EIGRP with MPLS VPN</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/eigrp-with-mpls-vpn/m-p/1088325#M95030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Giuseppe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply. At Branch offices there will be one router only. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be we will use the VAM Card since the data needs security.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any usefull links or pdf's which can be more informative to me to know more on this topic? i really need it since all the customers are moving to MPLS VPN now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once again Thanks a lot for the reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Jacob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2008 08:51:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/eigrp-with-mpls-vpn/m-p/1088325#M95030</guid>
      <dc:creator>Jacob Samuel</dc:creator>
      <dc:date>2008-10-16T08:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: EIGRP with MPLS VPN</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/eigrp-with-mpls-vpn/m-p/1088326#M95031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jacob,&lt;/P&gt;&lt;P&gt;a very good place to go:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/go/srnd" target="_blank"&gt;www.cisco.com/go/srnd&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and should be interesting:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MPLS VPN for enterprise&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/application/pdf/en/us/guest/netsol/ns432/c649/ccmigration_09186a00808ce6ad.pdf" target="_blank"&gt;http://www.cisco.com/application/pdf/en/us/guest/netsol/ns432/c649/ccmigration_09186a00808ce6ad.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DMVPN for ipsec can be a good choice to allow spoke-to-spoke encrypted traffic with HQ acting as hub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/application/pdf/en/us/guest/netsol/ns171/c649/ccmigration_09186a008075ea98.pdf" target="_blank"&gt;http://www.cisco.com/application/pdf/en/us/guest/netsol/ns171/c649/ccmigration_09186a008075ea98.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope to help&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2008 10:55:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/eigrp-with-mpls-vpn/m-p/1088326#M95031</guid>
      <dc:creator>Giuseppe Larosa</dc:creator>
      <dc:date>2008-10-16T10:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: EIGRP with MPLS VPN</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/eigrp-with-mpls-vpn/m-p/1088327#M95032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Giuseppe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for the Link and for PDF's. &lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jacob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2008 17:47:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/eigrp-with-mpls-vpn/m-p/1088327#M95032</guid>
      <dc:creator>Jacob Samuel</dc:creator>
      <dc:date>2008-10-16T17:47:32Z</dc:date>
    </item>
  </channel>
</rss>

