<?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: configuring site-site vpn  configuration between cisco router 1941 and 4300 model in Switching</title>
    <link>https://community.cisco.com/t5/switching/configuring-site-site-vpn-configuration-between-cisco-router/m-p/3375377#M412982</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;here are the configs. This is assuming that you are using different physical interfaces for the point to point link and the VPN backup link.&lt;/P&gt;
&lt;P&gt;You need to use static routes instead of EIGRP. Also, I have added an IP SLA on both routers to automate the backup.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;1941&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;version 15.6&lt;BR /&gt;service timestamps debug datetime msec&lt;BR /&gt;service timestamps log datetime msec&lt;BR /&gt;no service password-encryption&lt;BR /&gt;!&lt;BR /&gt;hostname 1941&lt;BR /&gt;!&lt;BR /&gt;boot-start-marker&lt;BR /&gt;boot-end-marker&lt;BR /&gt;!&lt;BR /&gt;no aaa new-model&lt;BR /&gt;ethernet lmi ce&lt;BR /&gt;!&lt;BR /&gt;mmi polling-interval 60&lt;BR /&gt;no mmi auto-configure&lt;BR /&gt;no mmi pvc&lt;BR /&gt;mmi snmp-timeout 180&lt;BR /&gt;!&lt;BR /&gt;no ip icmp rate-limit unreachable&lt;BR /&gt;!&lt;BR /&gt;ip dhcp excluded-address 192.168.10.1&lt;BR /&gt;!&lt;BR /&gt;ip dhcp pool LAN1&lt;BR /&gt; network 192.168.10.0 255.255.255.0&lt;BR /&gt; default-router 192.168.10.1&lt;BR /&gt; lease 3&lt;BR /&gt;!&lt;BR /&gt;no ip domain lookup&lt;BR /&gt;ip cef&lt;BR /&gt;no ipv6 cef&lt;BR /&gt;!&lt;BR /&gt;multilink bundle-name authenticated&lt;BR /&gt;!&lt;BR /&gt;redundancy&lt;BR /&gt;!&lt;BR /&gt;no cdp log mismatch duplex&lt;BR /&gt;!&lt;BR /&gt;track 1 ip sla 1 reachability&lt;BR /&gt;!&lt;BR /&gt;ip tcp synwait-time 5&lt;BR /&gt;!&lt;BR /&gt;crypto isakmp policy 1&lt;BR /&gt; encr aes&lt;BR /&gt; authentication pre-share&lt;BR /&gt; group 2&lt;BR /&gt;crypto isakmp key ciscovpn address 0.0.0.0&lt;BR /&gt;crypto isakmp keepalive 10&lt;BR /&gt;!&lt;BR /&gt;crypto ipsec transform-set TS esp-3des esp-sha-hmac&lt;BR /&gt; mode tunnel&lt;BR /&gt;!&lt;BR /&gt;crypto ipsec profile VTI&lt;BR /&gt; set transform-set TS&lt;BR /&gt;!&lt;BR /&gt;interface Tunnel0&lt;BR /&gt; ip address 172.16.1.1 255.255.255.0&lt;BR /&gt; tunnel source 10.10.10.1&lt;BR /&gt; tunnel mode ipsec ipv4&lt;BR /&gt; tunnel destination 10.10.10.2&lt;BR /&gt; tunnel protection ipsec profile VTI&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/0&lt;BR /&gt; description LAN Interface&lt;BR /&gt; ip address 192.168.10.1 255.255.255.0&lt;BR /&gt; duplex auto&lt;BR /&gt; speed auto&lt;BR /&gt; media-type rj45&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/1&lt;BR /&gt; description Primary Point-toPoint to 4331&lt;BR /&gt; ip address 100.100.100.1 255.255.255.252&lt;BR /&gt; duplex auto&lt;BR /&gt; speed auto&lt;BR /&gt; media-type rj45&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/2&lt;BR /&gt; description Backup VPN to 4331&lt;BR /&gt; ip address 10.10.10.1 255.255.255.252&lt;BR /&gt; duplex auto&lt;BR /&gt; speed auto&lt;BR /&gt; media-type rj45&lt;BR /&gt;!&lt;BR /&gt;ip forward-protocol nd&lt;BR /&gt;!&lt;BR /&gt;no ip http server&lt;BR /&gt;no ip http secure-server&lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 100.100.100.2 track 1&lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 Tunnel0 200&lt;BR /&gt;!&lt;BR /&gt;ip sla auto discovery&lt;BR /&gt;ip sla 1&lt;BR /&gt; icmp-echo 100.100.100.2 source-interface GigabitEthernet0/1&lt;BR /&gt;ip sla schedule 1 life forever start-time now&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;4331&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;version 15.6&lt;BR /&gt;service timestamps debug datetime msec&lt;BR /&gt;service timestamps log datetime msec&lt;BR /&gt;no service password-encryption&lt;BR /&gt;!&lt;BR /&gt;hostname 4331&lt;BR /&gt;!&lt;BR /&gt;boot-start-marker&lt;BR /&gt;boot-end-marker&lt;BR /&gt;!&lt;BR /&gt;no aaa new-model&lt;BR /&gt;ethernet lmi ce&lt;BR /&gt;!&lt;BR /&gt;mmi polling-interval 60&lt;BR /&gt;no mmi auto-configure&lt;BR /&gt;no mmi pvc&lt;BR /&gt;mmi snmp-timeout 180&lt;BR /&gt;!&lt;BR /&gt;no ip icmp rate-limit unreachable&lt;BR /&gt;!&lt;BR /&gt;ip dhcp excluded-address 192.168.20.1&lt;BR /&gt;!&lt;BR /&gt;ip dhcp pool LAN2&lt;BR /&gt; network 192.168.20.0 255.255.255.0&lt;BR /&gt; default-router 192.168.20.1&lt;BR /&gt; lease 3&lt;BR /&gt;!&lt;BR /&gt;no ip domain lookup&lt;BR /&gt;ip cef&lt;BR /&gt;no ipv6 cef&lt;BR /&gt;!&lt;BR /&gt;multilink bundle-name authenticated&lt;BR /&gt;!&lt;BR /&gt;redundancy&lt;BR /&gt;!&lt;BR /&gt;no cdp log mismatch duplex&lt;BR /&gt;!&lt;BR /&gt;track 1 ip sla 1 reachability&lt;BR /&gt;!&lt;BR /&gt;ip tcp synwait-time 5&lt;BR /&gt;!&lt;BR /&gt;crypto isakmp policy 1&lt;BR /&gt; encr aes&lt;BR /&gt; authentication pre-share&lt;BR /&gt; group 2&lt;BR /&gt;crypto isakmp key ciscovpn address 0.0.0.0&lt;BR /&gt;crypto isakmp keepalive 10&lt;BR /&gt;!&lt;BR /&gt;crypto ipsec transform-set TS esp-3des esp-sha-hmac&lt;BR /&gt; mode tunnel&lt;BR /&gt;!&lt;BR /&gt;crypto ipsec profile VTI&lt;BR /&gt; set transform-set TS&lt;BR /&gt;!&lt;BR /&gt;interface Tunnel0&lt;BR /&gt; ip address 172.16.1.2 255.255.255.0&lt;BR /&gt; tunnel source 10.10.10.2&lt;BR /&gt; tunnel mode ipsec ipv4&lt;BR /&gt; tunnel destination 10.10.10.1&lt;BR /&gt; tunnel protection ipsec profile VTI&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/0&lt;BR /&gt; description LAN Interface&lt;BR /&gt; ip address 192.168.20.1 255.255.255.0&lt;BR /&gt; duplex auto&lt;BR /&gt; speed auto&lt;BR /&gt; media-type rj45&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/1&lt;BR /&gt; description Primary Point-to-Point Link to 1941&lt;BR /&gt; ip address 100.100.100.2 255.255.255.252&lt;BR /&gt; duplex auto&lt;BR /&gt; speed auto&lt;BR /&gt; media-type rj45&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/2&lt;BR /&gt; description Backup VPN to 1941&lt;BR /&gt; ip address 10.10.10.2 255.255.255.252&lt;BR /&gt; duplex auto&lt;BR /&gt; speed auto&lt;BR /&gt; media-type rj45&lt;BR /&gt;!&lt;BR /&gt;ip forward-protocol nd&lt;BR /&gt;!&lt;BR /&gt;no ip http server&lt;BR /&gt;no ip http secure-server&lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 100.100.100.1 track 1&lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 Tunnel0 200&lt;BR /&gt;!&lt;BR /&gt;ip sla auto discovery&lt;BR /&gt;ip sla 1&lt;BR /&gt; icmp-echo 100.100.100.1 source-interface GigabitEthernet0/1&lt;BR /&gt;ip sla schedule 1 life forever start-time now&lt;/P&gt;</description>
    <pubDate>Mon, 30 Apr 2018 13:31:24 GMT</pubDate>
    <dc:creator>Georg Pauwen</dc:creator>
    <dc:date>2018-04-30T13:31:24Z</dc:date>
    <item>
      <title>configuring site-site vpn  configuration between cisco router 1941 and 4300 model</title>
      <link>https://community.cisco.com/t5/switching/configuring-site-site-vpn-configuration-between-cisco-router/m-p/3373612#M412686</link>
      <description>&lt;P&gt;Hi Mates,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need to configured site to site VPN between 1941 router and 4300 router.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please help on is VPN can support those both models or need to purchase new model router.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Rafi&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2019 22:48:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/configuring-site-site-vpn-configuration-between-cisco-router/m-p/3373612#M412686</guid>
      <dc:creator>raffi.shaik</dc:creator>
      <dc:date>2019-03-08T22:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: configuring site-site vpn  configuration between cisco router 1941 and 4300 model</title>
      <link>https://community.cisco.com/t5/switching/configuring-site-site-vpn-configuration-between-cisco-router/m-p/3373635#M412692</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;with the right license (SEC) this shouldn't be a problem. Do you already have the routers ? If so, post the configs so we can fill in the necessary bits and pieces...&lt;/P&gt;</description>
      <pubDate>Thu, 26 Apr 2018 11:35:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/configuring-site-site-vpn-configuration-between-cisco-router/m-p/3373635#M412692</guid>
      <dc:creator>Georg Pauwen</dc:creator>
      <dc:date>2018-04-26T11:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: configuring site-site vpn  configuration between cisco router 1941 and 4300 model</title>
      <link>https://community.cisco.com/t5/switching/configuring-site-site-vpn-configuration-between-cisco-router/m-p/3373643#M412694</link>
      <description>&lt;P&gt;Hi georg,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for reply. please find attached config file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Rafi&lt;/P&gt;</description>
      <pubDate>Thu, 26 Apr 2018 11:43:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/configuring-site-site-vpn-configuration-between-cisco-router/m-p/3373643#M412694</guid>
      <dc:creator>raffi.shaik</dc:creator>
      <dc:date>2018-04-26T11:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: configuring site-site vpn  configuration between cisco router 1941 and 4300 model</title>
      <link>https://community.cisco.com/t5/switching/configuring-site-site-vpn-configuration-between-cisco-router/m-p/3374352#M412803</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;Any help.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Rafi</description>
      <pubDate>Fri, 27 Apr 2018 08:50:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/configuring-site-site-vpn-configuration-between-cisco-router/m-p/3374352#M412803</guid>
      <dc:creator>raffi.shaik</dc:creator>
      <dc:date>2018-04-27T08:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: configuring site-site vpn  configuration between cisco router 1941 and 4300 model</title>
      <link>https://community.cisco.com/t5/switching/configuring-site-site-vpn-configuration-between-cisco-router/m-p/3374353#M412804</link>
      <description>&lt;P&gt;Sorry for the delay, I'll have a look...&lt;/P&gt;</description>
      <pubDate>Fri, 27 Apr 2018 08:52:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/configuring-site-site-vpn-configuration-between-cisco-router/m-p/3374353#M412804</guid>
      <dc:creator>Georg Pauwen</dc:creator>
      <dc:date>2018-04-27T08:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: configuring site-site vpn  configuration between cisco router 1941 and 4300 model</title>
      <link>https://community.cisco.com/t5/switching/configuring-site-site-vpn-configuration-between-cisco-router/m-p/3374383#M412814</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;Thank you for your time.&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Apr 2018 10:27:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/configuring-site-site-vpn-configuration-between-cisco-router/m-p/3374383#M412814</guid>
      <dc:creator>raffi.shaik</dc:creator>
      <dc:date>2018-04-27T10:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: configuring site-site vpn  configuration between cisco router 1941 and 4300 model</title>
      <link>https://community.cisco.com/t5/switching/configuring-site-site-vpn-configuration-between-cisco-router/m-p/3374413#M412816</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;there are different ways to do this. Below is a sample configuration for a static VTI (which is easier to configure than crypto maps). See if you can get this to work:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1941&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ip dhcp excluded-address 192.168.10.1&lt;BR /&gt;!&lt;BR /&gt;ip dhcp pool LAN1&lt;BR /&gt; network 192.168.10.0 255.255.255.0&lt;BR /&gt; default-router 192.168.10.1&lt;BR /&gt; lease 3&lt;BR /&gt;!&lt;BR /&gt;crypto isakmp policy 1&lt;BR /&gt; encr aes&lt;BR /&gt; authentication pre-share&lt;BR /&gt; group 2&lt;BR /&gt;crypto isakmp key ciscovpn address 0.0.0.0&lt;BR /&gt;crypto isakmp keepalive 10&lt;BR /&gt;!&lt;BR /&gt;crypto ipsec transform-set TRANSFORM_SET esp-3des esp-sha-hmac&lt;BR /&gt; mode tunnel&lt;BR /&gt;!&lt;BR /&gt;crypto ipsec profile VTI&lt;BR /&gt; set transform-set TRANSFORM_SET&lt;BR /&gt;!&lt;BR /&gt;interface Tunnel0&lt;BR /&gt; ip address 172.16.1.1 255.255.255.0&lt;BR /&gt; tunnel source 10.10.10.1&lt;BR /&gt; tunnel mode ipsec ipv4&lt;BR /&gt; tunnel destination 10.10.10.2&lt;BR /&gt; tunnel protection ipsec profile VTI&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/0&lt;BR /&gt;description LAN1&lt;BR /&gt; ip address 192.168.10.1 255.255.255.0&lt;BR /&gt; duplex auto&lt;BR /&gt; speed auto&lt;BR /&gt; media-type rj45&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/1&lt;BR /&gt;description to 4331&lt;BR /&gt; ip address 10.10.10.1 255.255.255.252&lt;BR /&gt; duplex auto&lt;BR /&gt; speed auto&lt;BR /&gt; media-type rj45&lt;BR /&gt;!&lt;BR /&gt;router eigrp 1&lt;BR /&gt; network 0.0.0.0&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;4331&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ip dhcp excluded-address 192.168.20.1&lt;BR /&gt;!&lt;BR /&gt;ip dhcp pool LAN2&lt;BR /&gt; network 192.168.20.0 255.255.255.0&lt;BR /&gt; default-router 192.168.20.1&lt;BR /&gt; lease 3&lt;BR /&gt;!&lt;BR /&gt;crypto isakmp policy 1&lt;BR /&gt; encr aes&lt;BR /&gt; authentication pre-share&lt;BR /&gt; group 2&lt;BR /&gt;crypto isakmp key ciscovpn address 0.0.0.0&lt;BR /&gt;crypto isakmp keepalive 10&lt;BR /&gt;!&lt;BR /&gt;crypto ipsec transform-set TRANSFORM_SET esp-3des esp-sha-hmac&lt;BR /&gt; mode tunnel&lt;BR /&gt;!&lt;BR /&gt;crypto ipsec profile VTI&lt;BR /&gt; set transform-set TRANSFORM_SET&lt;BR /&gt;!&lt;BR /&gt;interface Tunnel0&lt;BR /&gt; ip address 172.16.1.2 255.255.255.0&lt;BR /&gt; tunnel source 10.10.10.2&lt;BR /&gt; tunnel mode ipsec ipv4&lt;BR /&gt; tunnel destination 10.10.10.1&lt;BR /&gt; tunnel protection ipsec profile VTI&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/0&lt;BR /&gt;description LAN2&lt;BR /&gt; ip address 192.168.20.1 255.255.255.0&lt;BR /&gt; duplex auto&lt;BR /&gt; speed auto&lt;BR /&gt; media-type rj45&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/1&lt;BR /&gt;description to 1941&lt;BR /&gt; ip address 10.10.10.2 255.255.255.252&lt;BR /&gt; duplex auto&lt;BR /&gt; speed auto&lt;BR /&gt; media-type rj45&lt;BR /&gt;!&lt;BR /&gt;router eigrp 1&lt;BR /&gt; network 0.0.0.0&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Apr 2018 12:08:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/configuring-site-site-vpn-configuration-between-cisco-router/m-p/3374413#M412816</guid>
      <dc:creator>Georg Pauwen</dc:creator>
      <dc:date>2018-04-27T12:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: configuring site-site vpn  configuration between cisco router 1941 and 4300 model</title>
      <link>https://community.cisco.com/t5/switching/configuring-site-site-vpn-configuration-between-cisco-router/m-p/3374425#M412817</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;Thanks for above.&lt;BR /&gt;&lt;BR /&gt;Sorry, I forgot to mentioned there is point to point connection between two routers live.&lt;BR /&gt;On 1941 router we need to add 3rd interface VPN connection.&lt;BR /&gt;Is this router compatible to add the interface and is interface card available on market present.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Apr 2018 12:25:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/configuring-site-site-vpn-configuration-between-cisco-router/m-p/3374425#M412817</guid>
      <dc:creator>raffi.shaik</dc:creator>
      <dc:date>2018-04-27T12:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: configuring site-site vpn  configuration between cisco router 1941 and 4300 model</title>
      <link>https://community.cisco.com/t5/switching/configuring-site-site-vpn-configuration-between-cisco-router/m-p/3374431#M412819</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you don't need a different physical interface, you can use the existing point to point connection and configure the tunnel as an overlay...&lt;/P&gt;</description>
      <pubDate>Fri, 27 Apr 2018 12:40:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/configuring-site-site-vpn-configuration-between-cisco-router/m-p/3374431#M412819</guid>
      <dc:creator>Georg Pauwen</dc:creator>
      <dc:date>2018-04-27T12:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: configuring site-site vpn  configuration between cisco router 1941 and 4300 model</title>
      <link>https://community.cisco.com/t5/switching/configuring-site-site-vpn-configuration-between-cisco-router/m-p/3374453#M412821</link>
      <description>Hi Georg,&lt;BR /&gt;&lt;BR /&gt;I have one more question.&lt;BR /&gt;&lt;BR /&gt;If point to point link down , then VPN also get down right.&lt;BR /&gt;&lt;BR /&gt;Because there is no internet connection on VPN.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Rafi</description>
      <pubDate>Fri, 27 Apr 2018 13:25:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/configuring-site-site-vpn-configuration-between-cisco-router/m-p/3374453#M412821</guid>
      <dc:creator>raffi.shaik</dc:creator>
      <dc:date>2018-04-27T13:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: configuring site-site vpn  configuration between cisco router 1941 and 4300 model</title>
      <link>https://community.cisco.com/t5/switching/configuring-site-site-vpn-configuration-between-cisco-router/m-p/3374591#M412845</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;exactly, of the point to point goes down, the VPN goes down as well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you post the output of 'show ver' ?&lt;/P&gt;</description>
      <pubDate>Fri, 27 Apr 2018 16:50:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/configuring-site-site-vpn-configuration-between-cisco-router/m-p/3374591#M412845</guid>
      <dc:creator>Georg Pauwen</dc:creator>
      <dc:date>2018-04-27T16:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: configuring site-site vpn  configuration between cisco router 1941 and 4300 model</title>
      <link>https://community.cisco.com/t5/switching/configuring-site-site-vpn-configuration-between-cisco-router/m-p/3375273#M412955</link>
      <description>&lt;P&gt;Hi Georg,&lt;/P&gt;
