<?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 I ended up taking the in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/isr-4k-zone-based-firewall-issues/m-p/3093502#M133801</link>
    <description>&lt;P&gt;I ended up taking the firewall off - issues were too intermittent and made no sense. Its working fine now though!&lt;/P&gt;</description>
    <pubDate>Thu, 03 Aug 2017 15:22:10 GMT</pubDate>
    <dc:creator>Greg Dent</dc:creator>
    <dc:date>2017-08-03T15:22:10Z</dc:date>
    <item>
      <title>ISR 4K zone based firewall issues</title>
      <link>https://community.cisco.com/t5/network-security/isr-4k-zone-based-firewall-issues/m-p/3093500#M133796</link>
      <description>&lt;P&gt;Hi all. It's been a while since I had to build a Cisco router for pure internet, but here I am. And along with most of the platform, they've changed the firewall on the ISR4K's to a zone-based one.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I have done a lot of reading, and it looks to be very straightforward, however, we're trying to configure a zone-based firewall for bog standard internet use, along with a very basic access-list to prevent intrusion.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;We're using a brand new ISR 4321, and so far, with the firewall applied to both inside and outside interfaces (physical and virtual), we get at best, intermittent internet access. It works for a few minutes, then stops working. Then the client reconnects to the network and it works again, then stops after a few minutes. Repeat ad nauseum.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I cant figure out why. It's definitely something the firewall is doing, since when I remove the zones, it works fine.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Has anyone run into similar issues with ther ISR4K zone-based firewall? I'm hoping its something I'm doing wrong with the config.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Here is my config:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;PRE class="prettyprint"&gt;access-list 160 remark STD_ACL&lt;BR /&gt;access-list 160 permit tcp any any eq www&lt;BR /&gt;access-list 160 permit tcp any any eq 443&lt;BR /&gt;access-list 160 permit udp any any eq domain&lt;BR /&gt;access-list 160 permit tcp any any established&lt;BR /&gt;access-list 160 permit tcp any any eq ftp-data&lt;BR /&gt;access-list 160 permit tcp any any eq ftp&lt;BR /&gt;access-list 160 permit udp host 208.67.222.222 any&lt;BR /&gt;access-list 160 permit udp host 208.67.220.220 any&lt;BR /&gt;access-list 160 deny &amp;nbsp; ip any any log&lt;BR /&gt;!&lt;BR /&gt;class-map type inspect match-any FIREWALL&lt;BR /&gt;match protocol tcp&lt;BR /&gt;match protocol udp&lt;BR /&gt;match protocol ftp&lt;BR /&gt;match protocol h323&lt;BR /&gt;match protocol icmp&lt;BR /&gt;match protocol netshow&lt;BR /&gt;match protocol realmedia&lt;BR /&gt;match protocol rtsp&lt;BR /&gt;match protocol sip&lt;BR /&gt;match protocol skinny&lt;BR /&gt;match protocol smtp&lt;BR /&gt;match protocol sql-net&lt;BR /&gt;match protocol streamworks&lt;BR /&gt;match protocol tftp&lt;BR /&gt;match protocol vdolive&lt;BR /&gt;!&lt;BR /&gt;Policy-map type inspect INTERNET&lt;BR /&gt;class type inspect FIREWALL&lt;BR /&gt;inspect&lt;BR /&gt;class class-default&lt;BR /&gt;!&lt;BR /&gt;zone security inside&lt;BR /&gt; description LAN&lt;BR /&gt;zone security outside&lt;BR /&gt; description WAN&lt;BR /&gt;zone-pair security INSPECT source inside destination outside&lt;BR /&gt; service-policy type inspect INTERNET&lt;BR /&gt;!&lt;BR /&gt;int g0/0/0&lt;BR /&gt;description WAN&lt;BR /&gt;zone-member security outside&lt;BR /&gt;ip access-group 160 in&lt;BR /&gt;exit&lt;BR /&gt;!&lt;BR /&gt;int g0/0/1&lt;BR /&gt;description LAN-TRUNK&lt;BR /&gt;zone-member security inside&lt;BR /&gt;exit&lt;BR /&gt;!&lt;BR /&gt;int g0/0/1.3&lt;BR /&gt;description GUEST-VLAN&lt;BR /&gt;zone-member security inside&lt;BR /&gt;exit&lt;/PRE&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;thanks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 09:44:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/isr-4k-zone-based-firewall-issues/m-p/3093500#M133796</guid>
      <dc:creator>Greg Dent</dc:creator>
      <dc:date>2019-03-12T09:44:09Z</dc:date>
    </item>
    <item>
      <title>We have not long configured a</title>
      <link>https://community.cisco.com/t5/network-security/isr-4k-zone-based-firewall-issues/m-p/3093501#M133799</link>
      <description>&lt;P&gt;We have not long configured a 4321 with similar setup.&lt;/P&gt;
&lt;P&gt;Only main difference I see is we have only the following protocols being matched, some of which may not be relevant to you.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;EM&gt;class-map type inspect match-any ALLOWED-PROTOCOLS&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;match protocol icmp&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;match protocol http&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;match protocol https&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;match protocol dns&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;match access-group name SCANSAFE&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;match protocol ftp&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;match protocol ssh&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 13:46:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/isr-4k-zone-based-firewall-issues/m-p/3093501#M133799</guid>
      <dc:creator>GRANT3779</dc:creator>
      <dc:date>2017-07-25T13:46:32Z</dc:date>
    </item>
    <item>
      <title>I ended up taking the</title>
      <link>https://community.cisco.com/t5/network-security/isr-4k-zone-based-firewall-issues/m-p/3093502#M133801</link>
      <description>&lt;P&gt;I ended up taking the firewall off - issues were too intermittent and made no sense. Its working fine now though!&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2017 15:22:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/isr-4k-zone-based-firewall-issues/m-p/3093502#M133801</guid>
      <dc:creator>Greg Dent</dc:creator>
      <dc:date>2017-08-03T15:22:10Z</dc:date>
    </item>
  </channel>
</rss>

