<?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 ok, I undertsood now. Sorry in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/sla-on-5505-with-two-static-routes-sending-packets-to-wrong/m-p/3036873#M148500</link>
    <description>&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;ok, I undertsood now. Sorry for the confusion. This design is tricky though, especially since we plan to have sla monitoring.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;In my opinion, it should not work. The reason is that sla monitoring process is binded to an interface. You are trying to bind it with default gateway. For sla monitoring, lets say ASA needs to ping 1.1.1.1. Here ASA will just do send the packet out as per load balancing mechanism (since we have multiple routes) and hence you see icmp packet sometimes across the ISP2. I wont blame ASA for that.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I am wondering what will happen if you add a specific routes across the ISP1 for the tracking ip address like below:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;route outside 1.1.1.1 255.255.255.255 192.168.30.1 1&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I believe then the traffic will always exit through ISP1. Please try. FYI, its a wild suggestion because I have not seen exact setup earlier. This is not a solution, just a workaround on basis of which we can think forward if it works.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;-AJ&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 23 Jan 2017 19:02:34 GMT</pubDate>
    <dc:creator>Ajay Saini</dc:creator>
    <dc:date>2017-01-23T19:02:34Z</dc:date>
    <item>
      <title>SLA on 5505 with two static routes sending packets to wrong interface</title>
      <link>https://community.cisco.com/t5/network-security/sla-on-5505-with-two-static-routes-sending-packets-to-wrong/m-p/3036865#M148465</link>
      <description>&lt;P&gt;I have a Cisco 5505 8.4(1) version (50 users) so configured:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;dual static routes to two different ISP routers (192.168.30.1 and 192.168.30.2)&lt;/P&gt;
