<?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 SLA monitor in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-sla-monitor/m-p/2370401#M308212</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First off, you are missing a line of configuration in your SLA config:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;track 1 rtr 1 reachability&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;how come that you need to configure default route for sla monitor 1 to work?&lt;/PRE&gt;&lt;P&gt;You do not need a default route for sla monitor to work.&amp;nbsp; You need a route to the destination you are trying to ping.&amp;nbsp; The track will install a route in the routing table when the condition is met.&amp;nbsp; this condition could be that as long as a host on your inside network is reachable keep this default route in the routing table (though this would not make sense of course, just an example).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;if you issue ping x.x.x.x command on ASA and you don't have route to&amp;nbsp; x.x.x.x you will get "No route to host x.x.x.x", but if you issue ping&amp;nbsp; outside1 x.x.x.x you will get "?????". Does that mean that in second&amp;nbsp; command ASA doesn't consult routing table?&lt;/PRE&gt;&lt;P&gt;When you get ????? this means that you have a route in the routing table to the destination, but the destination is not reachable...for whatever reason.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Please rate all helpful posts&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Nov 2013 09:09:57 GMT</pubDate>
    <dc:creator>Marius Gunnerud</dc:creator>
    <dc:date>2013-11-27T09:09:57Z</dc:date>
    <item>
      <title>ASA SLA monitor</title>
      <link>https://community.cisco.com/t5/network-security/asa-sla-monitor/m-p/2370400#M308211</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am just curious how does SLA monitor on ASA work. As I understood and tested on GNS3, when configure SLA Monitor you have to specify outgoing interface and by that you are forcing packets (e.g. ICMP) out through specified interface (something that you have to do using local policy on routers).&lt;/P&gt;&lt;P&gt;Lets say we have configuration like this in scenario where we have two ISPs connected directly to ASA:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sla monitor 1&lt;/P&gt;&lt;P&gt; type echo protocol ipIcmpEcho 8.8.8.8 interface outside1&lt;/P&gt;&lt;P&gt; frequency 5&lt;/P&gt;&lt;P&gt;sla monitor schedule 1 life forever start-time now&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you need to track default route and you configure default route which is installed in routing table if sla monitor is UP:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;route outside1 0.0.0.0 0.0.0.0 10.10.10.10 track 1&lt;/P&gt;&lt;P&gt;route outside2 0.0.0.0 0.0.0.0 20.20.20.20 254&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is: how come that you need to configure default route for sla monitor 1 to work? You need the route which is tracked by SLA probe which requires that route to function? Isn't that chicken-egg thing? After putting default route on outside1 sla probe starts working, but the route is NOT installed for 60 sec (because it is default frequency) and all behavior after that is fine. Could be the case that SLA monitor process uses that route for itself in background even it is not still installed in routing table?&lt;/P&gt;&lt;P&gt;Analog example: if you issue ping x.x.x.x command on ASA and you don't have route to x.x.x.x you will get "No route to host x.x.x.x", but if you issue ping outside1 x.x.x.x you will get "?????". Does that mean that in second command ASA doesn't consult routing table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On a router same scenario works using local policy which forces packets to go out on desired interface without default route. Default route is installed if SLA probe goes well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you'll understand my question(s) &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 03:10:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-sla-monitor/m-p/2370400#M308211</guid>
      <dc:creator>ivanbarkic</dc:creator>
      <dc:date>2019-03-12T03:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: ASA SLA monitor</title>
      <link>https://community.cisco.com/t5/network-security/asa-sla-monitor/m-p/2370401#M308212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First off, you are missing a line of configuration in your SLA config:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;track 1 rtr 1 reachability&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;how come that you need to configure default route for sla monitor 1 to work?&lt;/PRE&gt;&lt;P&gt;You do not need a default route for sla monitor to work.&amp;nbsp; You need a route to the destination you are trying to ping.&amp;nbsp; The track will install a route in the routing table when the condition is met.&amp;nbsp; this condition could be that as long as a host on your inside network is reachable keep this default route in the routing table (though this would not make sense of course, just an example).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;if you issue ping x.x.x.x command on ASA and you don't have route to&amp;nbsp; x.x.x.x you will get "No route to host x.x.x.x", but if you issue ping&amp;nbsp; outside1 x.x.x.x you will get "?????". Does that mean that in second&amp;nbsp; command ASA doesn't consult routing table?&lt;/PRE&gt;&lt;P&gt;When you get ????? this means that you have a route in the routing table to the destination, but the destination is not reachable...for whatever reason.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Please rate all helpful posts&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2013 09:09:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-sla-monitor/m-p/2370401#M308212</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2013-11-27T09:09:57Z</dc:date>
    </item>
    <item>
      <title>ASA SLA monitor</title>
      <link>https://community.cisco.com/t5/network-security/asa-sla-monitor/m-p/2370402#M308214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If i have specific route to some public IP then after switching to second ISP traffic towards that IP will still go on broken internet link, right?&lt;/P&gt;&lt;P&gt;Regarding ping outside1 x.x.x.x I do not have a route in the routing table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2013 10:11:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-sla-monitor/m-p/2370402#M308214</guid>
      <dc:creator>ivanbarkic</dc:creator>
      <dc:date>2013-11-27T10:11:07Z</dc:date>
    </item>
    <item>
      <title>ASA SLA monitor</title>
      <link>https://community.cisco.com/t5/network-security/asa-sla-monitor/m-p/2370403#M308216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes,&amp;nbsp; which is why it is best to use a default route.&amp;nbsp; Because then that route will be completely removed from the routing table and not interfere with routing of normal traffic.&amp;nbsp; But having said that, it is not a requirement, but a recommendation to get SLA working in a predictable manner.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;Regarding ping outside1 x.x.x.x I do not have a route in the routing table.&lt;/PRE&gt;&lt;P&gt;In that case you have told the ASA through which interface it can reach the x.x.x.x IP, which is why you are receiving the ????? response. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Please rate all helpful posts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2013 10:16:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-sla-monitor/m-p/2370403#M308216</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2013-11-27T10:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: ASA SLA monitor</title>
      <link>https://community.cisco.com/t5/network-security/asa-sla-monitor/m-p/3358713#M308220</link>
      <description>&lt;P&gt;Hi Experts&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SLA monitor is giving error on the ASA 9.9 running on Firepower 9300. Any advice, please?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;LD6-ASA/oam-tenant-1(config)# sla mo?&lt;BR /&gt;ERROR: % Unrecognized command&lt;BR /&gt;LD6-ASA/oam-tenant-1(config)# sla mo&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;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Sumanta.&lt;/P&gt;</description>
      <pubDate>Sun, 01 Apr 2018 18:50:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-sla-monitor/m-p/3358713#M308220</guid>
      <dc:creator>Sumanta Ghosh</dc:creator>
      <dc:date>2018-04-01T18:50:52Z</dc:date>
    </item>
  </channel>
</rss>