&lt;P&gt;Our requirement is when point to point link down then VPN will play backup line role.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please advise based on this .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kindly find the show ver output&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Rafi&lt;/P&gt;</description>
      <pubDate>Mon, 30 Apr 2018 08:52:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/configuring-site-site-vpn-configuration-between-cisco-router/m-p/3375273#M412955</guid>
      <dc:creator>raffi.shaik</dc:creator>
      <dc:date>2018-04-30T08:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: configuring site-site vpn  configuration between cisco router 1941 and 4300 model</title>
      <link>https://community.cisco.com/t5/switching/configuring-site-site-vpn-configuration-between-cisco-router/m-p/3375285#M412960</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;an IP SLA would probably work best. I'll have a look and send a config over...&lt;/P&gt;</description>
      <pubDate>Mon, 30 Apr 2018 09:39:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/configuring-site-site-vpn-configuration-between-cisco-router/m-p/3375285#M412960</guid>
      <dc:creator>Georg Pauwen</dc:creator>
      <dc:date>2018-04-30T09:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: configuring site-site vpn  configuration between cisco router 1941 and 4300 model</title>
      <link>https://community.cisco.com/t5/switching/configuring-site-site-vpn-configuration-between-cisco-router/m-p/3375309#M412963</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Thanks for your valuable time. i m waiting.</description>
      <pubDate>Mon, 30 Apr 2018 10:47:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/configuring-site-site-vpn-configuration-between-cisco-router/m-p/3375309#M412963</guid>
      <dc:creator>raffi.shaik</dc:creator>
      <dc:date>2018-04-30T10:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: configuring site-site vpn  configuration between cisco router 1941 and 4300 model</title>
      <link>https://community.cisco.com/t5/switching/configuring-site-site-vpn-configuration-between-cisco-router/m-p/3375377#M412982</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;here are the configs. This is assuming that you are using different physical interfaces for the point to point link and the VPN backup link.&lt;/P&gt;
