<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule">

<channel>
<title>Topic &#x27;[Config] DMVPN reundandt WAN (SOLVED - config inside)&#x27; in forum &#x27;Cisco&#x27; - dslreports.com</title>
<link>http://www.dslreports.com/forum/Config-DMVPN-reundandt-WAN-SOLVED-config-inside-24132104</link>
<description></description>
<language>en</language>
<pubDate>Sat, 18 May 2013 07:52:05 EDT</pubDate>
<lastBuildDate>Sat, 18 May 2013 07:52:05 EDT</lastBuildDate>

<item>
<title>Re: [Config] DMVPN reundandt WAN question</title>
<link>http://www.dslreports.com/forum/Re-Config-DMVPN-reundandt-WAN-question-24140194</link>
<description><![CDATA[nicknomo posted : I managed to test it with another spoke, and nhrp dynamically connects the spokes now... That is a pretty cool feature... <br><br>Thanks for the encouragement and help!]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Config-DMVPN-reundandt-WAN-question-24140194</guid>
<pubDate>Fri, 23 Apr 2010 10:13:15 EDT</pubDate>
</item>

<item>
<title>Re: [Config] DMVPN reundandt WAN question</title>
<link>http://www.dslreports.com/forum/Re-Config-DMVPN-reundandt-WAN-question-24139623</link>
<description><![CDATA[nosx posted : I didnt know that command existed, im going to have to do some reading today. If it works fine let me know, great work!]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Config-DMVPN-reundandt-WAN-question-24139623</guid>
<pubDate>Fri, 23 Apr 2010 07:15:54 EDT</pubDate>
</item>

<item>
<title>Re: [Config] DMVPN reundandt WAN question</title>
<link>http://www.dslreports.com/forum/Re-Config-DMVPN-reundandt-WAN-question-24139158</link>
<description><![CDATA[nicknomo posted : <div class="bquote"><small>said by <a href="/profile/1130617" onClick="this.blur(); return popup(event,'/uidpop?ajh=1&uid=1130617');">nosx</a>:</small><br><br>The advantage of true multipoint DMVPN is that the spokes can build tunnels to eachother and communicate.<br><br>Please double check in the lab that its still possible (and they dont have to go through the hub) to get traffic from spoke A to spoke B.<br> </div>Ok, I took it upon myself to try and get a phase 2 implementation... I believe I have succeeded, however any input would be appreciated.<br><br>From what I can tell is that there was an ipsec problem using the same tunnel source in the mGRE tunnel.  A command was added in the IOS to allow for this.  On the spoke we add:<br><br>tunnel protection ipsec profile cisco <b>shared</b><br><br>The <b>shared</b> key word allows you to use the same tunnel source apparently.<br><br><pre class="brush: text"> &#012;version 12.4&#012;service timestamps debug datetime msec&#012;service timestamps log datetime msec&#012;no service password-encryption&#012;!&#012;hostname Router&#012;!&#012;boot-start-marker&#012;boot-end-marker&#012;!&#012;no logging console&#012;!&#012;no aaa new-model&#012;memory-size iomem 5&#012;!&#012;!&#012;ip cef&#012;!&#012;!&#012;crypto isakmp policy 3&#012; hash md5&#012; authentication pre-share&#012;crypto isakmp key cisco123 address 0.0.0.0 0.0.0.0&#012;!&#012;!&#012;crypto ipsec transform-set strong esp-3des esp-md5-hmac&#012;!&#012;crypto ipsec profile cisco&#012; set security-association lifetime seconds 120&#012; set transform-set strong&#012;!&#012;!&#012;interface Loopback0&#012; ip address 192.168.1.1 255.255.255.0&#012;!&#012;interface Tunnel0&#012; bandwidth 1000&#012; ip address 172.16.1.1 255.255.255.0&#012; no ip redirects&#012; ip mtu 1440&#012; no ip next-hop-self eigrp 90&#012; ip nhrp authentication cisco123&#012; ip nhrp map multicast dynamic&#012; ip nhrp network-id 1&#012; ip nhrp holdtime 600&#012; no ip split-horizon eigrp 90&#012; delay 1000&#012; tunnel source FastEthernet0/0&#012; tunnel mode gre multipoint&#012; tunnel key 0&#012; tunnel protection ipsec profile cisco&#012;!&#012;interface Tunnel1&#012; bandwidth 1000&#012; ip address 172.17.1.1 255.255.255.0&#012; no ip redirects&#012; ip mtu 1440&#012; no ip next-hop-self eigrp 90&#012; ip nhrp authentication cisco123&#012; ip nhrp map multicast dynamic&#012; ip nhrp network-id 2&#012; ip nhrp holdtime 600&#012; no ip split-horizon eigrp 90&#012; delay 1000&#012; tunnel source FastEthernet0/1&#012; tunnel mode gre multipoint&#012; tunnel key 1&#012; tunnel protection ipsec profile cisco&#012;!&#012;interface FastEthernet0/0&#012; ip address 199.1.1.1 255.255.255.0&#012; duplex auto&#012; speed auto&#012;!&#012;interface FastEthernet0/1&#012; ip address 200.1.1.1 255.255.255.0&#012; duplex auto&#012; speed auto&#012;!&#012;router eigrp 90&#012; network 172.16.1.0 0.0.0.255&#012; network 172.17.1.0 0.0.0.255&#012; network 192.168.1.0&#012; no auto-summary&#012;!&#012;ip http server&#012;no ip http secure-server&#012;!&#012;ip route 0.0.0.0 0.0.0.0 199.1.1.2&#012;ip route 0.0.0.0 0.0.0.0 200.1.1.2 5&#012;!&#012;!&#012;control-plane&#012;!&#012;line con 0&#012;line aux 0&#012;line vty 0 4&#012; login&#012;!&#012;!&#012;end&#012; &#012;</pre><!--end code block--><br>SPOKE:<br><pre class="brush: text">version 12.4&#012;service timestamps debug datetime msec&#012;service timestamps log datetime msec&#012;no service password-encryption&#012;!&#012;hostname Router&#012;!&#012;boot-start-marker&#012;boot-end-marker&#012;!&#012;no logging console&#012;!&#012;no aaa new-model&#012;memory-size iomem 5&#012;!&#012;!&#012;ip cef&#012;!&#012;!&#012;crypto isakmp policy 3&#012; hash md5&#012; authentication pre-share&#012;crypto isakmp key cisco123 address 0.0.0.0 0.0.0.0&#012;!&#012;!&#012;crypto ipsec transform-set strong esp-3des esp-md5-hmac&#012;!&#012;crypto ipsec profile cisco&#012; set security-association lifetime seconds 120&#012; set transform-set strong&#012;!&#012;!&#012;interface Loopback0&#012; ip address 192.168.244.1 255.255.255.0&#012; no ip redirects&#012;!&#012;interface Tunnel0&#012; bandwidth 1000&#012; ip address 172.16.1.2 255.255.255.0&#012; ip mtu 1440&#012; ip nhrp authentication cisco123&#012; ip nhrp map multicast 199.1.1.1&#012; ip nhrp map 172.16.1.1 199.1.1.1&#012; ip nhrp network-id 1&#012; ip nhrp holdtime 300&#012; ip nhrp nhs 172.16.1.1&#012; ip nhrp registration timeout 30&#012; delay 1000&#012; tunnel source FastEthernet0/0&#012; tunnel mode gre multipoint&#012; tunnel key 0&#012; tunnel protection ipsec profile cisco shared&#012;!&#012;interface Tunnel1&#012; bandwidth 1000&#012; ip address 172.17.1.2 255.255.255.0&#012; ip mtu 1440&#012; ip nhrp authentication cisco123&#012; ip nhrp map multicast 200.1.1.1&#012; ip nhrp map 172.17.1.1 200.1.1.1&#012; ip nhrp network-id 2&#012; ip nhrp holdtime 300&#012; ip nhrp nhs 172.17.1.1&#012; delay 1500&#012; tunnel source FastEthernet0/0&#012; tunnel mode gre multipoint&#012; tunnel key 1&#012; tunnel protection ipsec profile cisco shared&#012;!&#012;interface FastEthernet0/0&#012; ip address 201.1.1.1 255.255.255.0&#012; duplex auto&#012; speed auto&#012;!&#012;interface FastEthernet0/1&#012; no ip address&#012; duplex auto&#012; speed auto&#012;!&#012;router eigrp 90&#012; offset-list 1 out 12800 Tunnel1&#012; network 172.16.1.0 0.0.0.255&#012; network 172.17.1.0 0.0.0.255&#012; network 192.168.244.0&#012; distribute-list 1 out&#012; no auto-summary&#012; eigrp stub connected&#012;!&#012;ip http server&#012;no ip http secure-server&#012;!&#012;ip route 0.0.0.0 0.0.0.0 201.1.1.2&#012;!&#012;!&#012;access-list 1 permit 172.168.16.0&#012;access-list 1 permit 172.168.17.0&#012;access-list 1 permit 192.168.244.0&#012;!&#012;!&#012;control-plane&#012;!&#012;!&#012;line con 0&#012;line aux 0&#012;line vty 0 4&#012; login&#012;!&#012;!&#012;end&#012; &#012;</pre><!--end code block-->]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Config-DMVPN-reundandt-WAN-question-24139158</guid>
<pubDate>Fri, 23 Apr 2010 01:09:54 EDT</pubDate>
</item>

<item>
<title>Re: [Config] DMVPN reundandt WAN question</title>
<link>http://www.dslreports.com/forum/Re-Config-DMVPN-reundandt-WAN-question-24137942</link>
<description><![CDATA[nicknomo posted : You are correct. In this case the remote sites are not meshed... I'm pretty sure you'd need an mGRE tunnel to do that, correct?  <br><br>Unfortunately, the mGRE tunnel does not allow the same source for the tunnels from what I've read.. I only have one external interface on the remote spoke routers..]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Config-DMVPN-reundandt-WAN-question-24137942</guid>
<pubDate>Thu, 22 Apr 2010 19:32:12 EDT</pubDate>
</item>

<item>
<title>Re: [Config] DMVPN reundandt WAN question</title>
<link>http://www.dslreports.com/forum/Re-Config-DMVPN-reundandt-WAN-question-24137456</link>
<description><![CDATA[nosx posted : The advantage of true multipoint DMVPN is that the spokes can build tunnels to eachother and communicate.<br><br>Please double check in the lab that its still possible (and they dont have to go through the hub) to get traffic from spoke A to spoke B.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Config-DMVPN-reundandt-WAN-question-24137456</guid>
<pubDate>Thu, 22 Apr 2010 18:01:02 EDT</pubDate>
</item>

<item>
<title>Re: [Config] DMVPN reundandt WAN question</title>
<link>http://www.dslreports.com/forum/Re-Config-DMVPN-reundandt-WAN-question-24136589</link>
<description><![CDATA[nicknomo posted : I appreciate the reply, it got me started in the right direction.  Unfortunately, the solution posted did not work... I did some research, and thanks to your network-id # change, I was able to find what I needed.<br><br>Some key changes were that <br>1) I needed different tunnel keys<br>2) I could not use an mGRE tunnel on the spokes for some reason - I had to use a ppGRE tunnel instead.<br><br>Here is the full config, tested and confirmed in GNS3 (these aren't my ips or auth keys - its a pre-production lab).. I'd be open to any feedback or suggestions to take for a different approach.<br><br>HUB:<br><pre class="brush: text">Current configuration : 1850 bytes&#012;!&#012;version 12.4&#012;service timestamps debug datetime msec&#012;service timestamps log datetime msec&#012;no service password-encryption&#012;!&#012;hostname Router&#012;!&#012;boot-start-marker&#012;boot-end-marker&#012;!&#012;no logging console&#012;!&#012;no aaa new-model&#012;memory-size iomem 5&#012;!&#012;!&#012;ip cef&#012;!&#012;!&#012;!&#012;crypto isakmp policy 3&#012; hash md5&#012; authentication pre-share&#012;crypto isakmp key cisco123 address 0.0.0.0 0.0.0.0&#012;!&#012;!&#012;crypto ipsec transform-set strong esp-3des esp-md5-hmac&#012;!&#012;crypto ipsec profile cisco&#012; set security-association lifetime seconds 120&#012; set transform-set strong&#012;!&#012;!&#012;interface Loopback0&#012; ip address 192.168.1.1 255.255.255.0&#012;!&#012;interface Tunnel0&#012; bandwidth 1000&#012; ip address 172.16.1.1 255.255.255.0&#012; ip mtu 1440&#012; ip nhrp authentication cisco123&#012; ip nhrp map multicast dynamic&#012; ip nhrp network-id 1&#012; ip nhrp holdtime 600&#012; no ip split-horizon eigrp 90&#012; delay 1000&#012; tunnel source FastEthernet0/0&#012; tunnel mode gre multipoint&#012; tunnel key 0&#012; tunnel protection ipsec profile cisco&#012;!&#012;interface Tunnel1&#012; bandwidth 1000&#012; ip address 172.17.1.1 255.255.255.0&#012; ip mtu 1440&#012; ip nhrp authentication cisco123&#012; ip nhrp map multicast dynamic&#012; ip nhrp network-id 2&#012; ip nhrp holdtime 600&#012; no ip split-horizon eigrp 90&#012; delay 1000&#012; tunnel source FastEthernet0/1&#012; tunnel mode gre multipoint&#012; tunnel key 1&#012; tunnel protection ipsec profile cisco&#012;!&#012;interface FastEthernet0/0&#012; ip address 199.1.1.1 255.255.255.0&#012; duplex auto&#012; speed auto&#012;!&#012;interface FastEthernet0/1&#012; ip address 200.1.1.1 255.255.255.0&#012; duplex auto&#012; speed auto&#012;!&#012;router eigrp 90&#012; network 172.16.1.0 0.0.0.255&#012; network 172.17.1.0 0.0.0.255&#012; network 192.168.1.0&#012; no auto-summary&#012;!&#012;ip http server&#012;no ip http secure-server&#012;!&#012;ip route 0.0.0.0 0.0.0.0 199.1.1.2&#012;ip route 0.0.0.0 0.0.0.0 200.1.1.2 5&#012;!&#012;!&#012;control-plane&#012;!&#012;line con 0&#012;line aux 0&#012;line vty 0 4&#012; login&#012;!&#012;!&#012;end&#012; &#012;</pre><!--end code block--><br>SPOKE:<br><pre class="brush: text">version 12.4&#012;service timestamps debug datetime msec&#012;service timestamps log datetime msec&#012;no service password-encryption&#012;!&#012;hostname Router&#012;!&#012;boot-start-marker&#012;boot-end-marker&#012;!&#012;no logging console&#012;!&#012;no aaa new-model&#012;memory-size iomem 5&#012;!&#012;!&#012;ip cef&#012;!&#012;!&#012;crypto isakmp policy 3&#012; hash md5&#012; authentication pre-share&#012;crypto isakmp key cisco123 address 0.0.0.0 0.0.0.0&#012;!&#012;!&#012;crypto ipsec transform-set strong esp-3des esp-md5-hmac&#012;!&#012;crypto ipsec profile cisco&#012; set security-association lifetime seconds 120&#012; set transform-set strong&#012;!&#012;!&#012;interface Loopback0&#012; ip address 192.168.244.1 255.255.255.0&#012; no ip redirects&#012;!&#012;interface Tunnel0&#012; bandwidth 1000&#012; ip address 172.16.1.2 255.255.255.0&#012; ip mtu 1440&#012; ip nhrp authentication cisco123&#012; ip nhrp map 172.16.1.1 199.1.1.1&#012; ip nhrp network-id 1&#012; ip nhrp holdtime 300&#012; ip nhrp nhs 172.16.1.1&#012; delay 1000&#012; tunnel source FastEthernet0/0&#012; tunnel destination 199.1.1.1&#012; tunnel key 0&#012; tunnel protection ipsec profile cisco&#012;!&#012;interface Tunnel1&#012; bandwidth 1000&#012; ip address 172.17.1.2 255.255.255.0&#012; ip mtu 1440&#012; ip nhrp authentication cisco123&#012; ip nhrp map 172.17.1.1 200.1.1.1&#012; ip nhrp network-id 2&#012; ip nhrp holdtime 300&#012; ip nhrp nhs 172.17.1.1&#012; delay 1500&#012; tunnel source FastEthernet0/0&#012; tunnel destination 200.1.1.1&#012; tunnel key 1&#012; tunnel protection ipsec profile cisco&#012;!&#012;interface FastEthernet0/0&#012; ip address 201.1.1.1 255.255.255.0&#012; duplex auto&#012; speed auto&#012;!&#012;interface FastEthernet0/1&#012; no ip address&#012; duplex auto&#012; speed auto&#012;!&#012;router eigrp 90&#012; offset-list 1 out 12800 Tunnel1&#012; network 172.16.1.0 0.0.0.255&#012; network 172.17.1.0 0.0.0.255&#012; network 192.168.244.0&#012; distribute-list 1 out&#012; auto-summary&#012;!&#012;ip http server&#012;no ip http secure-server&#012;!&#012;ip route 0.0.0.0 0.0.0.0 201.1.1.2&#012;!&#012;!&#012;access-list 1 permit 192.168.244.0&#012;!&#012;!&#012;control-plane&#012;!&#012; &#012;!&#012;line con 0&#012;line aux 0&#012;line vty 0 4&#012; login&#012;!&#012;!&#012;end&#012; &#012;</pre><!--end code block--><br>For anyone else interested in this thread, the only lines I added to my base config were the tunnel interfaces, and the eigrp lines.<br><br>I used loopbacks for what would be my LAN on each router.<br><br>I hope this helps someone in the same situation, and thanks again deepblack for the help!<br>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Config-DMVPN-reundandt-WAN-question-24136589</guid>
<pubDate>Thu, 22 Apr 2010 15:14:57 EDT</pubDate>
</item>

<item>
<title>Re: [Config] DMVPN reundandt WAN question</title>
<link>http://www.dslreports.com/forum/Re-Config-DMVPN-reundandt-WAN-question-24132286</link>
<description><![CDATA[nosx posted : I fudged through it with visio, you can try to source both tunnels from the same real ip. I have never seen this in the real world though. forgive any typos.<div class="borderless"><TABLE WIDTH=95% align=center border=0 CELLPADDING=4"><TR><TD ALIGN=CENTER VALIGN=CENTER BGCOLOR=#FFFFFF nwrap COLSPAN=3 WIDTH=100%><A HREF="/speak/slideshow/24132286?c=1538715&ret=L2ZvcnVtL3IyNDEzMjEwNC54bWw%3D"><IMG TITLE="48897 bytes" BORDER=0 WIDTH=403 HEIGHT=1005 SRC="/r0/download/1538715~d4f6502c1363fbe06fa61d3cdb9052ac/discussion.png"></A></TD></TABLE></div>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Config-DMVPN-reundandt-WAN-question-24132286</guid>
<pubDate>Wed, 21 Apr 2010 17:40:10 EDT</pubDate>
</item>

<item>
<title>Re: [Config] DMVPN reundandt WAN question</title>
<link>http://www.dslreports.com/forum/Re-Config-DMVPN-reundandt-WAN-question-24132268</link>
<description><![CDATA[nicknomo posted : Thanks for the reply..<br><br>My hub does in fact have two different WAN IP's from two different ISP's. I was under the impression EIGRP would pick one interface until performance became poor and/or connection was lost.<br><br>The spoke's are not redundant in any way and only have one WAN IP.  <br><br>I have been editing the configuration over the last few hours, so I don't have what crashed it.. This is what I'm currently trying on the hub:<br><br><pre class="brush: text">interface Tunnel1&#012;ip address 172.16.1.254 255.255.255.0&#012;no ip redirects&#012;ip mtu 1440&#012;ip nhrp authentication cisco&#012;ip nhrp map multicast dynamic&#012;ip nhrp network-id 1&#012;no ip split-horizon eigrp 90&#012;no ip next-hop-self eigrp 90&#012;tunnel source ser0/1.500&#012;tunnel mode gre multipoint&#012;tunnel key 0&#012;tunnel protection ipsec profile cisco&#012; &#012;</pre><!--end code block--><br>Should I maybe use a different EIGRP AS number?  <br>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Config-DMVPN-reundandt-WAN-question-24132268</guid>
<pubDate>Wed, 21 Apr 2010 17:37:01 EDT</pubDate>
</item>

<item>
<title>Re: [Config] DMVPN reundandt WAN question</title>
<link>http://www.dslreports.com/forum/Re-Config-DMVPN-reundandt-WAN-question-24132194</link>
<description><![CDATA[nosx posted : I need more information to better answer that question.<br>Does every hub site have 2 different WAN IPs?<br><br>Does every spoke site have 2 different WAN IPs?<br>(this is important for when the hub router resolves the internal ip 173.16.1.X to a real routable ip 1.2.3.4 to send its IPSEC encrypted GRE traffic to, which WAN interface is it going to send it out of?)<br><br>You can create multiple DMVPN tunnels but you need to be very careful of routing loops and recursive lookup failures.<br><br>I would be curious to know what IOS you are running and exactly what config crashed it (with what crash traceback info if you have any)]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Config-DMVPN-reundandt-WAN-question-24132194</guid>
<pubDate>Wed, 21 Apr 2010 17:23:03 EDT</pubDate>
</item>

<item>
<title>[Config] DMVPN reundandt WAN (SOLVED - config inside)</title>
<link>http://www.dslreports.com/forum/Config-DMVPN-reundandt-WAN-SOLVED-config-inside-24132104</link>
<description><![CDATA[nicknomo posted :  I'm looking to have redundancy for my DMVPN without resorting to another router.  I've seen some examples for a dual router scenario, and they look pretty trivial.  <br><br>I tried duplicating the tunnel configuration, and it just crashed my switch and router.  Any advice would be helpful.<br><br>HUB:<br><pre class="brush: text">!-- Outside interfaces --&#012;int ser0/1.500&#012;.....&#012; &#012;int fast0/1&#012;.....&#012; &#012;!-- Inside interfaces --&#012;int fast0/0&#012;ip address 192.168.1.1 255.255.255.0&#012; &#012;interface Tunnel0&#012;ip address 172.16.1.1 255.255.255.0&#012;no ip redirects&#012;ip mtu 1440&#012;ip nhrp authentication cisco&#012;ip nhrp map multicast dynamic&#012;ip nhrp network-id 1&#012;no ip split-horizon eigrp 90&#012;no ip next-hop-self eigrp 90&#012;tunnel source fast0/1&#012;tunnel mode gre multipoint&#012;tunnel key 0&#012;tunnel protection ipsec profile cisco&#012; &#012;router eigrp 90&#012;network 172.16.1.0 0.0.0.255&#012;network 192.168.1.0&#012;no auto-summary&#012; &#012;</pre><!--end code block--><br>SPOKE:<br><pre class="brush: text">!-- Outside interfaces --&#012;int fast0&#012;.....&#012; &#012;!-- Inside interfaces --&#012;int vlan1&#012;ip address 192.168.244.1 255.255.255.0&#012; &#012;interface Tunnel0&#012;ip address 172.16.1.2 255.255.255.0&#012;no ip redirects&#012;ip mtu 1440&#012;ip nhrp authentication cisco&#012;ip nhrp map multicast dynamic&#012;ip nhrp map 172.16.1.1 200.200.200.200&#012;ip nhrp map multicast 200.200.200.200&#012;ip nhrp network-id 1&#012;ip nhrp nhs 172.16.1.1&#012;tunnel source FastEthernet0&#012;tunnel mode gre multipoint&#012;tunnel key 0&#012;tunnel protection ipsec profile cisco&#012; &#012;router eigrp 90&#012;network 172.16.1.0 0.0.0.255&#012;network 192.168.244.0 &#012;no auto-summary&#012; &#012;</pre><!--end code block-->]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Config-DMVPN-reundandt-WAN-SOLVED-config-inside-24132104</guid>
<pubDate>Wed, 21 Apr 2010 17:06:25 EDT</pubDate>
</item>

</channel>
</rss>
