<?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: ASA VPN routing in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-vpn-routing/m-p/1208167#M861496</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on this,the firewall configuration which I was referring has site to site tunnels and also with default route pointing towards to the internet.With this setup,I would have to assume that the all tunnel traffic destined to internet instead of tunnel.But it doesn't seems so .Am I missing some basic here ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly let me know &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anantha Subramanian Natarajan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Mar 2009 00:57:59 GMT</pubDate>
    <dc:creator>anasubra_2</dc:creator>
    <dc:date>2009-03-31T00:57:59Z</dc:date>
    <item>
      <title>ASA VPN routing</title>
      <link>https://community.cisco.com/t5/network-security/asa-vpn-routing/m-p/1208159#M861477</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to understand,how routing works in the ASA for the site to site VPN tunnel subnets.When I look into an ASA configuration to understand the site-to-site VPN configuration ,which is working,it doesn't explicitly have a route for the remote site subnet of the VPN tunnel terminated on this ASA pointing towards the tunnel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does the ASA not require any route statement for the remote VPN subnet ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is really appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anantha Subramanian Natarajan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 15:11:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-vpn-routing/m-p/1208159#M861477</guid>
      <dc:creator>anasubra_2</dc:creator>
      <dc:date>2019-03-11T15:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: ASA VPN routing</title>
      <link>https://community.cisco.com/t5/network-security/asa-vpn-routing/m-p/1208160#M861478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anantha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No the ASA doesn't need an explicit route. The reason is that you define an access-list that you then add to your crypto-map configuration eg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list  vpn1 permit ip 192.168.10.0 255.255.255.0 172.16.5.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;crypto-map vpnset 1 match address vpn1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also in the crypto map among other thigs you define a remote peer eg. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;crypto-map vpnset 1 set peer 195.17.10.10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So when the ASA receives traffic from a 192.168.10.x client it checks this traffic against any crypto-map acls. It finds a match and then knows it needs to send the packet in a tunnel to the remote peer 195.17.10.10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So that is why it doesn't need an explicit route. What the ASA does need to know however is how to get to 195.17.10.10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2009 21:19:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-vpn-routing/m-p/1208160#M861478</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2009-03-27T21:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: ASA VPN routing</title>
      <link>https://community.cisco.com/t5/network-security/asa-vpn-routing/m-p/1208161#M861481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Thank you very much.So,even there is an explicit static route on the F/W,the same would be neglected and will choose the tunnel ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anantha Subramanian Natarajan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2009 21:30:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-vpn-routing/m-p/1208161#M861481</guid>
      <dc:creator>anasubra_2</dc:creator>
      <dc:date>2009-03-27T21:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: ASA VPN routing</title>
      <link>https://community.cisco.com/t5/network-security/asa-vpn-routing/m-p/1208162#M861485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anantha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is a very good question. I have never actually done that because there was no need :-). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;According to this doc the order of operation is that routing happens before checking the crypto map inside to outside so it would suggest that adding an explicit route would be used before checking the crypto map access-list - &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/tk648/tk361/technologies_tech_note09186a0080133ddd.shtml" target="_blank"&gt;http://www.cisco.com/en/US/tech/tk648/tk361/technologies_tech_note09186a0080133ddd.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately i don't have a pix/asa handy to test with.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2009 21:42:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-vpn-routing/m-p/1208162#M861485</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2009-03-27T21:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: ASA VPN routing</title>
      <link>https://community.cisco.com/t5/network-security/asa-vpn-routing/m-p/1208163#M861486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I actually just had the opportunity to try this out and it seems the documentation is right. Routing does happen first before the crypto acl check.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2009 18:21:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-vpn-routing/m-p/1208163#M861486</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2009-03-30T18:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: ASA VPN routing</title>
      <link>https://community.cisco.com/t5/network-security/asa-vpn-routing/m-p/1208164#M861489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much John for the response and the link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anantha Subramanian Natarajan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2009 22:10:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-vpn-routing/m-p/1208164#M861489</guid>
      <dc:creator>anasubra_2</dc:creator>
      <dc:date>2009-03-30T22:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: ASA VPN routing</title>
      <link>https://community.cisco.com/t5/network-security/asa-vpn-routing/m-p/1208165#M861492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Acomiskey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Thanks for the comment and test.I have another question,do you know,if we have a default route and in that case,which one will take precedence ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anantha Subramanian Natarajan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2009 22:12:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-vpn-routing/m-p/1208165#M861492</guid>
      <dc:creator>anasubra_2</dc:creator>
      <dc:date>2009-03-30T22:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: ASA VPN routing</title>
      <link>https://community.cisco.com/t5/network-security/asa-vpn-routing/m-p/1208166#M861494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anantha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A default-route is no different from a more specific route in this case. If routing takes place before checking the crypto access-list as tested by Adam then the default route will take precedence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2009 22:15:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-vpn-routing/m-p/1208166#M861494</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2009-03-30T22:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: ASA VPN routing</title>
      <link>https://community.cisco.com/t5/network-security/asa-vpn-routing/m-p/1208167#M861496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on this,the firewall configuration which I was referring has site to site tunnels and also with default route pointing towards to the internet.With this setup,I would have to assume that the all tunnel traffic destined to internet instead of tunnel.But it doesn't seems so .Am I missing some basic here ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly let me know &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anantha Subramanian Natarajan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2009 00:57:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-vpn-routing/m-p/1208167#M861496</guid>
      <dc:creator>anasubra_2</dc:creator>
      <dc:date>2009-03-31T00:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: ASA VPN routing</title>
      <link>https://community.cisco.com/t5/network-security/asa-vpn-routing/m-p/1208168#M861498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anantha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Am I missing some basic here ?"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No you're not. It's me being a bit stupid to be honest. I have managed pix firewalls with over a 100 site-to-site VPN's and they all worked when the pix had a default-route so i should have thought before i posted. Apologies for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i described in my original thread still stands - this is why you don't need explicit routes for the remote network on a site-to-site VPN. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So maybe it is just with an explicit route that it wouldn't work altho i'm not convinced about that either. As i say i have never had the need to do it &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps Adam can give some more details ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once again apologies for the bad information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2009 09:35:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-vpn-routing/m-p/1208168#M861498</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2009-03-31T09:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: ASA VPN routing</title>
      <link>https://community.cisco.com/t5/network-security/asa-vpn-routing/m-p/1208169#M861500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anantha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Follow up to previous reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suspect that it is nothing to do with explicit vs default-route. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is happening is that your default-route points to a next-hop that is reachable via the outside interface. The outside interface has a crypto map applied to it's interface so it then checks against the crypto map acl.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you had an explicit or default-route that pointed to a next-hop that was reachable via another interface ie. not the outside interface, and this interface did not have a crypto map applied, then your site-to-site VPN wouldn't work. It wouldn't work because the pix routes the packet to that interface but then there is no crypto map on that interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does this make sense ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2009 09:41:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-vpn-routing/m-p/1208169#M861500</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2009-03-31T09:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: ASA VPN routing</title>
      <link>https://community.cisco.com/t5/network-security/asa-vpn-routing/m-p/1208170#M861501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  No problem and thanks for the comments&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anantha Subramanian Natarajan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2009 13:11:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-vpn-routing/m-p/1208170#M861501</guid>
      <dc:creator>anasubra_2</dc:creator>
      <dc:date>2009-03-31T13:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: ASA VPN routing</title>
      <link>https://community.cisco.com/t5/network-security/asa-vpn-routing/m-p/1208171#M861503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  That makes sense and thank you very much.Also,can you suggest a book to understand ASA from top to bottom,if any ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anantha Subramanian Natarajan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2009 13:14:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-vpn-routing/m-p/1208171#M861503</guid>
      <dc:creator>anasubra_2</dc:creator>
      <dc:date>2009-03-31T13:14:02Z</dc:date>
    </item>
  </channel>
</rss>

