<?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: CCP Firewall is that bad? in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/ccp-firewall-is-that-bad/m-p/1464950#M654290</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi oren, i just confirmed with one of my collegue i&lt;/P&gt;&lt;P&gt;would like to correct myself&lt;/P&gt;&lt;P&gt;the order does matter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;more specific ones first and then general ones&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so layer 7 first and then layer 4 like tcp/udp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so it does go like access-list if it finds the match in the first rule it will not look at others&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;inspect tcp&lt;/P&gt;&lt;P&gt;inspect http&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;inspect http has no effect&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;inspect http&lt;/P&gt;&lt;P&gt;inspect ftp&lt;/P&gt;&lt;P&gt;inspect tcp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry for the confusion&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Jul 2010 08:37:10 GMT</pubDate>
    <dc:creator>Jitendriya Athavale</dc:creator>
    <dc:date>2010-07-19T08:37:10Z</dc:date>
    <item>
      <title>CCP Firewall is that bad?</title>
      <link>https://community.cisco.com/t5/network-security/ccp-firewall-is-that-bad/m-p/1464941#M654186</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got a Cisco 877W set up and have problems with the Firewall setup using Cisco Configuration Professional.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to the security field so I decided to use CCP to configure the firewall. I would like to block all traffic from the internet and allow all traffic originating inside the LAN, I do not care which traffic is originating as I consider the LAN to be completely trusted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After I configured the default template of &lt;STRONG&gt;Low Security&lt;/STRONG&gt; my connection dropped dramatically, from a 10Mbps ADSL connection that I fully utilized, I started getting 150kbps just after I enabled the firewall.&lt;/P&gt;&lt;P&gt;I checked the router's CPU and it showed peaks of up to 87% (Usually was jumping around between 20%-87%).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I turned the firewall off since I need to use my connection, but am I missing something? How come my $20 D-Link router blocks incoming traffic from the internet and performs well while my pricey 877W can't run the firewall.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I will drop the zone based firewall and go back to the classic one will it be better?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 18:12:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ccp-firewall-is-that-bad/m-p/1464941#M654186</guid>
      <dc:creator>oren.hecht</dc:creator>
      <dc:date>2019-03-11T18:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: CCP Firewall is that bad?</title>
      <link>https://community.cisco.com/t5/network-security/ccp-firewall-is-that-bad/m-p/1464942#M654194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think for you r setup the classic firewall makes sense&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;since you need to block everything from wan and allow everything from lan, i think cbac or classid firewall should be enough to begin with&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jul 2010 04:41:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ccp-firewall-is-that-bad/m-p/1464942#M654194</guid>
      <dc:creator>Jitendriya Athavale</dc:creator>
      <dc:date>2010-07-19T04:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: CCP Firewall is that bad?</title>
      <link>https://community.cisco.com/t5/network-security/ccp-firewall-is-that-bad/m-p/1464943#M654200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Jathaval,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I indeed used CBAC eventually and got it working, but got some weird results while trying to do so.&lt;/P&gt;&lt;P&gt;At first I set up these rules:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;ip inspect name FIREWALL_RULES dns&lt;BR /&gt;ip inspect name FIREWALL_RULES ftp&lt;BR /&gt;ip inspect name FIREWALL_RULES http&lt;BR /&gt;ip inspect name FIREWALL_RULES https&lt;BR /&gt;ip inspect name FIREWALL_RULES icmp&lt;BR /&gt;ip inspect name FIREWALL_RULES imap&lt;BR /&gt;ip inspect name FIREWALL_RULES smtp&lt;BR /&gt;ip inspect name FIREWALL_RULES pop3&lt;BR /&gt;ip inspect name FIREWALL_RULES tftp&lt;BR /&gt;ip inspect name FIREWALL_RULES tcp&lt;BR /&gt;ip inspect name FIREWALL_RULES udp&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I got the same behavior as I did with the ZBF, my bandwidth usage dropped &lt;STRONG&gt;to 10%.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eventually I left it with:&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;ip inspect name FIREWALL_RULES icmp&lt;BR /&gt;ip inspect name FIREWALL_RULES tcp&lt;BR /&gt;ip inspect name FIREWALL_RULES udp&lt;BR /&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then it started behaving normally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I don't get it, lets say I wanted to do some VOIP classifications. According to the results above If I started to match protocols and classify them, the traffic would drop dramatically and both the web traffic and VOIP traffic will be useless (I didn't check the delays but I bet they suffered too).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How come Cisco manufactures a SOHO product that can't handle more than 3 classifications? Luckily it does what I need it to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oren.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jul 2010 07:13:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ccp-firewall-is-that-bad/m-p/1464943#M654200</guid>
      <dc:creator>oren.hecht</dc:creator>
      <dc:date>2010-07-19T07:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: CCP Firewall is that bad?</title>
      <link>https://community.cisco.com/t5/network-security/ccp-firewall-is-that-bad/m-p/1464944#M654227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think the issue is caused because of inspecting http and https&lt;/P&gt;&lt;P&gt;can you disable them and verify the results again with the rest of the inspections&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jul 2010 07:16:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ccp-firewall-is-that-bad/m-p/1464944#M654227</guid>
      <dc:creator>Jitendriya Athavale</dc:creator>
      <dc:date>2010-07-19T07:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: CCP Firewall is that bad?</title>
      <link>https://community.cisco.com/t5/network-security/ccp-firewall-is-that-bad/m-p/1464945#M654237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep, you are dead on. And since I don't use https that often it's probably the http, wow that is very shameful isn't it?&lt;/P&gt;&lt;P&gt;Luckily I don't do classification between HTTP and other traffic or my connection would be very bad...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got two questions though:&lt;/P&gt;&lt;P&gt;1. Do I need all the other inspections rules? Cause most of them are TCP &amp;amp; UDP anyway, won;t be enough to inspect them?&lt;/P&gt;&lt;P&gt;2. Does the order of the inspection matter? Does it behave like an ACL, when it identifies something as one of the inspections it stops inspecting?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jul 2010 07:53:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ccp-firewall-is-that-bad/m-p/1464945#M654237</guid>
      <dc:creator>oren.hecht</dc:creator>
      <dc:date>2010-07-19T07:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: CCP Firewall is that bad?</title>
      <link>https://community.cisco.com/t5/network-security/ccp-firewall-is-that-bad/m-p/1464946#M654249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;choosing inspection rules is your choice depending what you need&lt;/P&gt;&lt;P&gt;for example you might or might not need ftp depending on whether it is active or passive&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but definately http is not advisable becuase it will leed to slowing of traffic especially if you line has lot of out of order packets&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as far as layer 7 inspections r concerned you will need them only if the server/client on the outside needs to open any ports&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with cbac you are options are as such limited to basic inspection, so i think u can probably continue with just icmp, tcp and udp and if there is requirement you can use layer 7 inspection for ftp or voice or something like that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this answers your questions, if so i request you to mark this as answered for the benifit of the other users&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jul 2010 08:04:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ccp-firewall-is-that-bad/m-p/1464946#M654249</guid>
      <dc:creator>Jitendriya Athavale</dc:creator>
      <dc:date>2010-07-19T08:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: CCP Firewall is that bad?</title>
      <link>https://community.cisco.com/t5/network-security/ccp-firewall-is-that-bad/m-p/1464947#M654255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Jathaval,&lt;/P&gt;&lt;P&gt;Thank you very much for the help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One last question I have regarding this issue is if the inspection list behaves as an ACL and if the order matters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If one inspection rule is identified, does it continue inspecting or does it break the inspection list?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;Oren.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jul 2010 08:16:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ccp-firewall-is-that-bad/m-p/1464947#M654255</guid>
      <dc:creator>oren.hecht</dc:creator>
      <dc:date>2010-07-19T08:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: CCP Firewall is that bad?</title>
      <link>https://community.cisco.com/t5/network-security/ccp-firewall-is-that-bad/m-p/1464948#M654269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think such a situation will never arise because if we are talking about at layer 3-4 it will be tcp or udp&lt;/P&gt;&lt;P&gt;if at layer 7 http, ftp smtp etc&lt;/P&gt;&lt;P&gt;so the question of order doesnt arise as each rule is unique&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jul 2010 08:28:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ccp-firewall-is-that-bad/m-p/1464948#M654269</guid>
      <dc:creator>Jitendriya Athavale</dc:creator>
      <dc:date>2010-07-19T08:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: CCP Firewall is that bad?</title>
      <link>https://community.cisco.com/t5/network-security/ccp-firewall-is-that-bad/m-p/1464949#M654278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fair Enough.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for you kind help, I really appreciate it!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jul 2010 08:33:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ccp-firewall-is-that-bad/m-p/1464949#M654278</guid>
      <dc:creator>oren.hecht</dc:creator>
      <dc:date>2010-07-19T08:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: CCP Firewall is that bad?</title>
      <link>https://community.cisco.com/t5/network-security/ccp-firewall-is-that-bad/m-p/1464950#M654290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi oren, i just confirmed with one of my collegue i&lt;/P&gt;&lt;P&gt;would like to correct myself&lt;/P&gt;&lt;P&gt;the order does matter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;more specific ones first and then general ones&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so layer 7 first and then layer 4 like tcp/udp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so it does go like access-list if it finds the match in the first rule it will not look at others&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;inspect tcp&lt;/P&gt;&lt;P&gt;inspect http&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;inspect http has no effect&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;inspect http&lt;/P&gt;&lt;P&gt;inspect ftp&lt;/P&gt;&lt;P&gt;inspect tcp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry for the confusion&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jul 2010 08:37:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ccp-firewall-is-that-bad/m-p/1464950#M654290</guid>
      <dc:creator>Jitendriya Athavale</dc:creator>
      <dc:date>2010-07-19T08:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: CCP Firewall is that bad?</title>
      <link>https://community.cisco.com/t5/network-security/ccp-firewall-is-that-bad/m-p/1464951#M654298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That makes more sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you, and thank your colleague too &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oren.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jul 2010 09:16:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ccp-firewall-is-that-bad/m-p/1464951#M654298</guid>
      <dc:creator>oren.hecht</dc:creator>
      <dc:date>2010-07-19T09:16:23Z</dc:date>
    </item>
  </channel>
</rss>

