<?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: Understanding asa sla monitor in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/understanding-asa-sla-monitor/m-p/1334520#M824604</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As per my testing so far this is how it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Defaine route with track:&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 1.1.1.10 1 track 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the route which would be primary and would be tracked.&lt;/P&gt;&lt;P&gt;----&lt;/P&gt;&lt;P&gt;sla monitor 100&lt;/P&gt;&lt;P&gt; type echo protocol ipIcmpEcho (IP Address which you want to track) interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This depends i used the default ip address of the ISP since i need to track if the default gateway is not reachable the route needs to be shifted to backup line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to be carefull with this if you have a router connected to the interface and track the ip of that router it would see the icmp response and shift to backup line.&lt;/P&gt;&lt;P&gt;-- &lt;/P&gt;&lt;P&gt; num-packets 5&lt;/P&gt;&lt;P&gt; frequency 30&lt;/P&gt;&lt;P&gt;I sent 5 packet to get responce from default gateway in 30 seconds. If i losse all 5 i shfit to backup line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMP= If there is no response from default gateway for next 30 sec the line will remain on backup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it responds to 1 packets out of 5 the line shifts to primary line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to set these timeres depdning on you requirements. If the primary line is bad it will keep on shifting bettwen both lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not use timeout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Timeout is in ms and can be used in varios paramters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are looking for only ISP redudancy and should concentrate more on test by setting these 2 parametes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srongly suggest that you need to test you configs.&lt;/P&gt;&lt;P&gt;1. Test by shuting down the interface and see how much time it takes to move to backup.&lt;/P&gt;&lt;P&gt;2. No shut and see how much time it takes to reset to primary line.&lt;/P&gt;&lt;P&gt;3. Switch off the modem and see how the line shifts to backup. (The key is what you are monitroing)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per your configs if you lost 1 packet in 10 seconds your line will shfit. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Nov 2009 14:18:46 GMT</pubDate>
    <dc:creator>Pravin Phadte</dc:creator>
    <dc:date>2009-11-02T14:18:46Z</dc:date>
    <item>
      <title>Understanding asa sla monitor</title>
      <link>https://community.cisco.com/t5/network-security/understanding-asa-sla-monitor/m-p/1334517#M824532</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;who can help me to understand how work sla monitor IpIcmpEcho parameters?&lt;/P&gt;&lt;P&gt;I have a problem with a Dual ISP configuration: the main one is connected to a DSL router while the backup router is an ISDN one.&lt;/P&gt;&lt;P&gt;I configured sla monitor in the way of cisco sample: num-packets 3 and frequency 10&lt;/P&gt;&lt;P&gt;But I have several isdn call on cisco isdn router without reason: I have to understand if there's a problem on the main DSL line or if there's a problem about bad sla monitor working.&lt;/P&gt;&lt;P&gt;Frequency parameter is clear: asa poll target IP every 10 seconds.&lt;/P&gt;&lt;P&gt;But how work num-packets 3 parameter? It send 3 packet and want 3 good response or want at least one good response?&lt;/P&gt;&lt;P&gt;There's another parameter: timeout. We can configure one general timeout and a particular value for every kind of service. How does it work?&lt;/P&gt;&lt;P&gt;Thanks a lot in advance.&lt;/P&gt;&lt;P&gt;Francesco&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 16:34:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/understanding-asa-sla-monitor/m-p/1334517#M824532</guid>
      <dc:creator>adinef001</dc:creator>
      <dc:date>2019-03-11T16:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: Understanding asa sla monitor</title>
      <link>https://community.cisco.com/t5/network-security/understanding-asa-sla-monitor/m-p/1334518#M824542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Francesco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are correct with num-packet parameter. It indicates that the firewall will give 3 tries to check if the primary connection is active else an ISP fallback will be performed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also timeout value in sla monitor is the time in which firewall will wait after sending a num-packet before sending another one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find a relative document for the same:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/docs/security/asa/asa80/command/reference/s8.html#wp1401771" target="_blank"&gt;http://www.cisco.com/en/US/docs/security/asa/asa80/command/reference/s8.html#wp1401771&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if this answers your query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Manish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2009 18:29:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/understanding-asa-sla-monitor/m-p/1334518#M824542</guid>
      <dc:creator>mkharban</dc:creator>
      <dc:date>2009-10-30T18:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: Understanding asa sla monitor</title>
      <link>https://community.cisco.com/t5/network-security/understanding-asa-sla-monitor/m-p/1334519#M824577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;thanks a lot for your quick clear answer.&lt;/P&gt;&lt;P&gt;Can you tell me which is the difference from timeout parameter (the general one) and particular service timeout parameter?&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;P&gt;francesco&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Nov 2009 16:55:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/understanding-asa-sla-monitor/m-p/1334519#M824577</guid>
      <dc:creator>adinef001</dc:creator>
      <dc:date>2009-11-01T16:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: Understanding asa sla monitor</title>
      <link>https://community.cisco.com/t5/network-security/understanding-asa-sla-monitor/m-p/1334520#M824604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As per my testing so far this is how it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Defaine route with track:&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 1.1.1.10 1 track 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the route which would be primary and would be tracked.&lt;/P&gt;&lt;P&gt;----&lt;/P&gt;&lt;P&gt;sla monitor 100&lt;/P&gt;&lt;P&gt; type echo protocol ipIcmpEcho (IP Address which you want to track) interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This depends i used the default ip address of the ISP since i need to track if the default gateway is not reachable the route needs to be shifted to backup line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to be carefull with this if you have a router connected to the interface and track the ip of that router it would see the icmp response and shift to backup line.&lt;/P&gt;&lt;P&gt;-- &lt;/P&gt;&lt;P&gt; num-packets 5&lt;/P&gt;&lt;P&gt; frequency 30&lt;/P&gt;&lt;P&gt;I sent 5 packet to get responce from default gateway in 30 seconds. If i losse all 5 i shfit to backup line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMP= If there is no response from default gateway for next 30 sec the line will remain on backup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it responds to 1 packets out of 5 the line shifts to primary line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to set these timeres depdning on you requirements. If the primary line is bad it will keep on shifting bettwen both lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not use timeout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Timeout is in ms and can be used in varios paramters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are looking for only ISP redudancy and should concentrate more on test by setting these 2 parametes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srongly suggest that you need to test you configs.&lt;/P&gt;&lt;P&gt;1. Test by shuting down the interface and see how much time it takes to move to backup.&lt;/P&gt;&lt;P&gt;2. No shut and see how much time it takes to reset to primary line.&lt;/P&gt;&lt;P&gt;3. Switch off the modem and see how the line shifts to backup. (The key is what you are monitroing)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per your configs if you lost 1 packet in 10 seconds your line will shfit. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2009 14:18:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/understanding-asa-sla-monitor/m-p/1334520#M824604</guid>
      <dc:creator>Pravin Phadte</dc:creator>
      <dc:date>2009-11-02T14:18:46Z</dc:date>
    </item>
  </channel>
</rss>

