<?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: allowing only http from zone1 to zone2 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/allowing-only-http-from-zone1-to-zone2/m-p/1521214#M601025</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks Mike for your reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the only IOS images I can find in the TFTP of the server-PT are .T1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so I want to know whether the T1 IOS version has a "bug" related to the code I wrote above (concerning the http protocol) ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Oct 2010 07:36:39 GMT</pubDate>
    <dc:creator>ibtissamshukor</dc:creator>
    <dc:date>2010-10-20T07:36:39Z</dc:date>
    <item>
      <title>allowing only http from zone1 to zone2</title>
      <link>https://community.cisco.com/t5/network-security/allowing-only-http-from-zone1-to-zone2/m-p/1521208#M601019</link>
      <description>&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;I'm still new to firewall &amp;amp; zone-base firewall using packet tracer (version 5.3.0.0088)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to allow ONLY http protocol between zone1 &amp;amp; zone2, below is the code I'm using on the router&lt;/P&gt;&lt;P&gt;(zones are initialized properly on the interfaces)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;config t&lt;/P&gt;&lt;P&gt;class-map type inspect match-any cm1&lt;/P&gt;&lt;P&gt;match protocol http&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map type inspect pm1&lt;/P&gt;&lt;P&gt;class type inspect cm1&lt;/P&gt;&lt;P&gt;inspect&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as soon as I write inpect the following message appears:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;%No specific protocol configured in class cm1 for inspection. All protocols will be inspected&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please if some-one can help me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;N.B. any protocol other than the http doesn't give the above message&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you very much&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 18:54:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allowing-only-http-from-zone1-to-zone2/m-p/1521208#M601019</guid>
      <dc:creator>ibtissamshukor</dc:creator>
      <dc:date>2019-03-11T18:54:38Z</dc:date>
    </item>
    <item>
      <title>Re: allowing only http from zone1 to zone2</title>
      <link>https://community.cisco.com/t5/network-security/allowing-only-http-from-zone1-to-zone2/m-p/1521209#M601020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just tried it and I did not get that error.&lt;/P&gt;&lt;P&gt;What code are you running on the router? I tried it in 12.4(24)T3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-KS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Oct 2010 12:31:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allowing-only-http-from-zone1-to-zone2/m-p/1521209#M601020</guid>
      <dc:creator>Kureli Sankar</dc:creator>
      <dc:date>2010-10-15T12:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: allowing only http from zone1 to zone2</title>
      <link>https://community.cisco.com/t5/network-security/allowing-only-http-from-zone1-to-zone2/m-p/1521210#M601021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There were some issues with the syntax in earlier 12.4 version.&lt;/P&gt;&lt;P&gt;As kusankar mentioned in latest versions your syntax will work ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The inspection you are trying to do is L4 and can also be done like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;access-list 101 permit tcp any any eq 80 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map type inspect match-any cm1&lt;/P&gt;&lt;P&gt;&amp;nbsp; match access-group 101&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Oct 2010 14:58:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allowing-only-http-from-zone1-to-zone2/m-p/1521210#M601021</guid>
      <dc:creator>Panos Kampanakis</dc:creator>
      <dc:date>2010-10-15T14:58:24Z</dc:date>
    </item>
    <item>
      <title>Re: allowing only http from zone1 to zone2</title>
      <link>https://community.cisco.com/t5/network-security/allowing-only-http-from-zone1-to-zone2/m-p/1521211#M601022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you guys for your reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;actually the version of packet tracer I'm running is 12.4(15)T1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Oct 2010 07:39:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allowing-only-http-from-zone1-to-zone2/m-p/1521211#M601022</guid>
      <dc:creator>ibtissamshukor</dc:creator>
      <dc:date>2010-10-16T07:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: allowing only http from zone1 to zone2</title>
      <link>https://community.cisco.com/t5/network-security/allowing-only-http-from-zone1-to-zone2/m-p/1521212#M601023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey guys&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using applying the commands on packet tracer (the software), is there a way to upgrade the IOS image on the router of the software???&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, 18 Oct 2010 10:09:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allowing-only-http-from-zone1-to-zone2/m-p/1521212#M601023</guid>
      <dc:creator>ibtissamshukor</dc:creator>
      <dc:date>2010-10-18T10:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: allowing only http from zone1 to zone2</title>
      <link>https://community.cisco.com/t5/network-security/allowing-only-http-from-zone1-to-zone2/m-p/1521213#M601024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Shukor!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is Mike, I hope you are doing great. Yup, you can do upgrade to the IOS of the routers, but only with the ones that appear as per default (This is from packet tracer 5)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just drag/drop a Server PT on the topology, click on the tab config and then TFTP, you will be able to see the images that you are allow to run.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Oct 2010 21:05:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allowing-only-http-from-zone1-to-zone2/m-p/1521213#M601024</guid>
      <dc:creator>Maykol Rojas</dc:creator>
      <dc:date>2010-10-18T21:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: allowing only http from zone1 to zone2</title>
      <link>https://community.cisco.com/t5/network-security/allowing-only-http-from-zone1-to-zone2/m-p/1521214#M601025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks Mike for your reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the only IOS images I can find in the TFTP of the server-PT are .T1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so I want to know whether the T1 IOS version has a "bug" related to the code I wrote above (concerning the http protocol) ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Oct 2010 07:36:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allowing-only-http-from-zone1-to-zone2/m-p/1521214#M601025</guid>
      <dc:creator>ibtissamshukor</dc:creator>
      <dc:date>2010-10-20T07:36:39Z</dc:date>
    </item>
  </channel>
</rss>