&lt;PRE class="prettyprint"&gt;route outside 0.0.0.0 0.0.0.0 192.168.30.1 128 track 10&lt;BR /&gt;route outside 0.0.0.0 0.0.0.0 192.168.30.2 128 track 11&lt;/PRE&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;with two sla monitoring processes:&amp;nbsp;&lt;/P&gt;
&lt;PRE class="prettyprint"&gt;sla monitor 10&lt;BR /&gt; type echo protocol ipIcmpEcho 1.1.1.1 interface outside&lt;BR /&gt; frequency 30&lt;BR /&gt;sla monitor schedule 10 life forever start-time now&lt;BR /&gt;sla monitor 11&lt;BR /&gt; type echo protocol ipIcmpEcho 2.2.2.2 interface outside&lt;BR /&gt; frequency 30&lt;BR /&gt;sla monitor schedule 11 life forever start-time now&lt;/PRE&gt;
&lt;P&gt;1.1.1.1 and 2.2.2.2 are placeholders for the next hop address of the two gateways.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;What I expect:&lt;/STRONG&gt; in my understanding, the ASA should periodically ping 1.1.1.1 through gateway 192.168.30.1 &amp;nbsp;(tracking process 10) and 2.2.2.2 through gateway 192.168.30.2 (tracking process 11) to checkif the line is on.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;What happens&lt;/STRONG&gt;: ASA send ICMP through gateway 192.68.30.2 &lt;STRONG&gt;even when is tracking process 1&lt;/STRONG&gt;. Load balancing seems to work (several istances of "what is my ip" return both the ISP public IP addresses). Below the result of a show route&lt;/P&gt;
&lt;PRE class="prettyprint"&gt;C 192.168.30.0 255.255.255.0 is directly connected, outside&lt;BR /&gt;C 10.0.0.0 255.255.255.0 is directly connected, inside&lt;BR /&gt;S* 0.0.0.0 0.0.0.0 [128/0] via 192.168.30.2, outside&lt;BR /&gt; [128/0] via 192.168.30.1, outside&lt;/PRE&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;How do I know it&lt;/STRONG&gt;: mirroring outside port and intercepting the traffic, I checked the mac addresses. ICMP packet sent to monitor process 1 has amc address of gateway 2.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Why am I complaining&lt;/STRONG&gt;: sending ICMP packets to wrong interfaces, monitor process &lt;STRONG&gt;never detects one line &lt;/STRONG&gt;is down (it pings through the other one). Following is the result of a show &amp;nbsp;sla monitor operational state. Any hint is very much appreciated Thanks.&lt;/P&gt;
&lt;PRE class="prettyprint"&gt;ciscoasa# sh sla monit oper&lt;BR /&gt;Entry number: 10&lt;BR /&gt;Modification time: 11:56:51.793 CEST Sun Jan 22 2017&lt;BR /&gt;Number of Octets Used by this Entry: 1480&lt;BR /&gt;Number of operations attempted: 795&lt;BR /&gt;Number of operations skipped: 0&lt;BR /&gt;Current seconds left in Life: Forever&lt;BR /&gt;Operational state of entry: Active&lt;BR /&gt;Last time this entry was reset: Never&lt;BR /&gt;Connection loss occurred: FALSE&lt;BR /&gt;Timeout occurred: FALSE&lt;BR /&gt;Over thresholds occurred: FALSE&lt;BR /&gt;Latest RTT (milliseconds): 1&lt;BR /&gt;Latest operation start time: 18:33:51.796 CEST Sun Jan 22 2017&lt;BR /&gt;Latest operation return code: OK&lt;BR /&gt;RTT Values:&lt;BR /&gt;RTTAvg: 1 RTTMin: 1 RTTMax: 1&lt;BR /&gt;NumOfRTT: 1 RTTSum: 1 RTTSum2: 1&lt;/PRE&gt;
&lt;PRE class="prettyprint"&gt;Entry number: 11&lt;BR /&gt;Modification time: 11:56:51.787 CEST Sun Jan 22 2017&lt;BR /&gt;Number of Octets Used by this Entry: 1480&lt;BR /&gt;Number of operations attempted: 795&lt;BR /&gt;Number of operations skipped: 0&lt;BR /&gt;Current seconds left in Life: Forever&lt;BR /&gt;Operational state of entry: Active&lt;BR /&gt;Last time this entry was reset: Never&lt;BR /&gt;Connection loss occurred: FALSE&lt;BR /&gt;Timeout occurred: FALSE&lt;BR /&gt;Over thresholds occurred: FALSE&lt;BR /&gt;Latest RTT (milliseconds): 1&lt;BR /&gt;Latest operation start time: 18:33:51.789 CEST Sun Jan 22 2017&lt;BR /&gt;Latest operation return code: OK&lt;BR /&gt;RTT Values:&lt;BR /&gt;RTTAvg: 1 RTTMin: 1 RTTMax: 1&lt;BR /&gt;NumOfRTT: 1 RTTSum: 1 RTTSum2: 1&lt;/PRE&gt;</description>
      <pubDate>Tue, 12 Mar 2019 08:48:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/sla-on-5505-with-two-static-routes-sending-packets-to-wrong/m-p/3036865#M148465</guid>
      <dc:creator>Massimo Giustiniani</dc:creator>
      <dc:date>2019-03-12T08:48:53Z</dc:date>
    </item>
    <item>
      <title>What is the intention here.</title>
      <link>https://community.cisco.com/t5/network-security/sla-on-5505-with-two-static-routes-sending-packets-to-wrong/m-p/3036866#M148470</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;What is the intention here. If the requirement is load balancing, it won't work due to ASA design.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;SLA monitoring on ASA is used for tracking ISP state and failover if there is a trigger based on dropped icmp packets.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;http://www.cisco.com/c/en/us/support/docs/security/asa-5500-x-series-next-generation-firewalls/118962-configure-asa-00.html&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;If you can specify the exact requirement and the reason for creating 2 tracks, maybe someone can help.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;HTH&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;-&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;AJ&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 22 Jan 2017 21:25:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/sla-on-5505-with-two-static-routes-sending-packets-to-wrong/m-p/3036866#M148470</guid>
      <dc:creator>Ajay Saini</dc:creator>
      <dc:date>2017-01-22T21:25:22Z</dc:date>
    </item>
    <item>
      <title>What do you mean wihen you</title>
      <link>https://community.cisco.com/t5/network-security/sla-on-5505-with-two-static-routes-sending-packets-to-wrong/m-p/3036867#M148475</link>
      <description>&lt;P&gt;What do you mean wihen you say &lt;EM&gt;"Load balancing seems to work"&amp;nbsp;&lt;/EM&gt;? The ASA &amp;nbsp;running version 8.4 does not support load balancing traffic between two ISPs.&lt;/P&gt;
