<?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 Cisco ZBFW Configuration in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/cisco-zbfw-configuration/m-p/2320172#M343464</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, I was planning on taking the v4 R&amp;amp;S written at the end of the year, or in Janurary of 2014, but now, I'm going to take it once v5 R&amp;amp;S written comes out. I'm currently working on Pfr/OER/Multicast/IPv6/ZBFW, basically my weak points. So when some of the new technologies come out, I'm ready to go.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Sep 2013 12:06:53 GMT</pubDate>
    <dc:creator>JohnTylerPearce</dc:creator>
    <dc:date>2013-09-06T12:06:53Z</dc:date>
    <item>
      <title>Cisco ZBFW Configuration</title>
      <link>https://community.cisco.com/t5/network-security/cisco-zbfw-configuration/m-p/2320169#M343460</link>
      <description>&lt;P&gt;I'm trying to learn the ZBFW, mainly for CCIE studing and have a few question. These will be pretty basic, it's for the R&amp;amp;S not the Security, and the R&amp;amp;S doesn't go to much into the ZBFW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this example, I have R1, with gi0/0 an gi0/1. gi0/0 goes to the Internet, and gi0/1 goes to my LAN. (Very simple topology)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;My main misunderstanding is the use of 'inspect, permit, and deny'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From my understanding, inspect, will inspect the traffic, and allow the return traffic, where permit permits and deny denies.... (Big shock I know)&lt;/P&gt;&lt;P&gt;But does permit, permit the traffic outbound, but the return traffic has to be permitted as well?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample Configuration(R1)&lt;/P&gt;&lt;P&gt;-------------------------------------&lt;/P&gt;&lt;P&gt;zone security OUTSIDE&lt;/P&gt;&lt;P&gt;zone security INSIDE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;int gi0/0&lt;/P&gt;&lt;P&gt;description ***** To Internet Service Provider *****&lt;/P&gt;&lt;P&gt;ip address 150.10.10.9 255.255.255.252&lt;/P&gt;&lt;P&gt;zone-member security OUTSIDE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;int gi0/1&lt;/P&gt;&lt;P&gt;description ***** To 192.168.1.0/24 LAN *****&lt;/P&gt;&lt;P&gt;ip address 192.168.1.1 255.255.255.0&lt;/P&gt;&lt;P&gt;zone-member security INSIDE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;zone-pair security in-to-out source INSIDE destination OUTSIDE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map type inspect match any Inside2Outside-CM&lt;/P&gt;&lt;P&gt;match protocol http&lt;/P&gt;&lt;P&gt;match protocol https&lt;/P&gt;&lt;P&gt;match protocol smtp&lt;/P&gt;&lt;P&gt;match protocol pop3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map type inspect Inside2Outside-PM&lt;/P&gt;&lt;P&gt;class type inspec Inside2Outside-CM&lt;/P&gt;&lt;P&gt;inspect&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;zone-pair security in-to-out&lt;/P&gt;&lt;P&gt;service-policy type inspect Inside2Outside-PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, I'm assuming this would allow http,https,smtp, and pop3 to the outside interface, and also return traffic. But if I used permit instead of inspect in the policy-map, would I have to allow traffic back in?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 02:34:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-zbfw-configuration/m-p/2320169#M343460</guid>
      <dc:creator>JohnTylerPearce</dc:creator>
      <dc:date>2019-03-12T02:34:36Z</dc:date>
    </item>
    <item>
      <title>Cisco ZBFW Configuration</title>
      <link>https://community.cisco.com/t5/network-security/cisco-zbfw-configuration/m-p/2320170#M343461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe that is correct - if you inspect it outbound, return traffic is automaticaaaly allowed. If, however you do not inspect and do a straight "permit" you must have a matching rule for the return traffic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found this explained explicitly &lt;A href="http://www.cisco.com/en/US/products/sw/secursw/ps1018/products_tech_note09186a00808bc994.shtml#conf-zbf2"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Sep 2013 01:11:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-zbfw-configuration/m-p/2320170#M343461</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2013-09-06T01:11:09Z</dc:date>
    </item>
    <item>
      <title>Cisco ZBFW Configuration</title>
      <link>https://community.cisco.com/t5/network-security/cisco-zbfw-configuration/m-p/2320171#M343463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So studing for the IE, Where are you at the moment?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And for this post: Here is one of my explanations on my blog where I cover the basics&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.laguiadelnetworking.com/zone-based-firewall-deployment-scenario-1/"&gt;http://www.laguiadelnetworking.com/zone-based-firewall-deployment-scenario-1/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;For more information about Core and Security Networking follow my website at &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://laguiadelnetworking"&gt;http://laguiadelnetworking&lt;/A&gt;&lt;SPAN&gt;. &lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;SPAN&gt;Any question contact me at &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:jcarvaja@laguiadelnetworking.com"&gt;jcarvaja@laguiadelnetworking.com&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt;Cheers, &lt;BR /&gt; &lt;BR /&gt;Julio Carvajal Segura&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Sep 2013 03:22:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-zbfw-configuration/m-p/2320171#M343463</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2013-09-06T03:22:23Z</dc:date>
    </item>
    <item>
      <title>Cisco ZBFW Configuration</title>
      <link>https://community.cisco.com/t5/network-security/cisco-zbfw-configuration/m-p/2320172#M343464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, I was planning on taking the v4 R&amp;amp;S written at the end of the year, or in Janurary of 2014, but now, I'm going to take it once v5 R&amp;amp;S written comes out. I'm currently working on Pfr/OER/Multicast/IPv6/ZBFW, basically my weak points. So when some of the new technologies come out, I'm ready to go.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Sep 2013 12:06:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-zbfw-configuration/m-p/2320172#M343464</guid>
      <dc:creator>JohnTylerPearce</dc:creator>
      <dc:date>2013-09-06T12:06:53Z</dc:date>
    </item>
    <item>
      <title>Cisco ZBFW Configuration</title>
      <link>https://community.cisco.com/t5/network-security/cisco-zbfw-configuration/m-p/2320173#M343468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;I suppose you meant "pass" instaed of "inspect" in the policy-map ? because permit/denies are in the ACLs and are for matching traffic not for filtering so a permit will categorize the traffic in the corresponding class and then the policies applied to the zone-pair(s) will do the firewalling.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alain&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't forget to rate helpful posts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Sep 2013 12:55:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-zbfw-configuration/m-p/2320173#M343468</guid>
      <dc:creator>cadet alain</dc:creator>
      <dc:date>2013-09-06T12:55:32Z</dc:date>
    </item>
    <item>
      <title>Cisco ZBFW Configuration</title>
      <link>https://community.cisco.com/t5/network-security/cisco-zbfw-configuration/m-p/2320174#M343471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cool John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck with that,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;For more information about Core and Security Networking follow my website at &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://laguiadelnetworking"&gt;http://laguiadelnetworking&lt;/A&gt;&lt;SPAN&gt;. &lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;SPAN&gt;Any question contact me at &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:jcarvaja@laguiadelnetworking.com"&gt;jcarvaja@laguiadelnetworking.com&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt;Cheers, &lt;BR /&gt; &lt;BR /&gt;Julio Carvajal Segura&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Sep 2013 16:05:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-zbfw-configuration/m-p/2320174#M343471</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2013-09-06T16:05:05Z</dc:date>
    </item>
    <item>
      <title>Cisco ZBFW Configuration</title>
      <link>https://community.cisco.com/t5/network-security/cisco-zbfw-configuration/m-p/2320175#M343476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks guys, sorry for the late response, I've been pretty busy. I'll be sure to check out that site jcarva.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Sep 2013 13:01:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-zbfw-configuration/m-p/2320175#M343476</guid>
      <dc:creator>JohnTylerPearce</dc:creator>
      <dc:date>2013-09-08T13:01:34Z</dc:date>
    </item>
  </channel>
</rss>

