<?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: looped chain attempting to stack in Routing and SD-WAN</title>
    <link>https://community.cisco.com/t5/routing-and-sd-wan/looped-chain-attempting-to-stack/m-p/3889142#M318107</link>
    <description>&lt;P&gt;We suggest to open a new thread with your information and logs so easy to address as different issue, rather cross posting.&lt;/P&gt;</description>
    <pubDate>Fri, 12 Jul 2019 11:32:04 GMT</pubDate>
    <dc:creator>balaji.bandi</dc:creator>
    <dc:date>2019-07-12T11:32:04Z</dc:date>
    <item>
      <title>looped chain attempting to stack</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/looped-chain-attempting-to-stack/m-p/3807226#M310130</link>
      <description>&lt;P&gt;Hey everyone I'm running into an issue with recursive routing and can't seem to figure out how to fix it. I have an IPSEC with GRE runnning OSPF. The tunnel comes up fine but OSPF is flapping. It appears that the route to the destination is via the tunnel itself which is an issue. I inflated the ospf cost of the tunnel interfaces but that didn't help. I also added in a static route to the tunnel destination on each router but that didn't help either. From what I've read in most cases this causes the tunnel to go down but in my case the tunnel stays up on both sides. Configs are attached.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CaptureError.PNG" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/30717i596A99DE56B2FBFC/image-size/large?v=v2&amp;amp;px=999" role="button" title="CaptureError.PNG" alt="CaptureError.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Headend route to branch tunnel IP" style="width: 388px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/30719i3C26FED15B388123/image-size/large?v=v2&amp;amp;px=999" role="button" title="head1.PNG" alt="Headend route to branch tunnel IP" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Headend route to branch tunnel IP&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Branch route to Headend tunnel IP" style="width: 403px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/30720i308732935A6A7DE4/image-size/large?v=v2&amp;amp;px=999" role="button" title="branch1.PNG" alt="Branch route to Headend tunnel IP" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Branch route to Headend tunnel IP&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Feb 2019 22:21:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/looped-chain-attempting-to-stack/m-p/3807226#M310130</guid>
      <dc:creator>roharris33</dc:creator>
      <dc:date>2019-02-21T22:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: looped chain attempting to stack</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/looped-chain-attempting-to-stack/m-p/3807244#M310132</link>
      <description>&lt;P&gt;check this document may help you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.cisco.com/c/en/us/support/docs/ip/enhanced-interior-gateway-routing-protocol-eigrp/22327-gre-flap.html" target="_blank"&gt;https://www.cisco.com/c/en/us/support/docs/ip/enhanced-interior-gateway-routing-protocol-eigrp/22327-gre-flap.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Feb 2019 23:04:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/looped-chain-attempting-to-stack/m-p/3807244#M310132</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2019-02-21T23:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: looped chain attempting to stack</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/looped-chain-attempting-to-stack/m-p/3807353#M310136</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have noticed there is some miss configuration on the branch router routing. Also, confirm that are you advertising any default route on the OSPF?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please make below changes in the branch router configuration:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;no ip route 10.192.0.254 255.255.255.255 2.2.2.1&lt;BR /&gt;ip route &lt;STRONG&gt;1.1.1.1&lt;/STRONG&gt; 255.255.255.255 &lt;STRONG&gt;2.2.2.1&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here, I am assuming that you have changed the IP address in attached configuration or this is a lab (because&amp;nbsp;1.1.1.1 is known IP). Here 1.1.1.1 is your Head office IP address and 2.2.2.1 is your branch office gateway.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Deepak Kumar&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Feb 2019 05:06:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/looped-chain-attempting-to-stack/m-p/3807353#M310136</guid>
      <dc:creator>Deepak Kumar</dc:creator>
      <dc:date>2019-02-22T05:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: looped chain attempting to stack</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/looped-chain-attempting-to-stack/m-p/3807620#M310146</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;1) Remove the static routes for each tunel interfaces that are pointing to what looks like a recursive next-hop&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Head&lt;/STRONG&gt;&lt;BR /&gt;no ip route 10.192.0.17 255.255.255.255 198.190.160.1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Spoke&lt;BR /&gt;&lt;/STRONG&gt;no ip route 10.192.0.254 255.255.255.255 2.2.2.1&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;2) Check your default routes to make sure their next-hop address&amp;nbsp;are correct as it lookslike you have typo's&lt;BR /&gt;&lt;STRONG&gt;Head&lt;/STRONG&gt;&lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 1.1.1.&lt;STRONG&gt;1 &amp;lt; ?&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;interface GigabitEthernet0/0/1&lt;BR /&gt;&amp;nbsp;description WAN UPLINK&lt;BR /&gt;&amp;nbsp;ip address 1.1.1.1 255.255.255.0&lt;BR /&gt;&lt;BR /&gt;3)&lt;BR /&gt;router ospf 1&lt;BR /&gt;passive interface default&lt;/P&gt;