&lt;P&gt;As for the route tracking you only need to track the main route you want in the routing table and set the admin distance on the second default route to a higher value. &amp;nbsp;for example:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;sla monitor 10&lt;SPAN class="pln"&gt; now&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="pln"&gt;&amp;nbsp; type echo protocol ipIcmpEcho 1.1.1.1 interface outside&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="pln"&gt;&amp;nbsp; frequency 30&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="pln"&gt;track 1 rtr 10 reachability&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="pln"&gt;route outisde 0.0.0.0 0.0.0.0 192.168.30.1 track 1&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="pln"&gt;route outside 0.0.0.0 0.0.0.0 192.168.30.2 254&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="pln"&gt;--&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="pln"&gt;Please remember to select a correct answer and rate helpful posts&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 22 Jan 2017 21:35:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/sla-on-5505-with-two-static-routes-sending-packets-to-wrong/m-p/3036867#M148475</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2017-01-22T21:35:23Z</dc:date>
    </item>
    <item>
      <title>First of all, thanks for</title>
      <link>https://community.cisco.com/t5/network-security/sla-on-5505-with-two-static-routes-sending-packets-to-wrong/m-p/3036868#M148478</link>
      <description>&lt;P&gt;First of all, thanks for taking the time to answer my post.&lt;/P&gt;
&lt;P&gt;The intention here is two use two connections to (two) different ISPs in order to increase the overall&amp;nbsp; (not per connection) throughput and use one line as back up of the other in case one fails.&lt;/P&gt;
&lt;P&gt;This is done using to static routes with same distance (ECMP). &amp;nbsp;&lt;/P&gt;
&lt;P&gt;I call this redundancy, but we can use a different term. ASA provides this service, I understand. Please see the relevant part of the ASA 8.4 configuration guide, where it says "The ASA distributes the traffic among the specified gateways". Licensing requirements says: All models. Base License. &lt;A href="http://www.cisco.com/c/en/us/td/docs/security/asa/asa84/configuration/guide/asa_84_cli_config/route_static.html"&gt;Here is the link.&lt;/A&gt;&amp;nbsp;(otherwise, please have mercy and tell me what I am not understanding).&lt;/P&gt;
&lt;P&gt;What do I mean by "it seems to work": once configured the two static routes with equal cost, I see&amp;nbsp; browsing sessions distributed on the two ISP connections, as expected. I mean that if I browse a site, the connection goes through ISP1, and if I open another browsing instance it goes through ISP2.&lt;/P&gt;
&lt;P&gt;That is, opening several pages of "what is my ip" for example, returns&amp;nbsp;pages&amp;nbsp;alternatively reporting the public IP address of the two IPSs.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now, if one of the connections fails, it goes unnoticed by the ASA, because this usually happens outside the ISP router. This is the reason of SLA.&lt;/P&gt;
&lt;P&gt;Monitoring the status of the connections, I see what I described above, that is the monitoring process seems to ping the control hosts incorrectly (pings host1 through the path of ISP2). I would be very glad to receive help in order to correctly configure the ASA to do&amp;nbsp;this.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Massimo&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2017 18:06:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/sla-on-5505-with-two-static-routes-sending-packets-to-wrong/m-p/3036868#M148478</guid>
      <dc:creator>Massimo Giustiniani</dc:creator>
      <dc:date>2017-01-23T18:06:27Z</dc:date>
    </item>
    <item>
      <title>- ECMP on ASA load balances</title>
      <link>https://community.cisco.com/t5/network-security/sla-on-5505-with-two-static-routes-sending-packets-to-wrong/m-p/3036869#M148483</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;- ECMP on ASA load balances traffic for equal cost routes &lt;STRONG&gt;per interface&lt;/STRONG&gt;. Here, you have 2 ISP and that per interface criteria fails. If you have 2 ISP on each of the 2 external interfaces, then only first route will take preference. ASA does not capability to load balance across 2 separate external interfaces.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;SLA monitoring will kick in if one ISP fails and then the other route will come into picture. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Track the route you would prefer so that it is active whenever its available.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;SPAN style="font-size: 10pt;"&gt;The intention here is two use two connections to (two) different ISPs in order to increase the overall&amp;nbsp; (not per connection) throughput and use one line as back up of the other in case one fails.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;The first requirement can not work unless you have specific routes in place going across second ISP. So, one default route across first ISP and specific routes across second ISP. Or, you can use the source based routing introduced in 9.4 version to load balance the traffic.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;HTH-&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;AJ&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2017 18:35:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/sla-on-5505-with-two-static-routes-sending-packets-to-wrong/m-p/3036869#M148483</guid>
      <dc:creator>Ajay Saini</dc:creator>
      <dc:date>2017-01-23T18:35:35Z</dc:date>
    </item>
    <item>
      <title>I see.  You are correct on</title>
      <link>https://community.cisco.com/t5/network-security/sla-on-5505-with-two-static-routes-sending-packets-to-wrong/m-p/3036870#M148488</link>
      <description>&lt;P&gt;I see. &amp;nbsp;You are correct on the distributing of traffic between the ISPs, so long as the default route points out the same interface (as it says in the document you posted). &amp;nbsp;&lt;/P&gt;
