<?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: Adding tracking to default route kills internet in redundant ISP setup in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/adding-tracking-to-default-route-kills-internet-in-redundant-isp/m-p/4000371#M4962</link>
    <description>I think that’s exactly what’s happening! On the previous firewall I allowed pinging from the outside and it worked fine! How can I just allow pinging (the responses) from 4.2.2.2 while blocking everything else?&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;</description>
    <pubDate>Wed, 18 Dec 2019 01:49:43 GMT</pubDate>
    <dc:creator>tim829</dc:creator>
    <dc:date>2019-12-18T01:49:43Z</dc:date>
    <item>
      <title>Adding tracking to default route kills internet in redundant ISP setup</title>
      <link>https://community.cisco.com/t5/network-security/adding-tracking-to-default-route-kills-internet-in-redundant-isp/m-p/4000269#M4953</link>
      <description>&lt;P&gt;I followed this guide about 6 months ago for configuring our ASA with a redundant backup ISP.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&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/118962-configure-asa-00.html" target="_blank" rel="noopener"&gt;https://www.cisco.com/c/en/us/support/docs/security/asa-5500-x-series-next-generation-firewalls/118962-configure-asa-00.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At the time it worked great and I didn't have any issues. Now I'm trying to follow the same guide on a new Firewall and I can't get it to work! Whenever I add the tracking to the default route it kills all internet access. As soon as I remove the tracking from the route the Internet comes back up. The IP address I'm using in the tracking is 4.2.2.2 and I can ping it fine so I'm not sure why it's disabling the route as soon as I apply that change.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 17:46:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/adding-tracking-to-default-route-kills-internet-in-redundant-isp/m-p/4000269#M4953</guid>
      <dc:creator>tim829</dc:creator>
      <dc:date>2020-02-21T17:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: Adding tracking to default route kills internet in redundant ISP setup</title>
      <link>https://community.cisco.com/t5/network-security/adding-tracking-to-default-route-kills-internet-in-redundant-isp/m-p/4000278#M4954</link>
      <description>Hi,&lt;BR /&gt;Please post your configuration (sla monitor, track, routes etc). Provide the output of "show sla monitor operational-state" and "show track 1"</description>
      <pubDate>Tue, 17 Dec 2019 21:25:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/adding-tracking-to-default-route-kills-internet-in-redundant-isp/m-p/4000278#M4954</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2019-12-17T21:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: Adding tracking to default route kills internet in redundant ISP setup</title>
      <link>https://community.cisco.com/t5/network-security/adding-tracking-to-default-route-kills-internet-in-redundant-isp/m-p/4000279#M4955</link>
      <description>&lt;P&gt;Can you post the configuration and your IP SLA output to look at what is wrong?&lt;/P&gt;
&lt;P&gt;what is the cause of failure ? not reachable destination?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;May be&amp;nbsp; I was thinking do you have ping allowed to the destination, but default FW is denies everything?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Dec 2019 21:25:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/adding-tracking-to-default-route-kills-internet-in-redundant-isp/m-p/4000279#M4955</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2019-12-17T21:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: Adding tracking to default route kills internet in redundant ISP setup</title>
      <link>https://community.cisco.com/t5/network-security/adding-tracking-to-default-route-kills-internet-in-redundant-isp/m-p/4000286#M4956</link>
      <description>&lt;P&gt;Pretty much I just setup a ping going to 8.8.8.8 and as soon as I apply the tracker to the default internet route it kills the ping. Ping comes back up immediately after removing the tracker from the route.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;config:
route outside 0.0.0.0 0.0.0.0 165.166.210.129 99 track 1
route backup 0.0.0.0 0.0.0.0 206.74.234.1 254

track 1 rtr 123 reachability

sla monitor 123
 type echo protocol ipIcmpEcho 4.2.2.2 interface outside
sla monitor schedule 123 life forever start-time now

outputs:
asa# show track 1
Track 1
  Response Time Reporter 123 reachability
  Reachability is Down
  1 change, last change 00:00:39
  Latest operation return code: Timeout
  Tracked by:
    STATIC-IP-ROUTING 0

asa# show sla monitor operational-state
Entry number: 123
Modification time: 16:30:48.136 EST Tue Dec 17 2019
Number of Octets Used by this Entry: 2056
Number of operations attempted: 1
Number of operations skipped: 0
Current seconds left in Life: Forever
Operational state of entry: Active
Last time this entry was reset: Never
Connection loss occurred: FALSE
Timeout occurred: TRUE
Over thresholds occurred: FALSE
Latest RTT (milliseconds): NoConnection/Busy/Timeout
Latest operation start time: 16:30:48.137 EST Tue Dec 17 2019
Latest operation return code: Timeout
RTT Values:
RTTAvg: 0       RTTMin: 0       RTTMax: 0
NumOfRTT: 0     RTTSum: 0       RTTSum2: 0