&lt;P&gt;no passive interface tunnel x&lt;/P&gt;</description>
      <pubDate>Fri, 22 Feb 2019 13:10:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/looped-chain-attempting-to-stack/m-p/3807620#M310146</guid>
      <dc:creator>paul driver</dc:creator>
      <dc:date>2019-02-22T13:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: looped chain attempting to stack</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/looped-chain-attempting-to-stack/m-p/3807674#M310149</link>
      <description>&lt;P&gt;I made the suggested changes. I fixed the typo's and uploaded new configs. I'm still getting the same error. Also here is a snip of the routing table from the branch router after making the changes. I don't think it should be learning 10.192.0.17 right?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="branchroute.PNG" style="width: 439px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/30767i0BA1FBE9C872B978/image-size/large?v=v2&amp;amp;px=999" role="button" title="branchroute.PNG" alt="branchroute.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Feb 2019 14:16:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/looped-chain-attempting-to-stack/m-p/3807674#M310149</guid>
      <dc:creator>roharris33</dc:creator>
      <dc:date>2019-02-22T14:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: looped chain attempting to stack</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/looped-chain-attempting-to-stack/m-p/3807698#M310152</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Also, make below changes in the configuration:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Head Office:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;interface Tunnel1&lt;/P&gt;
&lt;P&gt;no&amp;nbsp;ip policy route-map VPN-Internal&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And Why are you ignoring a Basic OSPF area concept? Why everything in the Area1? It is not making an issue in current network but will make issue while increasing spokes in the network.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Branch Office:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;crypto ipsec transform-set trans2 esp-aes esp-md5-hmac&lt;BR /&gt;&lt;STRONG&gt;mode transport&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;!&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Deepak Kumar&lt;/P&gt;</description>
      <pubDate>Fri, 22 Feb 2019 14:38:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/looped-chain-attempting-to-stack/m-p/3807698#M310152</guid>
      <dc:creator>Deepak Kumar</dc:creator>
      <dc:date>2019-02-22T14:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: looped chain attempting to stack</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/looped-chain-attempting-to-stack/m-p/3807745#M310155</link>
      <description>&lt;P&gt;I removed the route map from the headend and made the change on the branch, bounced the tunnel and got the same error message.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This tunnel will act as a backup for WAN sites. All WAN sites are in area 1. Campus area 100 and backbone area 0.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Feb 2019 15:39:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/looped-chain-attempting-to-stack/m-p/3807745#M310155</guid>
      <dc:creator>roharris33</dc:creator>
      <dc:date>2019-02-22T15:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: looped chain attempting to stack</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/looped-chain-attempting-to-stack/m-p/3807757#M310157</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Again I went through the DMVPN configuration and found that you have enabled Phase3 on the HUB site as below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;interface Tunnel1&lt;BR /&gt;ip nhrp redirect&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And you didn't enable on the Spoke router. Spoke is still working on Phase2. try below commands:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;interface Tunnel1&lt;/STRONG&gt;&lt;BR /&gt;ip nhrp&lt;STRONG&gt;&amp;nbsp;shortcut&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Deepak Kumar&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Feb 2019 15:53:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/looped-chain-attempting-to-stack/m-p/3807757#M310157</guid>
      <dc:creator>Deepak Kumar</dc:creator>
      <dc:date>2019-02-22T15:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: looped chain attempting to stack</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/looped-chain-attempting-to-stack/m-p/3807785#M310162</link>
      <description>&lt;P&gt;That command (ip nhrp shortcut) isn't explicitly stated when active on the tunnel interface. But is stated when you enter no ip nhrp shortcut. When I enter the ip nhrp shortcut command it breaks the OSPF adjancy.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Feb 2019 16:31:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/looped-chain-attempting-to-stack/m-p/3807785#M310162</guid>
      <dc:creator>roharris33</dc:creator>
      <dc:date>2019-02-22T16:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: looped chain attempting to stack</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/looped-chain-attempting-to-stack/m-p/3807796#M310166</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Share OSPF routing and routing output.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Show ip&amp;nbsp;route ospf&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sho ip&amp;nbsp;route&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sho ip&amp;nbsp;nhre brief&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;show Dmvpn&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Deepak Kumar&lt;/P&gt;</description>
      <pubDate>Fri, 22 Feb 2019 16:43:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/looped-chain-attempting-to-stack/m-p/3807796#M310166</guid>
      <dc:creator>Deepak Kumar</dc:creator>
      <dc:date>2019-02-22T16:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: looped chain attempting to stack</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/looped-chain-attempting-to-stack/m-p/3807845#M310174</link>
      <description>&lt;P&gt;Show commands are attached. The DMVPM results is interesting (at least I think). I ran the command a few times and had different results. You will notice that the state changed from NHRP to UP in the photo below. But I think the issue is NRHP the next hop and target network are the same.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dmvpn.PNG.jpg" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/30781i434EBADFDD768FDF/image-size/large?v=v2&amp;amp;px=999" role="button" title="dmvpn.PNG.jpg" alt="dmvpn.PNG.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="NHRP.PNG" style="width: 667px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/30782iE5DBB43AE066E1C4/image-size/large?v=v2&amp;amp;px=999" role="button" title="NHRP.PNG" alt="NHRP.PNG" /&gt;&lt;/span&gt;&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;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Feb 2019 17:37:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/looped-chain-attempting-to-stack/m-p/3807845#M310174</guid>
      <dc:creator>roharris33</dc:creator>
      <dc:date>2019-02-22T17:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: looped chain attempting to stack</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/looped-chain-attempting-to-stack/m-p/3807887#M310184</link>
      <description>&lt;P&gt;I believe you have made the changes the others suggested. However, I noticed that both your Hub and Spoke are configured with same OSPF priority.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;ip ospf priority 2&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Hub should always be the DR, hence set it with the highest priority or make the Spokes 0 priority.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Feb 2019 18:37:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/looped-chain-attempting-to-stack/m-p/3807887#M310184</guid>
      <dc:creator>grabonlee</dc:creator>
      <dc:date>2019-02-22T18:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: looped chain attempting to stack</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/looped-chain-attempting-to-stack/m-p/3807892#M310185</link>
      <description>&lt;P&gt;I made that change on the branch and I'm still seeing the same looped chain message. Here is the sh ip NHRP result.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Router#sh ip nhrp&lt;BR /&gt;&lt;U&gt;&lt;STRONG&gt;10.192.0.254/32 via 10.192.0.254&lt;/STRONG&gt;&lt;/U&gt; - I think this is the problem.&lt;BR /&gt;Tunnel1 created 00:02:56, never expire&lt;BR /&gt;Type: static, Flags:&lt;BR /&gt;NBMA address: 1.1.1.237&lt;/P&gt;</description>
      <pubDate>Fri, 22 Feb 2019 18:49:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/looped-chain-attempting-to-stack/m-p/3807892#M310185</guid>
      <dc:creator>roharris33</dc:creator>
      <dc:date>2019-02-22T18:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: looped chain attempting to stack</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/looped-chain-attempting-to-stack/m-p/3807929#M310198</link>
      <description>&lt;P&gt;There is nothing wrong with the output of Sh ip nhrp. That is the correct output, as you should see only the Hub address mapped to the NBMA. This is not recursive routing. You can ping any address behind the Hub from the Spoke, with the tunnel IP as the source and see if it goes through the tunnel or not&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you're worried about recursive routing in the future, then put the WAN interface in a VRF and also reference the VRF in the Tunnel interface (Tunnel vrf command) and static default route.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I may ask, why is your NBMA 1.1.1.237, while the Hub config file shows 1.1.1.2. Was that a typo?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Feb 2019 19:31:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/looped-chain-attempting-to-stack/m-p/3807929#M310198</guid>
      <dc:creator>grabonlee</dc:creator>
      <dc:date>2019-02-22T19:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: looped chain attempting to stack</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/looped-chain-attempting-to-stack/m-p/3807948#M310205</link>
      <description>&lt;P&gt;Configure the WAN in a VRF on the spoke? I can ping the tunnel IP but nothing else. There is a typo in the config file....trying to mask the public IP.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ping.PNG" style="width: 638px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/30793i62C32335C2FD48FF/image-size/large?v=v2&amp;amp;px=999" role="button" title="ping.PNG" alt="ping.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Feb 2019 19:43:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/looped-chain-attempting-to-stack/m-p/3807948#M310205</guid>
      <dc:creator>roharris33</dc:creator>
      <dc:date>2019-02-22T19:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: looped chain attempting to stack</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/looped-chain-attempting-to-stack/m-p/3808027#M310225</link>
      <description>&lt;P&gt;&amp;nbsp;On the Hub, could you remove the static route&amp;nbsp;&lt;STRONG&gt;ip route 1.1.1.2 255.255.255.255 2.2.2.1.&lt;/STRONG&gt; There's no use for this. You only need a static default pointing to your ISP IP.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For the VRF, if you're close to your Spoke site, then configure VRF locally. This is because you will loose IP configuration and connectivity as soon as you apply the VRF forwarding command on the WAN interface. If no chance of going to the Branch, then do the VRF at the Hub.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You would need to do the following:&lt;/P&gt;
