<?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 Cisco ASA + IP SLA in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/cisco-asa-ip-sla/m-p/4129378#M1072532</link>
    <description>&lt;P&gt;I have the below configuration in my ASA firewall&lt;/P&gt;&lt;P&gt;-------------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;sla monitor 1&lt;BR /&gt;type echo protocol ipIcmpEcho x.x.x.x interface outside&lt;BR /&gt;num-packets 3&lt;BR /&gt;timeout 1000&lt;BR /&gt;frequency 9&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;-------------------------------------------------------------&lt;BR /&gt;&lt;/FONT&gt;&lt;FONT&gt;I want to change the timeout value from 1000 -&amp;gt; 4000 , let me know is the below steps is right or should I remove the complete commands. I don't have the UAT to test it.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;BR /&gt;sla monitor 1&lt;BR /&gt;type echo protocol ipIcmpEcho x.x.x.x interface outside&lt;BR /&gt;&lt;STRONG&gt;timeout 4000&lt;/STRONG&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 03 Aug 2020 07:38:42 GMT</pubDate>
    <dc:creator>RS19</dc:creator>
    <dc:date>2020-08-03T07:38:42Z</dc:date>
    <item>
      <title>Cisco ASA + IP SLA</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-ip-sla/m-p/4129378#M1072532</link>
      <description>&lt;P&gt;I have the below configuration in my ASA firewall&lt;/P&gt;&lt;P&gt;-------------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;sla monitor 1&lt;BR /&gt;type echo protocol ipIcmpEcho x.x.x.x interface outside&lt;BR /&gt;num-packets 3&lt;BR /&gt;timeout 1000&lt;BR /&gt;frequency 9&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;-------------------------------------------------------------&lt;BR /&gt;&lt;/FONT&gt;&lt;FONT&gt;I want to change the timeout value from 1000 -&amp;gt; 4000 , let me know is the below steps is right or should I remove the complete commands. I don't have the UAT to test it.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;BR /&gt;sla monitor 1&lt;BR /&gt;type echo protocol ipIcmpEcho x.x.x.x interface outside&lt;BR /&gt;&lt;STRONG&gt;timeout 4000&lt;/STRONG&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Aug 2020 07:38:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-ip-sla/m-p/4129378#M1072532</guid>
      <dc:creator>RS19</dc:creator>
      <dc:date>2020-08-03T07:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA + IP SLA</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-ip-sla/m-p/4129699#M1072547</link>
      <description>&lt;P&gt;If the sla monitor operation is already scheduled then you must first remove it and then recreate with the new parameters. So first:&lt;/P&gt;
&lt;PRE&gt;clear configure sla monitor&lt;/PRE&gt;
&lt;P&gt;...and then:&lt;/P&gt;
&lt;PRE&gt;sla monitor 1
type echo protocol ipIcmpEcho x.x.x.x interface outside
num-packets 3
timeout 4000
frequency 9&lt;/PRE&gt;
&lt;P&gt;...along with recreating the scheduling command such as:&lt;/P&gt;
&lt;PRE&gt;sla monitor schedule 1 life forever start-time now&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Aug 2020 18:56:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-ip-sla/m-p/4129699#M1072547</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2020-08-03T18:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA + IP SLA</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-ip-sla/m-p/4129820#M1072573</link>
      <description>&lt;P&gt;Thanks.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please explain me what the below command exactly does ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;clear configure sla monitor&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2020 00:49:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-ip-sla/m-p/4129820#M1072573</guid>
      <dc:creator>RS19</dc:creator>
      <dc:date>2020-08-04T00:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA + IP SLA</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-ip-sla/m-p/4129821#M1072574</link>
      <description>&lt;P&gt;Sorry I am not able to find the explanation of the below command&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;clear configure sla monitor&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2020 00:51:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-ip-sla/m-p/4129821#M1072574</guid>
      <dc:creator>RS19</dc:creator>
      <dc:date>2020-08-04T00:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA + IP SLA</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-ip-sla/m-p/4129827#M1072575</link>
      <description>&lt;P&gt;Is the below steps is right ?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Current Configuration:&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV&gt;&lt;FONT color="#ff0000"&gt;sla monitor 1&lt;BR /&gt;&amp;nbsp;type echo protocol ipIcmpEcho x.x.x.x interface outside&lt;BR /&gt;&amp;nbsp;num-packets 3&lt;BR /&gt;&amp;nbsp;timeout 1000&lt;BR /&gt;&amp;nbsp;frequency 9&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT color="#ff0000"&gt;sla monitor schedule 1 life forever start-time now&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT color="#ff0000"&gt;------------------------------------------------------------&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT color="#ff0000"&gt;Steps:&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;no sla monitor schedule 1 life forever start-time now&lt;BR /&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;FONT&gt;no sla monitor 1&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;sla monitor 1&lt;BR /&gt;&amp;nbsp;type echo protocol ipIcmpEcho x.x.x.x interface outside&lt;BR /&gt;&amp;nbsp;num-packets 3&lt;BR /&gt;&amp;nbsp;timeout 4000&lt;BR /&gt;&amp;nbsp;frequency 9&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;sla monitor schedule 1 life forever start-time now&lt;BR /&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2020 01:10:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-ip-sla/m-p/4129827#M1072575</guid>
      <dc:creator>RS19</dc:creator>
      <dc:date>2020-08-04T01:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA + IP SLA</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-ip-sla/m-p/4129949#M1072584</link>
      <description>&lt;P&gt;That would work.&lt;/P&gt;
&lt;P&gt;The earlier "clear..." command I provided clears both command 1 and 2 and the same time&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2020 08:06:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-ip-sla/m-p/4129949#M1072584</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2020-08-04T08:06:53Z</dc:date>
    </item>
  </channel>
</rss>

