<?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: Single ASA - dual ISP failover in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/single-asa-dual-isp-failover/m-p/3212544#M147752</link>
    <description>&lt;P&gt;this is the Right configuration you need&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;sla monitor 9&lt;BR /&gt; type echo protocol ipIcmpEcho 8.8.8.8 interface &lt;SPAN&gt;Primary_ISP&lt;/SPAN&gt;&lt;BR /&gt; num-packets 3&lt;BR /&gt;sla monitor schedule 9 life forever start-time now&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;track 9 rtr 9 reachability&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;route Primary_ISP 0.0.0.0 0.0.0.0 1.1.1.1 track 9&lt;BR /&gt;route Backup_ISP 0.0.0.0 0.0.0.0 2.2.2.2 10&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the number "10" on the second routes is the AD which has to be higher than the primary but if you want autofailover you should never you the AD as 255 on the secondary route&lt;/P&gt;</description>
    <pubDate>Tue, 07 Nov 2017 18:41:40 GMT</pubDate>
    <dc:creator>sistematico</dc:creator>
    <dc:date>2017-11-07T18:41:40Z</dc:date>
    <item>
      <title>Single ASA - dual ISP failover</title>
      <link>https://community.cisco.com/t5/network-security/single-asa-dual-isp-failover/m-p/2993319#M147750</link>
      <description>&lt;P&gt;I have single 5508 running v.9.5.&lt;/P&gt;
&lt;P&gt;No router in front of the ASA.&lt;/P&gt;
&lt;P&gt;Failover is set up as shown in the configuration below.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have two questions, first, when primary ISP (Outside-TW) goes down and backup ISP (outside) becomes active, will it switch back automatically to primary ISP once it becomes available? Or am I missing some pieces in the config?&lt;/P&gt;
&lt;P&gt;And second, what if the problem with primary ISP is further down the path than the gateway, how do I monitor both, the default gateway and for example 8.8.8.8?&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thank you.&lt;/P&gt;
&lt;P&gt;interface GigabitEthernet1/1&lt;BR /&gt; nameif outside&lt;BR /&gt; security-level 0&lt;BR /&gt; ip address 2.2.2.2 255.255.255.252&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/3&lt;BR /&gt; nameif Outside-TW&lt;BR /&gt; security-level 0&lt;BR /&gt; ip address 1.1.1.2 255.255.255.248&lt;BR /&gt; &lt;BR /&gt;route outside 0.0.0.0 0.0.0.0 2.2.2.1 11 track 1&lt;BR /&gt;route Outside-TW 0.0.0.0 0.0.0.0 1.1.1.1 1 track 2&lt;/P&gt;
&lt;P&gt;sla monitor 1&lt;BR /&gt; type echo protocol ipIcmpEcho 2.2.2.1 interface outside&lt;BR /&gt; frequency 10&lt;BR /&gt;sla monitor schedule 1 life forever start-time now&lt;/P&gt;
&lt;P&gt;sla monitor 2&lt;BR /&gt; type echo protocol ipIcmpEcho 1.1.1.1 interface Outside-TW&lt;BR /&gt; frequency 10&lt;BR /&gt;sla monitor schedule 2 life forever start-time now&lt;/P&gt;
&lt;P&gt;track 1 rtr 1 reachability&lt;BR /&gt;!&lt;BR /&gt;track 2 rtr 2 reachability&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 08:46:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/single-asa-dual-isp-failover/m-p/2993319#M147750</guid>
      <dc:creator>denis.ivitchev</dc:creator>
      <dc:date>2019-03-12T08:46:42Z</dc:date>
    </item>
    <item>
      <title>To answer your questions:</title>
      <link>https://community.cisco.com/t5/network-security/single-asa-dual-isp-failover/m-p/2993320#M147751</link>
      <description>&lt;P&gt;To answer your questions:&lt;/P&gt;
&lt;P&gt;1) Yes, the traffic should fail back over to the the primary ISP as the initial default route should show up back on the routing table. You config has a potential problem - both primary and backup default routes have the same metric (1). You should ideally have the backup route with a higher metric so that it takes effect only when the primary route is not longer present. You also do not need a track on your backup route as the route should always be up as backup. You can use the following guide as example:&lt;/P&gt;
&lt;P&gt;http://www.cisco.com/c/en/us/support/docs/security/asa-5500-x-series-next-generation-firewalls/118962-configure-asa-00.html&lt;/P&gt;
&lt;P&gt;2) Keeping the tracking as 8.8.8.8 has an advantage of being to track both gateway and other devices in the path. But if you keep only gateway you cannot check anything beyond. Again, this is a call you have to take on what you want to track. My recommendation would be to track 8.8.8.8. In any case, test and make sure that the tracking does not keep going down with that config.&lt;/P&gt;</description>
      <pubDate>Sat, 14 Jan 2017 00:39:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/single-asa-dual-isp-failover/m-p/2993320#M147751</guid>
      <dc:creator>Rahul Govindan</dc:creator>
      <dc:date>2017-01-14T00:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: Single ASA - dual ISP failover</title>
      <link>https://community.cisco.com/t5/network-security/single-asa-dual-isp-failover/m-p/3212544#M147752</link>
      <description>&lt;P&gt;this is the Right configuration you need&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;sla monitor 9&lt;BR /&gt; type echo protocol ipIcmpEcho 8.8.8.8 interface &lt;SPAN&gt;Primary_ISP&lt;/SPAN&gt;&lt;BR /&gt; num-packets 3&lt;BR /&gt;sla monitor schedule 9 life forever start-time now&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;track 9 rtr 9 reachability&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;route Primary_ISP 0.0.0.0 0.0.0.0 1.1.1.1 track 9&lt;BR /&gt;route Backup_ISP 0.0.0.0 0.0.0.0 2.2.2.2 10&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the number "10" on the second routes is the AD which has to be higher than the primary but if you want autofailover you should never you the AD as 255 on the secondary route&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2017 18:41:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/single-asa-dual-isp-failover/m-p/3212544#M147752</guid>
      <dc:creator>sistematico</dc:creator>
      <dc:date>2017-11-07T18:41:40Z</dc:date>
    </item>
  </channel>
</rss>

