<?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 Custom UDP service timeout in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/custom-udp-service-timeout/m-p/1337718#M859111</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't want to change the global UDP idle timeout for the entire firewall for obvious security reasons but I have to change timeout for a particular UDP port from a known source IP to another known destination IP. I tried using:&lt;/P&gt;&lt;P&gt;object-group service blah&lt;/P&gt;&lt;P&gt;timeout udp 0:20:00&lt;/P&gt;&lt;P&gt;or timeout udp 0:20:00 conn 1:00:00&lt;/P&gt;&lt;P&gt;but the timeout command does not stay in the config. I even tried MPF but MPF doesn't have UDP option or I can't find it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there another way?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 15:47:54 GMT</pubDate>
    <dc:creator>ned.tavakol</dc:creator>
    <dc:date>2019-03-11T15:47:54Z</dc:date>
    <item>
      <title>Custom UDP service timeout</title>
      <link>https://community.cisco.com/t5/network-security/custom-udp-service-timeout/m-p/1337718#M859111</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't want to change the global UDP idle timeout for the entire firewall for obvious security reasons but I have to change timeout for a particular UDP port from a known source IP to another known destination IP. I tried using:&lt;/P&gt;&lt;P&gt;object-group service blah&lt;/P&gt;&lt;P&gt;timeout udp 0:20:00&lt;/P&gt;&lt;P&gt;or timeout udp 0:20:00 conn 1:00:00&lt;/P&gt;&lt;P&gt;but the timeout command does not stay in the config. I even tried MPF but MPF doesn't have UDP option or I can't find it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there another way?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 15:47:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/custom-udp-service-timeout/m-p/1337718#M859111</guid>
      <dc:creator>ned.tavakol</dc:creator>
      <dc:date>2019-03-11T15:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: Custom UDP service timeout</title>
      <link>https://community.cisco.com/t5/network-security/custom-udp-service-timeout/m-p/1337719#M859114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did something similar for TCP connections the other day...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should work...substitute the TCP for UDP and add the necessary UDP port in the ACL:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list custom_timeout extended permit tcp host 1.1.1.1 any &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; class-map custom_timeout                                     &lt;/P&gt;&lt;P&gt; description Connection Timeout for specific hosts - 3 hours &lt;/P&gt;&lt;P&gt; match access-list custom_timeout    &lt;/P&gt;&lt;P&gt;                        &lt;/P&gt;&lt;P&gt; policy-map global_policy                                         &lt;/P&gt;&lt;P&gt;  class inspection_default                                        &lt;/P&gt;&lt;P&gt;   inspect ftp                                                    &lt;/P&gt;&lt;P&gt;   inspect h323 h225                                              &lt;/P&gt;&lt;P&gt;   inspect h323 ras                                               &lt;/P&gt;&lt;P&gt;   inspect rsh                                                    &lt;/P&gt;&lt;P&gt;   inspect rtsp                                                   &lt;/P&gt;&lt;P&gt;   inspect sqlnet                                                 &lt;/P&gt;&lt;P&gt;   inspect skinny                                                 &lt;/P&gt;&lt;P&gt;   inspect sunrpc                                                 &lt;/P&gt;&lt;P&gt;   inspect xdmcp                                                  &lt;/P&gt;&lt;P&gt;   inspect sip                                                    &lt;/P&gt;&lt;P&gt;   inspect netbios                                                &lt;/P&gt;&lt;P&gt;   inspect tftp                                                   &lt;/P&gt;&lt;P&gt;  class custom_timeout                                       &lt;/P&gt;&lt;P&gt;   set connection timeout tcp 03:0:00 reset                      &lt;/P&gt;&lt;P&gt;                                                                  &lt;/P&gt;&lt;P&gt;                                                                 &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2009 03:30:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/custom-udp-service-timeout/m-p/1337719#M859114</guid>
      <dc:creator>Patrick0711</dc:creator>
      <dc:date>2009-06-25T03:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: Custom UDP service timeout</title>
      <link>https://community.cisco.com/t5/network-security/custom-udp-service-timeout/m-p/1337720#M859116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for your respond.&lt;/P&gt;&lt;P&gt;I've already tried this but unfortunately there isn't a udp option with this method.&lt;/P&gt;&lt;P&gt;please see below&lt;/P&gt;&lt;P&gt;hostname(config-pmap-c)# set connection timeout ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mpf-policy-map-class mode commands/options:&lt;/P&gt;&lt;P&gt;  dcd          Configure dead-connection-detection retry interval.&lt;/P&gt;&lt;P&gt;  embryonic    Configure absolute time after which an embryonic TCP connection&lt;/P&gt;&lt;P&gt;               will be closed, default is 0:00:30.&lt;/P&gt;&lt;P&gt;  half-closed  Configure idle time after which a TCP half-closed connection&lt;/P&gt;&lt;P&gt;               will be freed, default is 0:10:00&lt;/P&gt;&lt;P&gt;  tcp          Configure idle time after which a TCP connection state will be&lt;/P&gt;&lt;P&gt;               closed, default is 1:00:00&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2009 08:39:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/custom-udp-service-timeout/m-p/1337720#M859116</guid>
      <dc:creator>ned.tavakol</dc:creator>
      <dc:date>2009-06-25T08:39:36Z</dc:date>
    </item>
    <item>
      <title>Custom UDP service timeout</title>
      <link>https://community.cisco.com/t5/network-security/custom-udp-service-timeout/m-p/1337721#M859118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The custom UDP service was taken out of ASA 8.x code and by request it was added back in higher releases of 8.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __jive_emoticon_name="cool" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/tiny_mce3/plugins/jiveemoticons/images/spacer.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2012 00:36:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/custom-udp-service-timeout/m-p/1337721#M859118</guid>
      <dc:creator>ned.tavakol</dc:creator>
      <dc:date>2012-02-20T00:36:53Z</dc:date>
    </item>
  </channel>
</rss>

