<?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: CSC SSM slows down internet traffic in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/csc-ssm-slows-down-internet-traffic/m-p/1710397#M562104</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;Do you have HTTP scanning by any chance? It is expected to see that those numbers go down, but not like that.... If you do a download, is it being reflected? Is it all internet traffic or just http?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 May 2011 01:55:58 GMT</pubDate>
    <dc:creator>Maykol Rojas</dc:creator>
    <dc:date>2011-05-19T01:55:58Z</dc:date>
    <item>
      <title>CSC SSM slows down internet traffic</title>
      <link>https://community.cisco.com/t5/network-security/csc-ssm-slows-down-internet-traffic/m-p/1710396#M562096</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have Cisco ASA 5510 256RAM running 8.2.4 with CSC 6.3.1172.4, it slows down internet traffics drastically when we do speed test, we get something like this&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.cisco.com/legacyfs/online/legacy/6/4/9/47946-Unknown.png" alt="Unknown.png" class="jive-image-thumbnail jive-image" onclick="" width="450" /&gt;&lt;/P&gt;&lt;P&gt;It the computer is bypassing the CSC, it gets&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.cisco.com/legacyfs/online/legacy/7/4/9/47947-Unknown-1.png" alt="Unknown-1.png" class="jive-image-thumbnail jive-image" onclick="" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This was done when there's very low traffic on the LAN and CPU is low usage on the CSC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The CSC has been re-imaged also but still doesn't solve the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All tests are done with the same test server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 20:35:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/csc-ssm-slows-down-internet-traffic/m-p/1710396#M562096</guid>
      <dc:creator>kpoon</dc:creator>
      <dc:date>2019-03-11T20:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: CSC SSM slows down internet traffic</title>
      <link>https://community.cisco.com/t5/network-security/csc-ssm-slows-down-internet-traffic/m-p/1710397#M562104</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;Do you have HTTP scanning by any chance? It is expected to see that those numbers go down, but not like that.... If you do a download, is it being reflected? Is it all internet traffic or just http?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2011 01:55:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/csc-ssm-slows-down-internet-traffic/m-p/1710397#M562104</guid>
      <dc:creator>Maykol Rojas</dc:creator>
      <dc:date>2011-05-19T01:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: CSC SSM slows down internet traffic</title>
      <link>https://community.cisco.com/t5/network-security/csc-ssm-slows-down-internet-traffic/m-p/1710398#M562112</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;&lt;SPAN&gt;I don't have inspect HTTP on. according to &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.speedtest.net/"&gt;http://www.speedtest.net/&lt;/A&gt;&lt;SPAN&gt;, the download is being reflected all the time. I believe it's all traffic that goes thru the CSC. For now I've even turned off ftp scanning. Here's my configuration:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list throttle_frontline extended permit ip host 7.x.x.x.x any &lt;BR /&gt;access-list throttle_frontline extended permit ip any host 7.x.x.x&lt;/P&gt;&lt;P&gt;access-list cscTraffic extended deny ip host 192.168.10.254 any &lt;BR /&gt;access-list cscTraffic extended deny ip object-group admin-ip any &lt;BR /&gt;access-list cscTraffic extended deny ip any object-group tms-ip &lt;BR /&gt;access-list cscTraffic extended permit object-group TCPUDP any any eq www &lt;BR /&gt;access-list cscTraffic extended permit tcp any any eq https &lt;BR /&gt;access-list cscTraffic extended permit tcp any any eq smtp &lt;BR /&gt;access-list cscTraffic extended permit tcp any any eq ftp inactive&lt;/P&gt;&lt;P&gt;!&lt;BR /&gt;class-map global-class&lt;BR /&gt; match default-inspection-traffic&lt;BR /&gt;class-map csc-class&lt;BR /&gt; match access-list cscTraffic&lt;BR /&gt;class-map throttle_frontline&lt;BR /&gt; match access-list throttle_frontline&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;policy-map throttle-policy&lt;BR /&gt; class throttle_frontline&lt;BR /&gt;&amp;nbsp; police input 600000 2000&lt;BR /&gt;&amp;nbsp; police output 600000 2000&lt;BR /&gt;policy-map global-policy&lt;BR /&gt; class global-class&lt;BR /&gt;&amp;nbsp; inspect pptp &lt;BR /&gt;&amp;nbsp; inspect ftp &lt;BR /&gt;&amp;nbsp; inspect ipsec-pass-thru &lt;BR /&gt;&amp;nbsp; inspect xdmcp &lt;BR /&gt;&amp;nbsp; inspect h323 h225 &lt;BR /&gt;&amp;nbsp; inspect h323 ras &lt;BR /&gt;&amp;nbsp; inspect sip&amp;nbsp; &lt;BR /&gt; class csc-class&lt;BR /&gt;&amp;nbsp; csc fail-open&lt;BR /&gt;!&lt;BR /&gt;service-policy global-policy global&lt;BR /&gt;service-policy throttle-policy interface outside&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2011 12:29:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/csc-ssm-slows-down-internet-traffic/m-p/1710398#M562112</guid>
      <dc:creator>kpoon</dc:creator>
      <dc:date>2011-05-19T12:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: CSC SSM slows down internet traffic</title>
      <link>https://community.cisco.com/t5/network-security/csc-ssm-slows-down-internet-traffic/m-p/1710399#M562114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The time change with ping doesn't make sense. That traffic is not going through the CSC module. That alone makes the numbers a bit suspicious. From what you indicated, the only change was removing the service policy for the CSC module on the ASA. Is that correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see you have a policing policy in place as well. If you remove the policing policy, but leave the CSC policy in place, do you see an improvement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is scanning enabled on the CSC? By its very nature, scanning will cache all files before they are sent to the end host. This breaks how the speed test determines its speed. (measuring how long it takes a file to be download) You can enable deferred scanning for files larger than 1MB, but the CSC still needs to complete its AV scan prior to sending the last byte of data to the client.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally, what version are you running on your CSC module and on your ASA?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Brendan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2011 13:04:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/csc-ssm-slows-down-internet-traffic/m-p/1710399#M562114</guid>
      <dc:creator>brquinn</dc:creator>
      <dc:date>2011-05-19T13:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: CSC SSM slows down internet traffic</title>
      <link>https://community.cisco.com/t5/network-security/csc-ssm-slows-down-internet-traffic/m-p/1710400#M562118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The time change in ping is even worse now after I re-flashed the CSC module. It's about &amp;gt;300ms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The moment I do this,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; access-list cscTraffic line 4 extended permit object-group TCPUDP any any eq http&amp;nbsp; inactive&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; access-list cscTraffic line 5 extended permit tcp any any eq https&amp;nbsp; inactive&lt;/P&gt;&lt;P&gt;The ping time comes back to normal, ~15ms, the speed as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; or any systems belong to admin-ip or tms-ip groups are fine as well since they completely bypass the CSC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The policing policy doesn't affect the result whether it's enabled or disabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scanning is enabled on the CSC, I am just puzzled why the results changes in such drastic fashion. I am expecting slow down with scanning but not at that extend.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CSC is version 6.3.1172.4&lt;/P&gt;&lt;P&gt;ASA is version 8.2(4), I can't upgrade to 8.3+ since I only have 256MB, correct me if I am wrong.&lt;/P&gt;&lt;P&gt;ASDM is version 6.4(1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2011 13:46:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/csc-ssm-slows-down-internet-traffic/m-p/1710400#M562118</guid>
      <dc:creator>kpoon</dc:creator>
      <dc:date>2011-05-19T13:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: CSC SSM slows down internet traffic</title>
      <link>https://community.cisco.com/t5/network-security/csc-ssm-slows-down-internet-traffic/m-p/1710401#M562121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The CSC does not scan https or any UDP ports. The only 4 TCP ports you should send are smtp, http, ftp, and pop3. It also doesn't make any sense that this would affect ICMP traffic unless there was some rule marking the ICMP traffic to be sent through the CSC module as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scanning will definitely interfere with the results of an online speed test. The test is an app that essentially tracks how long it takes the file to download. By performing scanning, the results of this test are invalid because it does not accurately portray the speed of your internet connection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please keep in mind that this doesn't necessarily mean you are wasting bandwidth since there is never only one user browsing at a time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Brendan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2011 13:59:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/csc-ssm-slows-down-internet-traffic/m-p/1710401#M562121</guid>
      <dc:creator>brquinn</dc:creator>
      <dc:date>2011-05-19T13:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: CSC SSM slows down internet traffic</title>
      <link>https://community.cisco.com/t5/network-security/csc-ssm-slows-down-internet-traffic/m-p/1710402#M562123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps it's as you have said, the online app doesn't necessary portrait the bandwidth correctly with CSC.&lt;/P&gt;&lt;P&gt;I've done real life ping time test, and it turns out correctly.&lt;/P&gt;&lt;P&gt;I've changed the access-list to only TCP.&lt;/P&gt;&lt;P&gt;Thanks for your explaination.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2011 14:22:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/csc-ssm-slows-down-internet-traffic/m-p/1710402#M562123</guid>
      <dc:creator>kpoon</dc:creator>
      <dc:date>2011-05-19T14:22:08Z</dc:date>
    </item>
  </channel>
</rss>

