<?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: Tunnel Interface Goes down when enabled IP routing in Routing and SD-WAN</title>
    <link>https://community.cisco.com/t5/routing-and-sd-wan/tunnel-interface-goes-down-when-enabled-ip-routing/m-p/820430#M59768</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Satish, [Do RATE all HELPFUL POSTS]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ip default-gateway command is used when IP routing is disabled on the router.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip route 0.0.0.0/0 are effective when IP routing is enabled on the router and they are used to route any packets which do not have an exact route match in the routing table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer link below for:&lt;/P&gt;&lt;P&gt;Configuring a Gateway of Last Resort using IP Commands:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a0080094374.shtml" target="_blank"&gt;http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a0080094374.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do RATE all HELPFUL POSTS.&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;Guru Prasad R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Oct 2007 11:30:37 GMT</pubDate>
    <dc:creator>guruprasadr</dc:creator>
    <dc:date>2007-10-29T11:30:37Z</dc:date>
    <item>
      <title>Tunnel Interface Goes down when enabled IP routing</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/tunnel-interface-goes-down-when-enabled-ip-routing/m-p/820427#M59765</link>
      <description>&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt; we have Cisco 3750-12S-E switch and have configures tunnel interfaces on it for point to point connection. &lt;/P&gt;&lt;P&gt;Now the minute i enable IP ROUTING on the switch my tunnel interface goes down and i lose end to end connectivity.&lt;/P&gt;&lt;P&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 03:21:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/tunnel-interface-goes-down-when-enabled-ip-routing/m-p/820427#M59765</guid>
      <dc:creator>ssatishh08</dc:creator>
      <dc:date>2019-03-04T03:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: Tunnel Interface Goes down when enabled IP routing</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/tunnel-interface-goes-down-when-enabled-ip-routing/m-p/820428#M59766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please suggest me some solution for the same, i have also attached my switch config &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2007 09:32:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/tunnel-interface-goes-down-when-enabled-ip-routing/m-p/820428#M59766</guid>
      <dc:creator>ssatishh08</dc:creator>
      <dc:date>2007-10-29T09:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: Tunnel Interface Goes down when enabled IP routing</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/tunnel-interface-goes-down-when-enabled-ip-routing/m-p/820429#M59767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your config, you have specified a default gateway. This command will only work when ip routing is not enabled. The solution is that you need to specify a default route,your tunnel goes down because the router has no next hop for the tunnel destination. &lt;/P&gt;&lt;P&gt;Add this to your config: ip route 0.0.0.0 0.0.0.0 80.95.210.57&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Leo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2007 09:56:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/tunnel-interface-goes-down-when-enabled-ip-routing/m-p/820429#M59767</guid>
      <dc:creator>lgijssel</dc:creator>
      <dc:date>2007-10-29T09:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: Tunnel Interface Goes down when enabled IP routing</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/tunnel-interface-goes-down-when-enabled-ip-routing/m-p/820430#M59768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Satish, [Do RATE all HELPFUL POSTS]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ip default-gateway command is used when IP routing is disabled on the router.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip route 0.0.0.0/0 are effective when IP routing is enabled on the router and they are used to route any packets which do not have an exact route match in the routing table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer link below for:&lt;/P&gt;&lt;P&gt;Configuring a Gateway of Last Resort using IP Commands:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a0080094374.shtml" target="_blank"&gt;http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a0080094374.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do RATE all HELPFUL POSTS.&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;Guru Prasad R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2007 11:30:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/tunnel-interface-goes-down-when-enabled-ip-routing/m-p/820430#M59768</guid>
      <dc:creator>guruprasadr</dc:creator>
      <dc:date>2007-10-29T11:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: Tunnel Interface Goes down when enabled IP routing</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/tunnel-interface-goes-down-when-enabled-ip-routing/m-p/820431#M59769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for replying guys, just a  small clarification i dont want to define default route pointitng to the other end of the tunnel rather i want to define networks something like this &lt;/P&gt;&lt;P&gt; ip route 192.168.1.0 255.255.255.0 tunnel 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to be precise specific unicast routing over the tunnel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but as soon i enable ip routing for defining static route my tunnel interface goes down&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2007 11:44:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/tunnel-interface-goes-down-when-enabled-ip-routing/m-p/820431#M59769</guid>
      <dc:creator>ssatishh08</dc:creator>
      <dc:date>2007-10-30T11:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: Tunnel Interface Goes down when enabled IP routing</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/tunnel-interface-goes-down-when-enabled-ip-routing/m-p/820432#M59770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You do not necessarily need to configure a default route. But you do need to configure a route to the tunnel destination. Before you enable ip routing the switch will use the default-gateway definition and will have a route to the tunnel end point (80.95.210.82). Once you enable ip routing then the switch no longer uses the default-gateway and it no longer has a route to the tunnel end point. If the switch does not have a route to the tunnel end point then the tunnel will not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is fine to configure routes for specific networks reached through the tunnel. But until the switch has a route to the tunnel end point the tunnel will not work. So you need to configure some kind of route that will provide a forwarding path to address 80.95.210.82. If you do not want a default route (which is essentially what you had before) then you need some other route for 80.95.210.82.&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>Tue, 30 Oct 2007 12:56:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/tunnel-interface-goes-down-when-enabled-ip-routing/m-p/820432#M59770</guid>
      <dc:creator>Richard Burts</dc:creator>
      <dc:date>2007-10-30T12:56:03Z</dc:date>
    </item>
  </channel>
</rss>

