<?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: vpn site to site help in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/vpn-site-to-site-help/m-p/3770197#M8152</link>
    <description>&lt;P&gt;The VPN will not be established if the LAN interface is not configured and in an "UP" state.&lt;/P&gt;</description>
    <pubDate>Fri, 28 Dec 2018 23:23:45 GMT</pubDate>
    <dc:creator>Marius Gunnerud</dc:creator>
    <dc:date>2018-12-28T23:23:45Z</dc:date>
    <item>
      <title>vpn site to site help</title>
      <link>https://community.cisco.com/t5/network-security/vpn-site-to-site-help/m-p/3769419#M8149</link>
      <description>&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;I work on gns3 we have centralize ASA 5520 that is siteA&lt;/P&gt;&lt;P&gt;and we want to create vpn&amp;nbsp; with siteB&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ia created site to site vpn configuration in both ASA (as attachment )&lt;/P&gt;&lt;P&gt;so i have 2 problem:&lt;/P&gt;&lt;P&gt;1- after I create vpn configuration i cannot ping from siteA to siteB although i was can&lt;/P&gt;&lt;P&gt;2- second problem the tunnel fail&lt;/P&gt;&lt;P&gt;siteA(config)# show isakmp sa&lt;/P&gt;&lt;P&gt;There are no IKEv1 SAs&lt;/P&gt;&lt;P&gt;There are no IKEv2 SAs&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Fri, 21 Feb 2020 16:36:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/vpn-site-to-site-help/m-p/3769419#M8149</guid>
      <dc:creator>hamedha</dc:creator>
      <dc:date>2020-02-21T16:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: vpn site to site help</title>
      <link>https://community.cisco.com/t5/network-security/vpn-site-to-site-help/m-p/3769420#M8150</link>
      <description>&lt;P&gt;&amp;nbsp;in your configuration both firewalls does not have inside ip address any reason?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;use this link it will help you to setup up the site to site vpn between two ASA.&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/security/asa-5500-x-series-next-generation-firewalls/119141-configure-asa-00.html" target="_blank"&gt;https://www.cisco.com/c/en/us/support/docs/security/asa-5500-x-series-next-generation-firewalls/119141-configure-asa-00.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Dec 2018 09:56:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/vpn-site-to-site-help/m-p/3769420#M8150</guid>
      <dc:creator>Sheraz.Salim</dc:creator>
      <dc:date>2018-12-27T09:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: vpn site to site help</title>
      <link>https://community.cisco.com/t5/network-security/vpn-site-to-site-help/m-p/3769452#M8151</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;As per your configuration there is no inside network.&amp;nbsp; you need to configure Inside interface and specify the local and remote subnet need to be communicated. Below is the sample site to site configuration.&lt;/P&gt;
