<?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 with two ISP in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-with-two-isp/m-p/3395353#M414873</link>
    <description>&lt;P&gt;Hi Bogdan&lt;/P&gt;
&lt;P&gt;Thanks for your response.&lt;/P&gt;
&lt;P&gt;The asa is stateful firewall.When traffic come from ISP1,the asa will have a conn in the conn table. When the this traffic back,&amp;nbsp; the asa is check and forward by conn or by conn and route ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 07 Jun 2018 00:57:32 GMT</pubDate>
    <dc:creator>Zhixin</dc:creator>
    <dc:date>2018-06-07T00:57:32Z</dc:date>
    <item>
      <title>ASA with two ISP</title>
      <link>https://community.cisco.com/t5/network-security/asa-with-two-isp/m-p/3394709#M414869</link>
      <description>&lt;P&gt;I have a ASA connect two ISP. I will nat the server's IP with two ISP Address in ASA. I want to achieve,Client which from ISP1 will come back to ISP1,Client which from ISP2 will come back to ISP2?&lt;/P&gt;
&lt;P&gt;Does this has a solution?&lt;/P&gt;
&lt;P&gt;-----------ASA CONFIG---------&lt;/P&gt;
&lt;P&gt;--ASA5520 ios9.17--&lt;/P&gt;
&lt;P&gt;object network obj-server&lt;/P&gt;
&lt;P&gt;&amp;nbsp;host 192.168.1.1 &lt;BR /&gt;&amp;nbsp;nat (inside,isp1) static x.x.x.x&amp;nbsp; service tcp 80 80&lt;BR /&gt;object network obj-server&lt;/P&gt;
&lt;P&gt;&amp;nbsp;host 192.168.1.1 &lt;BR /&gt;&amp;nbsp;nat (inside,isp2) static x.x.x.x&amp;nbsp; service tcp 80 80&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 15:51:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-with-two-isp/m-p/3394709#M414869</guid>
      <dc:creator>Zhixin</dc:creator>
      <dc:date>2020-02-21T15:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: ASA with two ISP</title>
      <link>https://community.cisco.com/t5/network-security/asa-with-two-isp/m-p/3394936#M414871</link>
      <description>&lt;P&gt;The nat config is ok, but the problem with this type of setup is the routing. The asa likes to see the traffic coming and going out the same interface. For instance if you were to use isp1 as primary and isp2 as backup, you could only use the isp1 public ip to reach the server.&lt;/P&gt;
&lt;P&gt;You could of course have some sort of load balancing, but you have to make sure the packets coming into a interface will be routed out the same interface by the asa.&lt;/P&gt;
&lt;P&gt;You could also rewrite this behavior&amp;nbsp;by using&amp;nbsp;tcp state bypass, but this will greatly decrease the security features the asa can offer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HTH&lt;/P&gt;
&lt;P&gt;Bogdan&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jun 2018 13:03:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-with-two-isp/m-p/3394936#M414871</guid>
      <dc:creator>Bogdan Nita</dc:creator>
      <dc:date>2018-06-06T13:03:55Z</dc:date>
    </item>
    <item>
      <title>Re: ASA with two ISP</title>
      <link>https://community.cisco.com/t5/network-security/asa-with-two-isp/m-p/3395353#M414873</link>
      <description>&lt;P&gt;Hi Bogdan&lt;/P&gt;
&lt;P&gt;Thanks for your response.&lt;/P&gt;
&lt;P&gt;The asa is stateful firewall.When traffic come from ISP1,the asa will have a conn in the conn table. When the this traffic back,&amp;nbsp; the asa is check and forward by conn or by conn and route ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jun 2018 00:57:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-with-two-isp/m-p/3395353#M414873</guid>
      <dc:creator>Zhixin</dc:creator>
      <dc:date>2018-06-07T00:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: ASA with two ISP</title>
      <link>https://community.cisco.com/t5/network-security/asa-with-two-isp/m-p/3395379#M414875</link>
      <description>&lt;P&gt;The return traffic is only allowed if there is a connection allowing it. Routing is not checked in tht step of the logic.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What you're asking is not practical with an ASA. The only way it would work is with state bypass (basically breaks the firewall function) as&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/316948"&gt;@Bogdan Nita&lt;/a&gt;&amp;nbsp;mentioned.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Policy based routing (requires newer software than what you have) would not really work because you don't know the address of the remote clients - only the last hop of route via which their traffic arrives.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jun 2018 03:09:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-with-two-isp/m-p/3395379#M414875</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2018-06-07T03:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: ASA with two ISP</title>
      <link>https://community.cisco.com/t5/network-security/asa-with-two-isp/m-p/3396239#M414876</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/335914"&gt;@Zhixin&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;As always&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/326046"&gt;@Marvin Rhoads&lt;/a&gt;&amp;nbsp;is right, but I will try to try to add more details for why it would not work on the asa.&lt;/P&gt;
&lt;P&gt;In case of tcp traffic I would say that it uses conn and routing.&lt;BR /&gt;So lets say we have a setup with 2 ISPs, nat config is in place, a default route to the primary ISP and default route with higher AD to the secondary ISP.&lt;BR /&gt;If tcp traffic comes in the secondary isp interface the nat will change the destination ip to the server ip and forward the packet.&lt;BR /&gt;The server should send a respond back to the asa, but at this stage the asa will drop the packet with error reason no valid adjacency.&lt;BR /&gt;As far as I understand this is caused by the routing table indicating a different interface then the conn.&lt;/P&gt;
&lt;P&gt;In case of connection-less protocols or bypassing the connection verification for tcp, if the traffic comes in the secondary isp, the response will be sent out the primary isp interface.&lt;BR /&gt;Because it will be nated into a different IP I doubt the connection will actually work, but traffic will not be dropped.&lt;/P&gt;
&lt;P&gt;For options to load balance 2 isps on asa refer to the the following document (it is pretty old and the nat config is pre-8.3, but the explanations and options are still accurate)&lt;BR /&gt;&lt;A href="https://supportforums.cisco.com/t5/security-documents/loadbalancing-dual-isp-on-asa/ta-p/3127108" target="_blank"&gt;https://supportforums.cisco.com/t5/security-documents/loadbalancing-dual-isp-on-asa/ta-p/3127108&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jun 2018 08:21:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-with-two-isp/m-p/3396239#M414876</guid>
      <dc:creator>Bogdan Nita</dc:creator>
      <dc:date>2018-06-08T08:21:32Z</dc:date>
    </item>
  </channel>
</rss>