&lt;P&gt;As for the SLA issue I do not believe this can be solved using SLA. &amp;nbsp;as long as there is a route to 1.1.1.1 through the outside interface (whether it is through ISP1 or ISP2) it will still be pingable and therefore there will never be a failure situation unless both ISPs fail.&lt;/P&gt;
&lt;P&gt;I can see two possible solutions that might work for a solution.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;1. set up dynamic routing between your ASA and both ISPs, then the routing protocol should take care of this for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;2. upgrade to ASA version 9.4 or higher and then try to solve this by using route-maps to set the next hop for those spesific IPs (1.1.1.1 to IPS1 and 2.2.2.2 to ISP2). then this should force traffic to these IPs the correct way and the SLA tracker should work. &amp;nbsp;This is a messy way to get this to work though and I would suggest going with dynamic routing protocol instead.&lt;/P&gt;
&lt;P&gt;--&lt;/P&gt;
&lt;P&gt;Please remember to select a correct answer and rate helpful posts&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2017 18:37:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/sla-on-5505-with-two-static-routes-sending-packets-to-wrong/m-p/3036870#M148488</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2017-01-23T18:37:32Z</dc:date>
    </item>
    <item>
      <title>Ajay thanks for your fast</title>
      <link>https://community.cisco.com/t5/network-security/sla-on-5505-with-two-static-routes-sending-packets-to-wrong/m-p/3036871#M148492</link>
      <description>&lt;P&gt;Ajay thanks for your fast reply. Both ISPs are connected to the same (outside) interface. ISP routers are on the same subnet, with internal IP addresses: 192.168.30.1 and 192.168.30.2&lt;/P&gt;
&lt;P&gt;These two routers are connected to one ADSL line each. I do not see two external interfaces, here. Am I wrong? What am I missing?&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2017 18:41:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/sla-on-5505-with-two-static-routes-sending-packets-to-wrong/m-p/3036871#M148492</guid>
      <dc:creator>Massimo Giustiniani</dc:creator>
      <dc:date>2017-01-23T18:41:18Z</dc:date>
    </item>
    <item>
      <title>as long as the next hops from</title>
      <link>https://community.cisco.com/t5/network-security/sla-on-5505-with-two-static-routes-sending-packets-to-wrong/m-p/3036872#M148496</link>
      <description>&lt;P&gt;as long as the next hops from your ASA are on the same subnet as the outside interface you are good to go.&lt;/P&gt;