&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Dec 2019 21:35:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/adding-tracking-to-default-route-kills-internet-in-redundant-isp/m-p/4000286#M4956</guid>
      <dc:creator>tim829</dc:creator>
      <dc:date>2019-12-17T21:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: Adding tracking to default route kills internet in redundant ISP setup</title>
      <link>https://community.cisco.com/t5/network-security/adding-tracking-to-default-route-kills-internet-in-redundant-isp/m-p/4000288#M4957</link>
      <description>Add "threshold 1" and "frequency 5" to your sla and try again.</description>
      <pubDate>Tue, 17 Dec 2019 21:39:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/adding-tracking-to-default-route-kills-internet-in-redundant-isp/m-p/4000288#M4957</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2019-12-17T21:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: Adding tracking to default route kills internet in redundant ISP setup</title>
      <link>https://community.cisco.com/t5/network-security/adding-tracking-to-default-route-kills-internet-in-redundant-isp/m-p/4000292#M4958</link>
      <description>&lt;P&gt;Update config:&lt;/P&gt;&lt;PRE&gt;asa# sh ru sla monitor
sla monitor 123
 type echo protocol ipIcmpEcho 4.2.2.2 interface outside
 num-packets 3
 threshold 1
 frequency 5
sla monitor schedule 123 life forever start-time now&lt;/PRE&gt;&lt;P&gt;Still nothing. I feel like it's something other than the actual sla config, makes no since that it immediately goes down after applying the tracker then immediately comes back up after removing it.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Dec 2019 21:47:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/adding-tracking-to-default-route-kills-internet-in-redundant-isp/m-p/4000292#M4958</guid>
      <dc:creator>tim829</dc:creator>
      <dc:date>2019-12-17T21:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: Adding tracking to default route kills internet in redundant ISP setup</title>
      <link>https://community.cisco.com/t5/network-security/adding-tracking-to-default-route-kills-internet-in-redundant-isp/m-p/4000304#M4959</link>
      <description>&lt;P&gt;Other question is, is this single ASA or Active/Standby?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;what is the version of code running on this ASA?&lt;/P&gt;</description>
      <pubDate>Tue, 17 Dec 2019 21:57:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/adding-tracking-to-default-route-kills-internet-in-redundant-isp/m-p/4000304#M4959</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2019-12-17T21:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: Adding tracking to default route kills internet in redundant ISP setup</title>
      <link>https://community.cisco.com/t5/network-security/adding-tracking-to-default-route-kills-internet-in-redundant-isp/m-p/4000306#M4960</link>
      <description>&lt;P&gt;Single ASA&lt;/P&gt;&lt;P&gt;ASA Version: 9.8(4)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 17 Dec 2019 21:58:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/adding-tracking-to-default-route-kills-internet-in-redundant-isp/m-p/4000306#M4960</guid>
      <dc:creator>tim829</dc:creator>
      <dc:date>2019-12-17T21:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: Adding tracking to default route kills internet in redundant ISP setup</title>
      <link>https://community.cisco.com/t5/network-security/adding-tracking-to-default-route-kills-internet-in-redundant-isp/m-p/4000313#M4961</link>
      <description>Are you restricting icmp to the ASA with the command "icmp deny....... outside"? This could filter the icmp responses and cause the track to drop instantly.</description>
      <pubDate>Tue, 17 Dec 2019 22:22:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/adding-tracking-to-default-route-kills-internet-in-redundant-isp/m-p/4000313#M4961</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2019-12-17T22:22:48Z</dc:date>
    </item>
    <item>
      <title>Re: Adding tracking to default route kills internet in redundant ISP setup</title>
      <link>https://community.cisco.com/t5/network-security/adding-tracking-to-default-route-kills-internet-in-redundant-isp/m-p/4000371#M4962</link>
      <description>I think that’s exactly what’s happening! On the previous firewall I allowed pinging from the outside and it worked fine! How can I just allow pinging (the responses) from 4.2.2.2 while blocking everything else?&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Dec 2019 01:49:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/adding-tracking-to-default-route-kills-internet-in-redundant-isp/m-p/4000371#M4962</guid>
      <dc:creator>tim829</dc:creator>
      <dc:date>2019-12-18T01:49:43Z</dc:date>
    </item>
  </channel>
</rss>

