<?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 configure dual isp for failover on asa 5505 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/configure-dual-isp-for-failover-on-asa-5505/m-p/2361421#M307610</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Tedy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Excellent, in the mean time you can rate all of our answers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;BR /&gt; &lt;BR /&gt;Jcarvaja &lt;BR /&gt; &lt;BR /&gt;&lt;SPAN&gt;Follow me on &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://laguiadelnetworking.com"&gt;http://laguiadelnetworking.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Dec 2013 20:39:50 GMT</pubDate>
    <dc:creator>Julio Carvajal</dc:creator>
    <dc:date>2013-12-06T20:39:50Z</dc:date>
    <item>
      <title>configure dual isp for failover on asa 5505</title>
      <link>https://community.cisco.com/t5/network-security/configure-dual-isp-for-failover-on-asa-5505/m-p/2361413#M307596</link>
      <description>&lt;P&gt;guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how do you configure firewall when one of the isps is dynamic? primary internet is static and secondary internet is dynamic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i setup 3 vlans, 2 outside vlans and 1 inside vlan. i specify route command for the outside vlan with the track, but i don't know how to setup route command for the dynamic ip. i also configure sla command. whenever the primay is not connected the secondary doesn't work, but i have no problem if connecting directly to with laptop. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know your thoughts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you in advanced guys. &lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 03:13:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/configure-dual-isp-for-failover-on-asa-5505/m-p/2361413#M307596</guid>
      <dc:creator>TY08</dc:creator>
      <dc:date>2019-03-12T03:13:45Z</dc:date>
    </item>
    <item>
      <title>configure dual isp for failover on asa 5505</title>
      <link>https://community.cisco.com/t5/network-security/configure-dual-isp-for-failover-on-asa-5505/m-p/2361414#M307599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Tedy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They provide you dynamic IP address for the outside interface ? Is that what you are saying?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or are you saying that there IP is dynamic?? cause they will need to provide you with a defined gateway IP for this to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rate all of the helpful posts!!! &lt;BR /&gt; &lt;BR /&gt;Regards, &lt;BR /&gt; &lt;BR /&gt;Jcarvaja &lt;BR /&gt; &lt;BR /&gt;&lt;SPAN&gt;Follow me on &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://laguiadelnetworking.com"&gt;http://laguiadelnetworking.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2013 12:28:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/configure-dual-isp-for-failover-on-asa-5505/m-p/2361414#M307599</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2013-12-06T12:28:47Z</dc:date>
    </item>
    <item>
      <title>configure dual isp for failover on asa 5505</title>
      <link>https://community.cisco.com/t5/network-security/configure-dual-isp-for-failover-on-asa-5505/m-p/2361415#M307602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Julio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, they provide me with dynamic ip address. so it looks like this, I don't know how to make the route fail automatically since the second ISP is dynamic. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Ethernet0/0&lt;/P&gt;&lt;P&gt; switchport access vlan 2&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/1&lt;/P&gt;&lt;P&gt; switchport access vlan 3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Vlan2&lt;/P&gt;&lt;P&gt; nameif outside&lt;/P&gt;&lt;P&gt; security-level 0&lt;/P&gt;&lt;P&gt; ip address 10.10.10.10 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan3&lt;/P&gt;&lt;P&gt; nameif outsidebackup&lt;/P&gt;&lt;P&gt; security-level 0&lt;/P&gt;&lt;P&gt; ip address dhcp setroute&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 10.10.10.1 1 track 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sla monitor 123&lt;/P&gt;&lt;P&gt; type echo protocol ipIcmpEcho 8.8.8.8 interface outsidebackup&lt;/P&gt;&lt;P&gt; num-packets 3&lt;/P&gt;&lt;P&gt; frequency 10&lt;/P&gt;&lt;P&gt;sla monitor schedule 123 life forever start-time now&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;track 1 rtr 123 reachability&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2013 15:24:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/configure-dual-isp-for-failover-on-asa-5505/m-p/2361415#M307602</guid>
      <dc:creator>TY08</dc:creator>
      <dc:date>2013-12-06T15:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: configure dual isp for failover on asa 5505</title>
      <link>https://community.cisco.com/t5/network-security/configure-dual-isp-for-failover-on-asa-5505/m-p/2361416#M307604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Tedy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The IP address you get is dynamic but can you talk to them about this implementation so they can let you know if it's possible to have the same default-gateway (their IP address) ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rate all of the helpful posts!!! &lt;BR /&gt; &lt;BR /&gt;Regards, &lt;BR /&gt; &lt;BR /&gt;Jcarvaja &lt;BR /&gt; &lt;BR /&gt;&lt;SPAN&gt;Follow me on &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://laguiadelnetworking.com" rel="nofollow"&gt;http://laguiadelnetworking.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2013 16:26:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/configure-dual-isp-for-failover-on-asa-5505/m-p/2361416#M307604</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2013-12-06T16:26:12Z</dc:date>
    </item>
    <item>
      <title>configure dual isp for failover on asa 5505</title>
      <link>https://community.cisco.com/t5/network-security/configure-dual-isp-for-failover-on-asa-5505/m-p/2361417#M307606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you do something like this:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;sla monitor 123&lt;/P&gt;&lt;P&gt;type echo protocol ipIcmpEcho 8.8.8.8 interface outside&lt;/P&gt;&lt;P&gt;num-packets 3&lt;/P&gt;&lt;P&gt;frequency 10&lt;/P&gt;&lt;P&gt;sla monitor schedule 123 life forever start-time now&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;track 1 rtr 123 reachability&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 10.10.10.1 1 track 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sla monitor 225&lt;/P&gt;&lt;P&gt;type echo protocol ipIcmpEcho 8.8.8.8 interface outsidebackup&lt;/P&gt;&lt;P&gt;num-packets 3&lt;/P&gt;&lt;P&gt;frequency 10&lt;/P&gt;&lt;P&gt;sla monitor schedule 225 life forever start-time now&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;track 2 rtr 225&amp;nbsp; reachability&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Vlan3&lt;/P&gt;&lt;P&gt;nameif outsidebackup&lt;/P&gt;&lt;P&gt;dhcp client route track 2&lt;/P&gt;&lt;P&gt;dhcp client route distance 25&lt;/P&gt;&lt;P&gt;ip address dhcp setroute&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2013 19:42:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/configure-dual-isp-for-failover-on-asa-5505/m-p/2361417#M307606</guid>
      <dc:creator>mumbles202</dc:creator>
      <dc:date>2013-12-06T19:42:50Z</dc:date>
    </item>
    <item>
      <title>configure dual isp for failover on asa 5505</title>
      <link>https://community.cisco.com/t5/network-security/configure-dual-isp-for-failover-on-asa-5505/m-p/2361418#M307607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Excellent, I did not tough about the DHCP client route option (Kudos to you )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, I would agree with your configuration except with the SLA 225.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mean why would track the route through VLAN 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As soon as the ASA primary is back and running preemption will take place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the configuration you need as David suggested will be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sla monitor 123&lt;/P&gt;&lt;P&gt;type echo protocol ipIcmpEcho 8.8.8.8 interface outside&lt;/P&gt;&lt;P&gt;num-packets 3&lt;/P&gt;&lt;P&gt;frequency 10&lt;/P&gt;&lt;P&gt;sla monitor schedule 123 life forever start-time now&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;track 1 rtr 123 reachability&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 10.10.10.1 1 track 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Vlan3&lt;/P&gt;&lt;P&gt;nameif outsidebackup&lt;/P&gt;&lt;P&gt;dhcp client route distance 25&lt;/P&gt;&lt;P&gt;ip address dhcp setroute&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rate all of the helpful posts!!! &lt;BR /&gt; &lt;BR /&gt;Regards, &lt;BR /&gt; &lt;BR /&gt;Jcarvaja &lt;BR /&gt; &lt;BR /&gt;&lt;SPAN&gt;Follow me on &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://laguiadelnetworking.com"&gt;http://laguiadelnetworking.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2013 20:14:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/configure-dual-isp-for-failover-on-asa-5505/m-p/2361418#M307607</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2013-12-06T20:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: configure dual isp for failover on asa 5505</title>
      <link>https://community.cisco.com/t5/network-security/configure-dual-isp-for-failover-on-asa-5505/m-p/2361419#M307608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good point.&amp;nbsp; I was thinking about a situation I worked on where I was using the dhcp address as a primary route out and then failed back to my static route.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2013 20:22:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/configure-dual-isp-for-failover-on-asa-5505/m-p/2361419#M307608</guid>
      <dc:creator>mumbles202</dc:creator>
      <dc:date>2013-12-06T20:22:29Z</dc:date>
    </item>
    <item>
      <title>configure dual isp for failover on asa 5505</title>
      <link>https://community.cisco.com/t5/network-security/configure-dual-isp-for-failover-on-asa-5505/m-p/2361420#M307609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;David and Julio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for both your inputs. I will try your approach.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2013 20:29:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/configure-dual-isp-for-failover-on-asa-5505/m-p/2361420#M307609</guid>
      <dc:creator>TY08</dc:creator>
      <dc:date>2013-12-06T20:29:54Z</dc:date>
    </item>
    <item>
      <title>configure dual isp for failover on asa 5505</title>
      <link>https://community.cisco.com/t5/network-security/configure-dual-isp-for-failover-on-asa-5505/m-p/2361421#M307610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Tedy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Excellent, in the mean time you can rate all of our answers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;BR /&gt; &lt;BR /&gt;Jcarvaja &lt;BR /&gt; &lt;BR /&gt;&lt;SPAN&gt;Follow me on &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://laguiadelnetworking.com"&gt;http://laguiadelnetworking.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2013 20:39:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/configure-dual-isp-for-failover-on-asa-5505/m-p/2361421#M307610</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2013-12-06T20:39:50Z</dc:date>
    </item>
  </channel>
</rss>