&lt;P&gt;Give my suggestions some though and let me know if you have any questions. Again, I suggest using dynamic routing to solve this and remove the SLAs.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;--&lt;/P&gt;
&lt;P&gt;Please remember to select a correct answer and rate helpful posts&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2017 18:51:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/sla-on-5505-with-two-static-routes-sending-packets-to-wrong/m-p/3036872#M148496</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2017-01-23T18:51:20Z</dc:date>
    </item>
    <item>
      <title>ok, I undertsood now. Sorry</title>
      <link>https://community.cisco.com/t5/network-security/sla-on-5505-with-two-static-routes-sending-packets-to-wrong/m-p/3036873#M148500</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;ok, I undertsood now. Sorry for the confusion. This design is tricky though, especially since we plan to have sla monitoring.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;In my opinion, it should not work. The reason is that sla monitoring process is binded to an interface. You are trying to bind it with default gateway. For sla monitoring, lets say ASA needs to ping 1.1.1.1. Here ASA will just do send the packet out as per load balancing mechanism (since we have multiple routes) and hence you see icmp packet sometimes across the ISP2. I wont blame ASA for that.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I am wondering what will happen if you add a specific routes across the ISP1 for the tracking ip address like below:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;route outside 1.1.1.1 255.255.255.255 192.168.30.1 1&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I believe then the traffic will always exit through ISP1. Please try. FYI, its a wild suggestion because I have not seen exact setup earlier. This is not a solution, just a workaround on basis of which we can think forward if it works.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;-AJ&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2017 19:02:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/sla-on-5505-with-two-static-routes-sending-packets-to-wrong/m-p/3036873#M148500</guid>
      <dc:creator>Ajay Saini</dc:creator>
      <dc:date>2017-01-23T19:02:34Z</dc:date>
    </item>
    <item>
      <title>Dear fellows, I think you are</title>
      <link>https://community.cisco.com/t5/network-security/sla-on-5505-with-two-static-routes-sending-packets-to-wrong/m-p/3036874#M148504</link>
      <description>&lt;P&gt;Dear fellows, I think you are both right. Ajay, I suspect ASA is doing exactly what you say, it sends the SLA packet to the proper interface, and then it is load balanced to the outside. The keypoint is what you say: SAL is binded to one interface.&lt;/P&gt;
&lt;P&gt;Marius, &amp;nbsp;using different distances and backup works, and is a good suggestion.&lt;/P&gt;
&lt;P&gt;So the probably only solution is or to give up the idea of SLA monitoring, or give up load balancing.&lt;/P&gt;
&lt;P&gt;Anyway I will try what you suggest, Ajay, and I'll let you know. It is my home configuration, and I am testing it for a customer, so I'm quite motivated.&lt;/P&gt;
&lt;P&gt;In a couple of days I'll be able to test it, and I'll let you know. I'd like to be able to mark two answers as helpful &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Thanks again&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2017 19:17:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/sla-on-5505-with-two-static-routes-sending-packets-to-wrong/m-p/3036874#M148504</guid>
      <dc:creator>Massimo Giustiniani</dc:creator>
      <dc:date>2017-01-23T19:17:06Z</dc:date>
    </item>
    <item>
      <title>Been away for a while, had</title>
      <link>https://community.cisco.com/t5/network-security/sla-on-5505-with-two-static-routes-sending-packets-to-wrong/m-p/3036875#M148508</link>
      <description>&lt;P&gt;Been away for a while, had time to test it today:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;adding to statics to the monitoring targets seems to work. So we have&amp;nbsp;&lt;/P&gt;
&lt;PRE class="prettyprint"&gt;&lt;SPAN&gt;route outside 1.1.1.1 255.255.255.255 192.168.30.1&amp;nbsp;&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;PRE class="prettyprint"&gt;&lt;SPAN&gt;route outside 1.1.1.2 255.255.255.255 192.168.30.2&amp;nbsp;&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;and SLA monitoring sends packets to the proper gateways and properly detects failure.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks for the support&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2017 11:26:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/sla-on-5505-with-two-static-routes-sending-packets-to-wrong/m-p/3036875#M148508</guid>
      <dc:creator>Massimo Giustiniani</dc:creator>
      <dc:date>2017-02-02T11:26:18Z</dc:date>
    </item>
  </channel>
</rss>