&lt;P&gt;!&lt;BR /&gt;interface GigabitEthernet1/1&lt;BR /&gt;nameif &lt;STRONG&gt;outside&lt;/STRONG&gt;&lt;BR /&gt; security-level 0&lt;BR /&gt; ip address &lt;STRONG&gt;AA.AA.AA.AA BB.BB.BB.BB&lt;/STRONG&gt;&amp;nbsp;&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/2&lt;BR /&gt;nameif &lt;STRONG&gt;inside&lt;/STRONG&gt;&lt;BR /&gt; security-level 100&lt;BR /&gt; ip address&amp;nbsp;&lt;STRONG&gt;CC.CC.CC.CC DD.DD.DD.DD&lt;/STRONG&gt;&lt;BR /&gt;!&lt;BR /&gt;object network Local-Subnet&lt;BR /&gt; subnet &lt;STRONG&gt;XX.XX.XX.XX&lt;/STRONG&gt;&lt;BR /&gt;!&lt;BR /&gt;object network Remote-Subnet&lt;BR /&gt; subnet&lt;STRONG&gt; ZZ.ZZ.ZZ.ZZ&lt;/STRONG&gt;&lt;BR /&gt;!&lt;BR /&gt;access-list VPN-to-Remote extended permit ip object Local-Subnet Remote-Subnet&lt;BR /&gt;!&lt;BR /&gt;nat (&lt;STRONG&gt;inside,outside&lt;/STRONG&gt;) source static Local-Subnet Local-Subnet destination static Remote-Subnet Remote-Subnet&lt;BR /&gt;!&lt;BR /&gt;crypto ikev1 enable outside&lt;BR /&gt;crypto ikev1 policy 1&lt;BR /&gt; authentication pre-share&lt;BR /&gt; encryption 3des&lt;BR /&gt; hash sha&lt;BR /&gt; group 2&lt;BR /&gt; lifetime 86400&lt;BR /&gt;!&lt;BR /&gt;crypto ipsec ikev1 transform-set transfrom esp-3des esp-sha-hmac&lt;BR /&gt;!&lt;BR /&gt;crypto map out_map 10 match address VPN-to-Remote&lt;BR /&gt;crypto map out_map 10 set pfs&lt;BR /&gt;crypto map out_map 10 set peer &lt;STRONG&gt;YY.YY.YY.YY&lt;/STRONG&gt;&lt;BR /&gt;crypto map out_map 10 set ikev1 transform-set transfrom&lt;BR /&gt;crypto map out_map 10 set security-association lifetime seconds 28800&lt;BR /&gt;crypto map out_map 10 set security-association lifetime kilobytes 4608000&lt;BR /&gt;!&lt;BR /&gt;crypto map out_map interface &lt;STRONG&gt;outside&lt;/STRONG&gt;&lt;BR /&gt;!&lt;BR /&gt;tunnel-group &lt;STRONG&gt;YY.YY.YY.YY&lt;/STRONG&gt; type ipsec-l2l&lt;BR /&gt;tunnel-group &lt;STRONG&gt;YY.YY.YY.YY&lt;/STRONG&gt; ipsec-attributes&lt;BR /&gt; ikev1 pre-shared-key &lt;STRONG&gt;presharedkey&lt;/STRONG&gt;&lt;BR /&gt;!&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;Abheesh&lt;BR /&gt;PS: Please don't forget to rate and select as validated answer if this answered your question&lt;/P&gt;</description>
      <pubDate>Thu, 27 Dec 2018 11:59:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/vpn-site-to-site-help/m-p/3769452#M8151</guid>
      <dc:creator>Abheesh Kumar</dc:creator>
      <dc:date>2018-12-27T11:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: vpn site to site help</title>
      <link>https://community.cisco.com/t5/network-security/vpn-site-to-site-help/m-p/3770197#M8152</link>
      <description>&lt;P&gt;The VPN will not be established if the LAN interface is not configured and in an "UP" state.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Dec 2018 23:23:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/vpn-site-to-site-help/m-p/3770197#M8152</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2018-12-28T23:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: vpn site to site help</title>
      <link>https://community.cisco.com/t5/network-security/vpn-site-to-site-help/m-p/3770525#M8153</link>
      <description>&lt;P&gt;thank a lot for all replays I appreciate that&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did configuration as your recommended&lt;/P&gt;&lt;P&gt;I can ping but still have problem in vpn site to site . all details in attachment&lt;/P&gt;</description>
      <pubDate>Sun, 30 Dec 2018 07:28:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/vpn-site-to-site-help/m-p/3770525#M8153</guid>
      <dc:creator>hamedha</dc:creator>
      <dc:date>2018-12-30T07:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: vpn site to site help</title>
      <link>https://community.cisco.com/t5/network-security/vpn-site-to-site-help/m-p/3770536#M8154</link>
      <description>Please generate traffic by pinging the remote site lan interface ip and then check show crypto isakmp sa&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Abheesh</description>
      <pubDate>Sun, 30 Dec 2018 09:25:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/vpn-site-to-site-help/m-p/3770536#M8154</guid>
      <dc:creator>Abheesh Kumar</dc:creator>
      <dc:date>2018-12-30T09:25:44Z</dc:date>
    </item>
  </channel>
</rss>

