<?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 Duplicate TCP SYN in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/duplicate-tcp-syn/m-p/2451257#M929297</link>
    <description>&lt;P&gt;Support Community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've been trying to set up the following commands in my ASA5515 running ver. 9.125 for Duplicat TCP SYN Flood attacks. So I put in the default values that you find in the Cisco documentation but this didnt work for me to well. It slowed the internet down to a crawl and some pages like Cisco.com wouldnt even come up. Going to CNN about a quarter of the graphics would come up. I have an office of 25 people that Im trying to maintain a level of security for. I was wondering if you could direct me in the correct direction, or anybody out there that has enabled this for there network.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;John W.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;Configuring the commands to help stop SYN Flood attack &amp;nbsp;or (DOS)&lt;/STRONG&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P style="margin-left:.5in;"&gt;ciscoasa(config)#class-map tcp_syn&lt;/P&gt;&lt;P style="margin-left:.5in;"&gt;ciscoasa(config-cmap)#match port tcp eq 80&lt;/P&gt;&lt;P style="margin-left:.5in;"&gt;ciscoasa(config-cmap)#exit&lt;/P&gt;&lt;P style="margin-left:.5in;"&gt;ciscoasa(config)#policy-map tcpmap&lt;/P&gt;&lt;P style="margin-left:.5in;"&gt;ciscoasa(config-pmap)#class tcp_syn&lt;/P&gt;&lt;P style="margin-left:.5in;"&gt;ciscoasa(config-pmap-c)#set connection conn-max 100&lt;/P&gt;&lt;P style="margin-left:.5in;"&gt;ciscoasa(config-pmap-c)#set connection embryonic-conn-max 200&lt;/P&gt;&lt;P style="margin-left:.5in;"&gt;ciscoasa(config-pmap-c)#set connection per-client-embryonic-max 10&lt;/P&gt;&lt;P style="margin-left:.5in;"&gt;ciscoasa(config-pmap-c)#set connection per-client-max 10&lt;/P&gt;&lt;P style="margin-left:.5in;"&gt;ciscoasa(config-pmap-c)#set connection random-sequence-number enable&lt;/P&gt;&lt;P style="margin-left:.5in;"&gt;ciscoasa(config-pmap-c)#set connection timeout half-closed 0:0:30 embryonic 0:00:30 dcd 0:0:15 5 idle 1:0:0&lt;/P&gt;&lt;P style="margin-left:.5in;"&gt;ciscoasa(config-pmap-c)#set connection timeout tcp 1:0:0&lt;/P&gt;&lt;P style="margin-left:.5in;"&gt;ciscoasa(config-pmap-c)#exit&lt;/P&gt;&lt;P style="margin-left:.5in;"&gt;ciscoasa(config-pmap)#exit&lt;/P&gt;&lt;P style="margin-left:.5in;"&gt;ciscoasa(config)# service-policy tcpmap interface Internet_access&lt;/P&gt;</description>
    <pubDate>Fri, 21 Feb 2020 13:07:35 GMT</pubDate>
    <dc:creator>Engineering5</dc:creator>
    <dc:date>2020-02-21T13:07:35Z</dc:date>
    <item>
      <title>Duplicate TCP SYN</title>
      <link>https://community.cisco.com/t5/network-security/duplicate-tcp-syn/m-p/2451257#M929297</link>
      <description>&lt;P&gt;Support Community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've been trying to set up the following commands in my ASA5515 running ver. 9.125 for Duplicat TCP SYN Flood attacks. So I put in the default values that you find in the Cisco documentation but this didnt work for me to well. It slowed the internet down to a crawl and some pages like Cisco.com wouldnt even come up. Going to CNN about a quarter of the graphics would come up. I have an office of 25 people that Im trying to maintain a level of security for. I was wondering if you could direct me in the correct direction, or anybody out there that has enabled this for there network.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;John W.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;Configuring the commands to help stop SYN Flood attack &amp;nbsp;or (DOS)&lt;/STRONG&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P style="margin-left:.5in;"&gt;ciscoasa(config)#class-map tcp_syn&lt;/P&gt;&lt;P style="margin-left:.5in;"&gt;ciscoasa(config-cmap)#match port tcp eq 80&lt;/P&gt;&lt;P style="margin-left:.5in;"&gt;ciscoasa(config-cmap)#exit&lt;/P&gt;&lt;P style="margin-left:.5in;"&gt;ciscoasa(config)#policy-map tcpmap&lt;/P&gt;&lt;P style="margin-left:.5in;"&gt;ciscoasa(config-pmap)#class tcp_syn&lt;/P&gt;&lt;P style="margin-left:.5in;"&gt;ciscoasa(config-pmap-c)#set connection conn-max 100&lt;/P&gt;&lt;P style="margin-left:.5in;"&gt;ciscoasa(config-pmap-c)#set connection embryonic-conn-max 200&lt;/P&gt;&lt;P style="margin-left:.5in;"&gt;ciscoasa(config-pmap-c)#set connection per-client-embryonic-max 10&lt;/P&gt;&lt;P style="margin-left:.5in;"&gt;ciscoasa(config-pmap-c)#set connection per-client-max 10&lt;/P&gt;&lt;P style="margin-left:.5in;"&gt;ciscoasa(config-pmap-c)#set connection random-sequence-number enable&lt;/P&gt;&lt;P style="margin-left:.5in;"&gt;ciscoasa(config-pmap-c)#set connection timeout half-closed 0:0:30 embryonic 0:00:30 dcd 0:0:15 5 idle 1:0:0&lt;/P&gt;&lt;P style="margin-left:.5in;"&gt;ciscoasa(config-pmap-c)#set connection timeout tcp 1:0:0&lt;/P&gt;&lt;P style="margin-left:.5in;"&gt;ciscoasa(config-pmap-c)#exit&lt;/P&gt;&lt;P style="margin-left:.5in;"&gt;ciscoasa(config-pmap)#exit&lt;/P&gt;&lt;P style="margin-left:.5in;"&gt;ciscoasa(config)# service-policy tcpmap interface Internet_access&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 13:07:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/duplicate-tcp-syn/m-p/2451257#M929297</guid>
      <dc:creator>Engineering5</dc:creator>
      <dc:date>2020-02-21T13:07:35Z</dc:date>
    </item>
    <item>
      <title>Hello, This can be that the</title>
      <link>https://community.cisco.com/t5/network-security/duplicate-tcp-syn/m-p/2451258#M929304</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This can be that the interface is not configure properly, ASA getting more traffic than it can handle it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you send a show interface output?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also see this post below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;https://supportforums.cisco.com/discussion/11557376/duplicate-tcp-syn-log-entries&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this is urgent matter to resolve I do suggest a case with Cisco TAC there are very familiar with this kind of issues.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Erick Delgado&lt;/P&gt;</description>
      <pubDate>Tue, 01 Apr 2014 03:07:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/duplicate-tcp-syn/m-p/2451258#M929304</guid>
      <dc:creator>edelgado</dc:creator>
      <dc:date>2014-04-01T03:07:50Z</dc:date>
    </item>
  </channel>
</rss>