&lt;P&gt;You need to use static routes instead of EIGRP. Also, I have added an IP SLA on both routers to automate the backup.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;1941&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;version 15.6&lt;BR /&gt;service timestamps debug datetime msec&lt;BR /&gt;service timestamps log datetime msec&lt;BR /&gt;no service password-encryption&lt;BR /&gt;!&lt;BR /&gt;hostname 1941&lt;BR /&gt;!&lt;BR /&gt;boot-start-marker&lt;BR /&gt;boot-end-marker&lt;BR /&gt;!&lt;BR /&gt;no aaa new-model&lt;BR /&gt;ethernet lmi ce&lt;BR /&gt;!&lt;BR /&gt;mmi polling-interval 60&lt;BR /&gt;no mmi auto-configure&lt;BR /&gt;no mmi pvc&lt;BR /&gt;mmi snmp-timeout 180&lt;BR /&gt;!&lt;BR /&gt;no ip icmp rate-limit unreachable&lt;BR /&gt;!&lt;BR /&gt;ip dhcp excluded-address 192.168.10.1&lt;BR /&gt;!&lt;BR /&gt;ip dhcp pool LAN1&lt;BR /&gt; network 192.168.10.0 255.255.255.0&lt;BR /&gt; default-router 192.168.10.1&lt;BR /&gt; lease 3&lt;BR /&gt;!&lt;BR /&gt;no ip domain lookup&lt;BR /&gt;ip cef&lt;BR /&gt;no ipv6 cef&lt;BR /&gt;!&lt;BR /&gt;multilink bundle-name authenticated&lt;BR /&gt;!&lt;BR /&gt;redundancy&lt;BR /&gt;!&lt;BR /&gt;no cdp log mismatch duplex&lt;BR /&gt;!&lt;BR /&gt;track 1 ip sla 1 reachability&lt;BR /&gt;!&lt;BR /&gt;ip tcp synwait-time 5&lt;BR /&gt;!&lt;BR /&gt;crypto isakmp policy 1&lt;BR /&gt; encr aes&lt;BR /&gt; authentication pre-share&lt;BR /&gt; group 2&lt;BR /&gt;crypto isakmp key ciscovpn address 0.0.0.0&lt;BR /&gt;crypto isakmp keepalive 10&lt;BR /&gt;!&lt;BR /&gt;crypto ipsec transform-set TS esp-3des esp-sha-hmac&lt;BR /&gt; mode tunnel&lt;BR /&gt;!&lt;BR /&gt;crypto ipsec profile VTI&lt;BR /&gt; set transform-set TS&lt;BR /&gt;!&lt;BR /&gt;interface Tunnel0&lt;BR /&gt; ip address 172.16.1.1 255.255.255.0&lt;BR /&gt; tunnel source 10.10.10.1&lt;BR /&gt; tunnel mode ipsec ipv4&lt;BR /&gt; tunnel destination 10.10.10.2&lt;BR /&gt; tunnel protection ipsec profile VTI&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/0&lt;BR /&gt; description LAN Interface&lt;BR /&gt; ip address 192.168.10.1 255.255.255.0&lt;BR /&gt; duplex auto&lt;BR /&gt; speed auto&lt;BR /&gt; media-type rj45&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/1&lt;BR /&gt; description Primary Point-toPoint to 4331&lt;BR /&gt; ip address 100.100.100.1 255.255.255.252&lt;BR /&gt; duplex auto&lt;BR /&gt; speed auto&lt;BR /&gt; media-type rj45&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/2&lt;BR /&gt; description Backup VPN to 4331&lt;BR /&gt; ip address 10.10.10.1 255.255.255.252&lt;BR /&gt; duplex auto&lt;BR /&gt; speed auto&lt;BR /&gt; media-type rj45&lt;BR /&gt;!&lt;BR /&gt;ip forward-protocol nd&lt;BR /&gt;!&lt;BR /&gt;no ip http server&lt;BR /&gt;no ip http secure-server&lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 100.100.100.2 track 1&lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 Tunnel0 200&lt;BR /&gt;!&lt;BR /&gt;ip sla auto discovery&lt;BR /&gt;ip sla 1&lt;BR /&gt; icmp-echo 100.100.100.2 source-interface GigabitEthernet0/1&lt;BR /&gt;ip sla schedule 1 life forever start-time now&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;4331&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;version 15.6&lt;BR /&gt;service timestamps debug datetime msec&lt;BR /&gt;service timestamps log datetime msec&lt;BR /&gt;no service password-encryption&lt;BR /&gt;!&lt;BR /&gt;hostname 4331&lt;BR /&gt;!&lt;BR /&gt;boot-start-marker&lt;BR /&gt;boot-end-marker&lt;BR /&gt;!&lt;BR /&gt;no aaa new-model&lt;BR /&gt;ethernet lmi ce&lt;BR /&gt;!&lt;BR /&gt;mmi polling-interval 60&lt;BR /&gt;no mmi auto-configure&lt;BR /&gt;no mmi pvc&lt;BR /&gt;mmi snmp-timeout 180&lt;BR /&gt;!&lt;BR /&gt;no ip icmp rate-limit unreachable&lt;BR /&gt;!&lt;BR /&gt;ip dhcp excluded-address 192.168.20.1&lt;BR /&gt;!&lt;BR /&gt;ip dhcp pool LAN2&lt;BR /&gt; network 192.168.20.0 255.255.255.0&lt;BR /&gt; default-router 192.168.20.1&lt;BR /&gt; lease 3&lt;BR /&gt;!&lt;BR /&gt;no ip domain lookup&lt;BR /&gt;ip cef&lt;BR /&gt;no ipv6 cef&lt;BR /&gt;!&lt;BR /&gt;multilink bundle-name authenticated&lt;BR /&gt;!&lt;BR /&gt;redundancy&lt;BR /&gt;!&lt;BR /&gt;no cdp log mismatch duplex&lt;BR /&gt;!&lt;BR /&gt;track 1 ip sla 1 reachability&lt;BR /&gt;!&lt;BR /&gt;ip tcp synwait-time 5&lt;BR /&gt;!&lt;BR /&gt;crypto isakmp policy 1&lt;BR /&gt; encr aes&lt;BR /&gt; authentication pre-share&lt;BR /&gt; group 2&lt;BR /&gt;crypto isakmp key ciscovpn address 0.0.0.0&lt;BR /&gt;crypto isakmp keepalive 10&lt;BR /&gt;!&lt;BR /&gt;crypto ipsec transform-set TS esp-3des esp-sha-hmac&lt;BR /&gt; mode tunnel&lt;BR /&gt;!&lt;BR /&gt;crypto ipsec profile VTI&lt;BR /&gt; set transform-set TS&lt;BR /&gt;!&lt;BR /&gt;interface Tunnel0&lt;BR /&gt; ip address 172.16.1.2 255.255.255.0&lt;BR /&gt; tunnel source 10.10.10.2&lt;BR /&gt; tunnel mode ipsec ipv4&lt;BR /&gt; tunnel destination 10.10.10.1&lt;BR /&gt; tunnel protection ipsec profile VTI&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/0&lt;BR /&gt; description LAN Interface&lt;BR /&gt; ip address 192.168.20.1 255.255.255.0&lt;BR /&gt; duplex auto&lt;BR /&gt; speed auto&lt;BR /&gt; media-type rj45&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/1&lt;BR /&gt; description Primary Point-to-Point Link to 1941&lt;BR /&gt; ip address 100.100.100.2 255.255.255.252&lt;BR /&gt; duplex auto&lt;BR /&gt; speed auto&lt;BR /&gt; media-type rj45&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/2&lt;BR /&gt; description Backup VPN to 1941&lt;BR /&gt; ip address 10.10.10.2 255.255.255.252&lt;BR /&gt; duplex auto&lt;BR /&gt; speed auto&lt;BR /&gt; media-type rj45&lt;BR /&gt;!&lt;BR /&gt;ip forward-protocol nd&lt;BR /&gt;!&lt;BR /&gt;no ip http server&lt;BR /&gt;no ip http secure-server&lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 100.100.100.1 track 1&lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 Tunnel0 200&lt;BR /&gt;!&lt;BR /&gt;ip sla auto discovery&lt;BR /&gt;ip sla 1&lt;BR /&gt; icmp-echo 100.100.100.1 source-interface GigabitEthernet0/1&lt;BR /&gt;ip sla schedule 1 life forever start-time now&lt;/P&gt;</description>
      <pubDate>Mon, 30 Apr 2018 13:31:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/configuring-site-site-vpn-configuration-between-cisco-router/m-p/3375377#M412982</guid>
      <dc:creator>Georg Pauwen</dc:creator>
      <dc:date>2018-04-30T13:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: configuring site-site vpn  configuration between cisco router 1941 and 4300 model</title>
      <link>https://community.cisco.com/t5/switching/configuring-site-site-vpn-configuration-between-cisco-router/m-p/3375384#M412985</link>
      <description>Hi Georg,&lt;BR /&gt;&lt;BR /&gt;Thank you for your input. I need add one more interface on 1941 router for VPN connectivity, is this type router additional interface available in market now.&lt;BR /&gt;As it is very old router.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Rafi</description>
      <pubDate>Mon, 30 Apr 2018 13:45:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/configuring-site-site-vpn-configuration-between-cisco-router/m-p/3375384#M412985</guid>
      <dc:creator>raffi.shaik</dc:creator>
      <dc:date>2018-04-30T13:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: configuring site-site vpn  configuration between cisco router 1941 and 4300 model</title>
      <link>https://community.cisco.com/t5/switching/configuring-site-site-vpn-configuration-between-cisco-router/m-p/3376030#M413112</link>
      <description>&lt;P&gt;HI Georg,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can we add HWIC card on 1941 router and do configuration for VPN.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Rafi&lt;/P&gt;</description>
      <pubDate>Tue, 01 May 2018 14:39:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/configuring-site-site-vpn-configuration-between-cisco-router/m-p/3376030#M413112</guid>
      <dc:creator>raffi.shaik</dc:creator>
      <dc:date>2018-05-01T14:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: configuring site-site vpn  configuration between cisco router 1941 and 4300 model</title>
      <link>https://community.cisco.com/t5/switching/configuring-site-site-vpn-configuration-between-cisco-router/m-p/3376193#M413138</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;which HWIC are you planning on buying ? The backup VPN can be configured on anything...just make sure that you buy the right card for the service you are getting from your ISP.&lt;/P&gt;</description>
      <pubDate>Tue, 01 May 2018 20:52:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/configuring-site-site-vpn-configuration-between-cisco-router/m-p/3376193#M413138</guid>
      <dc:creator>Georg Pauwen</dc:creator>
      <dc:date>2018-05-01T20:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: configuring site-site vpn  configuration between cisco router 1941 and 4300 model</title>
      <link>https://community.cisco.com/t5/switching/configuring-site-site-vpn-configuration-between-cisco-router/m-p/3376602#M413211</link>
      <description>Hi Georg,&lt;BR /&gt;&lt;BR /&gt;I m very glad for you help. I m not sure which is right one.&lt;BR /&gt;&lt;BR /&gt;I m try to get information from re sellers.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Rafi</description>
      <pubDate>Wed, 02 May 2018 12:51:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/configuring-site-site-vpn-configuration-between-cisco-router/m-p/3376602#M413211</guid>
      <dc:creator>raffi.shaik</dc:creator>
      <dc:date>2018-05-02T12:51:04Z</dc:date>
    </item>
  </channel>
</rss>

