<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Eigrp - Tag - Fryguy's Blog</title><link>https://hugo.fryguy.net/tags/eigrp/</link><description>Eigrp - Tag - Fryguy's Blog</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Fri, 05 Aug 2011 12:12:03 +0000</lastBuildDate><atom:link href="https://hugo.fryguy.net/tags/eigrp/" rel="self" type="application/rss+xml"/><item><title>DMVPN and Routing Protocols – EIGRP</title><link>https://hugo.fryguy.net/2011/08/05/dmvpn-and-routing-protocols-eigrp/</link><pubDate>Fri, 05 Aug 2011 12:12:03 +0000</pubDate><author>Fryguy</author><guid>https://hugo.fryguy.net/2011/08/05/dmvpn-and-routing-protocols-eigrp/</guid><description><![CDATA[<p style="text-align: center;">
  
</p>
<p>This post will build off my last one, <a href="/2011/08/03/dmvpn/" target="_blank" rel="noopener noreferrer">DMVPN,</a> and here we will discuss the routing protocol options as well as each of their configurations.  I will break out each protocol into a separate post in order to help keep things straight, putting them all together has the potential to get confusing (for both you and me!).   The routing protocol options I will document are OSPF, RIPv2, EIGRP, and BGP and   each has some unique features and quirks, so I will try and point them out where necessary.<br>
One of the joys of EIGRP in a DMVPN network is Split-Horizon.  Just a quick refresher on Split Horizon – it is the rule that prohibits a router from advertising a route through an interface that the router itself uses to reach the destination.   This is done in order to prevent loops in the network, but with DMVPN we need to disable this feature via the no split-horizon EIGRP AS# command.<br>
Quick note:  When I am posting the configurations for the sites I will only notate the routing protocol additions.  If you need information on DMVPN configuration, see my previous post.<br>
<span style="color: #ff0000;"><strong>Router/Switch Output</strong></span><br>
<span style="color: #3366ff;"><strong>Commands</strong></span><br>
<span style="color: #339966;"><strong>Notes</strong></span><br>
First up, the DMVPN hub:<br>
<span style="color: #339966;">First thing we should do is create a loopback interface and address so we have something to see and ping.</span><br>
<span style="color: #ff0000;">Rack1DMVPN(config)# <span style="color: #3366ff;">int l0</span></span><br>
<span style="color: #ff0000;">Rack1DMVPN(config-if)# <span style="color: #3366ff;">ip address 100.100.100.100 255.255.255.255<br /></p>]]></description></item></channel></rss>