<?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: Backing up VPN with DDR from different router in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/backing-up-vpn-with-ddr-from-different-router/m-p/623515#M1054613</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the following url,&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/tk801/tk133/tech_configuration_examples_list.html" target="_blank"&gt;http://www.cisco.com/en/US/tech/tk801/tk133/tech_configuration_examples_list.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Dec 2006 21:48:06 GMT</pubDate>
    <dc:creator />
    <dc:date>2006-12-04T21:48:06Z</dc:date>
    <item>
      <title>Backing up VPN with DDR from different router</title>
      <link>https://community.cisco.com/t5/network-security/backing-up-vpn-with-ddr-from-different-router/m-p/623514#M1054610</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the 3 routers A, B, and C.I build GRE tunnel between A and B and distribute EIGRP over GRE. So all 3 router have EIGRP connection. &lt;/P&gt;&lt;P&gt;How to confgure C router to backing up remote B router over ISDN with DDR and static floating when VPN between A and B goes down?&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 09:19:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/backing-up-vpn-with-ddr-from-different-router/m-p/623514#M1054610</guid>
      <dc:creator>fisko</dc:creator>
      <dc:date>2020-02-21T09:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: Backing up VPN with DDR from different router</title>
      <link>https://community.cisco.com/t5/network-security/backing-up-vpn-with-ddr-from-different-router/m-p/623515#M1054613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the following url,&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/tk801/tk133/tech_configuration_examples_list.html" target="_blank"&gt;http://www.cisco.com/en/US/tech/tk801/tk133/tech_configuration_examples_list.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2006 21:48:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/backing-up-vpn-with-ddr-from-different-router/m-p/623515#M1054613</guid>
      <dc:creator />
      <dc:date>2006-12-04T21:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: Backing up VPN with DDR from different router</title>
      <link>https://community.cisco.com/t5/network-security/backing-up-vpn-with-ddr-from-different-router/m-p/623516#M1054614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I try DDR with static floating, Here is the info&lt;/P&gt;&lt;P&gt;                 |-bri 172.30.1.0/24-RB-|&lt;/P&gt;&lt;P&gt;192.168.2.0/24RC-|             192.168.1.0/24&lt;/P&gt;&lt;P&gt;                 |-Tun 172.30.2.0/24-RA-|     &lt;/P&gt;&lt;P&gt;           &lt;/P&gt;&lt;P&gt;      &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I have &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eigrp 20&lt;/P&gt;&lt;P&gt;network 192.168.0.0&lt;/P&gt;&lt;P&gt;network 172.30.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on all routers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On Router B when i view &lt;/P&gt;&lt;P&gt;sh ip route 192.168.2.0 i see that goes over 192.168.1.1 that is ethernet ip of router A and that is correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I put on Router B&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip route 192.168.2.0 255.255.255.0 bri0 200&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with access list for interesting traffic that deny eigrp for dialer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as soon as i enable bri0 interface on router B i get permanet route over bri0...&lt;/P&gt;&lt;P&gt;the eigrp route over router A dissapear and i dont have a connection to router C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to tune eigrp in this case or what ever...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS. I also have or Router C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip route 192.168.1.0 255.255.255.0 200 bri0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and interesting traffic access list for dialer&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2006 08:22:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/backing-up-vpn-with-ddr-from-different-router/m-p/623516#M1054614</guid>
      <dc:creator>fisko</dc:creator>
      <dc:date>2006-12-05T08:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: Backing up VPN with DDR from different router</title>
      <link>https://community.cisco.com/t5/network-security/backing-up-vpn-with-ddr-from-different-router/m-p/623517#M1054616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the pic of network&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2006 09:19:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/backing-up-vpn-with-ddr-from-different-router/m-p/623517#M1054616</guid>
      <dc:creator>fisko</dc:creator>
      <dc:date>2006-12-05T09:19:31Z</dc:date>
    </item>
  </channel>
</rss>