&lt;P&gt;1. Create a VRF with the vrf definition command and specify ipv4 unicast and multicast (&lt;STRONG&gt;I saw PIM configuration in your configs&lt;/STRONG&gt;)&lt;/P&gt;
&lt;P&gt;2. Remove&amp;nbsp; the Crypto keyring and reapply with&amp;nbsp;crypto keyring &lt;EM&gt;name&lt;/EM&gt; vrf &lt;EM&gt;name&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;3. Reconfigure WAN interface with vrf forwarding command and reapply IP address&lt;/P&gt;
&lt;P&gt;4. Configure static default with&amp;nbsp;ip route vrf &lt;EM&gt;name&lt;/EM&gt; 0.0.0.0 0.0.0.0 next_hop&lt;/P&gt;
&lt;P&gt;5. Under the Tunnel interface configure&amp;nbsp;tunnel vrf &lt;EM&gt;name&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Also remove PBRs that you have at the Hub and Spoke. You can reapply when you're sure everything is working.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;When done, do following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Check ospf neighbors and route table&lt;/P&gt;
&lt;P&gt;2. Ping from the Hub to the LAN gateway IP on the Spoke, which is I think is VLAN 2000. Use Hub tunnel as Source. This should pass.&lt;/P&gt;
&lt;P&gt;2. Do same ping as 1 above, but this time use &lt;STRONG&gt;ping vrf&lt;/STRONG&gt;. This should fail.&lt;/P&gt;
&lt;P&gt;3. Repeat from the Spoke to the Hub&lt;/P&gt;</description>
      <pubDate>Fri, 22 Feb 2019 21:27:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/looped-chain-attempting-to-stack/m-p/3808027#M310225</guid>
      <dc:creator>grabonlee</dc:creator>
      <dc:date>2019-02-22T21:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: looped chain attempting to stack</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/looped-chain-attempting-to-stack/m-p/3808177#M310257</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I didn't find any issue in shown output but I noticed that NHRE uptime and OSPF routes were learned 2 minutes ago. Is it flapping or administrator had made changes?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Deepak Kumar&lt;/P&gt;</description>
      <pubDate>Sat, 23 Feb 2019 06:52:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/looped-chain-attempting-to-stack/m-p/3808177#M310257</guid>
      <dc:creator>Deepak Kumar</dc:creator>
      <dc:date>2019-02-23T06:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: looped chain attempting to stack</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/looped-chain-attempting-to-stack/m-p/3808962#M310389</link>
      <description>&lt;P&gt;I'll continue working with the VRF but it looks like I will need to change the tunnel configuration also.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes the OSPF adjacency is flapping. I can ping the tunnel IP's but nothing else.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Feb 2019 12:35:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/looped-chain-attempting-to-stack/m-p/3808962#M310389</guid>
      <dc:creator>roharris33</dc:creator>
      <dc:date>2019-02-25T12:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: looped chain attempting to stack</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/looped-chain-attempting-to-stack/m-p/3808969#M310391</link>
      <description>Hi, &lt;BR /&gt;On the spoke router change the OSPF  priority to higher. &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Deepak Kumar</description>
      <pubDate>Mon, 25 Feb 2019 12:43:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/looped-chain-attempting-to-stack/m-p/3808969#M310391</guid>
      <dc:creator>Deepak Kumar</dc:creator>
      <dc:date>2019-02-25T12:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: looped chain attempting to stack</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/looped-chain-attempting-to-stack/m-p/3808992#M310397</link>
      <description>&lt;P&gt;That didn't help either. I'm going to open a TAC case. I'll let you guys know the results.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Feb 2019 13:20:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/looped-chain-attempting-to-stack/m-p/3808992#M310397</guid>
      <dc:creator>roharris33</dc:creator>
      <dc:date>2019-02-25T13:20:23Z</dc:date>
    </item>
  </channel>
</rss>

