<?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 Thanks Rick. I removed all in Routing and SD-WAN</title>
    <link>https://community.cisco.com/t5/routing-and-sd-wan/configuring-2-gre-tunnels-with-same-source-interfaces-and-dest/m-p/1347462#M129040</link>
    <description>&lt;P&gt;Thanks Rick.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I removed all the crypto map from the tunnel interface but still not working. I keep seeing this&lt;/P&gt;&lt;P&gt;*Mar &amp;nbsp;1 01:36:23.747: %CRYPTO-4-RECVD_PKT_NOT_IPSEC: Rec'd packet not an IPSEC packet.&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (ip) vrf/dest_addr= /163.81.217.138, src_addr= 159.42.205.242, prot= 47&lt;BR /&gt;*Mar &amp;nbsp;1 01:37:23.819: %CRYPTO-4-RECVD_PKT_NOT_IPSEC: Rec'd packet not an IPSEC packet.&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (ip) vrf/dest_addr= /163.81.217.138, src_addr= 159.42.205.242, prot= 47&lt;/P&gt;</description>
    <pubDate>Sun, 09 Nov 2014 01:02:52 GMT</pubDate>
    <dc:creator>belrey_echano</dc:creator>
    <dc:date>2014-11-09T01:02:52Z</dc:date>
    <item>
      <title>Configuring 2 GRE tunnels with same Source interfaces and dest IP addresses</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/configuring-2-gre-tunnels-with-same-source-interfaces-and-dest/m-p/1347449#M129027</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did post a question a little while ago regarding GRE tunnels with VRF's and got some helpful responses, However there is something that I do not understand and I am hoping some of the more knowledgeable folks on here can provide an explanation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to set up two GRE tunnels between two routers, using the same source interface and destination IP address for each tunnel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I start off configuring the first tunnel (tun0)&amp;nbsp; as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Router 1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000;"&gt;interface Tunnel0&lt;BR /&gt;description O&amp;amp;M Tunnel&lt;BR /&gt;ip address 10.0.0.1 255.255.255.252&lt;BR /&gt;tunnel source FastEthernet0/0&lt;BR /&gt;tunnel destination 192.168.80.1&lt;BR /&gt;tunnel key 123&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #000000; "&gt;Router 2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000;"&gt;interface Tunnel0&lt;BR /&gt;description O&amp;amp;M Tunnel&lt;BR /&gt;ip address 10.0.0.2 255.255.255.252&lt;BR /&gt;tunnel source FastEthernet0/0&lt;BR /&gt;tunnel destination 192.168.50.1&lt;BR /&gt;tunnel key 123&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Once I have the configuration on each router, I can then successfully ping each tunnel end point IP address (10.0.0.x) from the opposite router. All as expected. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;I then configure the second tunnel (tun1) as follows,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000;"&gt;&lt;STRONG style="color: #000000; "&gt;Router 1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000;"&gt;interface Tunnel1&lt;BR /&gt;description User Plane Tunnel&lt;BR /&gt;ip address 20.0.0.1 255.255.255.252&lt;BR /&gt;tunnel source FastEthernet0/0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000;"&gt;tunnel destination 192.168.80.1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000;"&gt;tunnel key 321&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000;"&gt;&lt;STRONG style="color: #000000; "&gt;Router 2&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000;"&gt;interface Tunnel1&lt;BR /&gt;description User Plane Tunnel&lt;BR /&gt;ip address 20.0.0.2 255.255.255.252&lt;BR /&gt;tunnel source FastEthernet0/0&lt;BR /&gt;tunnel destination 192.168.50.1&lt;BR /&gt;tunnel key 321&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Now when I ping the tunnel 1 end point IP address (20.0.0.x) from the opposite router the ping is successful. However when I attempt to ping the tunnel 0 end point IP addresses (10.0.0.x) , these pings now fail. It seems that the configuration of the second tunnel has killed the first.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Can anybody explain why this is? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Is there something wrong with my configuration or is it just not possible to have more than 1 tunnel interface with the same source interface/destination IP address?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Best Regards &amp;amp; Thanks in advance,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000;"&gt;&lt;SPAN style="color: #800000;"&gt;&lt;SPAN style="color: #000000;"&gt;Michael&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2019 14:53:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/configuring-2-gre-tunnels-with-same-source-interfaces-and-dest/m-p/1347449#M129027</guid>
      <dc:creator>keeleym</dc:creator>
      <dc:date>2019-03-04T14:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring 2 GRE tunnels with same Source interfaces and de</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/configuring-2-gre-tunnels-with-same-source-interfaces-and-dest/m-p/1347450#M129028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not believe that it works to have 2 GRE tunnels with exactly the same source and destination addresses between 2 routers. I believe that there must be at least one unique address (source or destination) for each tunnel.&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;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2009 19:00:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/configuring-2-gre-tunnels-with-same-source-interfaces-and-dest/m-p/1347450#M129028</guid>
      <dc:creator>Richard Burts</dc:creator>
      <dc:date>2009-12-07T19:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring 2 GRE tunnels with same Source interfaces and de</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/configuring-2-gre-tunnels-with-same-source-interfaces-and-dest/m-p/1347451#M129029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rick&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply and information. That's pretty much what I expected, as I had searched the web and had not come across any site which showed multiple GRE tunnels using the same source interface/destination IP address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2009 22:15:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/configuring-2-gre-tunnels-with-same-source-interfaces-and-dest/m-p/1347451#M129029</guid>
      <dc:creator>keeleym</dc:creator>
      <dc:date>2009-12-07T22:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring 2 GRE tunnels with same Source interfaces and de</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/configuring-2-gre-tunnels-with-same-source-interfaces-and-dest/m-p/1347452#M129030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/docs/ios/interface/command/reference/ir_t2.html#wp1012689"&gt;http://www.cisco.com/en/US/docs/ios/interface/command/reference/ir_t2.html#wp1012689&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="content"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;H3 class="pCRUG_CmdRefUseGuide"&gt;Usage Guidelines&lt;/H3&gt;&lt;A name="wp1012746"&gt;&lt;/A&gt;&lt;P class="pB1_Body1"&gt;The source address is either an explicitly defined IP address or the IP address assigned to the specified interface.&lt;/P&gt;&lt;A name="wp1012747"&gt;&lt;/A&gt;&lt;P class="pB1_Body1"&gt;You cannot have two tunnels using the same encapsulation mode with exactly the same source and destination address. The workaround is to create a loopback interface and source packets off of the loopback interface.&lt;/P&gt;&lt;A name="wp1012748"&gt;&lt;/A&gt;&lt;P class="pB1_Body1"&gt;When using tunnels to Cayman boxes, you must set the &lt;STRONG class="cCN_CmdName"&gt;tunnel source&lt;/STRONG&gt; command to an explicit IP address on the same subnet as the Cayman box, not the tunnel itself.&lt;/P&gt;&lt;A name="wp1030495"&gt;&lt;/A&gt;&lt;P class="pB1_Body1"&gt;GRE tunnel encapsulation and deencapsulation for multicast packets are handled by the hardware in PFC3 and 12.2(18)SXF and later releases. Each hardware-assisted tunnel must have a unique source. Hardware-assisted tunnels cannot share a source even if the destinations are different. You should use secondary addresses on loopback interfaces or create multiple loopback interfaces to ensure the hardware-assisted tunnels do not share a source.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2009 22:25:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/configuring-2-gre-tunnels-with-same-source-interfaces-and-dest/m-p/1347452#M129030</guid>
      <dc:creator>Edison Ortiz</dc:creator>
      <dc:date>2009-12-07T22:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring 2 GRE tunnels with same Source interfaces and de</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/configuring-2-gre-tunnels-with-same-source-interfaces-and-dest/m-p/1347453#M129031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Edison&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the detailed reply. Much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2009 07:28:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/configuring-2-gre-tunnels-with-same-source-interfaces-and-dest/m-p/1347453#M129031</guid>
      <dc:creator>keeleym</dc:creator>
      <dc:date>2009-12-08T07:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring 2 GRE tunnels with same Source interfaces and de</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/configuring-2-gre-tunnels-with-same-source-interfaces-and-dest/m-p/1347454#M129032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="text-align: left;"&gt;&lt;SPAN class="long_text" id="result_box"&gt;&lt;SPAN title="Hola, puedo crear dos o mas tuneles GRE que tenga el mismo origines, pero no las mismo destinos, es decir tengo 3 routers A, B, C tengo 2 tuneles uno que va desde A a B y el otro va desde A as C el"&gt;Hello, I create two or more GRE tunnels with the same origins, but not the same destinations, ie I have 3 routers A, B, C 2 tunnels have one that goes from A to B and the other goes from A to C on &lt;/SPAN&gt;&lt;SPAN title="origen de ambos tuneles es una misma interface (con la misma IP) , es posible esto y si no que configuracion adicional me recomiendas."&gt;origin of both tunnels is the same interface (same IP) and destination are diferent , is this possible and if no additional configuration that I recommend.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 11:56:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/configuring-2-gre-tunnels-with-same-source-interfaces-and-dest/m-p/1347454#M129032</guid>
      <dc:creator>juancarlosorellana</dc:creator>
      <dc:date>2010-01-21T11:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring 2 GRE tunnels with same Source interfaces and de</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/configuring-2-gre-tunnels-with-same-source-interfaces-and-dest/m-p/1347455#M129033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Juan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not fully understand the environment that you describe (are there 2 tunnels between A and B or is it a tunnel A to B and a tunnel A to C?). But multiple tunnels should work ok as long as the source/destination of each tunnel is unique.&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;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 12:19:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/configuring-2-gre-tunnels-with-same-source-interfaces-and-dest/m-p/1347455#M129033</guid>
      <dc:creator>Richard Burts</dc:creator>
      <dc:date>2010-01-21T12:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring 2 GRE tunnels with same Source interfaces and de</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/configuring-2-gre-tunnels-with-same-source-interfaces-and-dest/m-p/1347456#M129034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="long_text" id="result_box"&gt;&lt;SPAN title="te lo voy a eplicar mejor en mi red tengo 3 router conectadas cada uno a la nube del ISP, mis router son el router A, B, y C, del router A al B hay un tunel, al igual que del router A al C"&gt;I'm going to Eplica better on my network I have 3 each router connected to the cloud of ISP, my router is the router A, B and C, router A to B there is a tunnel, as the router A to C &lt;/SPAN&gt;&lt;SPAN title="hay otro tunel, en mi router A tengo los origenes de mis dos tuneles, un tunel hacia B y el otro a C, mi pregunta es en el router A puedo crear los dos tuneles de tal forma que ambos compartan la misma interface e ip de"&gt;There is another tunnel, in my router to have the origins of my two tunnels, a tunnel to B and the other to C, my question is on the router A can create the two tunnels so that both share the same interface and IP &lt;/SPAN&gt;&lt;SPAN title="origen?"&gt;origin? &lt;/SPAN&gt;&lt;SPAN title="sino es posible que cambios debo hacer."&gt;but it is possible that changes do.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 15:33:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/configuring-2-gre-tunnels-with-same-source-interfaces-and-dest/m-p/1347456#M129034</guid>
      <dc:creator>juancarlosorellana</dc:creator>
      <dc:date>2010-01-21T15:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring 2 GRE tunnels with same Source interfaces and de</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/configuring-2-gre-tunnels-with-same-source-interfaces-and-dest/m-p/1347457#M129035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Juan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works well and no problem to have 2 tunnels on router A with the same source IP if one tunnel goes to router B and one tunnel goes to router C.&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;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Jan 2010 22:04:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/configuring-2-gre-tunnels-with-same-source-interfaces-and-dest/m-p/1347457#M129035</guid>
      <dc:creator>Richard Burts</dc:creator>
      <dc:date>2010-01-23T22:04:17Z</dc:date>
    </item>
    <item>
      <title>Hi Richard,I am having issues</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/configuring-2-gre-tunnels-with-same-source-interfaces-and-dest/m-p/1347458#M129036</link>
      <description>&lt;P&gt;Hi Richard,&lt;/P&gt;&lt;P&gt;I am having issues implementing the backup tunnel for my customer.&lt;/P&gt;&lt;P&gt;RTR-A - 1xcircuit (say 183.2.3.1)&lt;/P&gt;&lt;P&gt;RTR-B - 2xcircuit (f0/0,f0/1)&lt;/P&gt;&lt;P&gt;Currently there is a tunnel1 from RTR-B&amp;nbsp;sourcing from f0/0 going to RTR-A&amp;nbsp;without any issue. But when I configure the tunnel2 sourcing from f0/1 pointing to the same destination IP of RTR-A with the following static, the first tunnel will go down...&lt;/P&gt;&lt;P&gt;I configured the following static say&lt;/P&gt;&lt;P&gt;ip route 183.2.3.1 255.255.255.252 163.2.3.1&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16.3636360168457px;"&gt;ip route 183.2.3.1 255.255.255.252 173.2.3.1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16.3636360168457px;"&gt;As long I configured the 2nd static the first tunnel will go down... but when I make the 2nd static a higher AD the first tunnel remains up but the 2nd tunnel remains down.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16.3636360168457px;"&gt;If RTR-A has 2xcircuit I don't have a&amp;nbsp;problem if I am simulating it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16.3636360168457px;"&gt;My question is, is it possible to do a tunnel from RTR-B with a dual home circuit to the same destination?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thank you...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Nov 2014 00:05:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/configuring-2-gre-tunnels-with-same-source-interfaces-and-dest/m-p/1347458#M129036</guid>
      <dc:creator>belrey_echano</dc:creator>
      <dc:date>2014-11-06T00:05:03Z</dc:date>
    </item>
    <item>
      <title>The original post was clear</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/configuring-2-gre-tunnels-with-same-source-interfaces-and-dest/m-p/1347459#M129037</link>
      <description>&lt;P&gt;The original post was clear that it was just a regular GRE tunnel with no encryption or anything like that. Can you clarify whether the tunnel you are asking about is just a regular GRE or does it perhaps also use encryption?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The private Email that you sent has a bit that is not in this post and I quote it here "&lt;SPAN style="outline:none;font-size:16.3636360168457px"&gt;I was able to make it happen but using the loopback on RTR-A as the destination for the 2nd tunnel of RTR-B. But I just don't understand why its not working in the normal destination as the IP of RTR-A?&lt;/SPAN&gt;" If it works ok with the second tunnel using the loopback then I would have thought that it should work using a second physical interface. Can you post the config of both routers? That might help us identify what is the issue here?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Rick&lt;/P&gt;</description>
      <pubDate>Thu, 06 Nov 2014 21:40:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/configuring-2-gre-tunnels-with-same-source-interfaces-and-dest/m-p/1347459#M129037</guid>
      <dc:creator>Richard Burts</dc:creator>
      <dc:date>2014-11-06T21:40:46Z</dc:date>
    </item>
    <item>
      <title>Hi Rick,Thank you. It has an</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/configuring-2-gre-tunnels-with-same-source-interfaces-and-dest/m-p/1347460#M129038</link>
      <description>&lt;P&gt;Hi Rick,&lt;/P&gt;&lt;P&gt;Thank you. It has an encryption. I attached the configs for the two routers.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16.3636360168457px;"&gt;For the file "with_loopback" I configured it to make the second tunnel work.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Please note that RTR-B has a dual link to RTR-A with just a single link.&lt;/P&gt;&lt;P&gt;The file "without_&amp;nbsp;loopback" that's the one I am having issues with the second tunnel. If I configure the static with the same AD from RTR-B, the first tunnel which is currently up will just go down...&lt;/P&gt;&lt;P&gt;ip route 163.81.217.136 255.255.255.252 163.81.217.121&lt;BR /&gt;ip route 163.81.217.136 255.255.255.252 159.42.205.241&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ok, I have changed the AD of the second static to a higher one&lt;/P&gt;&lt;P&gt;ip route 163.81.217.136 255.255.255.252 163.81.217.121&lt;BR /&gt;ip route 163.81.217.136 255.255.255.252 159.42.205.241 250&lt;/P&gt;&lt;P&gt;The first tunnel remains up but the second tunnel is not coming up...&lt;/P&gt;&lt;P&gt;Ok, then I interchanged the AD on the two static just like below...&lt;/P&gt;&lt;P&gt;ip route 163.81.217.136 255.255.255.252 163.81.217.121 250&lt;BR /&gt;ip route 163.81.217.136 255.255.255.252 159.42.205.241&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16.3636360168457px;"&gt;And now the second tunnel goes UP and the first tunnel then go down...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I don't know if i need to add something in the config or this design just don't work? I am not certain.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks Rick....&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Nov 2014 15:19:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/configuring-2-gre-tunnels-with-same-source-interfaces-and-dest/m-p/1347460#M129038</guid>
      <dc:creator>belrey_echano</dc:creator>
      <dc:date>2014-11-08T15:19:09Z</dc:date>
    </item>
    <item>
      <title>Thanks for the additional</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/configuring-2-gre-tunnels-with-same-source-interfaces-and-dest/m-p/1347461#M129039</link>
      <description>&lt;P&gt;Thanks for the additional information. It does help explain what is going on. My first reaction is that I am surprised that either set of configurations works. My experience is that when we are dealing with IPSec tunnels that IOS supports a single IPSec Security Association to a single remote device. But if you can get it to work with two tunnels that is interesting.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The thing that I notice is that in RouterB with loopback the tunnel destinations are different&lt;/P&gt;&lt;P&gt;tunnel destination 163.81.217.138&lt;/P&gt;&lt;P&gt;&amp;nbsp;tunnel destination 20.20.20.20&lt;/P&gt;&lt;P&gt;where in RouterB without loopback the tunnel destination is the same in both tunnels.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also notice that you have applied the crypto maps to the outbound interfaces and to the tunnel interfaces. In old versions of IOS it was required to have the crypto map applied to both. But by 12.4 the crypto map is applied only to the outbound interface and not to the tunnel. I have seen some odd things happen in recent code versions when the crypto map is applied to both the tunnel and the outbound interface. I am not sure that this is a factor here but I do suggest that you remove the crypto map from the tunnel interfaces.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Rick&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Nov 2014 17:07:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/configuring-2-gre-tunnels-with-same-source-interfaces-and-dest/m-p/1347461#M129039</guid>
      <dc:creator>Richard Burts</dc:creator>
      <dc:date>2014-11-08T17:07:09Z</dc:date>
    </item>
    <item>
      <title>Thanks Rick. I removed all</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/configuring-2-gre-tunnels-with-same-source-interfaces-and-dest/m-p/1347462#M129040</link>
      <description>&lt;P&gt;Thanks Rick.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I removed all the crypto map from the tunnel interface but still not working. I keep seeing this&lt;/P&gt;&lt;P&gt;*Mar &amp;nbsp;1 01:36:23.747: %CRYPTO-4-RECVD_PKT_NOT_IPSEC: Rec'd packet not an IPSEC packet.&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (ip) vrf/dest_addr= /163.81.217.138, src_addr= 159.42.205.242, prot= 47&lt;BR /&gt;*Mar &amp;nbsp;1 01:37:23.819: %CRYPTO-4-RECVD_PKT_NOT_IPSEC: Rec'd packet not an IPSEC packet.&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (ip) vrf/dest_addr= /163.81.217.138, src_addr= 159.42.205.242, prot= 47&lt;/P&gt;</description>
      <pubDate>Sun, 09 Nov 2014 01:02:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/configuring-2-gre-tunnels-with-same-source-interfaces-and-dest/m-p/1347462#M129040</guid>
      <dc:creator>belrey_echano</dc:creator>
      <dc:date>2014-11-09T01:02:52Z</dc:date>
    </item>
    <item>
      <title>From the above commentsThe</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/configuring-2-gre-tunnels-with-same-source-interfaces-and-dest/m-p/1347463#M129041</link>
      <description>&lt;P&gt;From the above&amp;nbsp;comments&lt;/P&gt;&lt;P style="font-size: 14.5454540252686px;"&gt;The thing that I notice is that in RouterB with loopback the tunnel destinations are different&lt;/P&gt;&lt;P style="font-size: 14.5454540252686px;"&gt;tunnel destination 163.81.217.138&lt;/P&gt;&lt;P style="font-size: 14.5454540252686px;"&gt;&amp;nbsp;tunnel destination 20.20.20.20&lt;/P&gt;&lt;P style="font-size: 14.5454540252686px;"&gt;&lt;SPAN style="font-size: 14.5454540252686px;"&gt;-Yes that's correct, it has different destination (with loopback)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 14.5454540252686px;"&gt;where in RouterB without loopback the tunnel destination is the same in both tunnels.&lt;/P&gt;&lt;P style="font-size: 14.5454540252686px;"&gt;-(without loopback) Yes the same on both tunnels since I am only using one IP of the DIP&amp;nbsp;physical interface.&lt;/P&gt;</description>
      <pubDate>Sun, 09 Nov 2014 01:06:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/configuring-2-gre-tunnels-with-same-source-interfaces-and-dest/m-p/1347463#M129041</guid>
      <dc:creator>belrey_echano</dc:creator>
      <dc:date>2014-11-09T01:06:37Z</dc:date>
    </item>
    <item>
      <title>This part of the error</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/configuring-2-gre-tunnels-with-same-source-interfaces-and-dest/m-p/1347464#M129042</link>
      <description>&lt;P&gt;This part of the error message&amp;nbsp;prot= 47&amp;nbsp; indicates that the router is receiving a GRE packet that is not encapsulated in IPSec.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Rick&lt;/P&gt;</description>
      <pubDate>Sun, 09 Nov 2014 18:35:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/configuring-2-gre-tunnels-with-same-source-interfaces-and-dest/m-p/1347464#M129042</guid>
      <dc:creator>Richard Burts</dc:creator>
      <dc:date>2014-11-09T18:35:43Z</dc:date>
    </item>
    <item>
      <title>ok thanks rick. so i think</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/configuring-2-gre-tunnels-with-same-source-interfaces-and-dest/m-p/1347465#M129043</link>
      <description>&lt;P&gt;&lt;SPAN style="color: rgb(40, 40, 40); font-family: helvetica, arial, sans-serif; font-size: 13px; line-height: 19.5px;"&gt;ok thanks rick. so i think its not also&amp;nbsp;possible to have two gre tunnels using different source (RtrB =2xcircuit) but each tunnel has it's the same destinati&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Nov 2014 00:30:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/configuring-2-gre-tunnels-with-same-source-interfaces-and-dest/m-p/1347465#M129043</guid>
      <dc:creator>belrey_echano</dc:creator>
      <dc:date>2014-11-10T00:30:25Z</dc:date>
    </item>
    <item>
      <title>That is my understanding. HTH</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/configuring-2-gre-tunnels-with-same-source-interfaces-and-dest/m-p/1347466#M129044</link>
      <description>&lt;P&gt;That is my understanding.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Rick&lt;/P&gt;</description>
      <pubDate>Mon, 10 Nov 2014 02:26:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/configuring-2-gre-tunnels-with-same-source-interfaces-and-dest/m-p/1347466#M129044</guid>
      <dc:creator>Richard Burts</dc:creator>
      <dc:date>2014-11-10T02:26:45Z</dc:date>
    </item>
    <item>
      <title>hi sir i am trying a new</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/configuring-2-gre-tunnels-with-same-source-interfaces-and-dest/m-p/1347467#M129045</link>
      <description>&lt;P&gt;hi sir i am trying a new thing in the vpn tunnel as i have a router in usa, and india i got two public ip &amp;nbsp;as i have to keep my internet up always i have to use other public ip if one ip is down but what i am thinking is why cant i bond a serial port or create 2 different tunnels with same network&amp;nbsp;&amp;nbsp;so that 2 tunnels would connect with two different public ip even if one tunnel or public ip is down&amp;nbsp;i would be still connected with other&amp;nbsp;&amp;nbsp;tunnel &amp;nbsp;as i have to manually change the&amp;nbsp;&amp;nbsp;route ip&amp;nbsp;&amp;nbsp;in my router if a ip is down.&amp;nbsp;if there is anything i could do to keep my connectivity up by using 2&amp;nbsp;ip i would be loved to know about that?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2015 17:57:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/configuring-2-gre-tunnels-with-same-source-interfaces-and-dest/m-p/1347467#M129045</guid>
      <dc:creator>nalbundvishal1</dc:creator>
      <dc:date>2015-07-28T17:57:32Z</dc:date>
    </item>
    <item>
      <title>I find your explanation a bit</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/configuring-2-gre-tunnels-with-same-source-interfaces-and-dest/m-p/1347468#M129046</link>
      <description>&lt;P&gt;I find your explanation a bit difficult to understand. I think that I understand that there is one router in usa and one router in india. You mention two public IP but it is not clear whether this represents one IP on each of two interfaces to Internet or represents two addresses on the same interface. Perhaps you can clarify this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Rick&lt;/P&gt;</description>
      <pubDate>Sun, 02 Aug 2015 02:17:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/configuring-2-gre-tunnels-with-same-source-interfaces-and-dest/m-p/1347468#M129046</guid>
      <dc:creator>Richard Burts</dc:creator>
      <dc:date>2015-08-02T02:17:09Z</dc:date>
    </item>
  </channel>
</rss>

